============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/g22h/001540/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:684: 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/g22h/001540/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/g22h/001540/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.083856 seconds, 1 sessions to shutdown
E   Current KQP shutdown state: spent 6.120317 seconds, 1 sessions to shutdown
E   Current KQP shutdown state: spent 9.144207 seconds, 1 sessions to shutdown
E   GRpc shutdown warning: left infly: 1, spent: 4.595696 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 7.985763 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 11.346818 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 14.739445 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 18.087875 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 21.492855 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 24.907513 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 28.426943 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.003244 sec. GRpcShutdownDeadline: 30
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==1522742==ERROR: LeakSanitizer: detected memory leaks
E   
E   Too many leaks! Only the first 5000 leaks encountered will be reported.
E   Indirect leak of 37664 byte(s) in 214 object(s) allocated from:
E   #0 0x00001faea80d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034e96372 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034e96372 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034e96372 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034e96372 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 0x000034e96372 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
E   #6 0x000034e96372 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
E   #7 0x000034e96372 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
E   #8 0x000034e96372 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #9 0x000034e96372 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #10 0x000034ea4fee in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #11 0x00003b71c8e7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #12 0x00003b70e264 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #13 0x00003b6fdbb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #14 0x000042279549 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #15 0x0000422785a0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #16 0x0000422785a0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #17 0x00002259017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #18 0x000022647f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #19 0x000022651b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #20 0x00002265111d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #21 0x00002265318e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #22 0x00001fe10a64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #23 0x00001faae326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 18832 byte(s) in 214 object(s) allocated from:
E   #0 0x00001faea80d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034e9628c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
E   #2 0x000034e9628c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #3 0x000034ea4fee in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #4 0x00003b71c8e7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #5 0x00003b70e264 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #6 0x00003b6fdbb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #7 0x000042279549 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #8 0x0000422785a0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #9 0x0000422785a0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #10 0x00002259017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #11 0x000022647f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #12 0x000022651b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #13 0x00002265111d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #14 0x00002265318e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #15 0x00001fe10a64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001faae326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 11224 byte(s) in 214 object(s) allocated from:
E   #0 0x00001faea80d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c36cab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00001c36cab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00001c36cab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00001c36cab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00001c36cab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x00001c36cab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x00001c36cab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x00001c36cab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x00001c36cab7 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x00001c36cab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #11 0x000034e99bec in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #12 0x000034e99bec 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 0x000034e99bec 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 0x00003b71a7df 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 0x00003b70ded1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #16 0x00003b6fdbb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #17 0x000042279549 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #18 0x0000422785a0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #19 0x0000422785a0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #20 0x00002259017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #21 0x000022647f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #22 0x000022651b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #23 0x00002265111d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #24 0x00002265318e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #25 0x00001fe10a64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #26 0x00001faae326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 6848 byte(s) in 214 object(s) allocated from:
E   #0 0x00001faea80d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034e99bda 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 0x000034e99bda 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 0x00003b71a7df 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 0x00003b70ded1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #5 0x00003b6fdbb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #6 0x000042279549 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #7 0x0000422785a0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #8 0x0000422785a0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #9 0x00002259017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #10 0x000022647f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #11 0x000022651b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #12 0x00002265111d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #13 0x00002265318e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #14 0x00001fe10a64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #15 0x00001faae326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 6848 byte(s) in 214 object(s) allocated from:
E   #0 0x00001faea80d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c36ca34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x00001c36ca34 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x00001c36ca34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #4 0x000034e99bec in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #5 0x000034e99bec 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 0x000034e99bec 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 0x00003b71a7df 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 0x00003b70ded1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #9 0x00003b6fdbb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #10 0x000042279549 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #11 0x0000422785a0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #12 0x0000422785a0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #13 0x00002259017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #14 0x000022647f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #15 0x000022651b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #16 0x00002265111d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #17 0x00002265318e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #18 0x00001fe10a64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #19 0x00001faae326 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 0x00001faea80d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034618804 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034618804 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034618804 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034618804 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000034618804 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x000034618804 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x000034618804 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x000034618804 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x000034618804 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x000034618804 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #11 0x000034618804 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 0x0000346175d2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #13 0x0000346175d2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #14 0x00003461daf0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #15 0x000034679d38 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 0x000034ea4926 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #17 0x00003b717adb 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 0x00003b70d942 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #19 0x00003b6fdbb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #20 0x000042279549 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #21 0x0000422785a0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #22 0x0000422785a0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #23 0x00002259017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #24 0x000022647f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #25 0x000022651b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #26 0x00002265111d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #27 0x00002265318e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #28 0x00001fe10a64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #29 0x00001faae326 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 0x00001faea80d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034618762 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x000034618762 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x000034618762 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #4 0x000034618762 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 0x0000346175d2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #6 0x0000346175d2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #7 0x00003461daf0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #8 0x000034679d38 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 0x000034ea4926 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #10 0x00003b717adb 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 0x00003b70d942 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #12 0x00003b6fdbb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #13 0x000042279549 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #14 0x0000422785a0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #15 0x0000422785a0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #16 0x00002259017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #17 0x000022647f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #18 0x000022651b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #19 0x00002265111d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #20 0x00002265318e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #21 0x00001fe10a64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #22 0x00001faae326 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 0x00001faea80d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000027cc8a68 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000027cc8a68 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000027cc8a68 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000027cc8a68 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000027cc8a68 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x000027cc8a68 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x000027cc8a68 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x000027cc8a68 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x000027cc870f 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 0x000027cc7568 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
E   #11 0x00003b7c240a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
E   #12 0x00003b7c240a 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 0x00003b7c240a 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 0x00003b7c240a in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #15 0x00003b7c240a 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 0x00001fb8209f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
E   #17 0x00003b7b07af in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
E   #18 0x00003b7b07af in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
E   #19 0x00003b7b07af in NKikimr::NGRpcService::TYdbCounterBlock::CountNotOkRequest() /-S/ydb/core/grpc_services/counters/counters.cpp:144:9
E   #20 0x00004bd8b9ee in NYdbGrpc::TGRpcRequestImpl<Ydb::Tablet::RestartTabletRequest, Ydb::Tablet::RestartTabletResponse, NKikimr::NGRpcService::TGRpcYdbTabletService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:423:24
E   #21 0x00003b705e8c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #22 0x00003b705e8c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #23 0x00003b705e8c 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 0x00003b705e8c 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 0x00003b705e8c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #26 0x00003b705e8c 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 0x00002221124e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #28 0x00002221124e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #29 0x00002221124e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #30 0x0000222117ac in Execute /-S/util/thread/factory.h:15:13
E   #31 0x0000222117ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #32 0x00001fe10a64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #33 0x00001faae326 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 0x00001faea80d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000027cc8a68 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000027cc8a68 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000027cc8a68 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000027cc8a68 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000027cc8a68 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x000027cc8a68 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x000027cc8a68 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x000027cc8a68 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x000027cc870f 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
------------------------------ 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/g22h/001540/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30267
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6749
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62230
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27621
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19449
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21978
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32342
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2444
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8111
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8111
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8112
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:479 Working directory: /home/runner/.ya/build/build_root/g22h/001540/r3tmp/kikimr_cluster_vt7y46_i
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13609
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1210
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13400
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29388
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_a5lyiuge.log --grpc-port=13609 --mon-port=1210 --ic-port=30267
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28626
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8469
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63334
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16104
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_hpx3n3l0.log --grpc-port=28626 --mon-port=8469 --ic-port=6749
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21846
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12177
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4192
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14470
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_ms2lk7j2.log --grpc-port=21846 --mon-port=12177 --ic-port=62230
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16432
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63361
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11363
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14049
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_41g1e4_k.log --grpc-port=16432 --mon-port=63361 --ic-port=27621
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9992
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10043
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4057
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20119
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_szl7o5c6.log --grpc-port=9992 --mon-port=10043 --ic-port=19449
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22806
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22806
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22807
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5428
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1717
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31677
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_94eu3ekf.log --grpc-port=22807 --mon-port=5428 --ic-port=21978
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23391
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22722
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6902
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9180
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_c1lka1no.log --grpc-port=23391 --mon-port=22722 --ic-port=32342
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11126
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10370
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20212
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8653
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_9j2ghmls.log --grpc-port=11126 --mon-port=10370 --ic-port=2444
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14831
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31620
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5304
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28193
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_cmrbfkl1.log --grpc-port=14831 --mon-port=31620 --ic-port=8112
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:13609/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_a5lyiuge.log --grpc-port=13609 --mon-port=1210 --ic-port=30267
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_a5lyiuge.log', '--grpc-port=13609', '--mon-port=1210', '--ic-port=30267')' in '/home/runner/.ya/build/build_root/g22h/001540/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: 1522742
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:13609/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/g22h/001540/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1522744
DEBUG    ya.test:process.py:259 Command (pid 1522744) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1522744) elapsed time (sec): 1.0413007736206055
DEBUG    ya.test:process.py:263 Command (pid 1522744) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1522744) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1522744) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1522744) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1522744) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1522744) maxrss: 477952
DEBUG    ya.test:process.py:263 Command (pid 1522744) minflt: 45348
DEBUG    ya.test:process.py:263 Command (pid 1522744) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1522744) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1522744) nivcsw: 185
DEBUG    ya.test:process.py:263 Command (pid 1522744) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1522744) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1522744) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1522744) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1522744) stime: 0.234571
DEBUG    ya.test:process.py:263 Command (pid 1522744) utime: 0.48523099999999997
DEBUG    ya.test:process.py:263 Command (pid 1522744) wtime: 1.051
DEBUG    ya.test:process.py:275 Command (pid 1522744) output:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:28626/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_hpx3n3l0.log --grpc-port=28626 --mon-port=8469 --ic-port=6749
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_hpx3n3l0.log', '--grpc-port=28626', '--mon-port=8469', '--ic-port=6749')' in '/home/runner/.ya/build/build_root/g22h/001540/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: 1522834
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:28626/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/g22h/001540/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1522835
DEBUG    ya.test:process.py:259 Command (pid 1522835) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1522835) elapsed time (sec): 1.239227056503296
DEBUG    ya.test:process.py:263 Command (pid 1522835) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1522835) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1522835) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1522835) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1522835) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1522835) maxrss: 477976
DEBUG    ya.test:process.py:263 Command (pid 1522835) minflt: 45394
DEBUG    ya.test:process.py:263 Command (pid 1522835) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1522835) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1522835) nivcsw: 208
DEBUG    ya.test:process.py:263 Command (pid 1522835) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1522835) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1522835) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1522835) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1522835) stime: 0.21146099999999998
DEBUG    ya.test:process.py:263 Command (pid 1522835) utime: 0.512618
DEBUG    ya.test:process.py:263 Command (pid 1522835) wtime: 1.244
DEBUG    ya.test:process.py:275 Command (pid 1522835) output:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 2 version:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:21846/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_ms2lk7j2.log --grpc-port=21846 --mon-port=12177 --ic-port=62230
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_ms2lk7j2.log', '--grpc-port=21846', '--mon-port=12177', '--ic-port=62230')' in '/home/runner/.ya/build/build_root/g22h/001540/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: 1523011
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:21846/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/g22h/001540/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1523013
DEBUG    ya.test:process.py:259 Command (pid 1523013) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1523013) elapsed time (sec): 1.3050932884216309
DEBUG    ya.test:process.py:263 Command (pid 1523013) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523013) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1523013) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523013) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523013) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1523013) maxrss: 477592
DEBUG    ya.test:process.py:263 Command (pid 1523013) minflt: 45387
DEBUG    ya.test:process.py:263 Command (pid 1523013) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1523013) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1523013) nivcsw: 158
DEBUG    ya.test:process.py:263 Command (pid 1523013) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1523013) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1523013) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1523013) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1523013) stime: 0.180232
DEBUG    ya.test:process.py:263 Command (pid 1523013) utime: 0.532756
DEBUG    ya.test:process.py:263 Command (pid 1523013) wtime: 1.317
DEBUG    ya.test:process.py:275 Command (pid 1523013) output:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 3 version:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:16432/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_41g1e4_k.log --grpc-port=16432 --mon-port=63361 --ic-port=27621
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_41g1e4_k.log', '--grpc-port=16432', '--mon-port=63361', '--ic-port=27621')' in '/home/runner/.ya/build/build_root/g22h/001540/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: 1523167
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:16432/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/g22h/001540/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1523168
DEBUG    ya.test:process.py:259 Command (pid 1523168) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1523168) elapsed time (sec): 0.9902002811431885
DEBUG    ya.test:process.py:263 Command (pid 1523168) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523168) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1523168) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523168) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523168) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1523168) maxrss: 477920
DEBUG    ya.test:process.py:263 Command (pid 1523168) minflt: 45412
DEBUG    ya.test:process.py:263 Command (pid 1523168) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1523168) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1523168) nivcsw: 209
DEBUG    ya.test:process.py:263 Command (pid 1523168) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1523168) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1523168) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1523168) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1523168) stime: 0.233986
DEBUG    ya.test:process.py:263 Command (pid 1523168) utime: 0.500157
DEBUG    ya.test:process.py:263 Command (pid 1523168) wtime: 0.995
DEBUG    ya.test:process.py:275 Command (pid 1523168) output:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 4 version:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:9992/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_szl7o5c6.log --grpc-port=9992 --mon-port=10043 --ic-port=19449
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_szl7o5c6.log', '--grpc-port=9992', '--mon-port=10043', '--ic-port=19449')' in '/home/runner/.ya/build/build_root/g22h/001540/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: 1523300
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:9992/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/g22h/001540/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1523302
DEBUG    ya.test:process.py:259 Command (pid 1523302) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1523302) elapsed time (sec): 0.9872844219207764
DEBUG    ya.test:process.py:263 Command (pid 1523302) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523302) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1523302) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523302) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523302) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1523302) maxrss: 477816
DEBUG    ya.test:process.py:263 Command (pid 1523302) minflt: 45407
DEBUG    ya.test:process.py:263 Command (pid 1523302) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1523302) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1523302) nivcsw: 345
DEBUG    ya.test:process.py:263 Command (pid 1523302) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1523302) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1523302) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1523302) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1523302) stime: 0.21845299999999998
DEBUG    ya.test:process.py:263 Command (pid 1523302) utime: 0.504428
DEBUG    ya.test:process.py:263 Command (pid 1523302) wtime: 0.995
DEBUG    ya.test:process.py:275 Command (pid 1523302) output:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 5 version:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:22807/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_94eu3ekf.log --grpc-port=22807 --mon-port=5428 --ic-port=21978
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_94eu3ekf.log', '--grpc-port=22807', '--mon-port=5428', '--ic-port=21978')' in '/home/runner/.ya/build/build_root/g22h/001540/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: 1523496
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:22807/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/g22h/001540/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1523501
DEBUG    ya.test:process.py:259 Command (pid 1523501) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1523501) elapsed time (sec): 1.0665311813354492
DEBUG    ya.test:process.py:263 Command (pid 1523501) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523501) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1523501) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523501) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523501) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1523501) maxrss: 478004
DEBUG    ya.test:process.py:263 Command (pid 1523501) minflt: 45405
DEBUG    ya.test:process.py:263 Command (pid 1523501) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1523501) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1523501) nivcsw: 314
DEBUG    ya.test:process.py:263 Command (pid 1523501) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1523501) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1523501) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1523501) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1523501) stime: 0.231154
DEBUG    ya.test:process.py:263 Command (pid 1523501) utime: 0.483263
DEBUG    ya.test:process.py:263 Command (pid 1523501) wtime: 1.083
DEBUG    ya.test:process.py:275 Command (pid 1523501) output:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 6 version:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:23391/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_c1lka1no.log --grpc-port=23391 --mon-port=22722 --ic-port=32342
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_c1lka1no.log', '--grpc-port=23391', '--mon-port=22722', '--ic-port=32342')' in '/home/runner/.ya/build/build_root/g22h/001540/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: 1523762
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:23391/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/g22h/001540/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1523763
DEBUG    ya.test:process.py:259 Command (pid 1523763) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1523763) elapsed time (sec): 0.9497039318084717
DEBUG    ya.test:process.py:263 Command (pid 1523763) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523763) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1523763) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523763) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523763) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1523763) maxrss: 477584
DEBUG    ya.test:process.py:263 Command (pid 1523763) minflt: 45348
DEBUG    ya.test:process.py:263 Command (pid 1523763) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1523763) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1523763) nivcsw: 238
DEBUG    ya.test:process.py:263 Command (pid 1523763) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1523763) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1523763) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1523763) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1523763) stime: 0.18173599999999998
DEBUG    ya.test:process.py:263 Command (pid 1523763) utime: 0.532513
DEBUG    ya.test:process.py:263 Command (pid 1523763) wtime: 0.959
DEBUG    ya.test:process.py:275 Command (pid 1523763) output:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 7 version:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:11126/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_9j2ghmls.log --grpc-port=11126 --mon-port=10370 --ic-port=2444
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_9j2ghmls.log', '--grpc-port=11126', '--mon-port=10370', '--ic-port=2444')' in '/home/runner/.ya/build/build_root/g22h/001540/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: 1524057
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:11126/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/g22h/001540/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1524058
DEBUG    ya.test:process.py:259 Command (pid 1524058) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1524058) elapsed time (sec): 1.3931524753570557
DEBUG    ya.test:process.py:263 Command (pid 1524058) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524058) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1524058) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524058) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524058) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1524058) maxrss: 477792
DEBUG    ya.test:process.py:263 Command (pid 1524058) minflt: 45309
DEBUG    ya.test:process.py:263 Command (pid 1524058) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1524058) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1524058) nivcsw: 224
DEBUG    ya.test:process.py:263 Command (pid 1524058) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1524058) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1524058) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1524058) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1524058) stime: 0.233897
DEBUG    ya.test:process.py:263 Command (pid 1524058) utime: 0.491091
DEBUG    ya.test:process.py:263 Command (pid 1524058) wtime: 1.41
DEBUG    ya.test:process.py:275 Command (pid 1524058) output:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 8 version:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:14831/9, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_cmrbfkl1.log --grpc-port=14831 --mon-port=31620 --ic-port=8112
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_cmrbfkl1.log', '--grpc-port=14831', '--mon-port=31620', '--ic-port=8112')' in '/home/runner/.ya/build/build_root/g22h/001540/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: 1524375
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:14831/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/g22h/001540/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1524376
DEBUG    ya.test:process.py:259 Command (pid 1524376) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1524376) elapsed time (sec): 2.017669439315796
DEBUG    ya.test:process.py:263 Command (pid 1524376) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524376) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1524376) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524376) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524376) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1524376) maxrss: 477776
DEBUG    ya.test:process.py:263 Command (pid 1524376) minflt: 45404
DEBUG    ya.test:process.py:263 Command (pid 1524376) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1524376) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1524376) nivcsw: 219
DEBUG    ya.test:process.py:263 Command (pid 1524376) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1524376) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1524376) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1524376) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1524376) stime: 0.23556
DEBUG    ya.test:process.py:263 Command (pid 1524376) utime: 0.505719
DEBUG    ya.test:process.py:263 Command (pid 1524376) wtime: 2.03
DEBUG    ya.test:process.py:275 Command (pid 1524376) output:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 9 version:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:426 Executing command = ['/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13609', '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: 30267\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 6749\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 62230\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27621\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 19449\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 21978\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 32342\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 2444\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8112\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/g22h/001540/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13609', '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: 30267\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 6749\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 62230\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27621\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 19449\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 21978\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 32342\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 2444\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8112\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1529249
DEBUG    ya.test:process.py:259 Command (pid 1529249) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1529249) elapsed time (sec): 3.015566825866699
DEBUG    ya.test:process.py:263 Command (pid 1529249) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529249) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1529249) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529249) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529249) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1529249) maxrss: 737156
DEBUG    ya.test:process.py:263 Command (pid 1529249) minflt: 51774
DEBUG    ya.test:process.py:263 Command (pid 1529249) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1529249) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1529249) nivcsw: 336
DEBUG    ya.test:process.py:263 Command (pid 1529249) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1529249) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1529249) nvcsw: 536
DEBUG    ya.test:process.py:263 Command (pid 1529249) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1529249) stime: 0.457142
DEBUG    ya.test:process.py:263 Command (pid 1529249) utime: 0.584445
DEBUG    ya.test:process.py:263 Command (pid 1529249) wtime: 3.048
DEBUG    ya.test:process.py:275 Command (pid 1529249) 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 1529249) errors:

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:426 Executing command = ['/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13609', '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/g22h/001540/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13609', '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: 1529574
DEBUG    ya.test:process.py:259 Command (pid 1529574) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1529574) elapsed time (sec): 1.570847749710083
DEBUG    ya.test:process.py:263 Command (pid 1529574) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529574) inblock: 32
DEBUG    ya.test:process.py:263 Command (pid 1529574) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529574) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529574) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1529574) maxrss: 737156
DEBUG    ya.test:process.py:263 Command (pid 1529574) minflt: 51666
DEBUG    ya.test:process.py:263 Command (pid 1529574) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1529574) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1529574) nivcsw: 344
DEBUG    ya.test:process.py:263 Command (pid 1529574) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1529574) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1529574) nvcsw: 488
DEBUG    ya.test:process.py:263 Command (pid 1529574) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1529574) stime: 0.276061
DEBUG    ya.test:process.py:263 Command (pid 1529574) utime: 0.5478729999999999
DEBUG    ya.test:process.py:263 Command (pid 1529574) wtime: 1.583
DEBUG    ya.test:process.py:275 Command (pid 1529574) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 14

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:557 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:564 Cluster started and initialized
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, fc6b27fa-53a0-4902-b05a-5cabb312b71b, localhost:13609): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, fc6b27fa-53a0-4902-b05a-5cabb312b71b, localhost:13609): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, fc6b27fa-53a0-4902-b05a-5cabb312b71b, localhost:13609): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-z5fltyhody.auto.internal" port: 14831 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-z5fltyhody.auto.internal" port: 28626 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-z5fltyhody.auto.internal" port: 21846 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-z5fltyhody.auto.internal" port: 23391 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 7 } endpoints { address: "ghrun-z5fltyhody.auto.internal" port: 13609 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-z5fltyhody.auto.internal" port: 11126 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-z5fltyhody.auto.internal" port: 9992 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-z5fltyhody.auto.internal" port: 22807 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-z5fltyhody.auto.internal" port: 16432 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 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-z5fltyhody.auto.internal:13609, location 1, ssl: False>, <Endpoint ghrun-z5fltyhody.auto.internal:16432, location 1, ssl: False>, <Endpoint ghrun-z5fltyhody.auto.internal:23391, location 1, ssl: False>, <Endpoint ghrun-z5fltyhody.auto.internal:14831, location 3, ssl: False>, <Endpoint ghrun-z5fltyhody.auto.internal:22807, location 3, ssl: False>, <Endpoint ghrun-z5fltyhody.auto.internal:21846, location 3, ssl: False>, <Endpoint ghrun-z5fltyhody.auto.internal:9992, location 2, ssl: False>, <Endpoint ghrun-z5fltyhody.auto.internal:28626, location 2, ssl: False>, <Endpoint ghrun-z5fltyhody.auto.internal:11126, location 2, ssl: False>]>
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_workload.py::TestYdbWorkload, test_name: test)
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/g22h/001540/ydb/tests/stress/olap_workload/olap_workload
DEBUG    ya.test:process.py:678 Command out will be placed to olap_workload.out
DEBUG    ya.test:process.py:678 Command err will be placed to olap_workload.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/g22h/001540/ydb/tests/stress/olap_workload/olap_workload', '--endpoint', 'grpc://localhost:13609', '--database', '/Root', '--duration', '120']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1529766
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:13609
DEBUG    ya.test:process.py:259 Command (pid 1529766) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 1529766) elapsed time (sec): 51.38721561431885
DEBUG    ya.test:process.py:263 Command (pid 1529766) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529766) inblock: 394712
DEBUG    ya.test:process.py:263 Command (pid 1529766) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529766) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529766) majflt: 41
DEBUG    ya.test:process.py:263 Command (pid 1529766) maxrss: 748488
DEBUG    ya.test:process.py:263 Command (pid 1529766) minflt: 135081
DEBUG    ya.test:process.py:263 Command (pid 1529766) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1529766) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1529766) nivcsw: 913
DEBUG    ya.test:process.py:263 Command (pid 1529766) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1529766) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1529766) nvcsw: 6761
DEBUG    ya.test:process.py:263 Command (pid 1529766) oublock: 384
DEBUG    ya.test:process.py:263 Command (pid 1529766) stime: 0.761587
DEBUG    ya.test:process.py:263 Command (pid 1529766) utime: 2.66925
DEBUG    ya.test:process.py:263 Command (pid 1529766) wtime: 51.412
DEBUG    ya.test:process.py:275 Command (pid 1529766) output:

DEBUG    ya.test:process.py:276 Command (pid 1529766) errors:
...ULL, c5804 String, c5805 JsonDocument NOT NULL, c5806 Decimal(22,9), c5807 Timestamp, c5808 Int64, c5809 Double NOT NULL, c5810 Interval64, c5811 Uint8 NOT NULL, c5812 Uint8 NOT NULL, c5813 Interval64 NOT NULL, c5814 Timestamp64 NOT NULL, c5815 Uint32 NOT NULL, c5816 Date NOT NULL, c5817 Decimal(35,10) NOT NULL, c5818 Timestamp NOT NULL, c5819 Uint16, c5820 Decimal(15,0), c5821 Interval64, c5822 Interval64 NOT NULL, c5823 Date, c5824 Double, c5825 Int16 NOT NULL, c5826 Decimal(35,10) NOT NULL, c5827 Yson, c5828 Int8 NOT NULL, c5829 Date, c5830 Int32 NOT NULL, c5831 Int32, c5832 Int64 NOT NULL, c5833 Int16, c5834 Uint64 NOT NULL, c5835 Decimal(15,0), c5836 Uint64, c5837 Date, c5838 Double, c5839 JsonDocument, c5840 Utf8 NOT NULL, c5841 Uint32, c5842 Uint64, c5843 Int64, c5844 Utf8 NOT NULL, c5845 Datetime NOT NULL, c5846 Int64 NOT NULL, c5847 Uint64, c5848 Yson NOT NULL, c5849 Uint64, c5850 Decimal(15,0), c5851 Double NOT NULL, c5852 Uint16 NOT NULL, c5853 Float, c5854 Uint16, c5855 Timestamp64 NOT NULL, c5856 Uint64 NOT NULL, c5857 Double, c5858 Uint8 NOT NULL, c5859 Uint8 NOT NULL, c5860 Decimal(35,10), c5861 Date32 NOT NULL, c5862 Decimal(15,0), c5863 Interval64 NOT NULL, c5864 Int32, c5865 Decimal(15,0), c5866 Timestamp NOT NULL, c5867 Decimal(35,10) NOT NULL, c5868 Int16 NOT NULL, c5869 Float, c5870 Uint64 NOT NULL, c5871 Int32 NOT NULL, c5872 Timestamp64 NOT NULL, c5873 Decimal(35,10) NOT NULL, c5874 Date NOT NULL, c5875 Int64, c5876 Double, c5877 Uint16, c5878 Date, c5879 Decimal(15,0), c5880 Float, c5881 Datetime, c5882 Date32 NOT NULL, c5883 Utf8, c5884 Decimal(35,10), c5885 Uint16, c5886 Date32, c5887 Yson, c5888 Interval64, c5889 Utf8, c5890 JsonDocument NOT NULL, c5891 Decimal(15,0) NOT NULL, c5892 Json, c5893 Uint16 NOT NULL, c5894 Datetime64, c5895 Int64, c5896 Decimal(15,0), c5897 JsonDocument NOT NULL, c5898 JsonDocument, c5899 Date32, c5900 Datetime, c5901 Double, c5902 Datetime64 NOT NULL, c5903 String NOT NULL, c5904 Decimal(22,9), c5905 Date NOT NULL, c5906 Uint64 NOT NULL, c5907 Date, c5908 Datetime64 NOT NULL, c5909 Date32 NOT NULL, c5910 Date32, c5911 Datetime64, c5912 Int64 NOT NULL, c5913 Int8, c5914 Date32 NOT NULL, c5915 Double NOT NULL, c5916 Yson, c5917 Timestamp, c5918 JsonDocument, c5919 JsonDocument, c5920 Int64, c5921 Int64 NOT NULL, c5922 Interval64 NOT NULL, c5923 Datetime64 NOT NULL, c5924 Timestamp64, c5925 Yson NOT NULL, c5926 Decimal(15,0) NOT NULL, c5927 Date32 NOT NULL, c5928 Uint16 NOT NULL, c5929 Date32, c5930 Timestamp, c5931 JsonDocument, c5932 Uint64, c5933 Int8 NOT NULL, c5934 Double NOT NULL, c5935 Date NOT NULL, c5936 Uint32, c5937 Decimal(35,10) NOT NULL, c5938 Datetime NOT NULL, c5939 Decimal(35,10), c5940 Decimal(15,0), c5941 Decimal(22,9) NOT NULL, c5942 Uint8, c5943 String, c5944 Decimal(22,9), c5945 Datetime64, c5946 Utf8 NOT NULL, c5947 Yson, c5948 Uint8, c5949 Datetime64 NOT NULL, c5950 Date32 NOT NULL, c5951 Uint64 NOT NULL, c5952 Yson, c5953 Double, c5954 Timestamp, c5955 Int8, c5956 Date NOT NULL, c5957 Datetime, c5958 Decimal(15,0), c5959 Float NOT NULL, c5960 Float NOT NULL, c5961 Yson NOT NULL, c5962 Interval64 NOT NULL, c5963 Uint16 NOT NULL, c5964 Json, c5965 Decimal(35,10), c5966 Double, c5967 Date32 NOT NULL, c5968 Yson, c5969 Int32, c5970 Datetime64, c5971 Datetime NOT NULL, c5972 Timestamp, c5973 Yson, c5974 Date, c5975 Utf8 NOT NULL, c5976 Int16, c5977 Decimal(22,9), c5978 Uint64 NOT NULL, c5979 Int64, c5980 Int16, c5981 Float, c5982 Int8 NOT NULL, c5983 Int64 NOT NULL, c5984 Utf8, c5985 Uint8, c5986 Timestamp, c5987 Datetime, c5988 Int64, c5989 Uint32, c5990 Decimal(15,0) NOT NULL, c5991 Int32 NOT NULL, c5992 Timestamp64, c5993 Json NOT NULL, c5994 Decimal(15,0), c5995 Datetime, c5996 Uint32, c5997 Uint16 NOT NULL, c5998 Decimal(35,10), c5999 Datetime, c6000 Datetime64 NOT NULL, c6001 Int64, c6002 Int32, c6003 Decimal(15,0), c6004 Utf8 NOT NULL, c6005 Yson NOT NULL, c6006 Decimal(15,0), c6007 Uint32, c6008 Datetime, c6009 Double NOT NULL, c6010 Float NOT NULL, c6011 Yson NOT NULL, c6012 JsonDocument NOT NULL, c6013 Yson, c6014 Int16, c6015 Int8, c6016 Int16 NOT NULL, c6017 Uint16, c6018 Decimal(15,0) NOT NULL, c6019 Uint16, c6020 Float NOT NULL, c6021 Int32, c6022 JsonDocument NOT NULL, c6023 Int16, c6024 Int32, c6025 Interval64, c6026 Float, c6027 Interval64, c6028 Yson NOT NULL, c6029 Utf8 NOT NULL, c6030 Int16, c6031 Datetime NOT NULL, c6032 Decimal(35,10), c6033 Yson NOT NULL, c6034 Decimal(15,0) NOT NULL, c6035 Json, c6036 Date32 NOT NULL, c6037 Int16 NOT NULL, c6038 Int8, c6039 Int16, c6040 Uint64 NOT NULL, c6041 Decimal(22,9), c6042 Utf8 NOT NULL, c6043 Double NOT NULL, c6044 Utf8, c6045 Datetime, c6046 Int16 NOT NULL, c6047 Yson NOT NULL, c6048 Datetime NOT NULL, c6049 Decimal(35,10), c6050 Utf8, c6051 Interval64 NOT NULL, c6052 Decimal(15,0), c6053 Double NOT NULL, c6054 Json NOT NULL, c6055 Decimal(22,9) NOT NULL, c6056 JsonDocument, c6057 Uint16, c6058 Timestamp64, c6059 Int8 NOT NULL, c6060 Date NOT NULL, c6061 Decimal(22,9) NOT NULL, c6062 Date, c6063 JsonDocument NOT NULL, c6064 Interval64, c6065 Uint16, c6066 Timestamp NOT NULL, c6067 Timestamp64 NOT NULL, c6068 String, c6069 Datetime64 NOT NULL, c6070 Decimal(15,0), c6071 Uint32, c6072 Timestamp, c6073 Float, c6074 Uint8, c6075 Utf8 NOT NULL, c6076 Uint64 NOT NULL, c6077 Decimal(22,9), c6078 Interval64, c6079 Float NOT NULL, c6080 Interval64, c6081 Datetime, c6082 Timestamp, c6083 Int64, c6084 JsonDocument NOT NULL, c6085 Datetime, c6086 Timestamp NOT NULL, c6087 Utf8 NOT NULL, c6088 Double NOT NULL, c6089 Timestamp64, c6090 String, c6091 Date32 NOT NULL, c6092 Yson, c6093 Timestamp64, c6094 Float NOT NULL, c6095 Uint16 NOT NULL, c6096 Yson NOT NULL, c6097 Interval64, c6098 Int32, c6099 Timestamp NOT NULL, c6100 Int8, c6101 Int8, c6102 Timestamp64 NOT NULL, c6103 Int64, c6104 Int16 NOT NULL, c6105 Uint64, c6106 Json NOT NULL, c6107 Float NOT NULL, c6108 Decimal(35,10) NOT NULL, c6109 Int64, c6110 Decimal(22,9) NOT NULL, c6111 Timestamp64, c6112 Datetime64 NOT NULL, c6113 Json NOT NULL, c6114 Int64, c6115 Timestamp NOT NULL, c6116 Uint32 NOT NULL, c6117 Utf8, c6118 Datetime NOT NULL, c6119 Date32 NOT NULL, c6120 Uint8, c6121 String, c6122 Uint32, c6123 JsonDocument NOT NULL, c6124 Int64, c6125 Uint64, c6126 Int16 NOT NULL, c6127 Date NOT NULL, c6128 Float NOT NULL, c6129 Decimal(22,9) NOT NULL, c6130 Int64, c6131 Uint8 NOT NULL, c6132 Date32, c6133 Uint32 NOT NULL, c6134 Date32, c6135 Int16, c6136 Uint8, c6137 Yson, c6138 Int64, c6139 Float, c6140 Int8, c6141 Datetime, c6142 Double NOT NULL, c6143 Timestamp64 NOT NULL, c6144 Utf8, c6145 Decimal(15,0) NOT NULL, c6146 String, c6147 Yson, c6148 JsonDocument NOT NULL, c6149 Decimal(15,0) NOT NULL, c6150 Date NOT NULL, c6151 Int16 NOT NULL, c6152 Datetime NOT NULL, c6153 Utf8 NOT NULL, c6154 String NOT NULL, c6155 JsonDocument, c6156 Double, c6157 Yson NOT NULL, c6158 String, c6159 Date32, c6160 Timestamp64, c6161 JsonDocument, c6162 JsonDocument NOT NULL, c6163 Interval64, c6164 Int8, c6165 Uint8 NOT NULL, c6166 Json, c6167 Decimal(15,0) NOT NULL, c6168 Uint8, c6169 Int32 NOT NULL, c6170 Int32 NOT NULL, c6171 Timestamp64, c6172 Uint32 NOT NULL, c6173 Int16, c6174 Uint16 NOT NULL, c6175 Uint8, c6176 Int8, c6177 Uint64, c6178 Uint8, c6179 JsonDocument NOT NULL, c6180 Date, c6181 Int16 NOT NULL, c6182 Interval64 NOT NULL, c6183 String NOT NULL, c6184 Uint16, c6185 Decimal(22,9), c6186 Datetime64, c6187 Datetime64, c6188 Datetime, c6189 Utf8 NOT NULL, c6190 Uint32 NOT NULL, c6191 Uint64 NOT NULL, c6192 Datetime, c6193 Decimal(15,0), c6194 Float NOT NULL, c6195 Uint16, c6196 Float, c6197 JsonDocument, c6198 Int8 NOT NULL, c6199 Decimal(22,9) NOT NULL, c6200 Int64 NOT NULL, c6201 Json NOT NULL, c6202 Datetime64, c6203 Decimal(22,9) NOT NULL, c6204 Int8, c6205 Timestamp64, c6206 Uint64, c6207 Uint32 NOT NULL, c6208 Double, c6209 Json NOT NULL, c6210 Uint64 NOT NULL, c6211 Decimal(35,10), c6212 Decimal(15,0) NOT NULL, c6213 Int16 NOT NULL, c6214 Uint8 NOT NULL, c6215 Date32 NOT NULL, c6216 Utf8, c6217 Json NOT NULL, c6218 Uint8, c6219 Yson, c6220 Datetime NOT NULL, c6221 JsonDocument NOT NULL, c6222 Float, c6223 Uint8 NOT NULL, c6224 Uint64 NOT NULL, c6225 Int16 NOT NULL, c6226 Timestamp64 NOT NULL, c6227 Int64, c6228 Int16, c6229 Uint16 NOT NULL, c6230 Timestamp, c6231 Decimal(22,9), c6232 Int32 NOT NULL, c6233 Json NOT NULL, c6234 Decimal(22,9), c6235 Uint32, c6236 Float NOT NULL, c6237 Timestamp64 NOT NULL, c6238 JsonDocument, c6239 Date32, c6240 Utf8 NOT NULL, c6241 Json NOT NULL, c6242 Date32 NOT NULL, c6243 Int64 NOT NULL, c6244 Utf8, c6245 Uint16, c6246 Date NOT NULL, c6247 Datetime64, c6248 Int8 NOT NULL, c6249 Interval64, c6250 Uint8, c6251 Int16, c6252 Decimal(15,0), c6253 Decimal(22,9) NOT NULL, c6254 Int32 NOT NULL, c6255 Int32 NOT NULL, c6256 Yson NOT NULL, c6257 Int64 NOT NULL, c6258 Int8 NOT NULL, c6259 Date, c6260 String, c6261 Decimal(35,10) NOT NULL, c6262 Decimal(22,9), c6263 Decimal(35,10), c6264 Utf8, c6265 Timestamp, c6266 JsonDocument NOT NULL, c6267 JsonDocument, c6268 Date32, c6269 Int8, c6270 Decimal(15,0), c6271 Json NOT NULL, c6272 Int32 NOT NULL, c6273 Timestamp64, c6274 Uint16 NOT NULL, c6275 Decimal(22,9), c6276 Datetime64 NOT NULL, c6277 String, c6278 Int32, c6279 Double NOT NULL, c6280 String NOT NULL, c6281 Uint32 NOT NULL, c6282 Date, c6283 Datetime NOT NULL, c6284 Decimal(35,10), c6285 Double, c6286 Datetime64 NOT NULL, c6287 Double, c6288 Int16 NOT NULL, c6289 Int32, c6290 Interval64 NOT NULL, c6291 String NOT NULL, c6292 Json NOT NULL, c6293 Uint8 NOT NULL, c6294 Date32, c6295 Timestamp, c6296 Decimal(15,0) NOT NULL, c6297 Timestamp, c6298 Int32, c6299 Uint8 NOT NULL, c6300 Decimal(22,9) NOT NULL, c6301 Uint64, c6302 Uint32 NOT NULL, c6303 Uint64, c6304 Decimal(35,10), c6305 JsonDocument NOT NULL, c6306 JsonDocument NOT NULL, c6307 Datetime64, c6308 Utf8, c6309 Double NOT NULL, c6310 Datetime64, c6311 Decimal(22,9) NOT NULL, c6312 Int8 NOT NULL, c6313 Yson, c6314 JsonDocument, c6315 Json, c6316 Decimal(15,0) NOT NULL, c6317 Utf8, c6318 Uint8, c6319 Int16, c6320 Json NOT NULL, c6321 Int8, c6322 Float, c6323 Int8 NOT NULL, c6324 Json, c6325 String, c6326 Uint8, c6327 Timestamp64 NOT NULL, c6328 Uint64, c6329 Timestamp64, c6330 Date32 NOT NULL, c6331 Int64, c6332 Uint64, c6333 Json, c6334 Timestamp64 NOT NULL, c6335 Int64 NOT NULL, c6336 Uint32 NOT NULL, c6337 Interval64 NOT NULL, c6338 Interval64 NOT NULL, c6339 Int64, c6340 Timestamp, c6341 String, c6342 Int32, c6343 Uint64, c6344 Json, c6345 String NOT NULL, c6346 Decimal(22,9), c6347 Yson NOT NULL, c6348 Datetime64, c6349 Timestamp, c6350 Int64, c6351 Uint64 NOT NULL, c6352 Timestamp64, c6353 Timestamp, c6354 Date, c6355 Decimal(35,10) NOT NULL, c6356 Date, c6357 String NOT NULL, c6358 Int16, c6359 Int16 NOT NULL, c6360 Decimal(15,0) NOT NULL, c6361 Int8 NOT NULL, c6362 Int32, c6363 Uint32 NOT NULL, c6364 Int16 NOT NULL, c6365 Uint64 NOT NULL, c6366 Int64, c6367 Datetime, c6368 Date32 NOT NULL, c6369 Json, c6370 Json NOT NULL, c6371 Interval64, c6372 Timestamp NOT NULL, c6373 Decimal(35,10), c6374 JsonDocument, c6375 Uint64 NOT NULL, c6376 Double NOT NULL, c6377 Datetime, c6378 Yson, c6379 Uint8 NOT NULL, c6380 Int32, c6381 Int32, c6382 Interval64, c6383 Uint32, c6384 Int32 NOT NULL, c6385 Double NOT NULL, c6386 Uint16 NOT NULL, c6387 Uint32, c6388 Date, c6389 Utf8 NOT NULL, c6390 Float, c6391 Timestamp NOT NULL, c6392 Utf8, c6393 Decimal(35,10) NOT NULL, c6394 Yson, c6395 String NOT NULL, c6396 Uint8, c6397 Int8, c6398 Interval64, c6399 Datetime NOT NULL, c6400 Double NOT NULL, c6401 Datetime, c6402 Uint32, c6403 Date, c6404 Timestamp64 NOT NULL, c6405 String NOT NULL, c6406 Uint64 NOT NULL, c6407 Int16, c6408 Interval64, c6409 Uint16, c6410 Int64 NOT NULL, c6411 Decimal(35,10) NOT NULL, c6412 String, c6413 Decimal(35,10) NOT NULL, c6414 Timestamp, c6415 Uint8, c6416 Uint16 NOT NULL, c6417 Utf8 NOT NULL, c6418 Int16 NOT NULL, c6419 Int16 NOT NULL, c6420 Int8, c6421 Uint32, c6422 Utf8 NOT NULL, c6423 Float, c6424 Int16 NOT NULL, c6425 Yson NOT NULL, c6426 Decimal(35,10) NOT NULL, c6427 Float NOT NULL, c6428 Json, c6429 Int16, c6430 Uint8 NOT NULL, c6431 Yson, c6432 Yson, c6433 Json NOT NULL, c6434 Int32, c6435 Utf8 NOT NULL, c6436 Uint32 NOT NULL, c6437 Uint8 NOT NULL, c6438 Yson, c6439 Decimal(22,9), c6440 Datetime NOT NULL, c6441 Interval64, c6442 JsonDocument NOT NULL, c6443 Int8 NOT NULL, c6444 Int64, c6445 Interval64 NOT NULL, c6446 Yson NOT NULL, c6447 JsonDocument NOT NULL, c6448 Double NOT NULL, c6449 Double NOT NULL, c6450 Decimal(22,9) NOT NULL, c6451 Double, c6452 Yson, c6453 Datetime64, c6454 Int32 NOT NULL, c6455 String, c6456 Date NOT NULL, c6457 Int64, c6458 Uint8, c6459 Timestamp, c6460 String, c6461 Datetime64 NOT NULL, c6462 Float, c6463 Uint32 NOT NULL, c6464 Date32, c6465 Uint16 NOT NULL, c6466 Datetime64, c6467 Utf8 NOT NULL, c6468 Decimal(35,10), c6469 Json NOT NULL, c6470 Int16, c6471 Double NOT NULL, c6472 Double NOT NULL, c6473 String NOT NULL, c6474 Decimal(15,0), c6475 Datetime64 NOT NULL, c6476 Uint64 NOT NULL, c6477 Double, c6478 Uint16 NOT NULL, c6479 Int32 NOT NULL, c6480 Date32, c6481 Int16, c6482 Uint8 NOT NULL, c6483 Int32, c6484 Json, c6485 String, c6486 Timestamp NOT NULL, c6487 Interval64, c6488 Int32, c6489 Timestamp64, c6490 Timestamp, c6491 Float, c6492 String NOT NULL, c6493 Float NOT NULL, c6494 Date NOT NULL, c6495 Datetime NOT NULL, c6496 Datetime, c6497 Float NOT NULL, c6498 JsonDocument, c6499 Int16, c6500 Interval64, c6501 Date, c6502 Double NOT NULL, c6503 JsonDocument NOT NULL, c6504 Uint32 NOT NULL, c6505 Int32, c6506 Json NOT NULL, c6507 Utf8 NOT NULL, c6508 Date32 NOT NULL, c6509 Yson, c6510 Float NOT NULL, c6511 Datetime64 NOT NULL, c6512 Datetime64, c6513 Date32, c6514 Float, c6515 Decimal(15,0), c6516 Uint64, c6517 Datetime, c6518 Uint16 NOT NULL, c6519 Int8, c6520 Int32 NOT NULL, c6521 Uint16 NOT NULL, c6522 Datetime NOT NULL, c6523 Datetime64 NOT NULL, c6524 Int64 NOT NULL, c6525 Decimal(15,0) NOT NULL, c6526 Uint32 NOT NULL, c6527 Yson NOT NULL, c6528 Json NOT NULL, c6529 Date, c6530 Datetime, c6531 Datetime64, c6532 Timestamp NOT NULL, c6533 Uint8 NOT NULL, c6534 Datetime, c6535 Timestamp64, c6536 Int16 NOT NULL, c6537 String NOT NULL, c6538 Interval64, c6539 JsonDocument NOT NULL, c6540 Decimal(35,10), c6541 Yson NOT NULL, c6542 Uint8, c6543 Interval64 NOT NULL, c6544 Timestamp, c6545 Int32 NOT NULL, c6546 Int16 NOT NULL, c6547 Json, c6548 Float NOT NULL, c6549 Timestamp64 NOT NULL, c6550 Int8 NOT NULL, c6551 Uint32 NOT NULL, c6552 Datetime64 NOT NULL, c6553 JsonDocument NOT NULL, c6554 Double, c6555 Date32 NOT NULL, c6556 Timestamp NOT NULL, c6557 Uint32, c6558 Float, c6559 Timestamp, c6560 Decimal(15,0), c6561 Timestamp64, c6562 Decimal(22,9), c6563 Json NOT NULL, c6564 Int16 NOT NULL, c6565 Uint16 NOT NULL, c6566 Date NOT NULL, c6567 Timestamp64, c6568 Datetime, c6569 Int32 NOT NULL, c6570 Float NOT NULL, c6571 Uint32, c6572 Date32 NOT NULL, c6573 JsonDocument, c6574 Interval64 NOT NULL, c6575 Timestamp64, c6576 Datetime NOT NULL, c6577 Date, c6578 Uint32 NOT NULL, c6579 Decimal(35,10) NOT NULL, c6580 Interval64, c6581 Date32 NOT NULL, c6582 Double NOT NULL, c6583 Utf8, c6584 String, c6585 Uint64, c6586 Uint32, c6587 Datetime, c6588 Double, c6589 Uint16, c6590 Float NOT NULL, c6591 Interval64, c6592 Uint64, c6593 Int64, c6594 Int64, c6595 Double NOT NULL, c6596 Date, c6597 Int32, c6598 Uint8, c6599 Uint8 NOT NULL, c6600 Timestamp64, c6601 Datetime64, c6602 Date32, c6603 Uint16, c6604 Timestamp64, c6605 Date, c6606 Uint64 NOT NULL, c6607 Decimal(22,9) NOT NULL, c6608 Int32 NOT NULL, c6609 JsonDocument NOT NULL, c6610 JsonDocument NOT NULL, c6611 Timestamp64 NOT NULL, c6612 String NOT NULL, c6613 Uint16 NOT NULL, c6614 Datetime NOT NULL, c6615 Decimal(35,10), c6616 Float, c6617 Timestamp, c6618 Float, c6619 Decimal(15,0) NOT NULL, c6620 Int8 NOT NULL, c6621 Decimal(15,0) NOT NULL, c6622 Decimal(22,9) NOT NULL, c6623 Double NOT NULL, c6624 Int8 NOT NULL, c6625 Uint64 NOT NULL, c6626 Decimal(22,9) NOT NULL, c6627 Decimal(22,9) NOT NULL, c6628 Int8, c6629 Decimal(15,0), c6630 Decimal(15,0), c6631 Int8 NOT NULL, c6632 Decimal(15,0) NOT NULL, c6633 Decimal(15,0) NOT NULL, c6634 Float NOT NULL, c6635 Double NOT NULL, c6636 JsonDocument, c6637 String NOT NULL, c6638 JsonDocument, c6639 Int16 NOT NULL, c6640 Datetime64 NOT NULL, c6641 Uint32 NOT NULL, c6642 String NOT NULL, c6643 Interval64 NOT NULL, c6644 Uint64 NOT NULL, c6645 String, c6646 Decimal(15,0) NOT NULL, c6647 JsonDocument NOT NULL, c6648 Utf8, c6649 Int16 NOT NULL, c6650 Yson, c6651 Timestamp NOT NULL, c6652 Int16, c6653 Interval64 NOT NULL, c6654 Datetime NOT NULL, c6655 Interval64, c6656 Int32 NOT NULL, c6657 Date32, c6658 Int64 NOT NULL, c6659 Int16 NOT NULL, c6660 JsonDocument, c6661 Uint16 NOT NULL, c6662 Timestamp, c6663 Int64 NOT NULL, c6664 Yson, c6665 Uint64 NOT NULL, c6666 Interval64 NOT NULL, c6667 Int64, c6668 Yson NOT NULL, c6669 Uint64 NOT NULL, c6670 Uint64 NOT NULL, c6671 Int64 NOT NULL, c6672 Yson, c6673 Uint8, c6674 Interval64, c6675 Date32, c6676 Interval64 NOT NULL, c6677 Uint32 NOT NULL, c6678 Datetime NOT NULL, c6679 Uint32, c6680 Date NOT NULL, c6681 Timestamp64, c6682 Date NOT NULL, c6683 Timestamp NOT NULL, c6684 Double NOT NULL, c6685 Date NOT NULL, c6686 Date32, c6687 Datetime64, c6688 Decimal(35,10) NOT NULL, c6689 Double, c6690 Timestamp64 NOT NULL, c6691 Decimal(35,10) NOT NULL, c6692 String NOT NULL, c6693 Int32 NOT NULL, c6694 Uint16 NOT NULL, c6695 Double, c6696 String NOT NULL, c6697 Uint16 NOT NULL, c6698 String NOT NULL, c6699 Decimal(35,10) NOT NULL, c6700 Int8, c6701 Double, c6702 Int8, c6703 Float, c6704 Timestamp64, c6705 JsonDocument, c6706 Decimal(22,9) NOT NULL, c6707 Uint64, c6708 Json NOT NULL, c6709 Decimal(15,0), c6710 JsonDocument NOT NULL, c6711 Date32 NOT NULL, c6712 Utf8 NOT NULL, c6713 Double, c6714 Timestamp, c6715 Uint32, c6716 Float, c6717 Uint16 NOT NULL, c6718 Int16 NOT NULL, c6719 Datetime64, c6720 Decimal(15,0) NOT NULL, c6721 Utf8, c6722 Int16 NOT NULL, c6723 Double, c6724 Datetime NOT NULL, c6725 Yson, c6726 Float, c6727 Decimal(15,0), c6728 Float NOT NULL, c6729 Int8 NOT NULL, c6730 String, c6731 Date NOT NULL, c6732 Date, c6733 Datetime NOT NULL, c6734 Uint64 NOT NULL, c6735 Interval64 NOT NULL, c6736 Timestamp64, c6737 Int8 NOT NULL, c6738 Decimal(15,0) NOT NULL, c6739 Decimal(15,0) NOT NULL, c6740 Yson NOT NULL, c6741 Int8, c6742 Json NOT NULL, c6743 Int16 NOT NULL, c6744 Date32, c6745 JsonDocument, c6746 Datetime64, c6747 Int64, c6748 Datetime64, c6749 Decimal(22,9), c6750 Uint32, c6751 Timestamp NOT NULL, c6752 Json, c6753 Int8, c6754 Decimal(35,10) NOT NULL, c6755 Int8 NOT NULL, c6756 Date, c6757 Date32 NOT NULL, c6758 Interval64 NOT NULL, c6759 Timestamp NOT NULL, c6760 Yson NOT NULL, c6761 Double NOT NULL, c6762 String, c6763 Int32, c6764 String NOT NULL, c6765 String, c6766 Float NOT NULL, c6767 Decimal(15,0) NOT NULL, c6768 Uint8 NOT NULL, c6769 Datetime64, c6770 Date NOT NULL, c6771 Json NOT NULL, c6772 Datetime, c6773 Int16 NOT NULL, c6774 JsonDocument NOT NULL, c6775 Datetime64 NOT NULL, c6776 Decimal(35,10) NOT NULL, c6777 Datetime, c6778 JsonDocument NOT NULL, c6779 Decimal(22,9), c6780 Decimal(35,10), c6781 Uint32 NOT NULL, c6782 Interval64 NOT NULL, c6783 Timestamp64, c6784 Int32 NOT NULL, c6785 Uint64 NOT NULL, c6786 Decimal(22,9), c6787 Utf8 NOT NULL, c6788 Int32 NOT NULL, c6789 Date32, c6790 Date32 NOT NULL, c6791 Timestamp, c6792 Int32, c6793 Date32, c6794 Uint64, c6795 Decimal(35,10) NOT NULL, c6796 Uint16, c6797 Decimal(35,10), c6798 Decimal(15,0), c6799 Int8, c6800 Int16 NOT NULL, c6801 Decimal(22,9) NOT NULL, c6802 Datetime64 NOT NULL, c6803 Int8, c6804 Float, c6805 Double NOT NULL, c6806 Json NOT NULL, c6807 Decimal(22,9) NOT NULL, c6808 Date32, c6809 Datetime, c6810 Yson NOT NULL, c6811 Uint64 NOT NULL, c6812 String NOT NULL, c6813 Date, c6814 Timestamp64, c6815 Timestamp64 NOT NULL, c6816 Double NOT NULL, c6817 Uint8, c6818 JsonDocument NOT NULL, c6819 Date32, c6820 JsonDocument, c6821 Int16 NOT NULL, c6822 Uint32, c6823 Utf8, c6824 Utf8 NOT NULL, c6825 Int8 NOT NULL, c6826 Yson NOT NULL, c6827 String, c6828 Decimal(15,0) NOT NULL, c6829 Decimal(22,9) NOT NULL, c6830 Date32, c6831 Double, c6832 Timestamp, c6833 JsonDocument NOT NULL, c6834 Timestamp, c6835 Uint8, c6836 Yson NOT NULL, c6837 Decimal(35,10) NOT NULL, c6838 Int16 NOT NULL, c6839 Decimal(22,9), c6840 Timestamp64, c6841 Json NOT NULL, c6842 Uint16, c6843 Int16, c6844 String, c6845 Uint64, c6846 Int8 NOT NULL, c6847 Int16 NOT NULL, c6848 Yson NOT NULL, c6849 Timestamp NOT NULL, c6850 Float, c6851 Json NOT NULL, c6852 Timestamp64, c6853 Decimal(15,0), c6854 Int16, c6855 JsonDocument, c6856 Int16 NOT NULL, c6857 Json NOT NULL, c6858 Date32 NOT NULL, c6859 Int32 NOT NULL, c6860 Decimal(35,10) NOT NULL, c6861 Json, c6862 Yson, c6863 Uint8 NOT NULL, c6864 Timestamp, c6865 Decimal(15,0) NOT NULL, c6866 Datetime NOT NULL, c6867 Double, c6868 Uint32 NOT NULL, c6869 Int16, c6870 Datetime NOT NULL, c6871 JsonDocument, c6872 Double, c6873 Utf8, c6874 Uint8, c6875 Date32, c6876 String NOT NULL, c6877 Uint64 NOT NULL, c6878 Int64, c6879 Timestamp64, c6880 String, c6881 Decimal(22,9) NOT NULL, c6882 Int32, c6883 Timestamp64, c6884 Decimal(35,10), c6885 Decimal(35,10) NOT NULL, c6886 Float NOT NULL, c6887 Decimal(15,0) NOT NULL, c6888 Yson NOT NULL, c6889 Decimal(35,10), c6890 Timestamp NOT NULL, c6891 String, c6892 Datetime64 NOT NULL, c6893 Timestamp NOT NULL, c6894 Decimal(15,0) NOT NULL, c6895 Datetime, c6896 Timestamp64 NOT NULL, c6897 Uint32 NOT NULL, c6898 Json, c6899 Double, c6900 Datetime NOT NULL, c6901 Datetime, c6902 Float, c6903 Date NOT NULL, c6904 Datetime64, c6905 Timestamp NOT NULL, c6906 Json NOT NULL, c6907 Datetime64 NOT NULL, c6908 Int16 NOT NULL, c6909 JsonDocument NOT NULL, c6910 Yson NOT NULL, c6911 Uint64 NOT NULL, c6912 Interval64 NOT NULL, c6913 Double NOT NULL, c6914 JsonDocument, c6915 String NOT NULL, c6916 JsonDocument, c6917 JsonDocument NOT NULL, c6918 Timestamp64 NOT NULL, c6919 Int8, c6920 Date NOT NULL, c6921 Interval64 NOT NULL, c6922 Datetime, c6923 Int32, c6924 Double NOT NULL, c6925 Float, c6926 Double, c6927 Int32 NOT NULL, c6928 Interval64, c6929 JsonDocument NOT NULL, c6930 Datetime64 NOT NULL, c6931 Float, c6932 Uint32, c6933 Decimal(15,0) NOT NULL, c6934 Timestamp64, c6935 Int8 NOT NULL, c6936 Json, c6937 Decimal(22,9) NOT NULL, c6938 Timestamp64 NOT NULL, c6939 Datetime, c6940 Int16 NOT NULL, c6941 Decimal(22,9), c6942 Decimal(15,0), c6943 Int32, c6944 Date, c6945 Decimal(35,10), c6946 Decimal(35,10) NOT NULL, c6947 Int8, c6948 Uint64 NOT NULL, c6949 Date32, c6950 Decimal(35,10) NOT NULL, c6951 Uint8 NOT NULL, c6952 Date32, c6953 Uint16 NOT NULL, c6954 Int16 NOT NULL, c6955 Date32, c6956 Float NOT NULL, c6957 Interval64, c6958 Uint32 NOT NULL, c6959 Uint16, c6960 Interval64, c6961 Date32 NOT NULL, c6962 Uint16, c6963 Date, c6964 Interval64 NOT NULL, c6965 Decimal(15,0), c6966 Int32 NOT NULL, c6967 Utf8, c6968 Datetime64 NOT NULL, c6969 Float, c6970 Int8, c6971 Decimal(35,10), c6972 Int64, c6973 Decimal(35,10) NOT NULL, c6974 JsonDocument, c6975 JsonDocument NOT NULL, c6976 JsonDocument NOT NULL, c6977 Int64 NOT NULL, c6978 Int32, c6979 Interval64 NOT NULL, c6980 Decimal(22,9), c6981 Int8 NOT NULL, c6982 Yson, c6983 Decimal(22,9), c6984 Datetime, c6985 Int64, c6986 String NOT NULL, c6987 Utf8, c6988 Timestamp NOT NULL, c6989 Datetime, c6990 Decimal(22,9), c6991 Interval64 NOT NULL, c6992 Int32, c6993 Uint16 NOT NULL, c6994 Decimal(35,10) NOT NULL, c6995 Interval64 NOT NULL, c6996 Uint8 NOT NULL, c6997 Utf8, c6998 Decimal(15,0), c6999 Float, c7000 String NOT NULL, c7001 Int8 NOT NULL, c7002 Timestamp NOT NULL, c7003 Timestamp, c7004 JsonDocument, c7005 Int8, c7006 Uint8, c7007 Uint32 NOT NULL, c7008 Double, c7009 Yson NOT NULL, c7010 Interval64, c7011 Date, c7012 Date NOT NULL, c7013 Int8 NOT NULL, c7014 Decimal(35,10), c7015 Timestamp64 NOT NULL, c7016 Timestamp, c7017 Date, c7018 Double NOT NULL, c7019 Timestamp, c7020 Uint64, c7021 Utf8 NOT NULL, c7022 Date NOT NULL, c7023 JsonDocument, c7024 Uint8, c7025 Json NOT NULL, c7026 Decimal(35,10), c7027 Float, c7028 Int16 NOT NULL, c7029 Decimal(35,10), c7030 Uint16, c7031 Uint32 NOT NULL, c7032 Int8, c7033 Uint16 NOT NULL, c7034 Decimal(35,10), c7035 Decimal(15,0), c7036 Double, c7037 Uint16 NOT NULL, c7038 Interval64, c7039 Datetime64 NOT NULL, c7040 Yson NOT NULL, c7041 Float NOT NULL, c7042 Int32, c7043 Uint64 NOT NULL, c7044 Decimal(22,9) NOT NULL, c7045 Double NOT NULL, c7046 Utf8, c7047 Date32, c7048 Utf8, c7049 Uint32 NOT NULL, c7050 Decimal(15,0) NOT NULL, c7051 Interval64 NOT NULL, c7052 Uint32 NOT NULL, c7053 Timestamp64 NOT NULL, c7054 Decimal(22,9) NOT NULL, c7055 JsonDocument, c7056 Utf8, c7057 Float, c7058 Float NOT NULL, c7059 Decimal(15,0), c7060 Datetime, c7061 Timestamp, c7062 String NOT NULL, c7063 String, c7064 Uint64 NOT NULL, c7065 Uint32, c7066 Uint16 NOT NULL, c7067 Timestamp64 NOT NULL, c7068 Int32 NOT NULL, c7069 Int16, c7070 Datetime, c7071 Timestamp64, c7072 Yson, c7073 String NOT NULL, c7074 Int64, c7075 Int16 NOT NULL, c7076 Int8 NOT NULL, c7077 Uint64, c7078 Int64 NOT NULL, c7079 Int32, c7080 Yson NOT NULL, c7081 Interval64, c7082 Timestamp64 NOT NULL, c7083 JsonDocument NOT NULL, c7084 Decimal(35,10) NOT NULL, c7085 Float, c7086 Utf8 NOT NULL, c7087 Decimal(22,9) NOT NULL, c7088 Interval64, c7089 Interval64 NOT NULL, c7090 Float NOT NULL, c7091 Yson NOT NULL, c7092 Uint8 NOT NULL, c7093 Datetime, c7094 Timestamp NOT NULL, c7095 Uint16 NOT NULL, c7096 Double NOT NULL, c7097 Uint16, c7098 Decimal(22,9), c7099 Uint32, c7100 Interval64 NOT NULL, c7101 Date, c7102 Decimal(22,9) NOT NULL, c7103 Interval64, c7104 Double, c7105 Int32, c7106 Int32, c7107 Uint16, c7108 String NOT NULL, c7109 Json, c7110 Uint64, c7111 Timestamp64 NOT NULL, c7112 Datetime NOT NULL, c7113 Int64, c7114 Timestamp, c7115 Int8, c7116 Date, c7117 Uint32, c7118 Int64, c7119 Timestamp64, c7120 String, c7121 Datetime64, c7122 Datetime NOT NULL, c7123 Decimal(35,10), c7124 Int16 NOT NULL, c7125 Date, c7126 Int8 NOT NULL, c7127 Yson, c7128 Uint16 NOT NULL, c7129 Utf8 NOT NULL, c7130 Uint16 NOT NULL, c7131 Datetime64, c7132 Double NOT NULL, c7133 Yson, c7134 Int16 NOT NULL, c7135 Decimal(15,0) NOT NULL, c7136 Decimal(15,0), c7137 Uint64 NOT NULL, c7138 Datetime64, c7139 Decimal(35,10), c7140 Decimal(22,9) NOT NULL, c7141 Date, c7142 Uint64 NOT NULL, c7143 Yson NOT NULL, c7144 Double NOT NULL, c7145 Datetime64, c7146 Yson, c7147 Decimal(22,9), c7148 Decimal(15,0) NOT NULL, c7149 Uint64, c7150 Uint64 NOT NULL, c7151 Uint16 NOT NULL, c7152 Int64, c7153 Timestamp NOT NULL, c7154 Int16, c7155 Uint16 NOT NULL, c7156 Decimal(15,0), c7157 Int16 NOT NULL, c7158 Double, c7159 Uint8 NOT NULL, c7160 Datetime64, c7161 Uint32, c7162 String NOT NULL, c7163 Decimal(35,10), c7164 Int32 NOT NULL, c7165 Uint32 NOT NULL, c7166 Json NOT NULL, c7167 Json NOT NULL, c7168 JsonDocument, c7169 Uint8 NOT NULL, c7170 Int16, c7171 Json, c7172 Datetime64, c7173 Yson NOT NULL, c7174 String, c7175 Uint64 NOT NULL, c7176 Datetime NOT NULL, c7177 Timestamp, c7178 Datetime, c7179 Timestamp64, c7180 Uint8 NOT NULL, c7181 Datetime NOT NULL, c7182 Uint32, c7183 Int64, c7184 Date, c7185 Int8 NOT NULL, c7186 Double NOT NULL, c7187 Double, c7188 Timestamp, c7189 Date, c7190 Uint8, c7191 Uint8, c7192 Uint32, c7193 JsonDocument, c7194 Decimal(22,9), c7195 Decimal(22,9), c7196 Utf8, c7197 Uint16 NOT NULL, c7198 Utf8 NOT NULL, c7199 Timestamp NOT NULL, c7200 Float, c7201 Int64 NOT NULL, c7202 Int8, c7203 JsonDocument, c7204 JsonDocument, c7205 Int64 NOT NULL, c7206 Decimal(15,0), c7207 Uint8 NOT NULL, c7208 Decimal(15,0) NOT NULL, c7209 Datetime NOT NULL, c7210 Int16, c7211 Interval64, c7212 Int16, c7213 Uint16, c7214 Datetime64, c7215 Int64 NOT NULL, c7216 Uint8 NOT NULL, c7217 Int16 NOT NULL, c7218 Int8, c7219 Decimal(22,9), c7220 String NOT NULL, c7221 Uint32, c7222 Decimal(22,9) NOT NULL, c7223 Utf8, c7224 JsonDocument, c7225 Decimal(15,0) NOT NULL, c7226 Date32 NOT NULL, c7227 Yson NOT NULL, c7228 Int16, c7229 Int16, c7230 Uint16 NOT NULL, c7231 Date32 NOT NULL, c7232 Double NOT NULL, c7233 Interval64 NOT NULL, c7234 Date NOT NULL, c7235 Double NOT NULL, c7236 Int32, c7237 Uint16, c7238 Decimal(15,0) NOT NULL, c7239 Int16 NOT NULL, c7240 Date32 NOT NULL, c7241 Float, c7242 Interval64 NOT NULL, c7243 Utf8, c7244 Uint32, c7245 Interval64 NOT NULL, c7246 Decimal(15,0) NOT NULL, c7247 Decimal(22,9), c7248 Date NOT NULL, c7249 Utf8 NOT NULL, c7250 Decimal(15,0), c7251 String, c7252 Uint64 NOT NULL, c7253 Uint16, c7254 Timestamp NOT NULL, c7255 Json, c7256 Uint64 NOT NULL, c7257 Int32 NOT NULL, c7258 Double, c7259 Interval64, c7260 Datetime NOT NULL, c7261 Double NOT NULL, c7262 Decimal(35,10), c7263 Timestamp NOT NULL, c7264 Float NOT NULL, c7265 Yson, c7266 Int8 NOT NULL, c7267 Datetime64 NOT NULL, c7268 Yson NOT NULL, c7269 Int32 NOT NULL, c7270 Date NOT NULL, c7271 Uint8, c7272 Uint32, c7273 Interval64, c7274 Decimal(15,0), c7275 Json, c7276 Json NOT NULL, c7277 Uint8, c7278 Int64, c7279 Uint16, c7280 Utf8, c7281 Decimal(22,9), c7282 Uint32, c7283 JsonDocument NOT NULL, c7284 Decimal(22,9), c7285 Date NOT NULL, c7286 Uint64 NOT NULL, c7287 Datetime64, c7288 Uint16 NOT NULL, c7289 Datetime NOT NULL, c7290 Int16 NOT NULL, c7291 Double, c7292 Decimal(22,9), c7293 Int16, c7294 Utf8 NOT NULL, c7295 Float, c7296 Json NOT NULL, c7297 Yson, c7298 Interval64, c7299 Uint8, c7300 String NOT NULL, c7301 Decimal(15,0), c7302 Date NOT NULL, c7303 Int16, c7304 Timestamp64, c7305 Decimal(22,9) NOT NULL, c7306 Timestamp64 NOT NULL, c7307 Timestamp, c7308 Uint32, c7309 Yson, c7310 Timestamp, c7311 Int64, c7312 Utf8 NOT NULL, c7313 Uint8 NOT NULL, c7314 Int16 NOT NULL, c7315 Int64 NOT NULL, c7316 Yson NOT NULL, c7317 Timestamp NOT NULL, c7318 Int8, c7319 Int32 NOT NULL, c7320 Float, c7321 Double NOT NULL, c7322 Datetime64 NOT NULL, c7323 Timestamp64 NOT NULL, c7324 Json NOT NULL, c7325 Decimal(15,0), c7326 Json NOT NULL, c7327 JsonDocument, c7328 JsonDocument NOT NULL, c7329 JsonDocument NOT NULL, c7330 JsonDocument, c7331 Int32, c7332 Uint64, c7333 Datetime64, c7334 String, c7335 Int16 NOT NULL, c7336 Int64 NOT NULL, c7337 Decimal(15,0) NOT NULL, c7338 Date32 NOT NULL, c7339 Int16, c7340 Uint32 NOT NULL, c7341 Decimal(22,9), c7342 Double, c7343 Date, c7344 Date32 NOT NULL, c7345 Decimal(22,9), c7346 Date32 NOT NULL, c7347 Int32, c7348 Yson NOT NULL, c7349 JsonDocument, c7350 Timestamp64, c7351 JsonDocument, c7352 Uint64 NOT NULL, c7353 Datetime NOT NULL, c7354 Uint16, c7355 Int8, c7356 Uint8 NOT NULL, c7357 Uint64 NOT NULL, c7358 Int16 NOT NULL, c7359 Date32, c7360 Yson, c7361 Uint8 NOT NULL, c7362 Int16 NOT NULL, c7363 Json, c7364 Date NOT NULL, c7365 Datetime64, c7366 Decimal(22,9) NOT NULL, c7367 Utf8 NOT NULL, c7368 Int32, c7369 Interval64 NOT NULL, c7370 String, c7371 Decimal(35,10), c7372 Int16, c7373 Decimal(15,0), c7374 Interval64 NOT NULL, c7375 Int64 NOT NULL, c7376 Date, c7377 Double, c7378 Utf8, c7379 Decimal(22,9) NOT NULL, c7380 Int64 NOT NULL, c7381 Timestamp NOT NULL, c7382 Datetime, c7383 String, c7384 Datetime, c7385 Timestamp, c7386 Uint32 NOT NULL, c7387 Double, c7388 Utf8, c7389 JsonDocument NOT NULL, c7390 Decimal(35,10), c7391 Int64, c7392 Date, c7393 Int16, c7394 Decimal(35,10) NOT NULL, c7395 Float, c7396 Uint32 NOT NULL, c7397 Datetime, c7398 Decimal(15,0) NOT NULL, c7399 String NOT NULL, c7400 Int8, c7401 Uint64 NOT NULL, c7402 Uint64, c7403 Timestamp, c7404 Uint32 NOT NULL, c7405 JsonDocument NOT NULL, c7406 Datetime, c7407 Yson, c7408 Json NOT NULL, c7409 Int64 NOT NULL, c7410 Yson NOT NULL, c7411 Interval64, c7412 Timestamp64, c7413 Timestamp NOT NULL, c7414 Json NOT NULL, c7415 Timestamp64, c7416 Decimal(35,10) NOT NULL, c7417 Uint16, c7418 Utf8, c7419 Decimal(35,10) NOT NULL, c7420 Uint64 NOT NULL, c7421 Uint8, c7422 Timestamp64, c7423 Uint32, c7424 Int8 NOT NULL, c7425 Uint32 NOT NULL, c7426 Int64, c7427 Uint8, c7428 Yson, c7429 Uint32, c7430 Datetime64, c7431 Uint16, c7432 Decimal(22,9), c7433 Interval64 NOT NULL, c7434 Datetime64 NOT NULL, c7435 JsonDocument NOT NULL, c7436 Int32 NOT NULL, c7437 Uint64 NOT NULL, c7438 Interval64 NOT NULL, c7439 Yson, c7440 Int16 NOT NULL, c7441 Double, c7442 Datetime64 NOT NULL, c7443 Int16 NOT NULL, c7444 Int32, c7445 Datetime, c7446 Decimal(15,0) NOT NULL, c7447 Datetime64, c7448 Decimal(22,9), c7449 Datetime64, c7450 Int16, c7451 Uint16, c7452 String, c7453 Date, c7454 Yson NOT NULL, c7455 Decimal(15,0) NOT NULL, c7456 Datetime, c7457 String NOT NULL, c7458 Interval64, c7459 Uint16, c7460 Timestamp64 NOT NULL, c7461 Decimal(35,10), c7462 Json NOT NULL, c7463 Uint8 NOT NULL, c7464 Double NOT NULL, c7465 Utf8, c7466 Interval64, c7467 Datetime, c7468 String, c7469 Uint32 NOT NULL, c7470 Datetime64, c7471 Timestamp64 NOT NULL, c7472 Uint32, c7473 Datetime64 NOT NULL, c7474 Interval64, c7475 Timestamp64 NOT NULL, c7476 Uint16 NOT NULL, c7477 Timestamp, c7478 String NOT NULL, c7479 Uint64, c7480 Decimal(15,0), c7481 Decimal(15,0) NOT NULL, c7482 Int64, c7483 JsonDocument NOT NULL, c7484 Timestamp, c7485 Int32, c7486 Double NOT NULL, c7487 Decimal(15,0) NOT NULL, c7488 Timestamp NOT NULL, c7489 Decimal(15,0), c7490 Uint16 NOT NULL, c7491 Json, c7492 Int16, c7493 Timestamp NOT NULL, c7494 Timestamp NOT NULL, c7495 Float NOT NULL, c7496 Uint16, c7497 Float, c7498 Json, c7499 Uint8 NOT NULL, c7500 Yson NOT NULL, c7501 Uint16, c7502 Date32 NOT NULL, c7503 Double NOT NULL, c7504 Uint32 NOT NULL, c7505 Uint16, c7506 Datetime NOT NULL, c7507 String, c7508 Double NOT NULL, c7509 Utf8, c7510 Int8, c7511 Uint64 NOT NULL, c7512 Date32, c7513 Utf8 NOT NULL, c7514 Json NOT NULL, c7515 Interval64 NOT NULL, c7516 Datetime NOT NULL, c7517 Date NOT NULL, c7518 Decimal(35,10), c7519 Uint16, c7520 Decimal(22,9), c7521 Int16 NOT NULL, c7522 Date NOT NULL, c7523 Date32, c7524 Uint16 NOT NULL, c7525 Uint16, c7526 Decimal(22,9), c7527 Timestamp, c7528 Timestamp64 NOT NULL, c7529 Uint8, c7530 Decimal(15,0), c7531 Decimal(22,9), c7532 Utf8, c7533 Uint8, c7534 Uint8 NOT NULL, c7535 String, c7536 Json NOT NULL, c7537 Timestamp NOT NULL, c7538 Uint64, c7539 Datetime NOT NULL, c7540 Uint64, c7541 Uint16, c7542 Yson, c7543 Float, c7544 Uint16 NOT NULL, c7545 String, c7546 Int8, c7547 Yson, c7548 Int64, c7549 Uint8, c7550 Uint32 NOT NULL, c7551 Timestamp64 NOT NULL, c7552 Timestamp64 NOT NULL, c7553 Int16 NOT NULL, c7554 Yson, c7555 JsonDocument, c7556 Float NOT NULL, c7557 Int8, c7558 Int64 NOT NULL, c7559 Yson, c7560 Uint16 NOT NULL, c7561 Date32, c7562 Int8, c7563 Json NOT NULL, c7564 Json, c7565 Datetime64 NOT NULL, c7566 Int64, c7567 Decimal(35,10), c7568 Double NOT NULL, c7569 Int16, c7570 Interval64 NOT NULL, c7571 Date32 NOT NULL, c7572 Double NOT NULL, c7573 Uint8 NOT NULL, c7574 Int32, c7575 Uint32 NOT NULL, c7576 Uint8, c7577 Int32 NOT NULL, c7578 Float NOT NULL, c7579 Decimal(35,10), c7580 Decimal(35,10) NOT NULL, c7581 Decimal(15,0) NOT NULL, c7582 Double NOT NULL, c7583 Uint32 NOT NULL, c7584 Timestamp64 NOT NULL, c7585 Utf8, c7586 JsonDocument NOT NULL, c7587 Float, c7588 JsonDocument NOT NULL, c7589 Uint32 NOT NULL, c7590 Int8 NOT NULL, c7591 Decimal(22,9), c7592 JsonDocument NOT NULL, c7593 Decimal(22,9) NOT NULL, c7594 Date NOT NULL, c7595 JsonDocument NOT NULL, c7596 Int16 NOT NULL, c7597 Yson, c7598 Datetime NOT NULL, c7599 Int16, c7600 Yson NOT NULL, c7601 Int8 NOT NULL, c7602 Float, c7603 Timestamp NOT NULL, c7604 Timestamp, c7605 Timestamp64, c7606 Decimal(35,10), c7607 Int8 NOT NULL, c7608 Utf8, c7609 Uint32 NOT NULL, c7610 Int16 NOT NULL, c7611 Utf8, c7612 Int16, c7613 Yson NOT NULL, c7614 Timestamp64 NOT NULL, c7615 Date32, c7616 Int64, c7617 Uint16, c7618 Double, c7619 Decimal(35,10) NOT NULL, c7620 Datetime64, c7621 Uint64 NOT NULL, c7622 Uint8, c7623 Interval64, c7624 Timestamp64 NOT NULL, c7625 Uint64, c7626 Decimal(15,0) NOT NULL, c7627 Uint16, c7628 Int8, c7629 Int16 NOT NULL, c7630 Uint8, c7631 Datetime, c7632 Timestamp, c7633 Date, c7634 Int16, c7635 Uint32, c7636 Datetime64 NOT NULL, c7637 Date32 NOT NULL, c7638 Int32, c7639 Timestamp, c7640 Timestamp NOT NULL, c7641 Interval64, c7642 Int32, c7643 Int8, c7644 Datetime NOT NULL, c7645 Interval64 NOT NULL, c7646 Timestamp, c7647 Decimal(22,9), c7648 Datetime64, c7649 Json NOT NULL, c7650 Yson, c7651 Yson, c7652 Interval64 NOT NULL, c7653 Interval64 NOT NULL, c7654 Timestamp64, c7655 Date, c7656 Int16, c7657 Float NOT NULL, c7658 Datetime, c7659 Uint32 NOT NULL, c7660 Uint64 NOT NULL, c7661 JsonDocument NOT NULL, c7662 Uint32, c7663 Datetime, c7664 Date, c7665 Int8, c7666 Interval64, c7667 Double NOT NULL, c7668 JsonDocument, c7669 Timestamp64 NOT NULL, c7670 Uint8, c7671 Utf8 NOT NULL, c7672 Uint64, c7673 Double NOT NULL, c7674 Decimal(35,10), c7675 Date32 NOT NULL, c7676 Float NOT NULL, c7677 Datetime64, c7678 Date32 NOT NULL, c7679 Date NOT NULL, c7680 Double, c7681 Float NOT NULL, c7682 Interval64 NOT NULL, c7683 Date NOT NULL, c7684 Uint64 NOT NULL, c7685 Decimal(15,0) NOT NULL, c7686 Date NOT NULL, c7687 Timestamp64, c7688 Decimal(35,10) NOT NULL, c7689 Date NOT NULL, c7690 JsonDocument NOT NULL, c7691 Date32, c7692 Uint16, c7693 Int16, c7694 Decimal(35,10), c7695 Datetime64 NOT NULL, c7696 Utf8, c7697 Int64 NOT NULL, c7698 Utf8 NOT NULL, c7699 Int32, c7700 Int16, c7701 Float NOT NULL, c7702 Decimal(22,9), c7703 String NOT NULL, c7704 String NOT NULL, c7705 Datetime64, c7706 Int64, c7707 Uint32 NOT NULL, c7708 Utf8, c7709 Date, c7710 Timestamp64, c7711 Decimal(35,10), c7712 Uint16, c7713 Interval64, c7714 Uint32, c7715 Datetime, c7716 Uint16, c7717 Int64 NOT NULL, c7718 Decimal(22,9) NOT NULL, c7719 Yson, c7720 Uint16 NOT NULL, c7721 Timestamp, c7722 Int64, c7723 Uint64, c7724 Datetime, c7725 Uint64, c7726 Datetime64, c7727 Date32, c7728 Timestamp64, c7729 Double NOT NULL, c7730 Decimal(22,9), c7731 Timestamp, c7732 Uint8 NOT NULL, c7733 Int64, c7734 Int8, c7735 Uint32 NOT NULL, c7736 Decimal(22,9) NOT NULL, c7737 Decimal(15,0), c7738 Double, c7739 Uint8, c7740 Decimal(22,9), c7741 String, c7742 Uint8 NOT NULL, c7743 Decimal(22,9), c7744 Decimal(22,9), c7745 Uint32 NOT NULL, c7746 Decimal(22,9), c7747 Uint16 NOT NULL, c7748 Timestamp64 NOT NULL, c7749 Int64 NOT NULL, c7750 Decimal(35,10), c7751 Timestamp, c7752 Decimal(35,10), c7753 Int16, c7754 Date, c7755 Double, c7756 Uint16, c7757 Datetime64 NOT NULL, c7758 Datetime64 NOT NULL, c7759 Uint64 NOT NULL, c7760 Decimal(15,0) NOT NULL, c7761 Yson, c7762 Int16 NOT NULL, c7763 Int64, c7764 Timestamp64, c7765 JsonDocument NOT NULL, c7766 Uint32 NOT NULL, c7767 Json, c7768 Double NOT NULL, c7769 Decimal(35,10), c7770 String NOT NULL, c7771 String, c7772 Interval64 NOT NULL, c7773 Utf8 NOT NULL, c7774 Uint64 NOT NULL, c7775 Date NOT NULL, c7776 Int8, c7777 Timestamp NOT NULL, c7778 Uint16, c7779 Timestamp, c7780 Decimal(15,0) NOT NULL, c7781 Float NOT NULL, c7782 Int32 NOT NULL, c7783 Uint16, c7784 Json NOT NULL, c7785 Json NOT NULL, c7786 Decimal(15,0) NOT NULL, c7787 Int64 NOT NULL, c7788 Uint32 NOT NULL, c7789 Double NOT NULL, c7790 Uint64 NOT NULL, c7791 Int16 NOT NULL, c7792 Json NOT NULL, c7793 Decimal(15,0), c7794 Decimal(15,0), c7795 Json, c7796 Datetime64 NOT NULL, c7797 Uint64, c7798 Uint32, c7799 JsonDocument NOT NULL, c7800 Yson NOT NULL, c7801 Int32 NOT NULL, c7802 Date, c7803 Timestamp64, c7804 Yson NOT NULL, c7805 Uint32, c7806 Uint64, c7807 Decimal(35,10) NOT NULL, c7808 Decimal(35,10) NOT NULL, c7809 Decimal(22,9) NOT NULL, c7810 Datetime64, c7811 Yson, c7812 Uint8 NOT NULL, c7813 Uint64 NOT NULL, c7814 Int32 NOT NULL, c7815 Decimal(15,0) NOT NULL, c7816 Datetime64, c7817 Double NOT NULL, c7818 Int64 NOT NULL, c7819 Double NOT NULL, c7820 Timestamp64 NOT NULL, c7821 Decimal(15,0), c7822 Date32 NOT NULL, c7823 String NOT NULL, c7824 Datetime NOT NULL, c7825 Datetime, c7826 Uint32 NOT NULL, c7827 Timestamp, c7828 Float, c7829 Uint8, c7830 Timestamp64, c7831 Int32, c7832 Uint16, c7833 Date32, c7834 Uint32, c7835 Utf8 NOT NULL, c7836 Int64 NOT NULL, c7837 Interval64, c7838 Utf8, c7839 Date32, c7840 Timestamp, c7841 Timestamp, c7842 Float NOT NULL, c7843 JsonDocument, c7844 Json NOT NULL, c7845 Json, c7846 Decimal(22,9), c7847 Datetime NOT NULL, c7848 Decimal(35,10) NOT NULL, c7849 String NOT NULL, c7850 Int64, c7851 Date32 NOT NULL, c7852 Json, c7853 Int32, c7854 Decimal(35,10) NOT NULL, c7855 Date32, c7856 Int32 NOT NULL, c7857 Int16, c7858 Datetime NOT NULL, c7859 Interval64 NOT NULL, c7860 Float NOT NULL, c7861 Interval64 NOT NULL, c7862 Json, c7863 Timestamp64 NOT NULL, c7864 Uint8, c7865 Datetime64, c7866 Decimal(22,9), c7867 Datetime64, c7868 Timestamp NOT NULL, c7869 Json NOT NULL, c7870 Date32, c7871 Float NOT NULL, c7872 Uint32, c7873 Decimal(22,9) NOT NULL, c7874 Date NOT NULL, c7875 Uint8 NOT NULL, c7876 Utf8 NOT NULL, c7877 Yson, c7878 Decimal(35,10) NOT NULL, c7879 Uint64, c7880 Uint8 NOT NULL, c7881 Uint64 NOT NULL, c7882 Uint16, c7883 Int16, c7884 Datetime NOT NULL, c7885 Int16, c7886 Uint16, c7887 Int32, c7888 Json, c7889 Date, c7890 String, c7891 Interval64, c7892 Decimal(22,9) NOT NULL, c7893 Date32, c7894 Decimal(22,9), c7895 Decimal(22,9) NOT NULL, c7896 Uint32 NOT NULL, c7897 Uint8 NOT NULL, c7898 String, c7899 Timestamp64, c7900 Int16 NOT NULL, c7901 Decimal(15,0) NOT NULL, c7902 Int8 NOT NULL, c7903 Decimal(22,9) NOT NULL, c7904 Date NOT NULL, c7905 String, c7906 Int8, c7907 Int32 NOT NULL, c7908 Int16, c7909 Interval64 NOT NULL, c7910 Int8, c7911 Date, c7912 Decimal(15,0), c7913 Int16, c7914 Interval64 NOT NULL, c7915 Utf8, c7916 Uint8 NOT NULL, c7917 Date NOT NULL, c7918 Interval64, c7919 Float NOT NULL, c7920 Decimal(35,10) NOT NULL, c7921 Date32, c7922 Datetime NOT NULL, c7923 Decimal(35,10), c7924 Utf8 NOT NULL, c7925 Datetime64 NOT NULL, c7926 Json NOT NULL, c7927 Timestamp NOT NULL, c7928 Decimal(15,0) NOT NULL, c7929 Json NOT NULL, c7930 Int32 NOT NULL, c7931 Timestamp NOT NULL, c7932 Interval64, c7933 Date32, c7934 Timestamp, c7935 Decimal(35,10) NOT NULL, c7936 Double NOT NULL, c7937 Int16 NOT NULL, c7938 Date NOT NULL, c7939 Interval64, c7940 Int64 NOT NULL, c7941 Json NOT NULL, c7942 String, c7943 Uint64, c7944 Decimal(35,10), c7945 Decimal(35,10), c7946 Decimal(15,0), c7947 Int16, c7948 Double, c7949 Date, c7950 Decimal(15,0), c7951 Decimal(15,0), c7952 Int64 NOT NULL, c7953 Date32 NOT NULL, c7954 Timestamp, c7955 Timestamp64 NOT NULL, c7956 Interval64, c7957 Decimal(15,0), c7958 Float, c7959 Uint64 NOT NULL, c7960 Uint16 NOT NULL, c7961 Uint64 NOT NULL, c7962 Timestamp NOT NULL, c7963 Uint64, c7964 Timestamp NOT NULL, c7965 Decimal(15,0) NOT NULL, c7966 Datetime, c7967 Double NOT NULL, c7968 JsonDocument, c7969 Uint32 NOT NULL, c7970 Datetime NOT NULL, c7971 Date32 NOT NULL, c7972 Decimal(22,9) NOT NULL, c7973 Date32, c7974 Double NOT NULL, c7975 Decimal(15,0) NOT NULL, c7976 Uint32, c7977 Datetime NOT NULL, c7978 Int16, c7979 String NOT NULL, c7980 Date NOT NULL, c7981 JsonDocument, c7982 Decimal(15,0), c7983 Uint8, c7984 Int64 NOT NULL, c7985 String NOT NULL, c7986 String, c7987 Datetime64 NOT NULL, c7988 Int16 NOT NULL, c7989 Uint16, c7990 Float NOT NULL, c7991 Date32 NOT NULL, c7992 Int16 NOT NULL, c7993 Int64, c7994 Timestamp NOT NULL, c7995 Uint16, c7996 Decimal(15,0) NOT NULL, c7997 Json NOT NULL, c7998 Uint32 NOT NULL, c7999 String, c8000 Utf8, c8001 Int32, c8002 Timestamp64, c8003 Uint16 NOT NULL, c8004 Double NOT NULL,
                    PRIMARY KEY(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561, c562, c563, c564, c565, c566, c567, c568, c569, c570, c571, c572, c573, c574, c575, c576, c577, c578, c579, c580, c581, c582, c583, c584, c585, c586, c587, c588, c589, c590, c591, c592, c593, c594, c595, c596, c597, c598, c599, c600, c601, c602, c603, c604, c605, c606, c607, c608, c609, c610, c611, c612, c613, c614, c615, c616, c617, c618, c619, c620, c621, c622, c623, c624, c625, c626, c627, c628, c629, c630, c631, c632, c633, c634, c635, c636, c637, c638, c639, c640, c641, c642, c643, c644, c645, c646, c647, c648, c649, c650, c651, c652, c653, c654, c655, c656, c657, c658, c659, c660, c661, c662, c663, c664, c665, c666, c667, c668, c669, c670, c671, c672, c673, c674, c675, c676, c677, c678, c679, c680, c681, c682, c683, c684, c685, c686, c687, c688, c689, c690, c691, c692, c693, c694, c695, c696, c697, c698, c699, c700, c701, c702, c703, c704, c705, c706, c707, c708, c709, c710, c711, c712, c713, c714, c715, c716, c717, c718, c719, c720, c721, c722, c723, c724, c725, c726, c727, c728, c729, c730, c731, c732, c733, c734, c735, c736, c737, c738, c739, c740, c741, c742, c743, c744, c745, c746, c747, c748, c749, c750, c751, c752, c753, c754, c755, c756, c757, c758, c759, c760, c761, c762, c763, c764, c765, c766, c767, c768, c769, c770, c771, c772, c773, c774, c775, c776, c777, c778, c779, c780, c781, c782, c783, c784, c785, c786, c787, c788, c789, c790, c791, c792, c793, c794, c795, c796, c797, c798, c799, c800, c801, c802, c803, c804, c805, c806, c807, c808, c809, c810, c811, c812, c813, c814, c815, c816, c817, c818, c819, c820, c821, c822, c823, c824, c825, c826, c827, c828, c829, c830, c831, c832, c833, c834, c835, c836, c837, c838, c839, c840, c841, c842, c843, c844, c845, c846, c847, c848, c849, c850, c851, c852, c853, c854, c855, c856, c857, c858, c859, c860, c861, c862, c863, c864, c865, c866, c867, c868, c869, c870, c871, c872, c873, c874, c875, c876, c877, c878, c879, c880, c881, c882, c883, c884, c885, c886, c887, c888, c889, c890, c891, c892, c893, c894, c895, c896, c897, c898, c899, c900, c901, c902, c903, c904, c905, c906, c907, c908, c909, c910, c911, c912, c913, c914, c915, c916, c917, c918, c919, c920, c921, c922, c923, c924, c925, c926, c927, c928, c929, c930, c931, c932, c933, c934, c935, c936, c937, c938, c939, c940, c941, c942, c943, c944, c945, c946, c947, c948, c949, c950, c951, c952, c953, c954, c955, c956, c957, c958, c959, c960, c961, c962, c963, c964, c965, c966, c967, c968, c969, c970, c971, c972, c973, c974, c975, c976, c977, c978, c979, c980, c981, c982, c983, c984, c985, c986, c987, c988, c989, c990, c991, c992, c993, c994, c995, c996, c997, c998, c999, c1000, c1001, c1002, c1003, c1004, c1005, c1006, c1007, c1008, c1009, c1010, c1011, c1012, c1013, c1014, c1015, c1016, c1017, c1018, c1019, c1020, c1021, c1022, c1023, c1024, c1025, c1026, c1027, c1028, c1029, c1030, c1031, c1032, c1033, c1034, c1035, c1036, c1037, c1038, c1039, c1040, c1041, c1042, c1043, c1044, c1045, c1046, c1047, c1048, c1049, c1050, c1051, c1052, c1053, c1054, c1055, c1056, c1057, c1058, c1059, c1060, c1061, c1062, c1063, c1064, c1065, c1066, c1067, c1068, c1069, c1070, c1071, c1072, c1073, c1074, c1075, c1076, c1077, c1078, c1079, c1080, c1081, c1082, c1083, c1084, c1085, c1086, c1087, c1088, c1089, c1090, c1091, c1092, c1093, c1094, c1095, c1096, c1097, c1098, c1099, c1100, c1101, c1102, c1103, c1104, c1105, c1106, c1107, c1108, c1109, c1110, c1111, c1112, c1113, c1114, c1115, c1116, c1117, c1118, c1119, c1120, c1121, c1122, c1123, c1124, c1125, c1126, c1127, c1128, c1129, c1130, c1131, c1132, c1133, c1134, c1135, c1136, c1137, c1138, c1139, c1140, c1141, c1142, c1143, c1144, c1145, c1146, c1147, c1148, c1149, c1150, c1151, c1152, c1153, c1154, c1155, c1156, c1157, c1158, c1159, c1160, c1161, c1162, c1163, c1164, c1165, c1166, c1167, c1168, c1169, c1170, c1171, c1172, c1173, c1174, c1175, c1176, c1177, c1178, c1179, c1180, c1181, c1182, c1183, c1184, c1185, c1186, c1187, c1188, c1189, c1190, c1191, c1192, c1193, c1194, c1195, c1196, c1197, c1198, c1199, c1200, c1201, c1202, c1203, c1204, c1205, c1206, c1207, c1208, c1209, c1210, c1211, c1212, c1213, c1214, c1215, c1216, c1217, c1218, c1219, c1220, c1221, c1222, c1223, c1224, c1225, c1226, c1227, c1228, c1229, c1230, c1231, c1232, c1233, c1234, c1235, c1236, c1237, c1238, c1239, c1240, c1241, c1242, c1243, c1244, c1245, c1246, c1247, c1248, c1249, c1250, c1251, c1252, c1253, c1254, c1255, c1256, c1257, c1258, c1259, c1260, c1261, c1262, c1263, c1264, c1265, c1266, c1267, c1268, c1269, c1270, c1271, c1272, c1273, c1274, c1275, c1276, c1277, c1278, c1279, c1280, c1281, c1282, c1283, c1284, c1285, c1286, c1287, c1288, c1289, c1290, c1291, c1292, c1293, c1294, c1295, c1296, c1297, c1298, c1299, c1300, c1301, c1302, c1303, c1304, c1305, c1306, c1307, c1308, c1309, c1310, c1311, c1312, c1313, c1314, c1315, c1316, c1317, c1318, c1319, c1320, c1321, c1322, c1323, c1324, c1325, c1326, c1327, c1328, c1329, c1330, c1331, c1332, c1333, c1334, c1335, c1336, c1337, c1338, c1339, c1340, c1341, c1342, c1343, c1344, c1345, c1346, c1347, c1348, c1349, c1350, c1351, c1352, c1353, c1354, c1355, c1356, c1357, c1358, c1359, c1360, c1361, c1362, c1363, c1364, c1365, c1366, c1367, c1368, c1369, c1370, c1371, c1372, c1373, c1374, c1375, c1376, c1377, c1378, c1379, c1380, c1381, c1382, c1383, c1384, c1385, c1386, c1387, c1388, c1389, c1390, c1391, c1392, c1393, c1394, c1395, c1396, c1397, c1398, c1399, c1400, c1401, c1402, c1403, c1404, c1405, c1406, c1407, c1408, c1409, c1410, c1411, c1412, c1413, c1414, c1415, c1416, c1417, c1418, c1419, c1420, c1421, c1422, c1423, c1424, c1425, c1426, c1427, c1428, c1429, c1430, c1431, c1432, c1433, c1434, c1435, c1436, c1437, c1438, c1439, c1440, c1441, c1442, c1443, c1444, c1445, c1446, c1447, c1448, c1449, c1450, c1451, c1452, c1453, c1454, c1455, c1456, c1457, c1458, c1459, c1460, c1461, c1462, c1463, c1464, c1465, c1466, c1467, c1468, c1469, c1470, c1471, c1472, c1473, c1474, c1475, c1476, c1477, c1478, c1479, c1480, c1481, c1482, c1483, c1484, c1485, c1486, c1487, c1488, c1489, c1490, c1491, c1492, c1493, c1494, c1495, c1496, c1497, c1498, c1499, c1500, c1501, c1502, c1503, c1504, c1505, c1506, c1507, c1508, c1509, c1510, c1511, c1512, c1513, c1514, c1515, c1516, c1517, c1518, c1519, c1520, c1521, c1522, c1523, c1524, c1525, c1526, c1527, c1528, c1529, c1530, c1531, c1532, c1533, c1534, c1535, c1536, c1537, c1538, c1539, c1540, c1541, c1542, c1543, c1544, c1545, c1546, c1547, c1548, c1549, c1550, c1551, c1552, c1553, c1554, c1555, c1556, c1557, c1558, c1559, c1560, c1561, c1562, c1563, c1564, c1565, c1566, c1567, c1568, c1569, c1570, c1571, c1572, c1573, c1574, c1575, c1576, c1577, c1578, c1579, c1580, c1581, c1582, c1583, c1584, c1585, c1586, c1587, c1588, c1589, c1590, c1591, c1592, c1593, c1594, c1595, c1596, c1597, c1598, c1599, c1600, c1601, c1602, c1603, c1604, c1605, c1606, c1607, c1608, c1609, c1610, c1611, c1612, c1613, c1614, c1615, c1616, c1617, c1618, c1619, c1620, c1621, c1622, c1623, c1624, c1625, c1626, c1627, c1628, c1629, c1630, c1631, c1632, c1633, c1634, c1635, c1636, c1637, c1638, c1639, c1640, c1641, c1642, c1643, c1644, c1645, c1646, c1647, c1648, c1649, c1650, c1651, c1652, c1653, c1654, c1655, c1656, c1657, c1658, c1659, c1660, c1661, c1662, c1663, c1664, c1665, c1666, c1667, c1668, c1669, c1670, c1671, c1672, c1673, c1674, c1675, c1676, c1677, c1678, c1679, c1680, c1681, c1682, c1683, c1684, c1685, c1686, c1687, c1688, c1689, c1690, c1691, c1692, c1693, c1694, c1695, c1696, c1697, c1698, c1699, c1700, c1701, c1702, c1703, c1704, c1705, c1706, c1707, c1708, c1709, c1710, c1711, c1712, c1713, c1714, c1715, c1716, c1717, c1718, c1719, c1720, c1721, c1722, c1723, c1724, c1725, c1726, c1727, c1728, c1729, c1730, c1731, c1732, c1733, c1734, c1735, c1736, c1737, c1738, c1739, c1740, c1741, c1742, c1743, c1744, c1745, c1746, c1747, c1748, c1749, c1750, c1751, c1752, c1753, c1754, c1755, c1756, c1757, c1758, c1759, c1760, c1761, c1762, c1763, c1764, c1765, c1766, c1767, c1768, c1769, c1770, c1771, c1772, c1773, c1774, c1775, c1776, c1777, c1778, c1779, c1780, c1781, c1782, c1783, c1784, c1785, c1786, c1787, c1788, c1789, c1790, c1791, c1792, c1793, c1794, c1795, c1796, c1797, c1798, c1799, c1800, c1801, c1802, c1803, c1804, c1805, c1806, c1807, c1808, c1809, c1810, c1811, c1812, c1813, c1814, c1815, c1816, c1817, c1818, c1819, c1820, c1821, c1822, c1823, c1824, c1825, c1826, c1827, c1828, c1829, c1830, c1831, c1832, c1833, c1834, c1835, c1836, c1837, c1838, c1839, c1840, c1841, c1842, c1843, c1844, c1845, c1846, c1847, c1848, c1849, c1850, c1851, c1852, c1853, c1854, c1855, c1856, c1857, c1858, c1859, c1860, c1861, c1862, c1863, c1864, c1865, c1866, c1867, c1868, c1869, c1870, c1871, c1872, c1873, c1874, c1875, c1876, c1877, c1878, c1879, c1880, c1881, c1882, c1883, c1884, c1885, c1886, c1887, c1888, c1889, c1890, c1891, c1892, c1893, c1894, c1895, c1896, c1897, c1898, c1899, c1900, c1901, c1902, c1903, c1904, c1905, c1906, c1907, c1908, c1909, c1910, c1911, c1912, c1913, c1914, c1915, c1916, c1917, c1918, c1919, c1920, c1921, c1922, c1923, c1924, c1925, c1926, c1927, c1928, c1929, c1930, c1931, c1932, c1933, c1934, c1935, c1936, c1937, c1938, c1939, c1940, c1941, c1942, c1943, c1944, c1945, c1946, c1947, c1948, c1949, c1950, c1951, c1952, c1953, c1954, c1955, c1956, c1957, c1958, c1959, c1960, c1961, c1962, c1963, c1964, c1965, c1966, c1967, c1968, c1969, c1970, c1971, c1972, c1973, c1974, c1975, c1976, c1977, c1978, c1979, c1980, c1981, c1982, c1983, c1984, c1985, c1986, c1987, c1988, c1989, c1990, c1991, c1992, c1993, c1994, c1995, c1996, c1997, c1998, c1999, c2000, c2001, c2002, c2003, c2004, c2005, c2006, c2007, c2008, c2009, c2010, c2011, c2012, c2013, c2014, c2015, c2016, c2017, c2018, c2019, c2020, c2021, c2022, c2023, c2024, c2025, c2026, c2027, c2028, c2029, c2030, c2031, c2032, c2033, c2034, c2035, c2036, c2037, c2038, c2039, c2040, c2041, c2042, c2043, c2044, c2045, c2046, c2047, c2048, c2049, c2050, c2051, c2052, c2053, c2054, c2055, c2056, c2057, c2058, c2059, c2060, c2061, c2062, c2063, c2064, c2065, c2066, c2067, c2068, c2069, c2070, c2071, c2072, c2073, c2074, c2075, c2076, c2077, c2078, c2079, c2080, c2081, c2082, c2083, c2084, c2085, c2086, c2087, c2088, c2089, c2090, c2091, c2092, c2093, c2094, c2095, c2096, c2097, c2098, c2099, c2100, c2101, c2102, c2103, c2104, c2105, c2106, c2107, c2108, c2109, c2110, c2111, c2112, c2113, c2114, c2115, c2116, c2117, c2118, c2119, c2120, c2121, c2122, c2123, c2124, c2125, c2126, c2127, c2128, c2129, c2130, c2131, c2132, c2133, c2134, c2135, c2136, c2137, c2138, c2139, c2140, c2141, c2142, c2143, c2144, c2145, c2146, c2147, c2148, c2149, c2150, c2151, c2152, c2153, c2154, c2155, c2156, c2157, c2158, c2159, c2160, c2161, c2162, c2163, c2164, c2165, c2166, c2167, c2168, c2169, c2170, c2171, c2172, c2173, c2174, c2175, c2176, c2177, c2178, c2179, c2180, c2181, c2182, c2183, c2184, c2185, c2186, c2187, c2188, c2189, c2190, c2191, c2192, c2193, c2194, c2195, c2196, c2197, c2198, c2199, c2200, c2201, c2202, c2203, c2204, c2205, c2206, c2207, c2208, c2209, c2210, c2211, c2212, c2213, c2214, c2215, c2216, c2217, c2218, c2219, c2220, c2221, c2222, c2223, c2224, c2225, c2226, c2227, c2228, c2229, c2230, c2231, c2232, c2233, c2234, c2235, c2236, c2237, c2238, c2239, c2240, c2241, c2242, c2243, c2244, c2245, c2246, c2247, c2248, c2249, c2250, c2251, c2252, c2253, c2254, c2255, c2256, c2257, c2258, c2259, c2260, c2261, c2262, c2263, c2264, c2265, c2266, c2267, c2268, c2269, c2270, c2271, c2272, c2273, c2274, c2275, c2276, c2277, c2278, c2279, c2280, c2281, c2282, c2283, c2284, c2285, c2286, c2287, c2288, c2289, c2290, c2291, c2292, c2293, c2294, c2295, c2296, c2297, c2298, c2299, c2300, c2301, c2302, c2303, c2304, c2305, c2306, c2307, c2308, c2309, c2310, c2311, c2312, c2313, c2314, c2315, c2316, c2317, c2318, c2319, c2320, c2321, c2322, c2323, c2324, c2325, c2326, c2327, c2328, c2329, c2330, c2331, c2332, c2333, c2334, c2335, c2336, c2337, c2338, c2339, c2340, c2341, c2342, c2343, c2344, c2345, c2346, c2347, c2348, c2349, c2350, c2351, c2352, c2353, c2354, c2355, c2356, c2357, c2358, c2359, c2360, c2361, c2362, c2363, c2364, c2365, c2366, c2367, c2368, c2369, c2370, c2371, c2372, c2373, c2374, c2375, c2376, c2377, c2378, c2379, c2380, c2381, c2382, c2383, c2384, c2385, c2386, c2387, c2388, c2389, c2390, c2391, c2392, c2393, c2394, c2395, c2396, c2397, c2398, c2399, c2400, c2401, c2402, c2403, c2404, c2405, c2406, c2407, c2408, c2409, c2410, c2411, c2412, c2413, c2414, c2415, c2416, c2417, c2418, c2419, c2420, c2421, c2422, c2423, c2424, c2425, c2426, c2427, c2428, c2429, c2430, c2431, c2432, c2433, c2434, c2435, c2436, c2437, c2438, c2439, c2440, c2441, c2442, c2443, c2444, c2445, c2446, c2447, c2448, c2449, c2450, c2451, c2452, c2453, c2454, c2455, c2456, c2457, c2458, c2459, c2460, c2461, c2462, c2463, c2464, c2465, c2466, c2467, c2468, c2469, c2470, c2471, c2472, c2473, c2474, c2475, c2476, c2477, c2478, c2479, c2480, c2481, c2482, c2483, c2484, c2485, c2486, c2487, c2488, c2489, c2490, c2491, c2492, c2493, c2494, c2495, c2496, c2497, c2498, c2499, c2500, c2501, c2502, c2503, c2504, c2505, c2506, c2507, c2508, c2509, c2510, c2511, c2512, c2513, c2514, c2515, c2516, c2517, c2518, c2519, c2520, c2521, c2522, c2523, c2524, c2525, c2526, c2527, c2528, c2529, c2530, c2531, c2532, c2533, c2534, c2535, c2536, c2537, c2538, c2539, c2540, c2541, c2542, c2543, c2544, c2545, c2546, c2547, c2548, c2549, c2550, c2551, c2552, c2553, c2554, c2555, c2556, c2557, c2558, c2559, c2560, c2561, c2562, c2563, c2564, c2565, c2566, c2567, c2568, c2569, c2570, c2571, c2572, c2573, c2574, c2575, c2576, c2577, c2578, c2579, c2580, c2581, c2582, c2583, c2584, c2585, c2586, c2587, c2588, c2589, c2590, c2591, c2592, c2593, c2594, c2595, c2596, c2597, c2598, c2599, c2600, c2601, c2602, c2603, c2604, c2605, c2606, c2607, c2608, c2609, c2610, c2611, c2612, c2613, c2614, c2615, c2616, c2617, c2618, c2619, c2620, c2621, c2622, c2623, c2624, c2625, c2626, c2627, c2628, c2629, c2630, c2631, c2632, c2633, c2634, c2635, c2636, c2637, c2638, c2639, c2640, c2641, c2642, c2643, c2644, c2645, c2646, c2647, c2648, c2649, c2650, c2651, c2652, c2653, c2654, c2655, c2656, c2657, c2658, c2659, c2660, c2661, c2662, c2663, c2664, c2665, c2666, c2667, c2668, c2669, c2670, c2671, c2672, c2673, c2674, c2675, c2676, c2677, c2678, c2679, c2680, c2681, c2682, c2683, c2684, c2685, c2686, c2687, c2688, c2689, c2690, c2691, c2692, c2693, c2694, c2695, c2696, c2697, c2698, c2699, c2700, c2701, c2702, c2703, c2704, c2705, c2706, c2707, c2708, c2709, c2710, c2711, c2712, c2713, c2714)
                )
                PARTITION BY HASH(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288)
                WITH (
                    STORE = COLUMN
                )
            
FATAL: Failed to attach session
Traceback (most recent call last):
  File "ydb/tests/stress/common/common.py", line 100, in wrapper
    f()
  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 81, in _create_tables_loop
    self.create_table(str(n))
  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 76, in create_table
    self.client.query(stmt, True)
  File "ydb/tests/stress/common/common.py", line 28, in query
    raise e
  File "ydb/tests/stress/common/common.py", line 25, in query
    return self.session_pool.execute_with_retries(query=statement, retry_settings=retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 252, in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 248, in wrapped_callee
    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 331, in __enter__
    self._session = self._pool.acquire(self._timeout)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 111, in acquire
    session = self._create_new_session(time_left)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 63, in _create_new_session
    session.create(settings=BaseRequestSettings().with_timeout(timeout))
  File "contrib/python/ydb/py3/ydb/query/session.py", line 302, in create
    self._attach()
  File "contrib/python/ydb/py3/ydb/query/session.py", line 256, in _attach
    raise e
  File "contrib/python/ydb/py3/ydb/query/session.py", line 252, in _attach
    raise RuntimeError("Failed to attach session")
RuntimeError: Failed to attach session

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'...ULL, c5804 String, c5805 JsonDocument NOT NULL, c5806 Decimal(22,9), c5807 Timestamp, c5808 Int64, c5809 Double NOT NULL, c5810 Interval64, c5811 Uint8 NOT NULL, c5812 Uint8 NOT NULL, c5813 Interval64 NOT NULL, c5814 Timestamp64 NOT NULL, c5815 Uint32 NOT NULL, c5816 Date NOT NULL, c5817 Decimal(35,10) NOT NULL, c5818 Timestamp NOT NULL, c5819 Uint16, c5820 Decimal(15,0), c5821 Interval64, c5822 Interval64 NOT NULL, c5823 Date, c5824 Double, c5825 Int16 NOT NULL, c5826 Decimal(35,10) NOT NULL, c5827 Yson, c5828 Int8 NOT NULL, c5829 Date, c5830 Int32 NOT NULL, c5831 Int32, c5832 Int64 NOT NULL, c5833 Int16, c5834 Uint64 NOT NULL, c5835 Decimal(15,0), c5836 Uint64, c5837 Date, c5838 Double, c5839 JsonDocument, c5840 Utf8 NOT NULL, c5841 Uint32, c5842 Uint64, c5843 Int64, c5844 Utf8 NOT NULL, c5845 Datetime NOT NULL, c5846 Int64 NOT NULL, c5847 Uint64, c5848 Yson NOT NULL, c5849 Uint64, c5850 Decimal(15,0), c5851 Double NOT NULL, c5852 Uint16 NOT NULL, c5853 Float, c5854 Uint16, c5855 Timestamp64 NOT NULL, c5856 Uint64 NOT NULL, c5857 Double, c5858 Uint8 NOT NULL, c5859 Uint8 NOT NULL, c5860 Decimal(35,10), c5861 Date32 NOT NULL, c5862 Decimal(15,0), c5863 Interval64 NOT NULL, c5864 Int32, c5865 Decimal(15,0), c5866 Timestamp NOT NULL, c5867 Decimal(35,10) NOT NULL, c5868 Int16 NOT NULL, c5869 Float, c5870 Uint64 NOT NULL, c5871 Int32 NOT NULL, c5872 Timestamp64 NOT NULL, c5873 Decimal(35,10) NOT NULL, c5874 Date NOT NULL, c5875 Int64, c5876 Double, c5877 Uint16, c5878 Date, c5879 Decimal(15,0), c5880 Float, c5881 Datetime, c5882 Date32 NOT NULL, c5883 Utf8, c5884 Decimal(35,10), c5885 Uint16, c5886 Date32, c5887 Yson, c5888 Interval64, c5889 Utf8, c5890 JsonDocument NOT NULL, c5891 Decimal(15,0) NOT NULL, c5892 Json, c5893 Uint16 NOT NULL, c5894 Datetime64, c5895 Int64, c5896 Decimal(15,0), c5897 JsonDocument NOT NULL, c5898 JsonDocument, c5899 Date32, c5900 Datetime, c5901 Double, c5902 Datetime64 NOT NULL, c5903 String NOT NULL, c5904 Decimal(22,9), c5905 Date NOT NULL, c5906 Uint64 NOT NULL, c5907 Date, c5908 Datetime64 NOT NULL, c5909 Date32 NOT NULL, c5910 Date32, c5911 Datetime64, c5912 Int64 NOT NULL, c5913 Int8, c5914 Date32 NOT NULL, c5915 Double NOT NULL, c5916 Yson, c5917 Timestamp, c5918 JsonDocument, c5919 JsonDocument, c5920 Int64, c5921 Int64 NOT NULL, c5922 Interval64 NOT NULL, c5923 Datetime64 NOT NULL, c5924 Timestamp64, c5925 Yson NOT NULL, c5926 Decimal(15,0) NOT NULL, c5927 Date32 NOT NULL, c5928 Uint16 NOT NULL, c5929 Date32, c5930 Timestamp, c5931 JsonDocument, c5932 Uint64, c5933 Int8 NOT NULL, c5934 Double NOT NULL, c5935 Date NOT NULL, c5936 Uint32, c5937 Decimal(35,10) NOT NULL, c5938 Datetime NOT NULL, c5939 Decimal(35,10), c5940 Decimal(15,0), c5941 Decimal(22,9) NOT NULL, c5942 Uint8, c5943 String, c5944 Decimal(22,9), c5945 Datetime64, c5946 Utf8 NOT NULL, c5947 Yson, c5948 Uint8, c5949 Datetime64 NOT NULL, c5950 Date32 NOT NULL, c5951 Uint64 NOT NULL, c5952 Yson, c5953 Double, c5954 Timestamp, c5955 Int8, c5956 Date NOT NULL, c5957 Datetime, c5958 Decimal(15,0), c5959 Float NOT NULL, c5960 Float NOT NULL, c5961 Yson NOT NULL, c5962 Interval64 NOT NULL, c5963 Uint16 NOT NULL, c5964 Json, c5965 Decimal(35,10), c5966 Double, c5967 Date32 NOT NULL, c5968 Yson, c5969 Int32, c5970 Datetime64, c5971 Datetime NOT NULL, c5972 Timestamp, c5973 Yson, c5974 Date, c5975 Utf8 NOT NULL, c5976 Int16, c5977 Decimal(22,9), c5978 Uint64 NOT NULL, c5979 Int64, c5980 Int16, c5981 Float, c5982 Int8 NOT NULL, c5983 Int64 NOT NULL, c5984 Utf8, c5985 Uint8, c5986 Timestamp, c5987 Datetime, c5988 Int64, c5989 Uint32, c5990 Decimal(15,0) NOT NULL, c5991 Int32 NOT NULL, c5992 Timestamp64, c5993 Json NOT NULL, c5994 Decimal(15,0), c5995 Datetime, c5996 Uint32, c5997 Uint16 NOT NULL, c5998 Decimal(35,10), c5999 Datetime, c6000 Datetime64 NOT NULL, c6001 Int64, c6002 Int32, c6003 Decimal(15,0), c6004 Utf8 NOT NULL, c6005 Yson NOT NULL, c6006 Decimal(15,0), c6007 Uint32, c6008 Datetime, c6009 Double NOT NULL, c6010 Float NOT NULL, c6011 Yson NOT NULL, c6012 JsonDocument NOT NULL, c6013 Yson, c6014 Int16, c6015 Int8, c6016 Int16 NOT NULL, c6017 Uint16, c6018 Decimal(15,0) NOT NULL, c6019 Uint16, c6020 Float NOT NULL, c6021 Int32, c6022 JsonDocument NOT NULL, c6023 Int16, c6024 Int32, c6025 Interval64, c6026 Float, c6027 Interval64, c6028 Yson NOT NULL, c6029 Utf8 NOT NULL, c6030 Int16, c6031 Datetime NOT NULL, c6032 Decimal(35,10), c6033 Yson NOT NULL, c6034 Decimal(15,0) NOT NULL, c6035 Json, c6036 Date32 NOT NULL, c6037 Int16 NOT NULL, c6038 Int8, c6039 Int16, c6040 Uint64 NOT NULL, c6041 Decimal(22,9), c6042 Utf8 NOT NULL, c6043 Double NOT NULL, c6044 Utf8, c6045 Datetime, c6046 Int16 NOT NULL, c6047 Yson NOT NULL, c6048 Datetime NOT NULL, c6049 Decimal(35,10), c6050 Utf8, c6051 Interval64 NOT NULL, c6052 Decimal(15,0), c6053 Double NOT NULL, c6054 Json NOT NULL, c6055 Decimal(22,9) NOT NULL, c6056 JsonDocument, c6057 Uint16, c6058 Timestamp64, c6059 Int8 NOT NULL, c6060 Date NOT NULL, c6061 Decimal(22,9) NOT NULL, c6062 Date, c6063 JsonDocument NOT NULL, c6064 Interval64, c6065 Uint16, c6066 Timestamp NOT NULL, c6067 Timestamp64 NOT NULL, c6068 String, c6069 Datetime64 NOT NULL, c6070 Decimal(15,0), c6071 Uint32, c6072 Timestamp, c6073 Float, c6074 Uint8, c6075 Utf8 NOT NULL, c6076 Uint64 NOT NULL, c6077 Decimal(22,9), c6078 Interval64, c6079 Float NOT NULL, c6080 Interval64, c6081 Datetime, c6082 Timestamp, c6083 Int64, c6084 JsonDocument NOT NULL, c6085 Datetime, c6086 Timestamp NOT NULL, c6087 Utf8 NOT NULL, c6088 Double NOT NULL, c6089 Timestamp64, c6090 String, c6091 Date32 NOT NULL, c6092 Yson, c6093 Timestamp64, c6094 Float NOT NULL, c6095 Uint16 NOT NULL, c6096 Yson NOT NULL, c6097 Interval64, c6098 Int32, c6099 Timestamp NOT NULL, c6100 Int8, c6101 Int8, c6102 Timestamp64 NOT NULL, c6103 Int64, c6104 Int16 NOT NULL, c6105 Uint64, c6106 Json NOT NULL, c6107 Float NOT NULL, c6108 Decimal(35,10) NOT NULL, c6109 Int64, c6110 Decimal(22,9) NOT NULL, c6111 Timestamp64, c6112 Datetime64 NOT NULL, c6113 Json NOT NULL, c6114 Int64, c6115 Timestamp NOT NULL, c6116 Uint32 NOT NULL, c6117 Utf8, c6118 Datetime NOT NULL, c6119 Date32 NOT NULL, c6120 Uint8, c6121 String, c6122 Uint32, c6123 JsonDocument NOT NULL, c6124 Int64, c6125 Uint64, c6126 Int16 NOT NULL, c6127 Date NOT NULL, c6128 Float NOT NULL, c6129 Decimal(22,9) NOT NULL, c6130 Int64, c6131 Uint8 NOT NULL, c6132 Date32, c6133 Uint32 NOT NULL, c6134 Date32, c6135 Int16, c6136 Uint8, c6137 Yson, c6138 Int64, c6139 Float, c6140 Int8, c6141 Datetime, c6142 Double NOT NULL, c6143 Timestamp64 NOT NULL, c6144 Utf8, c6145 Decimal(15,0) NOT NULL, c6146 String, c6147 Yson, c6148 JsonDocument NOT NULL, c6149 Decimal(15,0) NOT NULL, c6150 Date NOT NULL, c6151 Int16 NOT NULL, c6152 Datetime NOT NULL, c6153 Utf8 NOT NULL, c6154 String NOT NULL, c6155 JsonDocument, c6156 Double, c6157 Yson NOT NULL, c6158 String, c6159 Date32, c6160 Timestamp64, c6161 JsonDocument, c6162 JsonDocument NOT NULL, c6163 Interval64, c6164 Int8, c6165 Uint8 NOT NULL, c6166 Json, c6167 Decimal(15,0) NOT NULL, c6168 Uint8, c6169 Int32 NOT NULL, c6170 Int32 NOT NULL, c6171 Timestamp64, c6172 Uint32 NOT NULL, c6173 Int16, c6174 Uint16 NOT NULL, c6175 Uint8, c6176 Int8, c6177 Uint64, c6178 Uint8, c6179 JsonDocument NOT NULL, c6180 Date, c6181 Int16 NOT NULL, c6182 Interval64 NOT NULL, c6183 String NOT NULL, c6184 Uint16, c6185 Decimal(22,9), c6186 Datetime64, c6187 Datetime64, c6188 Datetime, c6189 Utf8 NOT NULL, c6190 Uint32 NOT NULL, c6191 Uint64 NOT NULL, c6192 Datetime, c6193 Decimal(15,0), c6194 Float NOT NULL, c6195 Uint16, c6196 Float, c6197 JsonDocument, c6198 Int8 NOT NULL, c6199 Decimal(22,9) NOT NULL, c6200 Int64 NOT NULL, c6201 Json NOT NULL, c6202 Datetime64, c6203 Decimal(22,9) NOT NULL, c6204 Int8, c6205 Timestamp64, c6206 Uint64, c6207 Uint32 NOT NULL, c6208 Double, c6209 Json NOT NULL, c6210 Uint64 NOT NULL, c6211 Decimal(35,10), c6212 Decimal(15,0) NOT NULL, c6213 Int16 NOT NULL, c6214 Uint8 NOT NULL, c6215 Date32 NOT NULL, c6216 Utf8, c6217 Json NOT NULL, c6218 Uint8, c6219 Yson, c6220 Datetime NOT NULL, c6221 JsonDocument NOT NULL, c6222 Float, c6223 Uint8 NOT NULL, c6224 Uint64 NOT NULL, c6225 Int16 NOT NULL, c6226 Timestamp64 NOT NULL, c6227 Int64, c6228 Int16, c6229 Uint16 NOT NULL, c6230 Timestamp, c6231 Decimal(22,9), c6232 Int32 NOT NULL, c6233 Json NOT NULL, c6234 Decimal(22,9), c6235 Uint32, c6236 Float NOT NULL, c6237 Timestamp64 NOT NULL, c6238 JsonDocument, c6239 Date32, c6240 Utf8 NOT NULL, c6241 Json NOT NULL, c6242 Date32 NOT NULL, c6243 Int64 NOT NULL, c6244 Utf8, c6245 Uint16, c6246 Date NOT NULL, c6247 Datetime64, c6248 Int8 NOT NULL, c6249 Interval64, c6250 Uint8, c6251 Int16, c6252 Decimal(15,0), c6253 Decimal(22,9) NOT NULL, c6254 Int32 NOT NULL, c6255 Int32 NOT NULL, c6256 Yson NOT NULL, c6257 Int64 NOT NULL, c6258 Int8 NOT NULL, c6259 Date, c6260 String, c6261 Decimal(35,10) NOT NULL, c6262 Decimal(22,9), c6263 Decimal(35,10), c6264 Utf8, c6265 Timestamp, c6266 JsonDocument NOT NULL, c6267 JsonDocument, c6268 Date32, c6269 Int8, c6270 Decimal(15,0), c6271 Json NOT NULL, c6272 Int32 NOT NULL, c6273 Timestamp64, c6274 Uint16 NOT NULL, c6275 Decimal(22,9), c6276 Datetime64 NOT NULL, c6277 String, c6278 Int32, c6279 Double NOT NULL, c6280 String NOT NULL, c6281 Uint32 NOT NULL, c6282 Date, c6283 Datetime NOT NULL, c6284 Decimal(35,10), c6285 Double, c6286 Datetime64 NOT NULL, c6287 Double, c6288 Int16 NOT NULL, c6289 Int32, c6290 Interval64 NOT NULL, c6291 String NOT NULL, c6292 Json NOT NULL, c6293 Uint8 NOT NULL, c6294 Date32, c6295 Timestamp, c6296 Decimal(15,0) NOT NULL, c6297 Timestamp, c6298 Int32, c6299 Uint8 NOT NULL, c6300 Decimal(22,9) NOT NULL, c6301 Uint64, c6302 Uint32 NOT NULL, c6303 Uint64, c6304 Decimal(35,10), c6305 JsonDocument NOT NULL, c6306 JsonDocument NOT NULL, c6307 Datetime64, c6308 Utf8, c6309 Double NOT NULL, c6310 Datetime64, c6311 Decimal(22,9) NOT NULL, c6312 Int8 NOT NULL, c6313 Yson, c6314 JsonDocument, c6315 Json, c6316 Decimal(15,0) NOT NULL, c6317 Utf8, c6318 Uint8, c6319 Int16, c6320 Json NOT NULL, c6321 Int8, c6322 Float, c6323 Int8 NOT NULL, c6324 Json, c6325 String, c6326 Uint8, c6327 Timestamp64 NOT NULL, c6328 Uint64, c6329 Timestamp64, c6330 Date32 NOT NULL, c6331 Int64, c6332 Uint64, c6333 Json, c6334 Timestamp64 NOT NULL, c6335 Int64 NOT NULL, c6336 Uint32 NOT NULL, c6337 Interval64 NOT NULL, c6338 Interval64 NOT NULL, c6339 Int64, c6340 Timestamp, c6341 String, c6342 Int32, c6343 Uint64, c6344 Json, c6345 String NOT NULL, c6346 Decimal(22,9), c6347 Yson NOT NULL, c6348 Datetime64, c6349 Timestamp, c6350 Int64, c6351 Uint64 NOT NULL, c6352 Timestamp64, c6353 Timestamp, c6354 Date, c6355 Decimal(35,10) NOT NULL, c6356 Date, c6357 String NOT NULL, c6358 Int16, c6359 Int16 NOT NULL, c6360 Decimal(15,0) NOT NULL, c6361 Int8 NOT NULL, c6362 Int32, c6363 Uint32 NOT NULL, c6364 Int16 NOT NULL, c6365 Uint64 NOT NULL, c6366 Int64, c6367 Datetime, c6368 Date32 NOT NULL, c6369 Json, c6370 Json NOT NULL, c6371 Interval64, c6372 Timestamp NOT NULL, c6373 Decimal(35,10), c6374 JsonDocument, c6375 Uint64 NOT NULL, c6376 Double NOT NULL, c6377 Datetime, c6378 Yson, c6379 Uint8 NOT NULL, c6380 Int32, c6381 Int32, c6382 Interval64, c6383 Uint32, c6384 Int32 NOT NULL, c6385 Double NOT NULL, c6386 Uint16 NOT NULL, c6387 Uint32, c6388 Date, c6389 Utf8 NOT NULL, c6390 Float, c6391 Timestamp NOT NULL, c6392 Utf8, c6393 Decimal(35,10) NOT NULL, c6394 Yson, c6395 String NOT NULL, c6396 Uint8, c6397 Int8, c6398 Interval64, c6399 Datetime NOT NULL, c6400 Double NOT NULL, c6401 Datetime, c6402 Uint32, c6403 Date, c6404 Timestamp64 NOT NULL, c6405 String NOT NULL, c6406 Uint64 NOT NULL, c6407 Int16, c6408 Interval64, c6409 Uint16, c6410 Int64 NOT NULL, c6411 Decimal(35,10) NOT NULL, c6412 String, c6413 Decimal(35,10) NOT NULL, c6414 Timestamp, c6415 Uint8, c6416 Uint16 NOT NULL, c6417 Utf8 NOT NULL, c6418 Int16 NOT NULL, c6419 Int16 NOT NULL, c6420 Int8, c6421 Uint32, c6422 Utf8 NOT NULL, c6423 Float, c6424 Int16 NOT NULL, c6425 Yson NOT NULL, c6426 Decimal(35,10) NOT NULL, c6427 Float NOT NULL, c6428 Json, c6429 Int16, c6430 Uint8 NOT NULL, c6431 Yson, c6432 Yson, c6433 Json NOT NULL, c6434 Int32, c6435 Utf8 NOT NULL, c6436 Uint32 NOT NULL, c6437 Uint8 NOT NULL, c6438 Yson, c6439 Decimal(22,9), c6440 Datetime NOT NULL, c6441 Interval64, c6442 JsonDocument NOT NULL, c6443 Int8 NOT NULL, c6444 Int64, c6445 Interval64 NOT NULL, c6446 Yson NOT NULL, c6447 JsonDocument NOT NULL, c6448 Double NOT NULL, c6449 Double NOT NULL, c6450 Decimal(22,9) NOT NULL, c6451 Double, c6452 Yson, c6453 Datetime64, c6454 Int32 NOT NULL, c6455 String, c6456 Date NOT NULL, c6457 Int64, c6458 Uint8, c6459 Timestamp, c6460 String, c6461 Datetime64 NOT NULL, c6462 Float, c6463 Uint32 NOT NULL, c6464 Date32, c6465 Uint16 NOT NULL, c6466 Datetime64, c6467 Utf8 NOT NULL, c6468 Decimal(35,10), c6469 Json NOT NULL, c6470 Int16, c6471 Double NOT NULL, c6472 Double NOT NULL, c6473 String NOT NULL, c6474 Decimal(15,0), c6475 Datetime64 NOT NULL, c6476 Uint64 NOT NULL, c6477 Double, c6478 Uint16 NOT NULL, c6479 Int32 NOT NULL, c6480 Date32, c6481 Int16, c6482 Uint8 NOT NULL, c6483 Int32, c6484 Json, c6485 String, c6486 Timestamp NOT NULL, c6487 Interval64, c6488 Int32, c6489 Timestamp64, c6490 Timestamp, c6491 Float, c6492 String NOT NULL, c6493 Float NOT NULL, c6494 Date NOT NULL, c6495 Datetime NOT NULL, c6496 Datetime, c6497 Float NOT NULL, c6498 JsonDocument, c6499 Int16, c6500 Interval64, c6501 Date, c6502 Double NOT NULL, c6503 JsonDocument NOT NULL, c6504 Uint32 NOT NULL, c6505 Int32, c6506 Json NOT NULL, c6507 Utf8 NOT NULL, c6508 Date32 NOT NULL, c6509 Yson, c6510 Float NOT NULL, c6511 Datetime64 NOT NULL, c6512 Datetime64, c6513 Date32, c6514 Float, c6515 Decimal(15,0), c6516 Uint64, c6517 Datetime, c6518 Uint16 NOT NULL, c6519 Int8, c6520 Int32 NOT NULL, c6521 Uint16 NOT NULL, c6522 Datetime NOT NULL, c6523 Datetime64 NOT NULL, c6524 Int64 NOT NULL, c6525 Decimal(15,0) NOT NULL, c6526 Uint32 NOT NULL, c6527 Yson NOT NULL, c6528 Json NOT NULL, c6529 Date, c6530 Datetime, c6531 Datetime64, c6532 Timestamp NOT NULL, c6533 Uint8 NOT NULL, c6534 Datetime, c6535 Timestamp64, c6536 Int16 NOT NULL, c6537 String NOT NULL, c6538 Interval64, c6539 JsonDocument NOT NULL, c6540 Decimal(35,10), c6541 Yson NOT NULL, c6542 Uint8, c6543 Interval64 NOT NULL, c6544 Timestamp, c6545 Int32 NOT NULL, c6546 Int16 NOT NULL, c6547 Json, c6548 Float NOT NULL, c6549 Timestamp64 NOT NULL, c6550 Int8 NOT NULL, c6551 Uint32 NOT NULL, c6552 Datetime64 NOT NULL, c6553 JsonDocument NOT NULL, c6554 Double, c6555 Date32 NOT NULL, c6556 Timestamp NOT NULL, c6557 Uint32, c6558 Float, c6559 Timestamp, c6560 Decimal(15,0), c6561 Timestamp64, c6562 Decimal(22,9), c6563 Json NOT NULL, c6564 Int16 NOT NULL, c6565 Uint16 NOT NULL, c6566 Date NOT NULL, c6567 Timestamp64, c6568 Datetime, c6569 Int32 NOT NULL, c6570 Float NOT NULL, c6571 Uint32, c6572 Date32 NOT NULL, c6573 JsonDocument, c6574 Interval64 NOT NULL, c6575 Timestamp64, c6576 Datetime NOT NULL, c6577 Date, c6578 Uint32 NOT NULL, c6579 Decimal(35,10) NOT NULL, c6580 Interval64, c6581 Date32 NOT NULL, c6582 Double NOT NULL, c6583 Utf8, c6584 String, c6585 Uint64, c6586 Uint32, c6587 Datetime, c6588 Double, c6589 Uint16, c6590 Float NOT NULL, c6591 Interval64, c6592 Uint64, c6593 Int64, c6594 Int64, c6595 Double NOT NULL, c6596 Date, c6597 Int32, c6598 Uint8, c6599 Uint8 NOT NULL, c6600 Timestamp64, c6601 Datetime64, c6602 Date32, c6603 Uint16, c6604 Timestamp64, c6605 Date, c6606 Uint64 NOT NULL, c6607 Decimal(22,9) NOT NULL, c6608 Int32 NOT NULL, c6609 JsonDocument NOT NULL, c6610 JsonDocument NOT NULL, c6611 Timestamp64 NOT NULL, c6612 String NOT NULL, c6613 Uint16 NOT NULL, c6614 Datetime NOT NULL, c6615 Decimal(35,10), c6616 Float, c6617 Timestamp, c6618 Float, c6619 Decimal(15,0) NOT NULL, c6620 Int8 NOT NULL, c6621 Decimal(15,0) NOT NULL, c6622 Decimal(22,9) NOT NULL, c6623 Double NOT NULL, c6624 Int8 NOT NULL, c6625 Uint64 NOT NULL, c6626 Decimal(22,9) NOT NULL, c6627 Decimal(22,9) NOT NULL, c6628 Int8, c6629 Decimal(15,0), c6630 Decimal(15,0), c6631 Int8 NOT NULL, c6632 Decimal(15,0) NOT NULL, c6633 Decimal(15,0) NOT NULL, c6634 Float NOT NULL, c6635 Double NOT NULL, c6636 JsonDocument, c6637 String NOT NULL, c6638 JsonDocument, c6639 Int16 NOT NULL, c6640 Datetime64 NOT NULL, c6641 Uint32 NOT NULL, c6642 String NOT NULL, c6643 Interval64 NOT NULL, c6644 Uint64 NOT NULL, c6645 String, c6646 Decimal(15,0) NOT NULL, c6647 JsonDocument NOT NULL, c6648 Utf8, c6649 Int16 NOT NULL, c6650 Yson, c6651 Timestamp NOT NULL, c6652 Int16, c6653 Interval64 NOT NULL, c6654 Datetime NOT NULL, c6655 Interval64, c6656 Int32 NOT NULL, c6657 Date32, c6658 Int64 NOT NULL, c6659 Int16 NOT NULL, c6660 JsonDocument, c6661 Uint16 NOT NULL, c6662 Timestamp, c6663 Int64 NOT NULL, c6664 Yson, c6665 Uint64 NOT NULL, c6666 Interval64 NOT NULL, c6667 Int64, c6668 Yson NOT NULL, c6669 Uint64 NOT NULL, c6670 Uint64 NOT NULL, c6671 Int64 NOT NULL, c6672 Yson, c6673 Uint8, c6674 Interval64, c6675 Date32, c6676 Interval64 NOT NULL, c6677 Uint32 NOT NULL, c6678 Datetime NOT NULL, c6679 Uint32, c6680 Date NOT NULL, c6681 Timestamp64, c6682 Date NOT NULL, c6683 Timestamp NOT NULL, c6684 Double NOT NULL, c6685 Date NOT NULL, c6686 Date32, c6687 Datetime64, c6688 Decimal(35,10) NOT NULL, c6689 Double, c6690 Timestamp64 NOT NULL, c6691 Decimal(35,10) NOT NULL, c6692 String NOT NULL, c6693 Int32 NOT NULL, c6694 Uint16 NOT NULL, c6695 Double, c6696 String NOT NULL, c6697 Uint16 NOT NULL, c6698 String NOT NULL, c6699 Decimal(35,10) NOT NULL, c6700 Int8, c6701 Double, c6702 Int8, c6703 Float, c6704 Timestamp64, c6705 JsonDocument, c6706 Decimal(22,9) NOT NULL, c6707 Uint64, c6708 Json NOT NULL, c6709 Decimal(15,0), c6710 JsonDocument NOT NULL, c6711 Date32 NOT NULL, c6712 Utf8 NOT NULL, c6713 Double, c6714 Timestamp, c6715 Uint32, c6716 Float, c6717 Uint16 NOT NULL, c6718 Int16 NOT NULL, c6719 Datetime64, c6720 Decimal(15,0) NOT NULL, c6721 Utf8, c6722 Int16 NOT NULL, c6723 Double, c6724 Datetime NOT NULL, c6725 Yson, c6726 Float, c6727 Decimal(15,0), c6728 Float NOT NULL, c6729 Int8 NOT NULL, c6730 String, c6731 Date NOT NULL, c6732 Date, c6733 Datetime NOT NULL, c6734 Uint64 NOT NULL, c6735 Interval64 NOT NULL, c6736 Timestamp64, c6737 Int8 NOT NULL, c6738 Decimal(15,0) NOT NULL, c6739 Decimal(15,0) NOT NULL, c6740 Yson NOT NULL, c6741 Int8, c6742 Json NOT NULL, c6743 Int16 NOT NULL, c6744 Date32, c6745 JsonDocument, c6746 Datetime64, c6747 Int64, c6748 Datetime64, c6749 Decimal(22,9), c6750 Uint32, c6751 Timestamp NOT NULL, c6752 Json, c6753 Int8, c6754 Decimal(35,10) NOT NULL, c6755 Int8 NOT NULL, c6756 Date, c6757 Date32 NOT NULL, c6758 Interval64 NOT NULL, c6759 Timestamp NOT NULL, c6760 Yson NOT NULL, c6761 Double NOT NULL, c6762 String, c6763 Int32, c6764 String NOT NULL, c6765 String, c6766 Float NOT NULL, c6767 Decimal(15,0) NOT NULL, c6768 Uint8 NOT NULL, c6769 Datetime64, c6770 Date NOT NULL, c6771 Json NOT NULL, c6772 Datetime, c6773 Int16 NOT NULL, c6774 JsonDocument NOT NULL, c6775 Datetime64 NOT NULL, c6776 Decimal(35,10) NOT NULL, c6777 Datetime, c6778 JsonDocument NOT NULL, c6779 Decimal(22,9), c6780 Decimal(35,10), c6781 Uint32 NOT NULL, c6782 Interval64 NOT NULL, c6783 Timestamp64, c6784 Int32 NOT NULL, c6785 Uint64 NOT NULL, c6786 Decimal(22,9), c6787 Utf8 NOT NULL, c6788 Int32 NOT NULL, c6789 Date32, c6790 Date32 NOT NULL, c6791 Timestamp, c6792 Int32, c6793 Date32, c6794 Uint64, c6795 Decimal(35,10) NOT NULL, c6796 Uint16, c6797 Decimal(35,10), c6798 Decimal(15,0), c6799 Int8, c6800 Int16 NOT NULL, c6801 Decimal(22,9) NOT NULL, c6802 Datetime64 NOT NULL, c6803 Int8, c6804 Float, c6805 Double NOT NULL, c6806 Json NOT NULL, c6807 Decimal(22,9) NOT NULL, c6808 Date32, c6809 Datetime, c6810 Yson NOT NULL, c6811 Uint64 NOT NULL, c6812 String NOT NULL, c6813 Date, c6814 Timestamp64, c6815 Timestamp64 NOT NULL, c6816 Double NOT NULL, c6817 Uint8, c6818 JsonDocument NOT NULL, c6819 Date32, c6820 JsonDocument, c6821 Int16 NOT NULL, c6822 Uint32, c6823 Utf8, c6824 Utf8 NOT NULL, c6825 Int8 NOT NULL, c6826 Yson NOT NULL, c6827 String, c6828 Decimal(15,0) NOT NULL, c6829 Decimal(22,9) NOT NULL, c6830 Date32, c6831 Double, c6832 Timestamp, c6833 JsonDocument NOT NULL, c6834 Timestamp, c6835 Uint8, c6836 Yson NOT NULL, c6837 Decimal(35,10) NOT NULL, c6838 Int16 NOT NULL, c6839 Decimal(22,9), c6840 Timestamp64, c6841 Json NOT NULL, c6842 Uint16, c6843 Int16, c6844 String, c6845 Uint64, c6846 Int8 NOT NULL, c6847 Int16 NOT NULL, c6848 Yson NOT NULL, c6849 Timestamp NOT NULL, c6850 Float, c6851 Json NOT NULL, c6852 Timestamp64, c6853 Decimal(15,0), c6854 Int16, c6855 JsonDocument, c6856 Int16 NOT NULL, c6857 Json NOT NULL, c6858 Date32 NOT NULL, c6859 Int32 NOT NULL, c6860 Decimal(35,10) NOT NULL, c6861 Json, c6862 Yson, c6863 Uint8 NOT NULL, c6864 Timestamp, c6865 Decimal(15,0) NOT NULL, c6866 Datetime NOT NULL, c6867 Double, c6868 Uint32 NOT NULL, c6869 Int16, c6870 Datetime NOT NULL, c6871 JsonDocument, c6872 Double, c6873 Utf8, c6874 Uint8, c6875 Date32, c6876 String NOT NULL, c6877 Uint64 NOT NULL, c6878 Int64, c6879 Timestamp64, c6880 String, c6881 Decimal(22,9) NOT NULL, c6882 Int32, c6883 Timestamp64, c6884 Decimal(35,10), c6885 Decimal(35,10) NOT NULL, c6886 Float NOT NULL, c6887 Decimal(15,0) NOT NULL, c6888 Yson NOT NULL, c6889 Decimal(35,10), c6890 Timestamp NOT NULL, c6891 String, c6892 Datetime64 NOT NULL, c6893 Timestamp NOT NULL, c6894 Decimal(15,0) NOT NULL, c6895 Datetime, c6896 Timestamp64 NOT NULL, c6897 Uint32 NOT NULL, c6898 Json, c6899 Double, c6900 Datetime NOT NULL, c6901 Datetime, c6902 Float, c6903 Date NOT NULL, c6904 Datetime64, c6905 Timestamp NOT NULL, c6906 Json NOT NULL, c6907 Datetime64 NOT NULL, c6908 Int16 NOT NULL, c6909 JsonDocument NOT NULL, c6910 Yson NOT NULL, c6911 Uint64 NOT NULL, c6912 Interval64 NOT NULL, c6913 Double NOT NULL, c6914 JsonDocument, c6915 String NOT NULL, c6916 JsonDocument, c6917 JsonDocument NOT NULL, c6918 Timestamp64 NOT NULL, c6919 Int8, c6920 Date NOT NULL, c6921 Interval64 NOT NULL, c6922 Datetime, c6923 Int32, c6924 Double NOT NULL, c6925 Float, c6926 Double, c6927 Int32 NOT NULL, c6928 Interval64, c6929 JsonDocument NOT NULL, c6930 Datetime64 NOT NULL, c6931 Float, c6932 Uint32, c6933 Decimal(15,0) NOT NULL, c6934 Timestamp64, c6935 Int8 NOT NULL, c6936 Json, c6937 Decimal(22,9) NOT NULL, c6938 Timestamp64 NOT NULL, c6939 Datetime, c6940 Int16 NOT NULL, c6941 Decimal(22,9), c6942 Decimal(15,0), c6943 Int32, c6944 Date, c6945 Decimal(35,10), c6946 Decimal(35,10) NOT NULL, c6947 Int8, c6948 Uint64 NOT NULL, c6949 Date32, c6950 Decimal(35,10) NOT NULL, c6951 Uint8 NOT NULL, c6952 Date32, c6953 Uint16 NOT NULL, c6954 Int16 NOT NULL, c6955 Date32, c6956 Float NOT NULL, c6957 Interval64, c6958 Uint32 NOT NULL, c6959 Uint16, c6960 Interval64, c6961 Date32 NOT NULL, c6962 Uint16, c6963 Date, c6964 Interval64 NOT NULL, c6965 Decimal(15,0), c6966 Int32 NOT NULL, c6967 Utf8, c6968 Datetime64 NOT NULL, c6969 Float, c6970 Int8, c6971 Decimal(35,10), c6972 Int64, c6973 Decimal(35,10) NOT NULL, c6974 JsonDocument, c6975 JsonDocument NOT NULL, c6976 JsonDocument NOT NULL, c6977 Int64 NOT NULL, c6978 Int32, c6979 Interval64 NOT NULL, c6980 Decimal(22,9), c6981 Int8 NOT NULL, c6982 Yson, c6983 Decimal(22,9), c6984 Datetime, c6985 Int64, c6986 String NOT NULL, c6987 Utf8, c6988 Timestamp NOT NULL, c6989 Datetime, c6990 Decimal(22,9), c6991 Interval64 NOT NULL, c6992 Int32, c6993 Uint16 NOT NULL, c6994 Decimal(35,10) NOT NULL, c6995 Interval64 NOT NULL, c6996 Uint8 NOT NULL, c6997 Utf8, c6998 Decimal(15,0), c6999 Float, c7000 String NOT NULL, c7001 Int8 NOT NULL, c7002 Timestamp NOT NULL, c7003 Timestamp, c7004 JsonDocument, c7005 Int8, c7006 Uint8, c7007 Uint32 NOT NULL, c7008 Double, c7009 Yson NOT NULL, c7010 Interval64, c7011 Date, c7012 Date NOT NULL, c7013 Int8 NOT NULL, c7014 Decimal(35,10), c7015 Timestamp64 NOT NULL, c7016 Timestamp, c7017 Date, c7018 Double NOT NULL, c7019 Timestamp, c7020 Uint64, c7021 Utf8 NOT NULL, c7022 Date NOT NULL, c7023 JsonDocument, c7024 Uint8, c7025 Json NOT NULL, c7026 Decimal(35,10), c7027 Float, c7028 Int16 NOT NULL, c7029 Decimal(35,10), c7030 Uint16, c7031 Uint32 NOT NULL, c7032 Int8, c7033 Uint16 NOT NULL, c7034 Decimal(35,10), c7035 Decimal(15,0), c7036 Double, c7037 Uint16 NOT NULL, c7038 Interval64, c7039 Datetime64 NOT NULL, c7040 Yson NOT NULL, c7041 Float NOT NULL, c7042 Int32, c7043 Uint64 NOT NULL, c7044 Decimal(22,9) NOT NULL, c7045 Double NOT NULL, c7046 Utf8, c7047 Date32, c7048 Utf8, c7049 Uint32 NOT NULL, c7050 Decimal(15,0) NOT NULL, c7051 Interval64 NOT NULL, c7052 Uint32 NOT NULL, c7053 Timestamp64 NOT NULL, c7054 Decimal(22,9) NOT NULL, c7055 JsonDocument, c7056 Utf8, c7057 Float, c7058 Float NOT NULL, c7059 Decimal(15,0), c7060 Datetime, c7061 Timestamp, c7062 String NOT NULL, c7063 String, c7064 Uint64 NOT NULL, c7065 Uint32, c7066 Uint16 NOT NULL, c7067 Timestamp64 NOT NULL, c7068 Int32 NOT NULL, c7069 Int16, c7070 Datetime, c7071 Timestamp64, c7072 Yson, c7073 String NOT NULL, c7074 Int64, c7075 Int16 NOT NULL, c7076 Int8 NOT NULL, c7077 Uint64, c7078 Int64 NOT NULL, c7079 Int32, c7080 Yson NOT NULL, c7081 Interval64, c7082 Timestamp64 NOT NULL, c7083 JsonDocument NOT NULL, c7084 Decimal(35,10) NOT NULL, c7085 Float, c7086 Utf8 NOT NULL, c7087 Decimal(22,9) NOT NULL, c7088 Interval64, c7089 Interval64 NOT NULL, c7090 Float NOT NULL, c7091 Yson NOT NULL, c7092 Uint8 NOT NULL, c7093 Datetime, c7094 Timestamp NOT NULL, c7095 Uint16 NOT NULL, c7096 Double NOT NULL, c7097 Uint16, c7098 Decimal(22,9), c7099 Uint32, c7100 Interval64 NOT NULL, c7101 Date, c7102 Decimal(22,9) NOT NULL, c7103 Interval64, c7104 Double, c7105 Int32, c7106 Int32, c7107 Uint16, c7108 String NOT NULL, c7109 Json, c7110 Uint64, c7111 Timestamp64 NOT NULL, c7112 Datetime NOT NULL, c7113 Int64, c7114 Timestamp, c7115 Int8, c7116 Date, c7117 Uint32, c7118 Int64, c7119 Timestamp64, c7120 String, c7121 Datetime64, c7122 Datetime NOT NULL, c7123 Decimal(35,10), c7124 Int16 NOT NULL, c7125 Date, c7126 Int8 NOT NULL, c7127 Yson, c7128 Uint16 NOT NULL, c7129 Utf8 NOT NULL, c7130 Uint16 NOT NULL, c7131 Datetime64, c7132 Double NOT NULL, c7133 Yson, c7134 Int16 NOT NULL, c7135 Decimal(15,0) NOT NULL, c7136 Decimal(15,0), c7137 Uint64 NOT NULL, c7138 Datetime64, c7139 Decimal(35,10), c7140 Decimal(22,9) NOT NULL, c7141 Date, c7142 Uint64 NOT NULL, c7143 Yson NOT NULL, c7144 Double NOT NULL, c7145 Datetime64, c7146 Yson, c7147 Decimal(22,9), c7148 Decimal(15,0) NOT NULL, c7149 Uint64, c7150 Uint64 NOT NULL, c7151 Uint16 NOT NULL, c7152 Int64, c7153 Timestamp NOT NULL, c7154 Int16, c7155 Uint16 NOT NULL, c7156 Decimal(15,0), c7157 Int16 NOT NULL, c7158 Double, c7159 Uint8 NOT NULL, c7160 Datetime64, c7161 Uint32, c7162 String NOT NULL, c7163 Decimal(35,10), c7164 Int32 NOT NULL, c7165 Uint32 NOT NULL, c7166 Json NOT NULL, c7167 Json NOT NULL, c7168 JsonDocument, c7169 Uint8 NOT NULL, c7170 Int16, c7171 Json, c7172 Datetime64, c7173 Yson NOT NULL, c7174 String, c7175 Uint64 NOT NULL, c7176 Datetime NOT NULL, c7177 Timestamp, c7178 Datetime, c7179 Timestamp64, c7180 Uint8 NOT NULL, c7181 Datetime NOT NULL, c7182 Uint32, c7183 Int64, c7184 Date, c7185 Int8 NOT NULL, c7186 Double NOT NULL, c7187 Double, c7188 Timestamp, c7189 Date, c7190 Uint8, c7191 Uint8, c7192 Uint32, c7193 JsonDocument, c7194 Decimal(22,9), c7195 Decimal(22,9), c7196 Utf8, c7197 Uint16 NOT NULL, c7198 Utf8 NOT NULL, c7199 Timestamp NOT NULL, c7200 Float, c7201 Int64 NOT NULL, c7202 Int8, c7203 JsonDocument, c7204 JsonDocument, c7205 Int64 NOT NULL, c7206 Decimal(15,0), c7207 Uint8 NOT NULL, c7208 Decimal(15,0) NOT NULL, c7209 Datetime NOT NULL, c7210 Int16, c7211 Interval64, c7212 Int16, c7213 Uint16, c7214 Datetime64, c7215 Int64 NOT NULL, c7216 Uint8 NOT NULL, c7217 Int16 NOT NULL, c7218 Int8, c7219 Decimal(22,9), c7220 String NOT NULL, c7221 Uint32, c7222 Decimal(22,9) NOT NULL, c7223 Utf8, c7224 JsonDocument, c7225 Decimal(15,0) NOT NULL, c7226 Date32 NOT NULL, c7227 Yson NOT NULL, c7228 Int16, c7229 Int16, c7230 Uint16 NOT NULL, c7231 Date32 NOT NULL, c7232 Double NOT NULL, c7233 Interval64 NOT NULL, c7234 Date NOT NULL, c7235 Double NOT NULL, c7236 Int32, c7237 Uint16, c7238 Decimal(15,0) NOT NULL, c7239 Int16 NOT NULL, c7240 Date32 NOT NULL, c7241 Float, c7242 Interval64 NOT NULL, c7243 Utf8, c7244 Uint32, c7245 Interval64 NOT NULL, c7246 Decimal(15,0) NOT NULL, c7247 Decimal(22,9), c7248 Date NOT NULL, c7249 Utf8 NOT NULL, c7250 Decimal(15,0), c7251 String, c7252 Uint64 NOT NULL, c7253 Uint16, c7254 Timestamp NOT NULL, c7255 Json, c7256 Uint64 NOT NULL, c7257 Int32 NOT NULL, c7258 Double, c7259 Interval64, c7260 Datetime NOT NULL, c7261 Double NOT NULL, c7262 Decimal(35,10), c7263 Timestamp NOT NULL, c7264 Float NOT NULL, c7265 Yson, c7266 Int8 NOT NULL, c7267 Datetime64 NOT NULL, c7268 Yson NOT NULL, c7269 Int32 NOT NULL, c7270 Date NOT NULL, c7271 Uint8, c7272 Uint32, c7273 Interval64, c7274 Decimal(15,0), c7275 Json, c7276 Json NOT NULL, c7277 Uint8, c7278 Int64, c7279 Uint16, c7280 Utf8, c7281 Decimal(22,9), c7282 Uint32, c7283 JsonDocument NOT NULL, c7284 Decimal(22,9), c7285 Date NOT NULL, c7286 Uint64 NOT NULL, c7287 Datetime64, c7288 Uint16 NOT NULL, c7289 Datetime NOT NULL, c7290 Int16 NOT NULL, c7291 Double, c7292 Decimal(22,9), c7293 Int16, c7294 Utf8 NOT NULL, c7295 Float, c7296 Json NOT NULL, c7297 Yson, c7298 Interval64, c7299 Uint8, c7300 String NOT NULL, c7301 Decimal(15,0), c7302 Date NOT NULL, c7303 Int16, c7304 Timestamp64, c7305 Decimal(22,9) NOT NULL, c7306 Timestamp64 NOT NULL, c7307 Timestamp, c7308 Uint32, c7309 Yson, c7310 Timestamp, c7311 Int64, c7312 Utf8 NOT NULL, c7313 Uint8 NOT NULL, c7314 Int16 NOT NULL, c7315 Int64 NOT NULL, c7316 Yson NOT NULL, c7317 Timestamp NOT NULL, c7318 Int8, c7319 Int32 NOT NULL, c7320 Float, c7321 Double NOT NULL, c7322 Datetime64 NOT NULL, c7323 Timestamp64 NOT NULL, c7324 Json NOT NULL, c7325 Decimal(15,0), c7326 Json NOT NULL, c7327 JsonDocument, c7328 JsonDocument NOT NULL, c7329 JsonDocument NOT NULL, c7330 JsonDocument, c7331 Int32, c7332 Uint64, c7333 Datetime64, c7334 String, c7335 Int16 NOT NULL, c7336 Int64 NOT NULL, c7337 Decimal(15,0) NOT NULL, c7338 Date32 NOT NULL, c7339 Int16, c7340 Uint32 NOT NULL, c7341 Decimal(22,9), c7342 Double, c7343 Date, c7344 Date32 NOT NULL, c7345 Decimal(22,9), c7346 Date32 NOT NULL, c7347 Int32, c7348 Yson NOT NULL, c7349 JsonDocument, c7350 Timestamp64, c7351 JsonDocument, c7352 Uint64 NOT NULL, c7353 Datetime NOT NULL, c7354 Uint16, c7355 Int8, c7356 Uint8 NOT NULL, c7357 Uint64 NOT NULL, c7358 Int16 NOT NULL, c7359 Date32, c7360 Yson, c7361 Uint8 NOT NULL, c7362 Int16 NOT NULL, c7363 Json, c7364 Date NOT NULL, c7365 Datetime64, c7366 Decimal(22,9) NOT NULL, c7367 Utf8 NOT NULL, c7368 Int32, c7369 Interval64 NOT NULL, c7370 String, c7371 Decimal(35,10), c7372 Int16, c7373 Decimal(15,0), c7374 Interval64 NOT NULL, c7375 Int64 NOT NULL, c7376 Date, c7377 Double, c7378 Utf8, c7379 Decimal(22,9) NOT NULL, c7380 Int64 NOT NULL, c7381 Timestamp NOT NULL, c7382 Datetime, c7383 String, c7384 Datetime, c7385 Timestamp, c7386 Uint32 NOT NULL, c7387 Double, c7388 Utf8, c7389 JsonDocument NOT NULL, c7390 Decimal(35,10), c7391 Int64, c7392 Date, c7393 Int16, c7394 Decimal(35,10) NOT NULL, c7395 Float, c7396 Uint32 NOT NULL, c7397 Datetime, c7398 Decimal(15,0) NOT NULL, c7399 String NOT NULL, c7400 Int8, c7401 Uint64 NOT NULL, c7402 Uint64, c7403 Timestamp, c7404 Uint32 NOT NULL, c7405 JsonDocument NOT NULL, c7406 Datetime, c7407 Yson, c7408 Json NOT NULL, c7409 Int64 NOT NULL, c7410 Yson NOT NULL, c7411 Interval64, c7412 Timestamp64, c7413 Timestamp NOT NULL, c7414 Json NOT NULL, c7415 Timestamp64, c7416 Decimal(35,10) NOT NULL, c7417 Uint16, c7418 Utf8, c7419 Decimal(35,10) NOT NULL, c7420 Uint64 NOT NULL, c7421 Uint8, c7422 Timestamp64, c7423 Uint32, c7424 Int8 NOT NULL, c7425 Uint32 NOT NULL, c7426 Int64, c7427 Uint8, c7428 Yson, c7429 Uint32, c7430 Datetime64, c7431 Uint16, c7432 Decimal(22,9), c7433 Interval64 NOT NULL, c7434 Datetime64 NOT NULL, c7435 JsonDocument NOT NULL, c7436 Int32 NOT NULL, c7437 Uint64 NOT NULL, c7438 Interval64 NOT NULL, c7439 Yson, c7440 Int16 NOT NULL, c7441 Double, c7442 Datetime64 NOT NULL, c7443 Int16 NOT NULL, c7444 Int32, c7445 Datetime, c7446 Decimal(15,0) NOT NULL, c7447 Datetime64, c7448 Decimal(22,9), c7449 Datetime64, c7450 Int16, c7451 Uint16, c7452 String, c7453 Date, c7454 Yson NOT NULL, c7455 Decimal(15,0) NOT NULL, c7456 Datetime, c7457 String NOT NULL, c7458 Interval64, c7459 Uint16, c7460 Timestamp64 NOT NULL, c7461 Decimal(35,10), c7462 Json NOT NULL, c7463 Uint8 NOT NULL, c7464 Double NOT NULL, c7465 Utf8, c7466 Interval64, c7467 Datetime, c7468 String, c7469 Uint32 NOT NULL, c7470 Datetime64, c7471 Timestamp64 NOT NULL, c7472 Uint32, c7473 Datetime64 NOT NULL, c7474 Interval64, c7475 Timestamp64 NOT NULL, c7476 Uint16 NOT NULL, c7477 Timestamp, c7478 String NOT NULL, c7479 Uint64, c7480 Decimal(15,0), c7481 Decimal(15,0) NOT NULL, c7482 Int64, c7483 JsonDocument NOT NULL, c7484 Timestamp, c7485 Int32, c7486 Double NOT NULL, c7487 Decimal(15,0) NOT NULL, c7488 Timestamp NOT NULL, c7489 Decimal(15,0), c7490 Uint16 NOT NULL, c7491 Json, c7492 Int16, c7493 Timestamp NOT NULL, c7494 Timestamp NOT NULL, c7495 Float NOT NULL, c7496 Uint16, c7497 Float, c7498 Json, c7499 Uint8 NOT NULL, c7500 Yson NOT NULL, c7501 Uint16, c7502 Date32 NOT NULL, c7503 Double NOT NULL, c7504 Uint32 NOT NULL, c7505 Uint16, c7506 Datetime NOT NULL, c7507 String, c7508 Double NOT NULL, c7509 Utf8, c7510 Int8, c7511 Uint64 NOT NULL, c7512 Date32, c7513 Utf8 NOT NULL, c7514 Json NOT NULL, c7515 Interval64 NOT NULL, c7516 Datetime NOT NULL, c7517 Date NOT NULL, c7518 Decimal(35,10), c7519 Uint16, c7520 Decimal(22,9), c7521 Int16 NOT NULL, c7522 Date NOT NULL, c7523 Date32, c7524 Uint16 NOT NULL, c7525 Uint16, c7526 Decimal(22,9), c7527 Timestamp, c7528 Timestamp64 NOT NULL, c7529 Uint8, c7530 Decimal(15,0), c7531 Decimal(22,9), c7532 Utf8, c7533 Uint8, c7534 Uint8 NOT NULL, c7535 String, c7536 Json NOT NULL, c7537 Timestamp NOT NULL, c7538 Uint64, c7539 Datetime NOT NULL, c7540 Uint64, c7541 Uint16, c7542 Yson, c7543 Float, c7544 Uint16 NOT NULL, c7545 String, c7546 Int8, c7547 Yson, c7548 Int64, c7549 Uint8, c7550 Uint32 NOT NULL, c7551 Timestamp64 NOT NULL, c7552 Timestamp64 NOT NULL, c7553 Int16 NOT NULL, c7554 Yson, c7555 JsonDocument, c7556 Float NOT NULL, c7557 Int8, c7558 Int64 NOT NULL, c7559 Yson, c7560 Uint16 NOT NULL, c7561 Date32, c7562 Int8, c7563 Json NOT NULL, c7564 Json, c7565 Datetime64 NOT NULL, c7566 Int64, c7567 Decimal(35,10), c7568 Double NOT NULL, c7569 Int16, c7570 Interval64 NOT NULL, c7571 Date32 NOT NULL, c7572 Double NOT NULL, c7573 Uint8 NOT NULL, c7574 Int32, c7575 Uint32 NOT NULL, c7576 Uint8, c7577 Int32 NOT NULL, c7578 Float NOT NULL, c7579 Decimal(35,10), c7580 Decimal(35,10) NOT NULL, c7581 Decimal(15,0) NOT NULL, c7582 Double NOT NULL, c7583 Uint32 NOT NULL, c7584 Timestamp64 NOT NULL, c7585 Utf8, c7586 JsonDocument NOT NULL, c7587 Float, c7588 JsonDocument NOT NULL, c7589 Uint32 NOT NULL, c7590 Int8 NOT NULL, c7591 Decimal(22,9), c7592 JsonDocument NOT NULL, c7593 Decimal(22,9) NOT NULL, c7594 Date NOT NULL, c7595 JsonDocument NOT NULL, c7596 Int16 NOT NULL, c7597 Yson, c7598 Datetime NOT NULL, c7599 Int16, c7600 Yson NOT NULL, c7601 Int8 NOT NULL, c7602 Float, c7603 Timestamp NOT NULL, c7604 Timestamp, c7605 Timestamp64, c7606 Decimal(35,10), c7607 Int8 NOT NULL, c7608 Utf8, c7609 Uint32 NOT NULL, c7610 Int16 NOT NULL, c7611 Utf8, c7612 Int16, c7613 Yson NOT NULL, c7614 Timestamp64 NOT NULL, c7615 Date32, c7616 Int64, c7617 Uint16, c7618 Double, c7619 Decimal(35,10) NOT NULL, c7620 Datetime64, c7621 Uint64 NOT NULL, c7622 Uint8, c7623 Interval64, c7624 Timestamp64 NOT NULL, c7625 Uint64, c7626 Decimal(15,0) NOT NULL, c7627 Uint16, c7628 Int8, c7629 Int16 NOT NULL, c7630 Uint8, c7631 Datetime, c7632 Timestamp, c7633 Date, c7634 Int16, c7635 Uint32, c7636 Datetime64 NOT NULL, c7637 Date32 NOT NULL, c7638 Int32, c7639 Timestamp, c7640 Timestamp NOT NULL, c7641 Interval64, c7642 Int32, c7643 Int8, c7644 Datetime NOT NULL, c7645 Interval64 NOT NULL, c7646 Timestamp, c7647 Decimal(22,9), c7648 Datetime64, c7649 Json NOT NULL, c7650 Yson, c7651 Yson, c7652 Interval64 NOT NULL, c7653 Interval64 NOT NULL, c7654 Timestamp64, c7655 Date, c7656 Int16, c7657 Float NOT NULL, c7658 Datetime, c7659 Uint32 NOT NULL, c7660 Uint64 NOT NULL, c7661 JsonDocument NOT NULL, c7662 Uint32, c7663 Datetime, c7664 Date, c7665 Int8, c7666 Interval64, c7667 Double NOT NULL, c7668 JsonDocument, c7669 Timestamp64 NOT NULL, c7670 Uint8, c7671 Utf8 NOT NULL, c7672 Uint64, c7673 Double NOT NULL, c7674 Decimal(35,10), c7675 Date32 NOT NULL, c7676 Float NOT NULL, c7677 Datetime64, c7678 Date32 NOT NULL, c7679 Date NOT NULL, c7680 Double, c7681 Float NOT NULL, c7682 Interval64 NOT NULL, c7683 Date NOT NULL, c7684 Uint64 NOT NULL, c7685 Decimal(15,0) NOT NULL, c7686 Date NOT NULL, c7687 Timestamp64, c7688 Decimal(35,10) NOT NULL, c7689 Date NOT NULL, c7690 JsonDocument NOT NULL, c7691 Date32, c7692 Uint16, c7693 Int16, c7694 Decimal(35,10), c7695 Datetime64 NOT NULL, c7696 Utf8, c7697 Int64 NOT NULL, c7698 Utf8 NOT NULL, c7699 Int32, c7700 Int16, c7701 Float NOT NULL, c7702 Decimal(22,9), c7703 String NOT NULL, c7704 String NOT NULL, c7705 Datetime64, c7706 Int64, c7707 Uint32 NOT NULL, c7708 Utf8, c7709 Date, c7710 Timestamp64, c7711 Decimal(35,10), c7712 Uint16, c7713 Interval64, c7714 Uint32, c7715 Datetime, c7716 Uint16, c7717 Int64 NOT NULL, c7718 Decimal(22,9) NOT NULL, c7719 Yson, c7720 Uint16 NOT NULL, c7721 Timestamp, c7722 Int64, c7723 Uint64, c7724 Datetime, c7725 Uint64, c7726 Datetime64, c7727 Date32, c7728 Timestamp64, c7729 Double NOT NULL, c7730 Decimal(22,9), c7731 Timestamp, c7732 Uint8 NOT NULL, c7733 Int64, c7734 Int8, c7735 Uint32 NOT NULL, c7736 Decimal(22,9) NOT NULL, c7737 Decimal(15,0), c7738 Double, c7739 Uint8, c7740 Decimal(22,9), c7741 String, c7742 Uint8 NOT NULL, c7743 Decimal(22,9), c7744 Decimal(22,9), c7745 Uint32 NOT NULL, c7746 Decimal(22,9), c7747 Uint16 NOT NULL, c7748 Timestamp64 NOT NULL, c7749 Int64 NOT NULL, c7750 Decimal(35,10), c7751 Timestamp, c7752 Decimal(35,10), c7753 Int16, c7754 Date, c7755 Double, c7756 Uint16, c7757 Datetime64 NOT NULL, c7758 Datetime64 NOT NULL, c7759 Uint64 NOT NULL, c7760 Decimal(15,0) NOT NULL, c7761 Yson, c7762 Int16 NOT NULL, c7763 Int64, c7764 Timestamp64, c7765 JsonDocument NOT NULL, c7766 Uint32 NOT NULL, c7767 Json, c7768 Double NOT NULL, c7769 Decimal(35,10), c7770 String NOT NULL, c7771 String, c7772 Interval64 NOT NULL, c7773 Utf8 NOT NULL, c7774 Uint64 NOT NULL, c7775 Date NOT NULL, c7776 Int8, c7777 Timestamp NOT NULL, c7778 Uint16, c7779 Timestamp, c7780 Decimal(15,0) NOT NULL, c7781 Float NOT NULL, c7782 Int32 NOT NULL, c7783 Uint16, c7784 Json NOT NULL, c7785 Json NOT NULL, c7786 Decimal(15,0) NOT NULL, c7787 Int64 NOT NULL, c7788 Uint32 NOT NULL, c7789 Double NOT NULL, c7790 Uint64 NOT NULL, c7791 Int16 NOT NULL, c7792 Json NOT NULL, c7793 Decimal(15,0), c7794 Decimal(15,0), c7795 Json, c7796 Datetime64 NOT NULL, c7797 Uint64, c7798 Uint32, c7799 JsonDocument NOT NULL, c7800 Yson NOT NULL, c7801 Int32 NOT NULL, c7802 Date, c7803 Timestamp64, c7804 Yson NOT NULL, c7805 Uint32, c7806 Uint64, c7807 Decimal(35,10) NOT NULL, c7808 Decimal(35,10) NOT NULL, c7809 Decimal(22,9) NOT NULL, c7810 Datetime64, c7811 Yson, c7812 Uint8 NOT NULL, c7813 Uint64 NOT NULL, c7814 Int32 NOT NULL, c7815 Decimal(15,0) NOT NULL, c7816 Datetime64, c7817 Double NOT NULL, c7818 Int64 NOT NULL, c7819 Double NOT NULL, c7820 Timestamp64 NOT NULL, c7821 Decimal(15,0), c7822 Date32 NOT NULL, c7823 String NOT NULL, c7824 Datetime NOT NULL, c7825 Datetime, c7826 Uint32 NOT NULL, c7827 Timestamp, c7828 Float, c7829 Uint8, c7830 Timestamp64, c7831 Int32, c7832 Uint16, c7833 Date32, c7834 Uint32, c7835 Utf8 NOT NULL, c7836 Int64 NOT NULL, c7837 Interval64, c7838 Utf8, c7839 Date32, c7840 Timestamp, c7841 Timestamp, c7842 Float NOT NULL, c7843 JsonDocument, c7844 Json NOT NULL, c7845 Json, c7846 Decimal(22,9), c7847 Datetime NOT NULL, c7848 Decimal(35,10) NOT NULL, c7849 String NOT NULL, c7850 Int64, c7851 Date32 NOT NULL, c7852 Json, c7853 Int32, c7854 Decimal(35,10) NOT NULL, c7855 Date32, c7856 Int32 NOT NULL, c7857 Int16, c7858 Datetime NOT NULL, c7859 Interval64 NOT NULL, c7860 Float NOT NULL, c7861 Interval64 NOT NULL, c7862 Json, c7863 Timestamp64 NOT NULL, c7864 Uint8, c7865 Datetime64, c7866 Decimal(22,9), c7867 Datetime64, c7868 Timestamp NOT NULL, c7869 Json NOT NULL, c7870 Date32, c7871 Float NOT NULL, c7872 Uint32, c7873 Decimal(22,9) NOT NULL, c7874 Date NOT NULL, c7875 Uint8 NOT NULL, c7876 Utf8 NOT NULL, c7877 Yson, c7878 Decimal(35,10) NOT NULL, c7879 Uint64, c7880 Uint8 NOT NULL, c7881 Uint64 NOT NULL, c7882 Uint16, c7883 Int16, c7884 Datetime NOT NULL, c7885 Int16, c7886 Uint16, c7887 Int32, c7888 Json, c7889 Date, c7890 String, c7891 Interval64, c7892 Decimal(22,9) NOT NULL, c7893 Date32, c7894 Decimal(22,9), c7895 Decimal(22,9) NOT NULL, c7896 Uint32 NOT NULL, c7897 Uint8 NOT NULL, c7898 String, c7899 Timestamp64, c7900 Int16 NOT NULL, c7901 Decimal(15,0) NOT NULL, c7902 Int8 NOT NULL, c7903 Decimal(22,9) NOT NULL, c7904 Date NOT NULL, c7905 String, c7906 Int8, c7907 Int32 NOT NULL, c7908 Int16, c7909 Interval64 NOT NULL, c7910 Int8, c7911 Date, c7912 Decimal(15,0), c7913 Int16, c7914 Interval64 NOT NULL, c7915 Utf8, c7916 Uint8 NOT NULL, c7917 Date NOT NULL, c7918 Interval64, c7919 Float NOT NULL, c7920 Decimal(35,10) NOT NULL, c7921 Date32, c7922 Datetime NOT NULL, c7923 Decimal(35,10), c7924 Utf8 NOT NULL, c7925 Datetime64 NOT NULL, c7926 Json NOT NULL, c7927 Timestamp NOT NULL, c7928 Decimal(15,0) NOT NULL, c7929 Json NOT NULL, c7930 Int32 NOT NULL, c7931 Timestamp NOT NULL, c7932 Interval64, c7933 Date32, c7934 Timestamp, c7935 Decimal(35,10) NOT NULL, c7936 Double NOT NULL, c7937 Int16 NOT NULL, c7938 Date NOT NULL, c7939 Interval64, c7940 Int64 NOT NULL, c7941 Json NOT NULL, c7942 String, c7943 Uint64, c7944 Decimal(35,10), c7945 Decimal(35,10), c7946 Decimal(15,0), c7947 Int16, c7948 Double, c7949 Date, c7950 Decimal(15,0), c7951 Decimal(15,0), c7952 Int64 NOT NULL, c7953 Date32 NOT NULL, c7954 Timestamp, c7955 Timestamp64 NOT NULL, c7956 Interval64, c7957 Decimal(15,0), c7958 Float, c7959 Uint64 NOT NULL, c7960 Uint16 NOT NULL, c7961 Uint64 NOT NULL, c7962 Timestamp NOT NULL, c7963 Uint64, c7964 Timestamp NOT NULL, c7965 Decimal(15,0) NOT NULL, c7966 Datetime, c7967 Double NOT NULL, c7968 JsonDocument, c7969 Uint32 NOT NULL, c7970 Datetime NOT NULL, c7971 Date32 NOT NULL, c7972 Decimal(22,9) NOT NULL, c7973 Date32, c7974 Double NOT NULL, c7975 Decimal(15,0) NOT NULL, c7976 Uint32, c7977 Datetime NOT NULL, c7978 Int16, c7979 String NOT NULL, c7980 Date NOT NULL, c7981 JsonDocument, c7982 Decimal(15,0), c7983 Uint8, c7984 Int64 NOT NULL, c7985 String NOT NULL, c7986 String, c7987 Datetime64 NOT NULL, c7988 Int16 NOT NULL, c7989 Uint16, c7990 Float NOT NULL, c7991 Date32 NOT NULL, c7992 Int16 NOT NULL, c7993 Int64, c7994 Timestamp NOT NULL, c7995 Uint16, c7996 Decimal(15,0) NOT NULL, c7997 Json NOT NULL, c7998 Uint32 NOT NULL, c7999 String, c8000 Utf8, c8001 Int32, c8002 Timestamp64, c8003 Uint16 NOT NULL, c8004 Double NOT NULL,\n                    PRIMARY KEY(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561, c562, c563, c564, c565, c566, c567, c568, c569, c570, c571, c572, c573, c574, c575, c576, c577, c578, c579, c580, c581, c582, c583, c584, c585, c586, c587, c588, c589, c590, c591, c592, c593, c594, c595, c596, c597, c598, c599, c600, c601, c602, c603, c604, c605, c606, c607, c608, c609, c610, c611, c612, c613, c614, c615, c616, c617, c618, c619, c620, c621, c622, c623, c624, c625, c626, c627, c628, c629, c630, c631, c632, c633, c634, c635, c636, c637, c638, c639, c640, c641, c642, c643, c644, c645, c646, c647, c648, c649, c650, c651, c652, c653, c654, c655, c656, c657, c658, c659, c660, c661, c662, c663, c664, c665, c666, c667, c668, c669, c670, c671, c672, c673, c674, c675, c676, c677, c678, c679, c680, c681, c682, c683, c684, c685, c686, c687, c688, c689, c690, c691, c692, c693, c694, c695, c696, c697, c698, c699, c700, c701, c702, c703, c704, c705, c706, c707, c708, c709, c710, c711, c712, c713, c714, c715, c716, c717, c718, c719, c720, c721, c722, c723, c724, c725, c726, c727, c728, c729, c730, c731, c732, c733, c734, c735, c736, c737, c738, c739, c740, c741, c742, c743, c744, c745, c746, c747, c748, c749, c750, c751, c752, c753, c754, c755, c756, c757, c758, c759, c760, c761, c762, c763, c764, c765, c766, c767, c768, c769, c770, c771, c772, c773, c774, c775, c776, c777, c778, c779, c780, c781, c782, c783, c784, c785, c786, c787, c788, c789, c790, c791, c792, c793, c794, c795, c796, c797, c798, c799, c800, c801, c802, c803, c804, c805, c806, c807, c808, c809, c810, c811, c812, c813, c814, c815, c816, c817, c818, c819, c820, c821, c822, c823, c824, c825, c826, c827, c828, c829, c830, c831, c832, c833, c834, c835, c836, c837, c838, c839, c840, c841, c842, c843, c844, c845, c846, c847, c848, c849, c850, c851, c852, c853, c854, c855, c856, c857, c858, c859, c860, c861, c862, c863, c864, c865, c866, c867, c868, c869, c870, c871, c872, c873, c874, c875, c876, c877, c878, c879, c880, c881, c882, c883, c884, c885, c886, c887, c888, c889, c890, c891, c892, c893, c894, c895, c896, c897, c898, c899, c900, c901, c902, c903, c904, c905, c906, c907, c908, c909, c910, c911, c912, c913, c914, c915, c916, c917, c918, c919, c920, c921, c922, c923, c924, c925, c926, c927, c928, c929, c930, c931, c932, c933, c934, c935, c936, c937, c938, c939, c940, c941, c942, c943, c944, c945, c946, c947, c948, c949, c950, c951, c952, c953, c954, c955, c956, c957, c958, c959, c960, c961, c962, c963, c964, c965, c966, c967, c968, c969, c970, c971, c972, c973, c974, c975, c976, c977, c978, c979, c980, c981, c982, c983, c984, c985, c986, c987, c988, c989, c990, c991, c992, c993, c994, c995, c996, c997, c998, c999, c1000, c1001, c1002, c1003, c1004, c1005, c1006, c1007, c1008, c1009, c1010, c1011, c1012, c1013, c1014, c1015, c1016, c1017, c1018, c1019, c1020, c1021, c1022, c1023, c1024, c1025, c1026, c1027, c1028, c1029, c1030, c1031, c1032, c1033, c1034, c1035, c1036, c1037, c1038, c1039, c1040, c1041, c1042, c1043, c1044, c1045, c1046, c1047, c1048, c1049, c1050, c1051, c1052, c1053, c1054, c1055, c1056, c1057, c1058, c1059, c1060, c1061, c1062, c1063, c1064, c1065, c1066, c1067, c1068, c1069, c1070, c1071, c1072, c1073, c1074, c1075, c1076, c1077, c1078, c1079, c1080, c1081, c1082, c1083, c1084, c1085, c1086, c1087, c1088, c1089, c1090, c1091, c1092, c1093, c1094, c1095, c1096, c1097, c1098, c1099, c1100, c1101, c1102, c1103, c1104, c1105, c1106, c1107, c1108, c1109, c1110, c1111, c1112, c1113, c1114, c1115, c1116, c1117, c1118, c1119, c1120, c1121, c1122, c1123, c1124, c1125, c1126, c1127, c1128, c1129, c1130, c1131, c1132, c1133, c1134, c1135, c1136, c1137, c1138, c1139, c1140, c1141, c1142, c1143, c1144, c1145, c1146, c1147, c1148, c1149, c1150, c1151, c1152, c1153, c1154, c1155, c1156, c1157, c1158, c1159, c1160, c1161, c1162, c1163, c1164, c1165, c1166, c1167, c1168, c1169, c1170, c1171, c1172, c1173, c1174, c1175, c1176, c1177, c1178, c1179, c1180, c1181, c1182, c1183, c1184, c1185, c1186, c1187, c1188, c1189, c1190, c1191, c1192, c1193, c1194, c1195, c1196, c1197, c1198, c1199, c1200, c1201, c1202, c1203, c1204, c1205, c1206, c1207, c1208, c1209, c1210, c1211, c1212, c1213, c1214, c1215, c1216, c1217, c1218, c1219, c1220, c1221, c1222, c1223, c1224, c1225, c1226, c1227, c1228, c1229, c1230, c1231, c1232, c1233, c1234, c1235, c1236, c1237, c1238, c1239, c1240, c1241, c1242, c1243, c1244, c1245, c1246, c1247, c1248, c1249, c1250, c1251, c1252, c1253, c1254, c1255, c1256, c1257, c1258, c1259, c1260, c1261, c1262, c1263, c1264, c1265, c1266, c1267, c1268, c1269, c1270, c1271, c1272, c1273, c1274, c1275, c1276, c1277, c1278, c1279, c1280, c1281, c1282, c1283, c1284, c1285, c1286, c1287, c1288, c1289, c1290, c1291, c1292, c1293, c1294, c1295, c1296, c1297, c1298, c1299, c1300, c1301, c1302, c1303, c1304, c1305, c1306, c1307, c1308, c1309, c1310, c1311, c1312, c1313, c1314, c1315, c1316, c1317, c1318, c1319, c1320, c1321, c1322, c1323, c1324, c1325, c1326, c1327, c1328, c1329, c1330, c1331, c1332, c1333, c1334, c1335, c1336, c1337, c1338, c1339, c1340, c1341, c1342, c1343, c1344, c1345, c1346, c1347, c1348, c1349, c1350, c1351, c1352, c1353, c1354, c1355, c1356, c1357, c1358, c1359, c1360, c1361, c1362, c1363, c1364, c1365, c1366, c1367, c1368, c1369, c1370, c1371, c1372, c1373, c1374, c1375, c1376, c1377, c1378, c1379, c1380, c1381, c1382, c1383, c1384, c1385, c1386, c1387, c1388, c1389, c1390, c1391, c1392, c1393, c1394, c1395, c1396, c1397, c1398, c1399, c1400, c1401, c1402, c1403, c1404, c1405, c1406, c1407, c1408, c1409, c1410, c1411, c1412, c1413, c1414, c1415, c1416, c1417, c1418, c1419, c1420, c1421, c1422, c1423, c1424, c1425, c1426, c1427, c1428, c1429, c1430, c1431, c1432, c1433, c1434, c1435, c1436, c1437, c1438, c1439, c1440, c1441, c1442, c1443, c1444, c1445, c1446, c1447, c1448, c1449, c1450, c1451, c1452, c1453, c1454, c1455, c1456, c1457, c1458, c1459, c1460, c1461, c1462, c1463, c1464, c1465, c1466, c1467, c1468, c1469, c1470, c1471, c1472, c1473, c1474, c1475, c1476, c1477, c1478, c1479, c1480, c1481, c1482, c1483, c1484, c1485, c1486, c1487, c1488, c1489, c1490, c1491, c1492, c1493, c1494, c1495, c1496, c1497, c1498, c1499, c1500, c1501, c1502, c1503, c1504, c1505, c1506, c1507, c1508, c1509, c1510, c1511, c1512, c1513, c1514, c1515, c1516, c1517, c1518, c1519, c1520, c1521, c1522, c1523, c1524, c1525, c1526, c1527, c1528, c1529, c1530, c1531, c1532, c1533, c1534, c1535, c1536, c1537, c1538, c1539, c1540, c1541, c1542, c1543, c1544, c1545, c1546, c1547, c1548, c1549, c1550, c1551, c1552, c1553, c1554, c1555, c1556, c1557, c1558, c1559, c1560, c1561, c1562, c1563, c1564, c1565, c1566, c1567, c1568, c1569, c1570, c1571, c1572, c1573, c1574, c1575, c1576, c1577, c1578, c1579, c1580, c1581, c1582, c1583, c1584, c1585, c1586, c1587, c1588, c1589, c1590, c1591, c1592, c1593, c1594, c1595, c1596, c1597, c1598, c1599, c1600, c1601, c1602, c1603, c1604, c1605, c1606, c1607, c1608, c1609, c1610, c1611, c1612, c1613, c1614, c1615, c1616, c1617, c1618, c1619, c1620, c1621, c1622, c1623, c1624, c1625, c1626, c1627, c1628, c1629, c1630, c1631, c1632, c1633, c1634, c1635, c1636, c1637, c1638, c1639, c1640, c1641, c1642, c1643, c1644, c1645, c1646, c1647, c1648, c1649, c1650, c1651, c1652, c1653, c1654, c1655, c1656, c1657, c1658, c1659, c1660, c1661, c1662, c1663, c1664, c1665, c1666, c1667, c1668, c1669, c1670, c1671, c1672, c1673, c1674, c1675, c1676, c1677, c1678, c1679, c1680, c1681, c1682, c1683, c1684, c1685, c1686, c1687, c1688, c1689, c1690, c1691, c1692, c1693, c1694, c1695, c1696, c1697, c1698, c1699, c1700, c1701, c1702, c1703, c1704, c1705, c1706, c1707, c1708, c1709, c1710, c1711, c1712, c1713, c1714, c1715, c1716, c1717, c1718, c1719, c1720, c1721, c1722, c1723, c1724, c1725, c1726, c1727, c1728, c1729, c1730, c1731, c1732, c1733, c1734, c1735, c1736, c1737, c1738, c1739, c1740, c1741, c1742, c1743, c1744, c1745, c1746, c1747, c1748, c1749, c1750, c1751, c1752, c1753, c1754, c1755, c1756, c1757, c1758, c1759, c1760, c1761, c1762, c1763, c1764, c1765, c1766, c1767, c1768, c1769, c1770, c1771, c1772, c1773, c1774, c1775, c1776, c1777, c1778, c1779, c1780, c1781, c1782, c1783, c1784, c1785, c1786, c1787, c1788, c1789, c1790, c1791, c1792, c1793, c1794, c1795, c1796, c1797, c1798, c1799, c1800, c1801, c1802, c1803, c1804, c1805, c1806, c1807, c1808, c1809, c1810, c1811, c1812, c1813, c1814, c1815, c1816, c1817, c1818, c1819, c1820, c1821, c1822, c1823, c1824, c1825, c1826, c1827, c1828, c1829, c1830, c1831, c1832, c1833, c1834, c1835, c1836, c1837, c1838, c1839, c1840, c1841, c1842, c1843, c1844, c1845, c1846, c1847, c1848, c1849, c1850, c1851, c1852, c1853, c1854, c1855, c1856, c1857, c1858, c1859, c1860, c1861, c1862, c1863, c1864, c1865, c1866, c1867, c1868, c1869, c1870, c1871, c1872, c1873, c1874, c1875, c1876, c1877, c1878, c1879, c1880, c1881, c1882, c1883, c1884, c1885, c1886, c1887, c1888, c1889, c1890, c1891, c1892, c1893, c1894, c1895, c1896, c1897, c1898, c1899, c1900, c1901, c1902, c1903, c1904, c1905, c1906, c1907, c1908, c1909, c1910, c1911, c1912, c1913, c1914, c1915, c1916, c1917, c1918, c1919, c1920, c1921, c1922, c1923, c1924, c1925, c1926, c1927, c1928, c1929, c1930, c1931, c1932, c1933, c1934, c1935, c1936, c1937, c1938, c1939, c1940, c1941, c1942, c1943, c1944, c1945, c1946, c1947, c1948, c1949, c1950, c1951, c1952, c1953, c1954, c1955, c1956, c1957, c1958, c1959, c1960, c1961, c1962, c1963, c1964, c1965, c1966, c1967, c1968, c1969, c1970, c1971, c1972, c1973, c1974, c1975, c1976, c1977, c1978, c1979, c1980, c1981, c1982, c1983, c1984, c1985, c1986, c1987, c1988, c1989, c1990, c1991, c1992, c1993, c1994, c1995, c1996, c1997, c1998, c1999, c2000, c2001, c2002, c2003, c2004, c2005, c2006, c2007, c2008, c2009, c2010, c2011, c2012, c2013, c2014, c2015, c2016, c2017, c2018, c2019, c2020, c2021, c2022, c2023, c2024, c2025, c2026, c2027, c2028, c2029, c2030, c2031, c2032, c2033, c2034, c2035, c2036, c2037, c2038, c2039, c2040, c2041, c2042, c2043, c2044, c2045, c2046, c2047, c2048, c2049, c2050, c2051, c2052, c2053, c2054, c2055, c2056, c2057, c2058, c2059, c2060, c2061, c2062, c2063, c2064, c2065, c2066, c2067, c2068, c2069, c2070, c2071, c2072, c2073, c2074, c2075, c2076, c2077, c2078, c2079, c2080, c2081, c2082, c2083, c2084, c2085, c2086, c2087, c2088, c2089, c2090, c2091, c2092, c2093, c2094, c2095, c2096, c2097, c2098, c2099, c2100, c2101, c2102, c2103, c2104, c2105, c2106, c2107, c2108, c2109, c2110, c2111, c2112, c2113, c2114, c2115, c2116, c2117, c2118, c2119, c2120, c2121, c2122, c2123, c2124, c2125, c2126, c2127, c2128, c2129, c2130, c2131, c2132, c2133, c2134, c2135, c2136, c2137, c2138, c2139, c2140, c2141, c2142, c2143, c2144, c2145, c2146, c2147, c2148, c2149, c2150, c2151, c2152, c2153, c2154, c2155, c2156, c2157, c2158, c2159, c2160, c2161, c2162, c2163, c2164, c2165, c2166, c2167, c2168, c2169, c2170, c2171, c2172, c2173, c2174, c2175, c2176, c2177, c2178, c2179, c2180, c2181, c2182, c2183, c2184, c2185, c2186, c2187, c2188, c2189, c2190, c2191, c2192, c2193, c2194, c2195, c2196, c2197, c2198, c2199, c2200, c2201, c2202, c2203, c2204, c2205, c2206, c2207, c2208, c2209, c2210, c2211, c2212, c2213, c2214, c2215, c2216, c2217, c2218, c2219, c2220, c2221, c2222, c2223, c2224, c2225, c2226, c2227, c2228, c2229, c2230, c2231, c2232, c2233, c2234, c2235, c2236, c2237, c2238, c2239, c2240, c2241, c2242, c2243, c2244, c2245, c2246, c2247, c2248, c2249, c2250, c2251, c2252, c2253, c2254, c2255, c2256, c2257, c2258, c2259, c2260, c2261, c2262, c2263, c2264, c2265, c2266, c2267, c2268, c2269, c2270, c2271, c2272, c2273, c2274, c2275, c2276, c2277, c2278, c2279, c2280, c2281, c2282, c2283, c2284, c2285, c2286, c2287, c2288, c2289, c2290, c2291, c2292, c2293, c2294, c2295, c2296, c2297, c2298, c2299, c2300, c2301, c2302, c2303, c2304, c2305, c2306, c2307, c2308, c2309, c2310, c2311, c2312, c2313, c2314, c2315, c2316, c2317, c2318, c2319, c2320, c2321, c2322, c2323, c2324, c2325, c2326, c2327, c2328, c2329, c2330, c2331, c2332, c2333, c2334, c2335, c2336, c2337, c2338, c2339, c2340, c2341, c2342, c2343, c2344, c2345, c2346, c2347, c2348, c2349, c2350, c2351, c2352, c2353, c2354, c2355, c2356, c2357, c2358, c2359, c2360, c2361, c2362, c2363, c2364, c2365, c2366, c2367, c2368, c2369, c2370, c2371, c2372, c2373, c2374, c2375, c2376, c2377, c2378, c2379, c2380, c2381, c2382, c2383, c2384, c2385, c2386, c2387, c2388, c2389, c2390, c2391, c2392, c2393, c2394, c2395, c2396, c2397, c2398, c2399, c2400, c2401, c2402, c2403, c2404, c2405, c2406, c2407, c2408, c2409, c2410, c2411, c2412, c2413, c2414, c2415, c2416, c2417, c2418, c2419, c2420, c2421, c2422, c2423, c2424, c2425, c2426, c2427, c2428, c2429, c2430, c2431, c2432, c2433, c2434, c2435, c2436, c2437, c2438, c2439, c2440, c2441, c2442, c2443, c2444, c2445, c2446, c2447, c2448, c2449, c2450, c2451, c2452, c2453, c2454, c2455, c2456, c2457, c2458, c2459, c2460, c2461, c2462, c2463, c2464, c2465, c2466, c2467, c2468, c2469, c2470, c2471, c2472, c2473, c2474, c2475, c2476, c2477, c2478, c2479, c2480, c2481, c2482, c2483, c2484, c2485, c2486, c2487, c2488, c2489, c2490, c2491, c2492, c2493, c2494, c2495, c2496, c2497, c2498, c2499, c2500, c2501, c2502, c2503, c2504, c2505, c2506, c2507, c2508, c2509, c2510, c2511, c2512, c2513, c2514, c2515, c2516, c2517, c2518, c2519, c2520, c2521, c2522, c2523, c2524, c2525, c2526, c2527, c2528, c2529, c2530, c2531, c2532, c2533, c2534, c2535, c2536, c2537, c2538, c2539, c2540, c2541, c2542, c2543, c2544, c2545, c2546, c2547, c2548, c2549, c2550, c2551, c2552, c2553, c2554, c2555, c2556, c2557, c2558, c2559, c2560, c2561, c2562, c2563, c2564, c2565, c2566, c2567, c2568, c2569, c2570, c2571, c2572, c2573, c2574, c2575, c2576, c2577, c2578, c2579, c2580, c2581, c2582, c2583, c2584, c2585, c2586, c2587, c2588, c2589, c2590, c2591, c2592, c2593, c2594, c2595, c2596, c2597, c2598, c2599, c2600, c2601, c2602, c2603, c2604, c2605, c2606, c2607, c2608, c2609, c2610, c2611, c2612, c2613, c2614, c2615, c2616, c2617, c2618, c2619, c2620, c2621, c2622, c2623, c2624, c2625, c2626, c2627, c2628, c2629, c2630, c2631, c2632, c2633, c2634, c2635, c2636, c2637, c2638, c2639, c2640, c2641, c2642, c2643, c2644, c2645, c2646, c2647, c2648, c2649, c2650, c2651, c2652, c2653, c2654, c2655, c2656, c2657, c2658, c2659, c2660, c2661, c2662, c2663, c2664, c2665, c2666, c2667, c2668, c2669, c2670, c2671, c2672, c2673, c2674, c2675, c2676, c2677, c2678, c2679, c2680, c2681, c2682, c2683, c2684, c2685, c2686, c2687, c2688, c2689, c2690, c2691, c2692, c2693, c2694, c2695, c2696, c2697, c2698, c2699, c2700, c2701, c2702, c2703, c2704, c2705, c2706, c2707, c2708, c2709, c2710, c2711, c2712, c2713, c2714)\n                )\n                PARTITION BY HASH(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288)\n                WITH (\n                    STORE = COLUMN\n                )\n            \nFATAL: Failed to attach session\nTraceback (most recent call last):\n  File "ydb/tests/stress/common/common.py", line 100, in wrapper\n    f()\n  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 81, in _create_tables_loop\n    self.create_table(str(n))\n  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 76, in create_table\n    self.client.query(stmt, True)\n  File "ydb/tests/stress/common/common.py", line 28, in query\n    raise e\n  File "ydb/tests/stress/common/common.py", line 25, in query\n    return self.session_pool.execute_with_retries(query=statement, retry_settings=retry_settings)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 252, in execute_with_retries\n    return retry_operation_sync(wrapped_callee, retry_settings)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync\n    for next_opt in opt_generator:\n                    ^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl\n    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))\n                                          ^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 248, in wrapped_callee\n    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:\n         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 331, in __enter__\n    self._session = self._pool.acquire(self._timeout)\n                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 111, in acquire\n    session = self._create_new_session(time_left)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 63, in _create_new_session\n    session.create(settings=BaseRequestSettings().with_timeout(timeout))\n  File "contrib/python/ydb/py3/ydb/query/session.py", line 302, in create\n    self._attach()\n  File "contrib/python/ydb/py3/ydb/query/session.py", line 256, in _attach\n    raise e\n  File "contrib/python/ydb/py3/ydb/query/session.py", line 252, in _attach\n    raise RuntimeError("Failed to attach session")\nRuntimeError: Failed to attach session\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:431 Test teardown
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:21846/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:9992/5
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 862eb5af-960d-4b0e-95d1-47abb74f5020, localhost:13609): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 862eb5af-960d-4b0e-95d1-47abb74f5020, localhost:13609): request = { database: "/Root" }
INFO     ydb.connection:connection.py:77 RpcState(ListEndpoints, 862eb5af-960d-4b0e-95d1-47abb74f5020, localhost:13609): 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  {created_time:"2025-12-02T15:02:30.481873521+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(ListEndpoints, 862eb5af-960d-4b0e-95d1-47abb74f5020, localhost:13609): unhandled rpc error, disconnecting channel
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to resolve endpoints for database /Root. Endpoint: "localhost:13609". Error details:
 Rpc error, reason <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Cancelled on the server side"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-12-02T15:02:30.481873521+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:13609
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:28626/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:16432/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:22807/6
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:23391/7
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:11126/8
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:14831/9
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:13609
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13609". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:13609
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13609". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:13609
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13609". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:13609
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13609". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:13609
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13609". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:13609
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13609". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:13609
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13609". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:13609
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13609". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:13609
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13609". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:13609
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13609". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:13609
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13609". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:13609
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13609". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:13609
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:13609". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:281 Stopped node localhost:13609/1
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28193
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5304
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31620
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14831
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8653
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20212
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10370
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11126
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9180
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6902
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22722
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23391
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31677
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1717
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5428
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22807
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20119
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4057
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10043
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9992
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14049
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11363
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63361
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16432
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14470
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4192
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12177
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21846
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16104
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63334
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8469
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28626
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29388
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13400
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1210
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13609
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8112
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2444
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32342
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21978
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19449
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27621
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62230
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6749
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30267
=================================== 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/g22h/001540/ydb/tests/stress/olap_workload/olap_workload --endpoint grpc://localhost:13609 --database /Root --duration 120' has failed with code 1.
E   Errors:
E   ...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
E       for next_opt in opt_generator:
E                       ^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
E       result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
E                                             ^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/pool.py", line 248, in wrapped_callee
E       with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
E            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/pool.py", line 331, in __enter__
E       self._session = self._pool.acquire(self._timeout)
E                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/pool.py", line 111, in acquire
E       session = self._create_new_session(time_left)
E                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E     File "contrib/python/ydb/py3/ydb/query/pool.py", line 63, in _create_new_session
E       session.create(settings=BaseRequestSettings().with_timeout(timeout))
E     File "contrib/python/ydb/py3/ydb/query/session.py", line 302, in create
E       self._attach()
E     File "contrib/python/ydb/py3/ydb/query/session.py", line 256, in _attach
E       raise e
E     File "contrib/python/ydb/py3/ydb/query/session.py", line 252, in _attach
E       raise RuntimeError("Failed to attach session")
E   RuntimeError: Failed to attach session
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30267
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6749
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62230
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27621
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19449
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21978
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32342
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2444
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8111
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8111
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8112
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:479 Working directory: /home/runner/.ya/build/build_root/g22h/001540/r3tmp/kikimr_cluster_vt7y46_i
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13609
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1210
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13400
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29388
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_a5lyiuge.log --grpc-port=13609 --mon-port=1210 --ic-port=30267
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28626
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8469
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63334
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16104
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_hpx3n3l0.log --grpc-port=28626 --mon-port=8469 --ic-port=6749
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21846
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12177
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4192
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14470
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_ms2lk7j2.log --grpc-port=21846 --mon-port=12177 --ic-port=62230
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16432
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63361
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11363
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14049
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_41g1e4_k.log --grpc-port=16432 --mon-port=63361 --ic-port=27621
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9992
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10043
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4057
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20119
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_szl7o5c6.log --grpc-port=9992 --mon-port=10043 --ic-port=19449
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22806
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22806
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22807
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5428
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1717
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31677
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_94eu3ekf.log --grpc-port=22807 --mon-port=5428 --ic-port=21978
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23391
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22722
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6902
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9180
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_c1lka1no.log --grpc-port=23391 --mon-port=22722 --ic-port=32342
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11126
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10370
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20212
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8653
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_9j2ghmls.log --grpc-port=11126 --mon-port=10370 --ic-port=2444
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14831
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31620
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5304
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28193
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_cmrbfkl1.log --grpc-port=14831 --mon-port=31620 --ic-port=8112
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:13609/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_a5lyiuge.log --grpc-port=13609 --mon-port=1210 --ic-port=30267
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_1/logfile_a5lyiuge.log', '--grpc-port=13609', '--mon-port=1210', '--ic-port=30267')' in '/home/runner/.ya/build/build_root/g22h/001540/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: 1522742
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:13609/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/g22h/001540/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1522744
DEBUG    ya.test:process.py:259 Command (pid 1522744) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1522744) elapsed time (sec): 1.0413007736206055
DEBUG    ya.test:process.py:263 Command (pid 1522744) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1522744) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1522744) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1522744) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1522744) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1522744) maxrss: 477952
DEBUG    ya.test:process.py:263 Command (pid 1522744) minflt: 45348
DEBUG    ya.test:process.py:263 Command (pid 1522744) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1522744) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1522744) nivcsw: 185
DEBUG    ya.test:process.py:263 Command (pid 1522744) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1522744) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1522744) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1522744) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1522744) stime: 0.234571
DEBUG    ya.test:process.py:263 Command (pid 1522744) utime: 0.48523099999999997
DEBUG    ya.test:process.py:263 Command (pid 1522744) wtime: 1.051
DEBUG    ya.test:process.py:275 Command (pid 1522744) output:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 1 version:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:28626/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_hpx3n3l0.log --grpc-port=28626 --mon-port=8469 --ic-port=6749
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_2/logfile_hpx3n3l0.log', '--grpc-port=28626', '--mon-port=8469', '--ic-port=6749')' in '/home/runner/.ya/build/build_root/g22h/001540/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: 1522834
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:28626/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/g22h/001540/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1522835
DEBUG    ya.test:process.py:259 Command (pid 1522835) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1522835) elapsed time (sec): 1.239227056503296
DEBUG    ya.test:process.py:263 Command (pid 1522835) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1522835) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1522835) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1522835) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1522835) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1522835) maxrss: 477976
DEBUG    ya.test:process.py:263 Command (pid 1522835) minflt: 45394
DEBUG    ya.test:process.py:263 Command (pid 1522835) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1522835) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1522835) nivcsw: 208
DEBUG    ya.test:process.py:263 Command (pid 1522835) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1522835) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1522835) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1522835) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1522835) stime: 0.21146099999999998
DEBUG    ya.test:process.py:263 Command (pid 1522835) utime: 0.512618
DEBUG    ya.test:process.py:263 Command (pid 1522835) wtime: 1.244
DEBUG    ya.test:process.py:275 Command (pid 1522835) output:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 2 version:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:21846/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_ms2lk7j2.log --grpc-port=21846 --mon-port=12177 --ic-port=62230
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_3/logfile_ms2lk7j2.log', '--grpc-port=21846', '--mon-port=12177', '--ic-port=62230')' in '/home/runner/.ya/build/build_root/g22h/001540/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: 1523011
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:21846/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/g22h/001540/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1523013
DEBUG    ya.test:process.py:259 Command (pid 1523013) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1523013) elapsed time (sec): 1.3050932884216309
DEBUG    ya.test:process.py:263 Command (pid 1523013) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523013) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1523013) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523013) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523013) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1523013) maxrss: 477592
DEBUG    ya.test:process.py:263 Command (pid 1523013) minflt: 45387
DEBUG    ya.test:process.py:263 Command (pid 1523013) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1523013) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1523013) nivcsw: 158
DEBUG    ya.test:process.py:263 Command (pid 1523013) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1523013) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1523013) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1523013) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1523013) stime: 0.180232
DEBUG    ya.test:process.py:263 Command (pid 1523013) utime: 0.532756
DEBUG    ya.test:process.py:263 Command (pid 1523013) wtime: 1.317
DEBUG    ya.test:process.py:275 Command (pid 1523013) output:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 3 version:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:16432/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_41g1e4_k.log --grpc-port=16432 --mon-port=63361 --ic-port=27621
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_4/logfile_41g1e4_k.log', '--grpc-port=16432', '--mon-port=63361', '--ic-port=27621')' in '/home/runner/.ya/build/build_root/g22h/001540/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: 1523167
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:16432/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/g22h/001540/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1523168
DEBUG    ya.test:process.py:259 Command (pid 1523168) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1523168) elapsed time (sec): 0.9902002811431885
DEBUG    ya.test:process.py:263 Command (pid 1523168) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523168) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1523168) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523168) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523168) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1523168) maxrss: 477920
DEBUG    ya.test:process.py:263 Command (pid 1523168) minflt: 45412
DEBUG    ya.test:process.py:263 Command (pid 1523168) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1523168) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1523168) nivcsw: 209
DEBUG    ya.test:process.py:263 Command (pid 1523168) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1523168) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1523168) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1523168) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1523168) stime: 0.233986
DEBUG    ya.test:process.py:263 Command (pid 1523168) utime: 0.500157
DEBUG    ya.test:process.py:263 Command (pid 1523168) wtime: 0.995
DEBUG    ya.test:process.py:275 Command (pid 1523168) output:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 4 version:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:9992/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_szl7o5c6.log --grpc-port=9992 --mon-port=10043 --ic-port=19449
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_5/logfile_szl7o5c6.log', '--grpc-port=9992', '--mon-port=10043', '--ic-port=19449')' in '/home/runner/.ya/build/build_root/g22h/001540/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: 1523300
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:9992/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/g22h/001540/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1523302
DEBUG    ya.test:process.py:259 Command (pid 1523302) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1523302) elapsed time (sec): 0.9872844219207764
DEBUG    ya.test:process.py:263 Command (pid 1523302) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523302) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1523302) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523302) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523302) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1523302) maxrss: 477816
DEBUG    ya.test:process.py:263 Command (pid 1523302) minflt: 45407
DEBUG    ya.test:process.py:263 Command (pid 1523302) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1523302) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1523302) nivcsw: 345
DEBUG    ya.test:process.py:263 Command (pid 1523302) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1523302) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1523302) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1523302) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1523302) stime: 0.21845299999999998
DEBUG    ya.test:process.py:263 Command (pid 1523302) utime: 0.504428
DEBUG    ya.test:process.py:263 Command (pid 1523302) wtime: 0.995
DEBUG    ya.test:process.py:275 Command (pid 1523302) output:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 5 version:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:22807/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_94eu3ekf.log --grpc-port=22807 --mon-port=5428 --ic-port=21978
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_6/logfile_94eu3ekf.log', '--grpc-port=22807', '--mon-port=5428', '--ic-port=21978')' in '/home/runner/.ya/build/build_root/g22h/001540/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: 1523496
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:22807/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/g22h/001540/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1523501
DEBUG    ya.test:process.py:259 Command (pid 1523501) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1523501) elapsed time (sec): 1.0665311813354492
DEBUG    ya.test:process.py:263 Command (pid 1523501) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523501) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1523501) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523501) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523501) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1523501) maxrss: 478004
DEBUG    ya.test:process.py:263 Command (pid 1523501) minflt: 45405
DEBUG    ya.test:process.py:263 Command (pid 1523501) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1523501) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1523501) nivcsw: 314
DEBUG    ya.test:process.py:263 Command (pid 1523501) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1523501) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1523501) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1523501) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1523501) stime: 0.231154
DEBUG    ya.test:process.py:263 Command (pid 1523501) utime: 0.483263
DEBUG    ya.test:process.py:263 Command (pid 1523501) wtime: 1.083
DEBUG    ya.test:process.py:275 Command (pid 1523501) output:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 6 version:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:23391/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_c1lka1no.log --grpc-port=23391 --mon-port=22722 --ic-port=32342
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_7/logfile_c1lka1no.log', '--grpc-port=23391', '--mon-port=22722', '--ic-port=32342')' in '/home/runner/.ya/build/build_root/g22h/001540/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: 1523762
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:23391/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/g22h/001540/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1523763
DEBUG    ya.test:process.py:259 Command (pid 1523763) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1523763) elapsed time (sec): 0.9497039318084717
DEBUG    ya.test:process.py:263 Command (pid 1523763) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523763) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1523763) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523763) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1523763) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1523763) maxrss: 477584
DEBUG    ya.test:process.py:263 Command (pid 1523763) minflt: 45348
DEBUG    ya.test:process.py:263 Command (pid 1523763) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1523763) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1523763) nivcsw: 238
DEBUG    ya.test:process.py:263 Command (pid 1523763) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1523763) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1523763) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1523763) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1523763) stime: 0.18173599999999998
DEBUG    ya.test:process.py:263 Command (pid 1523763) utime: 0.532513
DEBUG    ya.test:process.py:263 Command (pid 1523763) wtime: 0.959
DEBUG    ya.test:process.py:275 Command (pid 1523763) output:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 7 version:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:11126/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_9j2ghmls.log --grpc-port=11126 --mon-port=10370 --ic-port=2444
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_8/logfile_9j2ghmls.log', '--grpc-port=11126', '--mon-port=10370', '--ic-port=2444')' in '/home/runner/.ya/build/build_root/g22h/001540/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: 1524057
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:11126/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/g22h/001540/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1524058
DEBUG    ya.test:process.py:259 Command (pid 1524058) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1524058) elapsed time (sec): 1.3931524753570557
DEBUG    ya.test:process.py:263 Command (pid 1524058) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524058) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1524058) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524058) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524058) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1524058) maxrss: 477792
DEBUG    ya.test:process.py:263 Command (pid 1524058) minflt: 45309
DEBUG    ya.test:process.py:263 Command (pid 1524058) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1524058) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1524058) nivcsw: 224
DEBUG    ya.test:process.py:263 Command (pid 1524058) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1524058) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1524058) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1524058) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1524058) stime: 0.233897
DEBUG    ya.test:process.py:263 Command (pid 1524058) utime: 0.491091
DEBUG    ya.test:process.py:263 Command (pid 1524058) wtime: 1.41
DEBUG    ya.test:process.py:275 Command (pid 1524058) output:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 8 version:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:14831/9, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:273 CFG_DIR_PATH="/home/runner/.ya/build/build_root/g22h/001540/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:274 Final command: /home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_cmrbfkl1.log --grpc-port=14831 --mon-port=31620 --ic-port=8112
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/ydb/tests/stress/olap_workload/tests/test-results/py3test/testing_out_stuff/test_workload.py.TestYdbWorkload.test/cluster/node_9/logfile_cmrbfkl1.log', '--grpc-port=14831', '--mon-port=31620', '--ic-port=8112')' in '/home/runner/.ya/build/build_root/g22h/001540/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: 1524375
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:314 Started node localhost:14831/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/g22h/001540/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1524376
DEBUG    ya.test:process.py:259 Command (pid 1524376) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1524376) elapsed time (sec): 2.017669439315796
DEBUG    ya.test:process.py:263 Command (pid 1524376) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524376) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1524376) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524376) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1524376) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1524376) maxrss: 477776
DEBUG    ya.test:process.py:263 Command (pid 1524376) minflt: 45404
DEBUG    ya.test:process.py:263 Command (pid 1524376) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1524376) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1524376) nivcsw: 219
DEBUG    ya.test:process.py:263 Command (pid 1524376) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1524376) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1524376) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1524376) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1524376) stime: 0.23556
DEBUG    ya.test:process.py:263 Command (pid 1524376) utime: 0.505719
DEBUG    ya.test:process.py:263 Command (pid 1524376) wtime: 2.03
DEBUG    ya.test:process.py:275 Command (pid 1524376) output:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:315 Node 9 version:
Git info:
    Commit: 83b675d771249baaf5528e7bc67b9fc659a90fe2
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge 2c7b66e6989da031be4b630043e2fd5b75316bb6 into 792de8163afb621b6c96a8b89776037af1ac991c
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:426 Executing command = ['/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13609', '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: 30267\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 6749\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 62230\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27621\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 19449\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 21978\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 32342\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 2444\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8112\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/g22h/001540/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13609', '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: 30267\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 6749\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 62230\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27621\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 19449\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 21978\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 32342\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 2444\n      }\n      HostConfigId: 8\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 8112\n      }\n      HostConfigId: 9\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1529249
DEBUG    ya.test:process.py:259 Command (pid 1529249) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1529249) elapsed time (sec): 3.015566825866699
DEBUG    ya.test:process.py:263 Command (pid 1529249) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529249) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1529249) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529249) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529249) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1529249) maxrss: 737156
DEBUG    ya.test:process.py:263 Command (pid 1529249) minflt: 51774
DEBUG    ya.test:process.py:263 Command (pid 1529249) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1529249) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1529249) nivcsw: 336
DEBUG    ya.test:process.py:263 Command (pid 1529249) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1529249) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1529249) nvcsw: 536
DEBUG    ya.test:process.py:263 Command (pid 1529249) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1529249) stime: 0.457142
DEBUG    ya.test:process.py:263 Command (pid 1529249) utime: 0.584445
DEBUG    ya.test:process.py:263 Command (pid 1529249) wtime: 3.048
DEBUG    ya.test:process.py:275 Command (pid 1529249) 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 1529249) errors:

DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:426 Executing command = ['/home/runner/.ya/build/build_root/g22h/001540/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13609', '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/g22h/001540/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:13609', '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: 1529574
DEBUG    ya.test:process.py:259 Command (pid 1529574) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1529574) elapsed time (sec): 1.570847749710083
DEBUG    ya.test:process.py:263 Command (pid 1529574) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529574) inblock: 32
DEBUG    ya.test:process.py:263 Command (pid 1529574) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529574) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529574) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1529574) maxrss: 737156
DEBUG    ya.test:process.py:263 Command (pid 1529574) minflt: 51666
DEBUG    ya.test:process.py:263 Command (pid 1529574) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1529574) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1529574) nivcsw: 344
DEBUG    ya.test:process.py:263 Command (pid 1529574) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1529574) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1529574) nvcsw: 488
DEBUG    ya.test:process.py:263 Command (pid 1529574) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1529574) stime: 0.276061
DEBUG    ya.test:process.py:263 Command (pid 1529574) utime: 0.5478729999999999
DEBUG    ya.test:process.py:263 Command (pid 1529574) wtime: 1.583
DEBUG    ya.test:process.py:275 Command (pid 1529574) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 14

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:557 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:564 Cluster started and initialized
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, fc6b27fa-53a0-4902-b05a-5cabb312b71b, localhost:13609): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, fc6b27fa-53a0-4902-b05a-5cabb312b71b, localhost:13609): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, fc6b27fa-53a0-4902-b05a-5cabb312b71b, localhost:13609): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-z5fltyhody.auto.internal" port: 14831 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-z5fltyhody.auto.internal" port: 28626 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-z5fltyhody.auto.internal" port: 21846 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-z5fltyhody.auto.internal" port: 23391 service: "legacy" service: "tablet_service" service: "yql" service: "discovery" service: "cms" service: "locking" service: "kesus" service: "pq" service: "pqcd" service: "pqv1" service: "topic" service: "datastreams" service: "scripting" service: "clickhouse_internal" service: "rate_limiter" service: "analytics" service: "export" service: "import" service: "yq" service: "keyvalue" service: "monitoring" service: "auth" service: "query_service" service: "view" location: "1" node_id: 7 } endpoints { address: "ghrun-z5fltyhody.auto.internal" port: 13609 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-z5fltyhody.auto.internal" port: 11126 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-z5fltyhody.auto.internal" port: 9992 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-z5fltyhody.auto.internal" port: 22807 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-z5fltyhody.auto.internal" port: 16432 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 } self_location: "1" } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Resolved endpoints for database /Root: DiscoveryResult <self_location: 1, endpoints [<Endpoint ghrun-z5fltyhody.auto.internal:13609, location 1, ssl: False>, <Endpoint ghrun-z5fltyhody.auto.internal:16432, location 1, ssl: False>, <Endpoint ghrun-z5fltyhody.auto.internal:23391, location 1, ssl: False>, <Endpoint ghrun-z5fltyhody.auto.internal:14831, location 3, ssl: False>, <Endpoint ghrun-z5fltyhody.auto.internal:22807, location 3, ssl: False>, <Endpoint ghrun-z5fltyhody.auto.internal:21846, location 3, ssl: False>, <Endpoint ghrun-z5fltyhody.auto.internal:9992, location 2, ssl: False>, <Endpoint ghrun-z5fltyhody.auto.internal:28626, location 2, ssl: False>, <Endpoint ghrun-z5fltyhody.auto.internal:11126, location 2, ssl: False>]>
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:436 Test call (class_name: test_workload.py::TestYdbWorkload, test_name: test)
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/g22h/001540/ydb/tests/stress/olap_workload/olap_workload
DEBUG    ya.test:process.py:678 Command out will be placed to olap_workload.out
DEBUG    ya.test:process.py:678 Command err will be placed to olap_workload.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/g22h/001540/ydb/tests/stress/olap_workload/olap_workload', '--endpoint', 'grpc://localhost:13609', '--database', '/Root', '--duration', '120']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1529766
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:13609
DEBUG    ya.test:process.py:259 Command (pid 1529766) rc: 1
DEBUG    ya.test:process.py:260 Command (pid 1529766) elapsed time (sec): 51.38721561431885
DEBUG    ya.test:process.py:263 Command (pid 1529766) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529766) inblock: 394712
DEBUG    ya.test:process.py:263 Command (pid 1529766) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529766) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1529766) majflt: 41
DEBUG    ya.test:process.py:263 Command (pid 1529766) maxrss: 748488
DEBUG    ya.test:process.py:263 Command (pid 1529766) minflt: 135081
DEBUG    ya.test:process.py:263 Command (pid 1529766) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1529766) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1529766) nivcsw: 913
DEBUG    ya.test:process.py:263 Command (pid 1529766) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1529766) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1529766) nvcsw: 6761
DEBUG    ya.test:process.py:263 Command (pid 1529766) oublock: 384
DEBUG    ya.test:process.py:263 Command (pid 1529766) stime: 0.761587
DEBUG    ya.test:process.py:263 Command (pid 1529766) utime: 2.66925
DEBUG    ya.test:process.py:263 Command (pid 1529766) wtime: 51.412
DEBUG    ya.test:process.py:275 Command (pid 1529766) output:

DEBUG    ya.test:process.py:276 Command (pid 1529766) errors:
...ULL, c5804 String, c5805 JsonDocument NOT NULL, c5806 Decimal(22,9), c5807 Timestamp, c5808 Int64, c5809 Double NOT NULL, c5810 Interval64, c5811 Uint8 NOT NULL, c5812 Uint8 NOT NULL, c5813 Interval64 NOT NULL, c5814 Timestamp64 NOT NULL, c5815 Uint32 NOT NULL, c5816 Date NOT NULL, c5817 Decimal(35,10) NOT NULL, c5818 Timestamp NOT NULL, c5819 Uint16, c5820 Decimal(15,0), c5821 Interval64, c5822 Interval64 NOT NULL, c5823 Date, c5824 Double, c5825 Int16 NOT NULL, c5826 Decimal(35,10) NOT NULL, c5827 Yson, c5828 Int8 NOT NULL, c5829 Date, c5830 Int32 NOT NULL, c5831 Int32, c5832 Int64 NOT NULL, c5833 Int16, c5834 Uint64 NOT NULL, c5835 Decimal(15,0), c5836 Uint64, c5837 Date, c5838 Double, c5839 JsonDocument, c5840 Utf8 NOT NULL, c5841 Uint32, c5842 Uint64, c5843 Int64, c5844 Utf8 NOT NULL, c5845 Datetime NOT NULL, c5846 Int64 NOT NULL, c5847 Uint64, c5848 Yson NOT NULL, c5849 Uint64, c5850 Decimal(15,0), c5851 Double NOT NULL, c5852 Uint16 NOT NULL, c5853 Float, c5854 Uint16, c5855 Timestamp64 NOT NULL, c5856 Uint64 NOT NULL, c5857 Double, c5858 Uint8 NOT NULL, c5859 Uint8 NOT NULL, c5860 Decimal(35,10), c5861 Date32 NOT NULL, c5862 Decimal(15,0), c5863 Interval64 NOT NULL, c5864 Int32, c5865 Decimal(15,0), c5866 Timestamp NOT NULL, c5867 Decimal(35,10) NOT NULL, c5868 Int16 NOT NULL, c5869 Float, c5870 Uint64 NOT NULL, c5871 Int32 NOT NULL, c5872 Timestamp64 NOT NULL, c5873 Decimal(35,10) NOT NULL, c5874 Date NOT NULL, c5875 Int64, c5876 Double, c5877 Uint16, c5878 Date, c5879 Decimal(15,0), c5880 Float, c5881 Datetime, c5882 Date32 NOT NULL, c5883 Utf8, c5884 Decimal(35,10), c5885 Uint16, c5886 Date32, c5887 Yson, c5888 Interval64, c5889 Utf8, c5890 JsonDocument NOT NULL, c5891 Decimal(15,0) NOT NULL, c5892 Json, c5893 Uint16 NOT NULL, c5894 Datetime64, c5895 Int64, c5896 Decimal(15,0), c5897 JsonDocument NOT NULL, c5898 JsonDocument, c5899 Date32, c5900 Datetime, c5901 Double, c5902 Datetime64 NOT NULL, c5903 String NOT NULL, c5904 Decimal(22,9), c5905 Date NOT NULL, c5906 Uint64 NOT NULL, c5907 Date, c5908 Datetime64 NOT NULL, c5909 Date32 NOT NULL, c5910 Date32, c5911 Datetime64, c5912 Int64 NOT NULL, c5913 Int8, c5914 Date32 NOT NULL, c5915 Double NOT NULL, c5916 Yson, c5917 Timestamp, c5918 JsonDocument, c5919 JsonDocument, c5920 Int64, c5921 Int64 NOT NULL, c5922 Interval64 NOT NULL, c5923 Datetime64 NOT NULL, c5924 Timestamp64, c5925 Yson NOT NULL, c5926 Decimal(15,0) NOT NULL, c5927 Date32 NOT NULL, c5928 Uint16 NOT NULL, c5929 Date32, c5930 Timestamp, c5931 JsonDocument, c5932 Uint64, c5933 Int8 NOT NULL, c5934 Double NOT NULL, c5935 Date NOT NULL, c5936 Uint32, c5937 Decimal(35,10) NOT NULL, c5938 Datetime NOT NULL, c5939 Decimal(35,10), c5940 Decimal(15,0), c5941 Decimal(22,9) NOT NULL, c5942 Uint8, c5943 String, c5944 Decimal(22,9), c5945 Datetime64, c5946 Utf8 NOT NULL, c5947 Yson, c5948 Uint8, c5949 Datetime64 NOT NULL, c5950 Date32 NOT NULL, c5951 Uint64 NOT NULL, c5952 Yson, c5953 Double, c5954 Timestamp, c5955 Int8, c5956 Date NOT NULL, c5957 Datetime, c5958 Decimal(15,0), c5959 Float NOT NULL, c5960 Float NOT NULL, c5961 Yson NOT NULL, c5962 Interval64 NOT NULL, c5963 Uint16 NOT NULL, c5964 Json, c5965 Decimal(35,10), c5966 Double, c5967 Date32 NOT NULL, c5968 Yson, c5969 Int32, c5970 Datetime64, c5971 Datetime NOT NULL, c5972 Timestamp, c5973 Yson, c5974 Date, c5975 Utf8 NOT NULL, c5976 Int16, c5977 Decimal(22,9), c5978 Uint64 NOT NULL, c5979 Int64, c5980 Int16, c5981 Float, c5982 Int8 NOT NULL, c5983 Int64 NOT NULL, c5984 Utf8, c5985 Uint8, c5986 Timestamp, c5987 Datetime, c5988 Int64, c5989 Uint32, c5990 Decimal(15,0) NOT NULL, c5991 Int32 NOT NULL, c5992 Timestamp64, c5993 Json NOT NULL, c5994 Decimal(15,0), c5995 Datetime, c5996 Uint32, c5997 Uint16 NOT NULL, c5998 Decimal(35,10), c5999 Datetime, c6000 Datetime64 NOT NULL, c6001 Int64, c6002 Int32, c6003 Decimal(15,0), c6004 Utf8 NOT NULL, c6005 Yson NOT NULL, c6006 Decimal(15,0), c6007 Uint32, c6008 Datetime, c6009 Double NOT NULL, c6010 Float NOT NULL, c6011 Yson NOT NULL, c6012 JsonDocument NOT NULL, c6013 Yson, c6014 Int16, c6015 Int8, c6016 Int16 NOT NULL, c6017 Uint16, c6018 Decimal(15,0) NOT NULL, c6019 Uint16, c6020 Float NOT NULL, c6021 Int32, c6022 JsonDocument NOT NULL, c6023 Int16, c6024 Int32, c6025 Interval64, c6026 Float, c6027 Interval64, c6028 Yson NOT NULL, c6029 Utf8 NOT NULL, c6030 Int16, c6031 Datetime NOT NULL, c6032 Decimal(35,10), c6033 Yson NOT NULL, c6034 Decimal(15,0) NOT NULL, c6035 Json, c6036 Date32 NOT NULL, c6037 Int16 NOT NULL, c6038 Int8, c6039 Int16, c6040 Uint64 NOT NULL, c6041 Decimal(22,9), c6042 Utf8 NOT NULL, c6043 Double NOT NULL, c6044 Utf8, c6045 Datetime, c6046 Int16 NOT NULL, c6047 Yson NOT NULL, c6048 Datetime NOT NULL, c6049 Decimal(35,10), c6050 Utf8, c6051 Interval64 NOT NULL, c6052 Decimal(15,0), c6053 Double NOT NULL, c6054 Json NOT NULL, c6055 Decimal(22,9) NOT NULL, c6056 JsonDocument, c6057 Uint16, c6058 Timestamp64, c6059 Int8 NOT NULL, c6060 Date NOT NULL, c6061 Decimal(22,9) NOT NULL, c6062 Date, c6063 JsonDocument NOT NULL, c6064 Interval64, c6065 Uint16, c6066 Timestamp NOT NULL, c6067 Timestamp64 NOT NULL, c6068 String, c6069 Datetime64 NOT NULL, c6070 Decimal(15,0), c6071 Uint32, c6072 Timestamp, c6073 Float, c6074 Uint8, c6075 Utf8 NOT NULL, c6076 Uint64 NOT NULL, c6077 Decimal(22,9), c6078 Interval64, c6079 Float NOT NULL, c6080 Interval64, c6081 Datetime, c6082 Timestamp, c6083 Int64, c6084 JsonDocument NOT NULL, c6085 Datetime, c6086 Timestamp NOT NULL, c6087 Utf8 NOT NULL, c6088 Double NOT NULL, c6089 Timestamp64, c6090 String, c6091 Date32 NOT NULL, c6092 Yson, c6093 Timestamp64, c6094 Float NOT NULL, c6095 Uint16 NOT NULL, c6096 Yson NOT NULL, c6097 Interval64, c6098 Int32, c6099 Timestamp NOT NULL, c6100 Int8, c6101 Int8, c6102 Timestamp64 NOT NULL, c6103 Int64, c6104 Int16 NOT NULL, c6105 Uint64, c6106 Json NOT NULL, c6107 Float NOT NULL, c6108 Decimal(35,10) NOT NULL, c6109 Int64, c6110 Decimal(22,9) NOT NULL, c6111 Timestamp64, c6112 Datetime64 NOT NULL, c6113 Json NOT NULL, c6114 Int64, c6115 Timestamp NOT NULL, c6116 Uint32 NOT NULL, c6117 Utf8, c6118 Datetime NOT NULL, c6119 Date32 NOT NULL, c6120 Uint8, c6121 String, c6122 Uint32, c6123 JsonDocument NOT NULL, c6124 Int64, c6125 Uint64, c6126 Int16 NOT NULL, c6127 Date NOT NULL, c6128 Float NOT NULL, c6129 Decimal(22,9) NOT NULL, c6130 Int64, c6131 Uint8 NOT NULL, c6132 Date32, c6133 Uint32 NOT NULL, c6134 Date32, c6135 Int16, c6136 Uint8, c6137 Yson, c6138 Int64, c6139 Float, c6140 Int8, c6141 Datetime, c6142 Double NOT NULL, c6143 Timestamp64 NOT NULL, c6144 Utf8, c6145 Decimal(15,0) NOT NULL, c6146 String, c6147 Yson, c6148 JsonDocument NOT NULL, c6149 Decimal(15,0) NOT NULL, c6150 Date NOT NULL, c6151 Int16 NOT NULL, c6152 Datetime NOT NULL, c6153 Utf8 NOT NULL, c6154 String NOT NULL, c6155 JsonDocument, c6156 Double, c6157 Yson NOT NULL, c6158 String, c6159 Date32, c6160 Timestamp64, c6161 JsonDocument, c6162 JsonDocument NOT NULL, c6163 Interval64, c6164 Int8, c6165 Uint8 NOT NULL, c6166 Json, c6167 Decimal(15,0) NOT NULL, c6168 Uint8, c6169 Int32 NOT NULL, c6170 Int32 NOT NULL, c6171 Timestamp64, c6172 Uint32 NOT NULL, c6173 Int16, c6174 Uint16 NOT NULL, c6175 Uint8, c6176 Int8, c6177 Uint64, c6178 Uint8, c6179 JsonDocument NOT NULL, c6180 Date, c6181 Int16 NOT NULL, c6182 Interval64 NOT NULL, c6183 String NOT NULL, c6184 Uint16, c6185 Decimal(22,9), c6186 Datetime64, c6187 Datetime64, c6188 Datetime, c6189 Utf8 NOT NULL, c6190 Uint32 NOT NULL, c6191 Uint64 NOT NULL, c6192 Datetime, c6193 Decimal(15,0), c6194 Float NOT NULL, c6195 Uint16, c6196 Float, c6197 JsonDocument, c6198 Int8 NOT NULL, c6199 Decimal(22,9) NOT NULL, c6200 Int64 NOT NULL, c6201 Json NOT NULL, c6202 Datetime64, c6203 Decimal(22,9) NOT NULL, c6204 Int8, c6205 Timestamp64, c6206 Uint64, c6207 Uint32 NOT NULL, c6208 Double, c6209 Json NOT NULL, c6210 Uint64 NOT NULL, c6211 Decimal(35,10), c6212 Decimal(15,0) NOT NULL, c6213 Int16 NOT NULL, c6214 Uint8 NOT NULL, c6215 Date32 NOT NULL, c6216 Utf8, c6217 Json NOT NULL, c6218 Uint8, c6219 Yson, c6220 Datetime NOT NULL, c6221 JsonDocument NOT NULL, c6222 Float, c6223 Uint8 NOT NULL, c6224 Uint64 NOT NULL, c6225 Int16 NOT NULL, c6226 Timestamp64 NOT NULL, c6227 Int64, c6228 Int16, c6229 Uint16 NOT NULL, c6230 Timestamp, c6231 Decimal(22,9), c6232 Int32 NOT NULL, c6233 Json NOT NULL, c6234 Decimal(22,9), c6235 Uint32, c6236 Float NOT NULL, c6237 Timestamp64 NOT NULL, c6238 JsonDocument, c6239 Date32, c6240 Utf8 NOT NULL, c6241 Json NOT NULL, c6242 Date32 NOT NULL, c6243 Int64 NOT NULL, c6244 Utf8, c6245 Uint16, c6246 Date NOT NULL, c6247 Datetime64, c6248 Int8 NOT NULL, c6249 Interval64, c6250 Uint8, c6251 Int16, c6252 Decimal(15,0), c6253 Decimal(22,9) NOT NULL, c6254 Int32 NOT NULL, c6255 Int32 NOT NULL, c6256 Yson NOT NULL, c6257 Int64 NOT NULL, c6258 Int8 NOT NULL, c6259 Date, c6260 String, c6261 Decimal(35,10) NOT NULL, c6262 Decimal(22,9), c6263 Decimal(35,10), c6264 Utf8, c6265 Timestamp, c6266 JsonDocument NOT NULL, c6267 JsonDocument, c6268 Date32, c6269 Int8, c6270 Decimal(15,0), c6271 Json NOT NULL, c6272 Int32 NOT NULL, c6273 Timestamp64, c6274 Uint16 NOT NULL, c6275 Decimal(22,9), c6276 Datetime64 NOT NULL, c6277 String, c6278 Int32, c6279 Double NOT NULL, c6280 String NOT NULL, c6281 Uint32 NOT NULL, c6282 Date, c6283 Datetime NOT NULL, c6284 Decimal(35,10), c6285 Double, c6286 Datetime64 NOT NULL, c6287 Double, c6288 Int16 NOT NULL, c6289 Int32, c6290 Interval64 NOT NULL, c6291 String NOT NULL, c6292 Json NOT NULL, c6293 Uint8 NOT NULL, c6294 Date32, c6295 Timestamp, c6296 Decimal(15,0) NOT NULL, c6297 Timestamp, c6298 Int32, c6299 Uint8 NOT NULL, c6300 Decimal(22,9) NOT NULL, c6301 Uint64, c6302 Uint32 NOT NULL, c6303 Uint64, c6304 Decimal(35,10), c6305 JsonDocument NOT NULL, c6306 JsonDocument NOT NULL, c6307 Datetime64, c6308 Utf8, c6309 Double NOT NULL, c6310 Datetime64, c6311 Decimal(22,9) NOT NULL, c6312 Int8 NOT NULL, c6313 Yson, c6314 JsonDocument, c6315 Json, c6316 Decimal(15,0) NOT NULL, c6317 Utf8, c6318 Uint8, c6319 Int16, c6320 Json NOT NULL, c6321 Int8, c6322 Float, c6323 Int8 NOT NULL, c6324 Json, c6325 String, c6326 Uint8, c6327 Timestamp64 NOT NULL, c6328 Uint64, c6329 Timestamp64, c6330 Date32 NOT NULL, c6331 Int64, c6332 Uint64, c6333 Json, c6334 Timestamp64 NOT NULL, c6335 Int64 NOT NULL, c6336 Uint32 NOT NULL, c6337 Interval64 NOT NULL, c6338 Interval64 NOT NULL, c6339 Int64, c6340 Timestamp, c6341 String, c6342 Int32, c6343 Uint64, c6344 Json, c6345 String NOT NULL, c6346 Decimal(22,9), c6347 Yson NOT NULL, c6348 Datetime64, c6349 Timestamp, c6350 Int64, c6351 Uint64 NOT NULL, c6352 Timestamp64, c6353 Timestamp, c6354 Date, c6355 Decimal(35,10) NOT NULL, c6356 Date, c6357 String NOT NULL, c6358 Int16, c6359 Int16 NOT NULL, c6360 Decimal(15,0) NOT NULL, c6361 Int8 NOT NULL, c6362 Int32, c6363 Uint32 NOT NULL, c6364 Int16 NOT NULL, c6365 Uint64 NOT NULL, c6366 Int64, c6367 Datetime, c6368 Date32 NOT NULL, c6369 Json, c6370 Json NOT NULL, c6371 Interval64, c6372 Timestamp NOT NULL, c6373 Decimal(35,10), c6374 JsonDocument, c6375 Uint64 NOT NULL, c6376 Double NOT NULL, c6377 Datetime, c6378 Yson, c6379 Uint8 NOT NULL, c6380 Int32, c6381 Int32, c6382 Interval64, c6383 Uint32, c6384 Int32 NOT NULL, c6385 Double NOT NULL, c6386 Uint16 NOT NULL, c6387 Uint32, c6388 Date, c6389 Utf8 NOT NULL, c6390 Float, c6391 Timestamp NOT NULL, c6392 Utf8, c6393 Decimal(35,10) NOT NULL, c6394 Yson, c6395 String NOT NULL, c6396 Uint8, c6397 Int8, c6398 Interval64, c6399 Datetime NOT NULL, c6400 Double NOT NULL, c6401 Datetime, c6402 Uint32, c6403 Date, c6404 Timestamp64 NOT NULL, c6405 String NOT NULL, c6406 Uint64 NOT NULL, c6407 Int16, c6408 Interval64, c6409 Uint16, c6410 Int64 NOT NULL, c6411 Decimal(35,10) NOT NULL, c6412 String, c6413 Decimal(35,10) NOT NULL, c6414 Timestamp, c6415 Uint8, c6416 Uint16 NOT NULL, c6417 Utf8 NOT NULL, c6418 Int16 NOT NULL, c6419 Int16 NOT NULL, c6420 Int8, c6421 Uint32, c6422 Utf8 NOT NULL, c6423 Float, c6424 Int16 NOT NULL, c6425 Yson NOT NULL, c6426 Decimal(35,10) NOT NULL, c6427 Float NOT NULL, c6428 Json, c6429 Int16, c6430 Uint8 NOT NULL, c6431 Yson, c6432 Yson, c6433 Json NOT NULL, c6434 Int32, c6435 Utf8 NOT NULL, c6436 Uint32 NOT NULL, c6437 Uint8 NOT NULL, c6438 Yson, c6439 Decimal(22,9), c6440 Datetime NOT NULL, c6441 Interval64, c6442 JsonDocument NOT NULL, c6443 Int8 NOT NULL, c6444 Int64, c6445 Interval64 NOT NULL, c6446 Yson NOT NULL, c6447 JsonDocument NOT NULL, c6448 Double NOT NULL, c6449 Double NOT NULL, c6450 Decimal(22,9) NOT NULL, c6451 Double, c6452 Yson, c6453 Datetime64, c6454 Int32 NOT NULL, c6455 String, c6456 Date NOT NULL, c6457 Int64, c6458 Uint8, c6459 Timestamp, c6460 String, c6461 Datetime64 NOT NULL, c6462 Float, c6463 Uint32 NOT NULL, c6464 Date32, c6465 Uint16 NOT NULL, c6466 Datetime64, c6467 Utf8 NOT NULL, c6468 Decimal(35,10), c6469 Json NOT NULL, c6470 Int16, c6471 Double NOT NULL, c6472 Double NOT NULL, c6473 String NOT NULL, c6474 Decimal(15,0), c6475 Datetime64 NOT NULL, c6476 Uint64 NOT NULL, c6477 Double, c6478 Uint16 NOT NULL, c6479 Int32 NOT NULL, c6480 Date32, c6481 Int16, c6482 Uint8 NOT NULL, c6483 Int32, c6484 Json, c6485 String, c6486 Timestamp NOT NULL, c6487 Interval64, c6488 Int32, c6489 Timestamp64, c6490 Timestamp, c6491 Float, c6492 String NOT NULL, c6493 Float NOT NULL, c6494 Date NOT NULL, c6495 Datetime NOT NULL, c6496 Datetime, c6497 Float NOT NULL, c6498 JsonDocument, c6499 Int16, c6500 Interval64, c6501 Date, c6502 Double NOT NULL, c6503 JsonDocument NOT NULL, c6504 Uint32 NOT NULL, c6505 Int32, c6506 Json NOT NULL, c6507 Utf8 NOT NULL, c6508 Date32 NOT NULL, c6509 Yson, c6510 Float NOT NULL, c6511 Datetime64 NOT NULL, c6512 Datetime64, c6513 Date32, c6514 Float, c6515 Decimal(15,0), c6516 Uint64, c6517 Datetime, c6518 Uint16 NOT NULL, c6519 Int8, c6520 Int32 NOT NULL, c6521 Uint16 NOT NULL, c6522 Datetime NOT NULL, c6523 Datetime64 NOT NULL, c6524 Int64 NOT NULL, c6525 Decimal(15,0) NOT NULL, c6526 Uint32 NOT NULL, c6527 Yson NOT NULL, c6528 Json NOT NULL, c6529 Date, c6530 Datetime, c6531 Datetime64, c6532 Timestamp NOT NULL, c6533 Uint8 NOT NULL, c6534 Datetime, c6535 Timestamp64, c6536 Int16 NOT NULL, c6537 String NOT NULL, c6538 Interval64, c6539 JsonDocument NOT NULL, c6540 Decimal(35,10), c6541 Yson NOT NULL, c6542 Uint8, c6543 Interval64 NOT NULL, c6544 Timestamp, c6545 Int32 NOT NULL, c6546 Int16 NOT NULL, c6547 Json, c6548 Float NOT NULL, c6549 Timestamp64 NOT NULL, c6550 Int8 NOT NULL, c6551 Uint32 NOT NULL, c6552 Datetime64 NOT NULL, c6553 JsonDocument NOT NULL, c6554 Double, c6555 Date32 NOT NULL, c6556 Timestamp NOT NULL, c6557 Uint32, c6558 Float, c6559 Timestamp, c6560 Decimal(15,0), c6561 Timestamp64, c6562 Decimal(22,9), c6563 Json NOT NULL, c6564 Int16 NOT NULL, c6565 Uint16 NOT NULL, c6566 Date NOT NULL, c6567 Timestamp64, c6568 Datetime, c6569 Int32 NOT NULL, c6570 Float NOT NULL, c6571 Uint32, c6572 Date32 NOT NULL, c6573 JsonDocument, c6574 Interval64 NOT NULL, c6575 Timestamp64, c6576 Datetime NOT NULL, c6577 Date, c6578 Uint32 NOT NULL, c6579 Decimal(35,10) NOT NULL, c6580 Interval64, c6581 Date32 NOT NULL, c6582 Double NOT NULL, c6583 Utf8, c6584 String, c6585 Uint64, c6586 Uint32, c6587 Datetime, c6588 Double, c6589 Uint16, c6590 Float NOT NULL, c6591 Interval64, c6592 Uint64, c6593 Int64, c6594 Int64, c6595 Double NOT NULL, c6596 Date, c6597 Int32, c6598 Uint8, c6599 Uint8 NOT NULL, c6600 Timestamp64, c6601 Datetime64, c6602 Date32, c6603 Uint16, c6604 Timestamp64, c6605 Date, c6606 Uint64 NOT NULL, c6607 Decimal(22,9) NOT NULL, c6608 Int32 NOT NULL, c6609 JsonDocument NOT NULL, c6610 JsonDocument NOT NULL, c6611 Timestamp64 NOT NULL, c6612 String NOT NULL, c6613 Uint16 NOT NULL, c6614 Datetime NOT NULL, c6615 Decimal(35,10), c6616 Float, c6617 Timestamp, c6618 Float, c6619 Decimal(15,0) NOT NULL, c6620 Int8 NOT NULL, c6621 Decimal(15,0) NOT NULL, c6622 Decimal(22,9) NOT NULL, c6623 Double NOT NULL, c6624 Int8 NOT NULL, c6625 Uint64 NOT NULL, c6626 Decimal(22,9) NOT NULL, c6627 Decimal(22,9) NOT NULL, c6628 Int8, c6629 Decimal(15,0), c6630 Decimal(15,0), c6631 Int8 NOT NULL, c6632 Decimal(15,0) NOT NULL, c6633 Decimal(15,0) NOT NULL, c6634 Float NOT NULL, c6635 Double NOT NULL, c6636 JsonDocument, c6637 String NOT NULL, c6638 JsonDocument, c6639 Int16 NOT NULL, c6640 Datetime64 NOT NULL, c6641 Uint32 NOT NULL, c6642 String NOT NULL, c6643 Interval64 NOT NULL, c6644 Uint64 NOT NULL, c6645 String, c6646 Decimal(15,0) NOT NULL, c6647 JsonDocument NOT NULL, c6648 Utf8, c6649 Int16 NOT NULL, c6650 Yson, c6651 Timestamp NOT NULL, c6652 Int16, c6653 Interval64 NOT NULL, c6654 Datetime NOT NULL, c6655 Interval64, c6656 Int32 NOT NULL, c6657 Date32, c6658 Int64 NOT NULL, c6659 Int16 NOT NULL, c6660 JsonDocument, c6661 Uint16 NOT NULL, c6662 Timestamp, c6663 Int64 NOT NULL, c6664 Yson, c6665 Uint64 NOT NULL, c6666 Interval64 NOT NULL, c6667 Int64, c6668 Yson NOT NULL, c6669 Uint64 NOT NULL, c6670 Uint64 NOT NULL, c6671 Int64 NOT NULL, c6672 Yson, c6673 Uint8, c6674 Interval64, c6675 Date32, c6676 Interval64 NOT NULL, c6677 Uint32 NOT NULL, c6678 Datetime NOT NULL, c6679 Uint32, c6680 Date NOT NULL, c6681 Timestamp64, c6682 Date NOT NULL, c6683 Timestamp NOT NULL, c6684 Double NOT NULL, c6685 Date NOT NULL, c6686 Date32, c6687 Datetime64, c6688 Decimal(35,10) NOT NULL, c6689 Double, c6690 Timestamp64 NOT NULL, c6691 Decimal(35,10) NOT NULL, c6692 String NOT NULL, c6693 Int32 NOT NULL, c6694 Uint16 NOT NULL, c6695 Double, c6696 String NOT NULL, c6697 Uint16 NOT NULL, c6698 String NOT NULL, c6699 Decimal(35,10) NOT NULL, c6700 Int8, c6701 Double, c6702 Int8, c6703 Float, c6704 Timestamp64, c6705 JsonDocument, c6706 Decimal(22,9) NOT NULL, c6707 Uint64, c6708 Json NOT NULL, c6709 Decimal(15,0), c6710 JsonDocument NOT NULL, c6711 Date32 NOT NULL, c6712 Utf8 NOT NULL, c6713 Double, c6714 Timestamp, c6715 Uint32, c6716 Float, c6717 Uint16 NOT NULL, c6718 Int16 NOT NULL, c6719 Datetime64, c6720 Decimal(15,0) NOT NULL, c6721 Utf8, c6722 Int16 NOT NULL, c6723 Double, c6724 Datetime NOT NULL, c6725 Yson, c6726 Float, c6727 Decimal(15,0), c6728 Float NOT NULL, c6729 Int8 NOT NULL, c6730 String, c6731 Date NOT NULL, c6732 Date, c6733 Datetime NOT NULL, c6734 Uint64 NOT NULL, c6735 Interval64 NOT NULL, c6736 Timestamp64, c6737 Int8 NOT NULL, c6738 Decimal(15,0) NOT NULL, c6739 Decimal(15,0) NOT NULL, c6740 Yson NOT NULL, c6741 Int8, c6742 Json NOT NULL, c6743 Int16 NOT NULL, c6744 Date32, c6745 JsonDocument, c6746 Datetime64, c6747 Int64, c6748 Datetime64, c6749 Decimal(22,9), c6750 Uint32, c6751 Timestamp NOT NULL, c6752 Json, c6753 Int8, c6754 Decimal(35,10) NOT NULL, c6755 Int8 NOT NULL, c6756 Date, c6757 Date32 NOT NULL, c6758 Interval64 NOT NULL, c6759 Timestamp NOT NULL, c6760 Yson NOT NULL, c6761 Double NOT NULL, c6762 String, c6763 Int32, c6764 String NOT NULL, c6765 String, c6766 Float NOT NULL, c6767 Decimal(15,0) NOT NULL, c6768 Uint8 NOT NULL, c6769 Datetime64, c6770 Date NOT NULL, c6771 Json NOT NULL, c6772 Datetime, c6773 Int16 NOT NULL, c6774 JsonDocument NOT NULL, c6775 Datetime64 NOT NULL, c6776 Decimal(35,10) NOT NULL, c6777 Datetime, c6778 JsonDocument NOT NULL, c6779 Decimal(22,9), c6780 Decimal(35,10), c6781 Uint32 NOT NULL, c6782 Interval64 NOT NULL, c6783 Timestamp64, c6784 Int32 NOT NULL, c6785 Uint64 NOT NULL, c6786 Decimal(22,9), c6787 Utf8 NOT NULL, c6788 Int32 NOT NULL, c6789 Date32, c6790 Date32 NOT NULL, c6791 Timestamp, c6792 Int32, c6793 Date32, c6794 Uint64, c6795 Decimal(35,10) NOT NULL, c6796 Uint16, c6797 Decimal(35,10), c6798 Decimal(15,0), c6799 Int8, c6800 Int16 NOT NULL, c6801 Decimal(22,9) NOT NULL, c6802 Datetime64 NOT NULL, c6803 Int8, c6804 Float, c6805 Double NOT NULL, c6806 Json NOT NULL, c6807 Decimal(22,9) NOT NULL, c6808 Date32, c6809 Datetime, c6810 Yson NOT NULL, c6811 Uint64 NOT NULL, c6812 String NOT NULL, c6813 Date, c6814 Timestamp64, c6815 Timestamp64 NOT NULL, c6816 Double NOT NULL, c6817 Uint8, c6818 JsonDocument NOT NULL, c6819 Date32, c6820 JsonDocument, c6821 Int16 NOT NULL, c6822 Uint32, c6823 Utf8, c6824 Utf8 NOT NULL, c6825 Int8 NOT NULL, c6826 Yson NOT NULL, c6827 String, c6828 Decimal(15,0) NOT NULL, c6829 Decimal(22,9) NOT NULL, c6830 Date32, c6831 Double, c6832 Timestamp, c6833 JsonDocument NOT NULL, c6834 Timestamp, c6835 Uint8, c6836 Yson NOT NULL, c6837 Decimal(35,10) NOT NULL, c6838 Int16 NOT NULL, c6839 Decimal(22,9), c6840 Timestamp64, c6841 Json NOT NULL, c6842 Uint16, c6843 Int16, c6844 String, c6845 Uint64, c6846 Int8 NOT NULL, c6847 Int16 NOT NULL, c6848 Yson NOT NULL, c6849 Timestamp NOT NULL, c6850 Float, c6851 Json NOT NULL, c6852 Timestamp64, c6853 Decimal(15,0), c6854 Int16, c6855 JsonDocument, c6856 Int16 NOT NULL, c6857 Json NOT NULL, c6858 Date32 NOT NULL, c6859 Int32 NOT NULL, c6860 Decimal(35,10) NOT NULL, c6861 Json, c6862 Yson, c6863 Uint8 NOT NULL, c6864 Timestamp, c6865 Decimal(15,0) NOT NULL, c6866 Datetime NOT NULL, c6867 Double, c6868 Uint32 NOT NULL, c6869 Int16, c6870 Datetime NOT NULL, c6871 JsonDocument, c6872 Double, c6873 Utf8, c6874 Uint8, c6875 Date32, c6876 String NOT NULL, c6877 Uint64 NOT NULL, c6878 Int64, c6879 Timestamp64, c6880 String, c6881 Decimal(22,9) NOT NULL, c6882 Int32, c6883 Timestamp64, c6884 Decimal(35,10), c6885 Decimal(35,10) NOT NULL, c6886 Float NOT NULL, c6887 Decimal(15,0) NOT NULL, c6888 Yson NOT NULL, c6889 Decimal(35,10), c6890 Timestamp NOT NULL, c6891 String, c6892 Datetime64 NOT NULL, c6893 Timestamp NOT NULL, c6894 Decimal(15,0) NOT NULL, c6895 Datetime, c6896 Timestamp64 NOT NULL, c6897 Uint32 NOT NULL, c6898 Json, c6899 Double, c6900 Datetime NOT NULL, c6901 Datetime, c6902 Float, c6903 Date NOT NULL, c6904 Datetime64, c6905 Timestamp NOT NULL, c6906 Json NOT NULL, c6907 Datetime64 NOT NULL, c6908 Int16 NOT NULL, c6909 JsonDocument NOT NULL, c6910 Yson NOT NULL, c6911 Uint64 NOT NULL, c6912 Interval64 NOT NULL, c6913 Double NOT NULL, c6914 JsonDocument, c6915 String NOT NULL, c6916 JsonDocument, c6917 JsonDocument NOT NULL, c6918 Timestamp64 NOT NULL, c6919 Int8, c6920 Date NOT NULL, c6921 Interval64 NOT NULL, c6922 Datetime, c6923 Int32, c6924 Double NOT NULL, c6925 Float, c6926 Double, c6927 Int32 NOT NULL, c6928 Interval64, c6929 JsonDocument NOT NULL, c6930 Datetime64 NOT NULL, c6931 Float, c6932 Uint32, c6933 Decimal(15,0) NOT NULL, c6934 Timestamp64, c6935 Int8 NOT NULL, c6936 Json, c6937 Decimal(22,9) NOT NULL, c6938 Timestamp64 NOT NULL, c6939 Datetime, c6940 Int16 NOT NULL, c6941 Decimal(22,9), c6942 Decimal(15,0), c6943 Int32, c6944 Date, c6945 Decimal(35,10), c6946 Decimal(35,10) NOT NULL, c6947 Int8, c6948 Uint64 NOT NULL, c6949 Date32, c6950 Decimal(35,10) NOT NULL, c6951 Uint8 NOT NULL, c6952 Date32, c6953 Uint16 NOT NULL, c6954 Int16 NOT NULL, c6955 Date32, c6956 Float NOT NULL, c6957 Interval64, c6958 Uint32 NOT NULL, c6959 Uint16, c6960 Interval64, c6961 Date32 NOT NULL, c6962 Uint16, c6963 Date, c6964 Interval64 NOT NULL, c6965 Decimal(15,0), c6966 Int32 NOT NULL, c6967 Utf8, c6968 Datetime64 NOT NULL, c6969 Float, c6970 Int8, c6971 Decimal(35,10), c6972 Int64, c6973 Decimal(35,10) NOT NULL, c6974 JsonDocument, c6975 JsonDocument NOT NULL, c6976 JsonDocument NOT NULL, c6977 Int64 NOT NULL, c6978 Int32, c6979 Interval64 NOT NULL, c6980 Decimal(22,9), c6981 Int8 NOT NULL, c6982 Yson, c6983 Decimal(22,9), c6984 Datetime, c6985 Int64, c6986 String NOT NULL, c6987 Utf8, c6988 Timestamp NOT NULL, c6989 Datetime, c6990 Decimal(22,9), c6991 Interval64 NOT NULL, c6992 Int32, c6993 Uint16 NOT NULL, c6994 Decimal(35,10) NOT NULL, c6995 Interval64 NOT NULL, c6996 Uint8 NOT NULL, c6997 Utf8, c6998 Decimal(15,0), c6999 Float, c7000 String NOT NULL, c7001 Int8 NOT NULL, c7002 Timestamp NOT NULL, c7003 Timestamp, c7004 JsonDocument, c7005 Int8, c7006 Uint8, c7007 Uint32 NOT NULL, c7008 Double, c7009 Yson NOT NULL, c7010 Interval64, c7011 Date, c7012 Date NOT NULL, c7013 Int8 NOT NULL, c7014 Decimal(35,10), c7015 Timestamp64 NOT NULL, c7016 Timestamp, c7017 Date, c7018 Double NOT NULL, c7019 Timestamp, c7020 Uint64, c7021 Utf8 NOT NULL, c7022 Date NOT NULL, c7023 JsonDocument, c7024 Uint8, c7025 Json NOT NULL, c7026 Decimal(35,10), c7027 Float, c7028 Int16 NOT NULL, c7029 Decimal(35,10), c7030 Uint16, c7031 Uint32 NOT NULL, c7032 Int8, c7033 Uint16 NOT NULL, c7034 Decimal(35,10), c7035 Decimal(15,0), c7036 Double, c7037 Uint16 NOT NULL, c7038 Interval64, c7039 Datetime64 NOT NULL, c7040 Yson NOT NULL, c7041 Float NOT NULL, c7042 Int32, c7043 Uint64 NOT NULL, c7044 Decimal(22,9) NOT NULL, c7045 Double NOT NULL, c7046 Utf8, c7047 Date32, c7048 Utf8, c7049 Uint32 NOT NULL, c7050 Decimal(15,0) NOT NULL, c7051 Interval64 NOT NULL, c7052 Uint32 NOT NULL, c7053 Timestamp64 NOT NULL, c7054 Decimal(22,9) NOT NULL, c7055 JsonDocument, c7056 Utf8, c7057 Float, c7058 Float NOT NULL, c7059 Decimal(15,0), c7060 Datetime, c7061 Timestamp, c7062 String NOT NULL, c7063 String, c7064 Uint64 NOT NULL, c7065 Uint32, c7066 Uint16 NOT NULL, c7067 Timestamp64 NOT NULL, c7068 Int32 NOT NULL, c7069 Int16, c7070 Datetime, c7071 Timestamp64, c7072 Yson, c7073 String NOT NULL, c7074 Int64, c7075 Int16 NOT NULL, c7076 Int8 NOT NULL, c7077 Uint64, c7078 Int64 NOT NULL, c7079 Int32, c7080 Yson NOT NULL, c7081 Interval64, c7082 Timestamp64 NOT NULL, c7083 JsonDocument NOT NULL, c7084 Decimal(35,10) NOT NULL, c7085 Float, c7086 Utf8 NOT NULL, c7087 Decimal(22,9) NOT NULL, c7088 Interval64, c7089 Interval64 NOT NULL, c7090 Float NOT NULL, c7091 Yson NOT NULL, c7092 Uint8 NOT NULL, c7093 Datetime, c7094 Timestamp NOT NULL, c7095 Uint16 NOT NULL, c7096 Double NOT NULL, c7097 Uint16, c7098 Decimal(22,9), c7099 Uint32, c7100 Interval64 NOT NULL, c7101 Date, c7102 Decimal(22,9) NOT NULL, c7103 Interval64, c7104 Double, c7105 Int32, c7106 Int32, c7107 Uint16, c7108 String NOT NULL, c7109 Json, c7110 Uint64, c7111 Timestamp64 NOT NULL, c7112 Datetime NOT NULL, c7113 Int64, c7114 Timestamp, c7115 Int8, c7116 Date, c7117 Uint32, c7118 Int64, c7119 Timestamp64, c7120 String, c7121 Datetime64, c7122 Datetime NOT NULL, c7123 Decimal(35,10), c7124 Int16 NOT NULL, c7125 Date, c7126 Int8 NOT NULL, c7127 Yson, c7128 Uint16 NOT NULL, c7129 Utf8 NOT NULL, c7130 Uint16 NOT NULL, c7131 Datetime64, c7132 Double NOT NULL, c7133 Yson, c7134 Int16 NOT NULL, c7135 Decimal(15,0) NOT NULL, c7136 Decimal(15,0), c7137 Uint64 NOT NULL, c7138 Datetime64, c7139 Decimal(35,10), c7140 Decimal(22,9) NOT NULL, c7141 Date, c7142 Uint64 NOT NULL, c7143 Yson NOT NULL, c7144 Double NOT NULL, c7145 Datetime64, c7146 Yson, c7147 Decimal(22,9), c7148 Decimal(15,0) NOT NULL, c7149 Uint64, c7150 Uint64 NOT NULL, c7151 Uint16 NOT NULL, c7152 Int64, c7153 Timestamp NOT NULL, c7154 Int16, c7155 Uint16 NOT NULL, c7156 Decimal(15,0), c7157 Int16 NOT NULL, c7158 Double, c7159 Uint8 NOT NULL, c7160 Datetime64, c7161 Uint32, c7162 String NOT NULL, c7163 Decimal(35,10), c7164 Int32 NOT NULL, c7165 Uint32 NOT NULL, c7166 Json NOT NULL, c7167 Json NOT NULL, c7168 JsonDocument, c7169 Uint8 NOT NULL, c7170 Int16, c7171 Json, c7172 Datetime64, c7173 Yson NOT NULL, c7174 String, c7175 Uint64 NOT NULL, c7176 Datetime NOT NULL, c7177 Timestamp, c7178 Datetime, c7179 Timestamp64, c7180 Uint8 NOT NULL, c7181 Datetime NOT NULL, c7182 Uint32, c7183 Int64, c7184 Date, c7185 Int8 NOT NULL, c7186 Double NOT NULL, c7187 Double, c7188 Timestamp, c7189 Date, c7190 Uint8, c7191 Uint8, c7192 Uint32, c7193 JsonDocument, c7194 Decimal(22,9), c7195 Decimal(22,9), c7196 Utf8, c7197 Uint16 NOT NULL, c7198 Utf8 NOT NULL, c7199 Timestamp NOT NULL, c7200 Float, c7201 Int64 NOT NULL, c7202 Int8, c7203 JsonDocument, c7204 JsonDocument, c7205 Int64 NOT NULL, c7206 Decimal(15,0), c7207 Uint8 NOT NULL, c7208 Decimal(15,0) NOT NULL, c7209 Datetime NOT NULL, c7210 Int16, c7211 Interval64, c7212 Int16, c7213 Uint16, c7214 Datetime64, c7215 Int64 NOT NULL, c7216 Uint8 NOT NULL, c7217 Int16 NOT NULL, c7218 Int8, c7219 Decimal(22,9), c7220 String NOT NULL, c7221 Uint32, c7222 Decimal(22,9) NOT NULL, c7223 Utf8, c7224 JsonDocument, c7225 Decimal(15,0) NOT NULL, c7226 Date32 NOT NULL, c7227 Yson NOT NULL, c7228 Int16, c7229 Int16, c7230 Uint16 NOT NULL, c7231 Date32 NOT NULL, c7232 Double NOT NULL, c7233 Interval64 NOT NULL, c7234 Date NOT NULL, c7235 Double NOT NULL, c7236 Int32, c7237 Uint16, c7238 Decimal(15,0) NOT NULL, c7239 Int16 NOT NULL, c7240 Date32 NOT NULL, c7241 Float, c7242 Interval64 NOT NULL, c7243 Utf8, c7244 Uint32, c7245 Interval64 NOT NULL, c7246 Decimal(15,0) NOT NULL, c7247 Decimal(22,9), c7248 Date NOT NULL, c7249 Utf8 NOT NULL, c7250 Decimal(15,0), c7251 String, c7252 Uint64 NOT NULL, c7253 Uint16, c7254 Timestamp NOT NULL, c7255 Json, c7256 Uint64 NOT NULL, c7257 Int32 NOT NULL, c7258 Double, c7259 Interval64, c7260 Datetime NOT NULL, c7261 Double NOT NULL, c7262 Decimal(35,10), c7263 Timestamp NOT NULL, c7264 Float NOT NULL, c7265 Yson, c7266 Int8 NOT NULL, c7267 Datetime64 NOT NULL, c7268 Yson NOT NULL, c7269 Int32 NOT NULL, c7270 Date NOT NULL, c7271 Uint8, c7272 Uint32, c7273 Interval64, c7274 Decimal(15,0), c7275 Json, c7276 Json NOT NULL, c7277 Uint8, c7278 Int64, c7279 Uint16, c7280 Utf8, c7281 Decimal(22,9), c7282 Uint32, c7283 JsonDocument NOT NULL, c7284 Decimal(22,9), c7285 Date NOT NULL, c7286 Uint64 NOT NULL, c7287 Datetime64, c7288 Uint16 NOT NULL, c7289 Datetime NOT NULL, c7290 Int16 NOT NULL, c7291 Double, c7292 Decimal(22,9), c7293 Int16, c7294 Utf8 NOT NULL, c7295 Float, c7296 Json NOT NULL, c7297 Yson, c7298 Interval64, c7299 Uint8, c7300 String NOT NULL, c7301 Decimal(15,0), c7302 Date NOT NULL, c7303 Int16, c7304 Timestamp64, c7305 Decimal(22,9) NOT NULL, c7306 Timestamp64 NOT NULL, c7307 Timestamp, c7308 Uint32, c7309 Yson, c7310 Timestamp, c7311 Int64, c7312 Utf8 NOT NULL, c7313 Uint8 NOT NULL, c7314 Int16 NOT NULL, c7315 Int64 NOT NULL, c7316 Yson NOT NULL, c7317 Timestamp NOT NULL, c7318 Int8, c7319 Int32 NOT NULL, c7320 Float, c7321 Double NOT NULL, c7322 Datetime64 NOT NULL, c7323 Timestamp64 NOT NULL, c7324 Json NOT NULL, c7325 Decimal(15,0), c7326 Json NOT NULL, c7327 JsonDocument, c7328 JsonDocument NOT NULL, c7329 JsonDocument NOT NULL, c7330 JsonDocument, c7331 Int32, c7332 Uint64, c7333 Datetime64, c7334 String, c7335 Int16 NOT NULL, c7336 Int64 NOT NULL, c7337 Decimal(15,0) NOT NULL, c7338 Date32 NOT NULL, c7339 Int16, c7340 Uint32 NOT NULL, c7341 Decimal(22,9), c7342 Double, c7343 Date, c7344 Date32 NOT NULL, c7345 Decimal(22,9), c7346 Date32 NOT NULL, c7347 Int32, c7348 Yson NOT NULL, c7349 JsonDocument, c7350 Timestamp64, c7351 JsonDocument, c7352 Uint64 NOT NULL, c7353 Datetime NOT NULL, c7354 Uint16, c7355 Int8, c7356 Uint8 NOT NULL, c7357 Uint64 NOT NULL, c7358 Int16 NOT NULL, c7359 Date32, c7360 Yson, c7361 Uint8 NOT NULL, c7362 Int16 NOT NULL, c7363 Json, c7364 Date NOT NULL, c7365 Datetime64, c7366 Decimal(22,9) NOT NULL, c7367 Utf8 NOT NULL, c7368 Int32, c7369 Interval64 NOT NULL, c7370 String, c7371 Decimal(35,10), c7372 Int16, c7373 Decimal(15,0), c7374 Interval64 NOT NULL, c7375 Int64 NOT NULL, c7376 Date, c7377 Double, c7378 Utf8, c7379 Decimal(22,9) NOT NULL, c7380 Int64 NOT NULL, c7381 Timestamp NOT NULL, c7382 Datetime, c7383 String, c7384 Datetime, c7385 Timestamp, c7386 Uint32 NOT NULL, c7387 Double, c7388 Utf8, c7389 JsonDocument NOT NULL, c7390 Decimal(35,10), c7391 Int64, c7392 Date, c7393 Int16, c7394 Decimal(35,10) NOT NULL, c7395 Float, c7396 Uint32 NOT NULL, c7397 Datetime, c7398 Decimal(15,0) NOT NULL, c7399 String NOT NULL, c7400 Int8, c7401 Uint64 NOT NULL, c7402 Uint64, c7403 Timestamp, c7404 Uint32 NOT NULL, c7405 JsonDocument NOT NULL, c7406 Datetime, c7407 Yson, c7408 Json NOT NULL, c7409 Int64 NOT NULL, c7410 Yson NOT NULL, c7411 Interval64, c7412 Timestamp64, c7413 Timestamp NOT NULL, c7414 Json NOT NULL, c7415 Timestamp64, c7416 Decimal(35,10) NOT NULL, c7417 Uint16, c7418 Utf8, c7419 Decimal(35,10) NOT NULL, c7420 Uint64 NOT NULL, c7421 Uint8, c7422 Timestamp64, c7423 Uint32, c7424 Int8 NOT NULL, c7425 Uint32 NOT NULL, c7426 Int64, c7427 Uint8, c7428 Yson, c7429 Uint32, c7430 Datetime64, c7431 Uint16, c7432 Decimal(22,9), c7433 Interval64 NOT NULL, c7434 Datetime64 NOT NULL, c7435 JsonDocument NOT NULL, c7436 Int32 NOT NULL, c7437 Uint64 NOT NULL, c7438 Interval64 NOT NULL, c7439 Yson, c7440 Int16 NOT NULL, c7441 Double, c7442 Datetime64 NOT NULL, c7443 Int16 NOT NULL, c7444 Int32, c7445 Datetime, c7446 Decimal(15,0) NOT NULL, c7447 Datetime64, c7448 Decimal(22,9), c7449 Datetime64, c7450 Int16, c7451 Uint16, c7452 String, c7453 Date, c7454 Yson NOT NULL, c7455 Decimal(15,0) NOT NULL, c7456 Datetime, c7457 String NOT NULL, c7458 Interval64, c7459 Uint16, c7460 Timestamp64 NOT NULL, c7461 Decimal(35,10), c7462 Json NOT NULL, c7463 Uint8 NOT NULL, c7464 Double NOT NULL, c7465 Utf8, c7466 Interval64, c7467 Datetime, c7468 String, c7469 Uint32 NOT NULL, c7470 Datetime64, c7471 Timestamp64 NOT NULL, c7472 Uint32, c7473 Datetime64 NOT NULL, c7474 Interval64, c7475 Timestamp64 NOT NULL, c7476 Uint16 NOT NULL, c7477 Timestamp, c7478 String NOT NULL, c7479 Uint64, c7480 Decimal(15,0), c7481 Decimal(15,0) NOT NULL, c7482 Int64, c7483 JsonDocument NOT NULL, c7484 Timestamp, c7485 Int32, c7486 Double NOT NULL, c7487 Decimal(15,0) NOT NULL, c7488 Timestamp NOT NULL, c7489 Decimal(15,0), c7490 Uint16 NOT NULL, c7491 Json, c7492 Int16, c7493 Timestamp NOT NULL, c7494 Timestamp NOT NULL, c7495 Float NOT NULL, c7496 Uint16, c7497 Float, c7498 Json, c7499 Uint8 NOT NULL, c7500 Yson NOT NULL, c7501 Uint16, c7502 Date32 NOT NULL, c7503 Double NOT NULL, c7504 Uint32 NOT NULL, c7505 Uint16, c7506 Datetime NOT NULL, c7507 String, c7508 Double NOT NULL, c7509 Utf8, c7510 Int8, c7511 Uint64 NOT NULL, c7512 Date32, c7513 Utf8 NOT NULL, c7514 Json NOT NULL, c7515 Interval64 NOT NULL, c7516 Datetime NOT NULL, c7517 Date NOT NULL, c7518 Decimal(35,10), c7519 Uint16, c7520 Decimal(22,9), c7521 Int16 NOT NULL, c7522 Date NOT NULL, c7523 Date32, c7524 Uint16 NOT NULL, c7525 Uint16, c7526 Decimal(22,9), c7527 Timestamp, c7528 Timestamp64 NOT NULL, c7529 Uint8, c7530 Decimal(15,0), c7531 Decimal(22,9), c7532 Utf8, c7533 Uint8, c7534 Uint8 NOT NULL, c7535 String, c7536 Json NOT NULL, c7537 Timestamp NOT NULL, c7538 Uint64, c7539 Datetime NOT NULL, c7540 Uint64, c7541 Uint16, c7542 Yson, c7543 Float, c7544 Uint16 NOT NULL, c7545 String, c7546 Int8, c7547 Yson, c7548 Int64, c7549 Uint8, c7550 Uint32 NOT NULL, c7551 Timestamp64 NOT NULL, c7552 Timestamp64 NOT NULL, c7553 Int16 NOT NULL, c7554 Yson, c7555 JsonDocument, c7556 Float NOT NULL, c7557 Int8, c7558 Int64 NOT NULL, c7559 Yson, c7560 Uint16 NOT NULL, c7561 Date32, c7562 Int8, c7563 Json NOT NULL, c7564 Json, c7565 Datetime64 NOT NULL, c7566 Int64, c7567 Decimal(35,10), c7568 Double NOT NULL, c7569 Int16, c7570 Interval64 NOT NULL, c7571 Date32 NOT NULL, c7572 Double NOT NULL, c7573 Uint8 NOT NULL, c7574 Int32, c7575 Uint32 NOT NULL, c7576 Uint8, c7577 Int32 NOT NULL, c7578 Float NOT NULL, c7579 Decimal(35,10), c7580 Decimal(35,10) NOT NULL, c7581 Decimal(15,0) NOT NULL, c7582 Double NOT NULL, c7583 Uint32 NOT NULL, c7584 Timestamp64 NOT NULL, c7585 Utf8, c7586 JsonDocument NOT NULL, c7587 Float, c7588 JsonDocument NOT NULL, c7589 Uint32 NOT NULL, c7590 Int8 NOT NULL, c7591 Decimal(22,9), c7592 JsonDocument NOT NULL, c7593 Decimal(22,9) NOT NULL, c7594 Date NOT NULL, c7595 JsonDocument NOT NULL, c7596 Int16 NOT NULL, c7597 Yson, c7598 Datetime NOT NULL, c7599 Int16, c7600 Yson NOT NULL, c7601 Int8 NOT NULL, c7602 Float, c7603 Timestamp NOT NULL, c7604 Timestamp, c7605 Timestamp64, c7606 Decimal(35,10), c7607 Int8 NOT NULL, c7608 Utf8, c7609 Uint32 NOT NULL, c7610 Int16 NOT NULL, c7611 Utf8, c7612 Int16, c7613 Yson NOT NULL, c7614 Timestamp64 NOT NULL, c7615 Date32, c7616 Int64, c7617 Uint16, c7618 Double, c7619 Decimal(35,10) NOT NULL, c7620 Datetime64, c7621 Uint64 NOT NULL, c7622 Uint8, c7623 Interval64, c7624 Timestamp64 NOT NULL, c7625 Uint64, c7626 Decimal(15,0) NOT NULL, c7627 Uint16, c7628 Int8, c7629 Int16 NOT NULL, c7630 Uint8, c7631 Datetime, c7632 Timestamp, c7633 Date, c7634 Int16, c7635 Uint32, c7636 Datetime64 NOT NULL, c7637 Date32 NOT NULL, c7638 Int32, c7639 Timestamp, c7640 Timestamp NOT NULL, c7641 Interval64, c7642 Int32, c7643 Int8, c7644 Datetime NOT NULL, c7645 Interval64 NOT NULL, c7646 Timestamp, c7647 Decimal(22,9), c7648 Datetime64, c7649 Json NOT NULL, c7650 Yson, c7651 Yson, c7652 Interval64 NOT NULL, c7653 Interval64 NOT NULL, c7654 Timestamp64, c7655 Date, c7656 Int16, c7657 Float NOT NULL, c7658 Datetime, c7659 Uint32 NOT NULL, c7660 Uint64 NOT NULL, c7661 JsonDocument NOT NULL, c7662 Uint32, c7663 Datetime, c7664 Date, c7665 Int8, c7666 Interval64, c7667 Double NOT NULL, c7668 JsonDocument, c7669 Timestamp64 NOT NULL, c7670 Uint8, c7671 Utf8 NOT NULL, c7672 Uint64, c7673 Double NOT NULL, c7674 Decimal(35,10), c7675 Date32 NOT NULL, c7676 Float NOT NULL, c7677 Datetime64, c7678 Date32 NOT NULL, c7679 Date NOT NULL, c7680 Double, c7681 Float NOT NULL, c7682 Interval64 NOT NULL, c7683 Date NOT NULL, c7684 Uint64 NOT NULL, c7685 Decimal(15,0) NOT NULL, c7686 Date NOT NULL, c7687 Timestamp64, c7688 Decimal(35,10) NOT NULL, c7689 Date NOT NULL, c7690 JsonDocument NOT NULL, c7691 Date32, c7692 Uint16, c7693 Int16, c7694 Decimal(35,10), c7695 Datetime64 NOT NULL, c7696 Utf8, c7697 Int64 NOT NULL, c7698 Utf8 NOT NULL, c7699 Int32, c7700 Int16, c7701 Float NOT NULL, c7702 Decimal(22,9), c7703 String NOT NULL, c7704 String NOT NULL, c7705 Datetime64, c7706 Int64, c7707 Uint32 NOT NULL, c7708 Utf8, c7709 Date, c7710 Timestamp64, c7711 Decimal(35,10), c7712 Uint16, c7713 Interval64, c7714 Uint32, c7715 Datetime, c7716 Uint16, c7717 Int64 NOT NULL, c7718 Decimal(22,9) NOT NULL, c7719 Yson, c7720 Uint16 NOT NULL, c7721 Timestamp, c7722 Int64, c7723 Uint64, c7724 Datetime, c7725 Uint64, c7726 Datetime64, c7727 Date32, c7728 Timestamp64, c7729 Double NOT NULL, c7730 Decimal(22,9), c7731 Timestamp, c7732 Uint8 NOT NULL, c7733 Int64, c7734 Int8, c7735 Uint32 NOT NULL, c7736 Decimal(22,9) NOT NULL, c7737 Decimal(15,0), c7738 Double, c7739 Uint8, c7740 Decimal(22,9), c7741 String, c7742 Uint8 NOT NULL, c7743 Decimal(22,9), c7744 Decimal(22,9), c7745 Uint32 NOT NULL, c7746 Decimal(22,9), c7747 Uint16 NOT NULL, c7748 Timestamp64 NOT NULL, c7749 Int64 NOT NULL, c7750 Decimal(35,10), c7751 Timestamp, c7752 Decimal(35,10), c7753 Int16, c7754 Date, c7755 Double, c7756 Uint16, c7757 Datetime64 NOT NULL, c7758 Datetime64 NOT NULL, c7759 Uint64 NOT NULL, c7760 Decimal(15,0) NOT NULL, c7761 Yson, c7762 Int16 NOT NULL, c7763 Int64, c7764 Timestamp64, c7765 JsonDocument NOT NULL, c7766 Uint32 NOT NULL, c7767 Json, c7768 Double NOT NULL, c7769 Decimal(35,10), c7770 String NOT NULL, c7771 String, c7772 Interval64 NOT NULL, c7773 Utf8 NOT NULL, c7774 Uint64 NOT NULL, c7775 Date NOT NULL, c7776 Int8, c7777 Timestamp NOT NULL, c7778 Uint16, c7779 Timestamp, c7780 Decimal(15,0) NOT NULL, c7781 Float NOT NULL, c7782 Int32 NOT NULL, c7783 Uint16, c7784 Json NOT NULL, c7785 Json NOT NULL, c7786 Decimal(15,0) NOT NULL, c7787 Int64 NOT NULL, c7788 Uint32 NOT NULL, c7789 Double NOT NULL, c7790 Uint64 NOT NULL, c7791 Int16 NOT NULL, c7792 Json NOT NULL, c7793 Decimal(15,0), c7794 Decimal(15,0), c7795 Json, c7796 Datetime64 NOT NULL, c7797 Uint64, c7798 Uint32, c7799 JsonDocument NOT NULL, c7800 Yson NOT NULL, c7801 Int32 NOT NULL, c7802 Date, c7803 Timestamp64, c7804 Yson NOT NULL, c7805 Uint32, c7806 Uint64, c7807 Decimal(35,10) NOT NULL, c7808 Decimal(35,10) NOT NULL, c7809 Decimal(22,9) NOT NULL, c7810 Datetime64, c7811 Yson, c7812 Uint8 NOT NULL, c7813 Uint64 NOT NULL, c7814 Int32 NOT NULL, c7815 Decimal(15,0) NOT NULL, c7816 Datetime64, c7817 Double NOT NULL, c7818 Int64 NOT NULL, c7819 Double NOT NULL, c7820 Timestamp64 NOT NULL, c7821 Decimal(15,0), c7822 Date32 NOT NULL, c7823 String NOT NULL, c7824 Datetime NOT NULL, c7825 Datetime, c7826 Uint32 NOT NULL, c7827 Timestamp, c7828 Float, c7829 Uint8, c7830 Timestamp64, c7831 Int32, c7832 Uint16, c7833 Date32, c7834 Uint32, c7835 Utf8 NOT NULL, c7836 Int64 NOT NULL, c7837 Interval64, c7838 Utf8, c7839 Date32, c7840 Timestamp, c7841 Timestamp, c7842 Float NOT NULL, c7843 JsonDocument, c7844 Json NOT NULL, c7845 Json, c7846 Decimal(22,9), c7847 Datetime NOT NULL, c7848 Decimal(35,10) NOT NULL, c7849 String NOT NULL, c7850 Int64, c7851 Date32 NOT NULL, c7852 Json, c7853 Int32, c7854 Decimal(35,10) NOT NULL, c7855 Date32, c7856 Int32 NOT NULL, c7857 Int16, c7858 Datetime NOT NULL, c7859 Interval64 NOT NULL, c7860 Float NOT NULL, c7861 Interval64 NOT NULL, c7862 Json, c7863 Timestamp64 NOT NULL, c7864 Uint8, c7865 Datetime64, c7866 Decimal(22,9), c7867 Datetime64, c7868 Timestamp NOT NULL, c7869 Json NOT NULL, c7870 Date32, c7871 Float NOT NULL, c7872 Uint32, c7873 Decimal(22,9) NOT NULL, c7874 Date NOT NULL, c7875 Uint8 NOT NULL, c7876 Utf8 NOT NULL, c7877 Yson, c7878 Decimal(35,10) NOT NULL, c7879 Uint64, c7880 Uint8 NOT NULL, c7881 Uint64 NOT NULL, c7882 Uint16, c7883 Int16, c7884 Datetime NOT NULL, c7885 Int16, c7886 Uint16, c7887 Int32, c7888 Json, c7889 Date, c7890 String, c7891 Interval64, c7892 Decimal(22,9) NOT NULL, c7893 Date32, c7894 Decimal(22,9), c7895 Decimal(22,9) NOT NULL, c7896 Uint32 NOT NULL, c7897 Uint8 NOT NULL, c7898 String, c7899 Timestamp64, c7900 Int16 NOT NULL, c7901 Decimal(15,0) NOT NULL, c7902 Int8 NOT NULL, c7903 Decimal(22,9) NOT NULL, c7904 Date NOT NULL, c7905 String, c7906 Int8, c7907 Int32 NOT NULL, c7908 Int16, c7909 Interval64 NOT NULL, c7910 Int8, c7911 Date, c7912 Decimal(15,0), c7913 Int16, c7914 Interval64 NOT NULL, c7915 Utf8, c7916 Uint8 NOT NULL, c7917 Date NOT NULL, c7918 Interval64, c7919 Float NOT NULL, c7920 Decimal(35,10) NOT NULL, c7921 Date32, c7922 Datetime NOT NULL, c7923 Decimal(35,10), c7924 Utf8 NOT NULL, c7925 Datetime64 NOT NULL, c7926 Json NOT NULL, c7927 Timestamp NOT NULL, c7928 Decimal(15,0) NOT NULL, c7929 Json NOT NULL, c7930 Int32 NOT NULL, c7931 Timestamp NOT NULL, c7932 Interval64, c7933 Date32, c7934 Timestamp, c7935 Decimal(35,10) NOT NULL, c7936 Double NOT NULL, c7937 Int16 NOT NULL, c7938 Date NOT NULL, c7939 Interval64, c7940 Int64 NOT NULL, c7941 Json NOT NULL, c7942 String, c7943 Uint64, c7944 Decimal(35,10), c7945 Decimal(35,10), c7946 Decimal(15,0), c7947 Int16, c7948 Double, c7949 Date, c7950 Decimal(15,0), c7951 Decimal(15,0), c7952 Int64 NOT NULL, c7953 Date32 NOT NULL, c7954 Timestamp, c7955 Timestamp64 NOT NULL, c7956 Interval64, c7957 Decimal(15,0), c7958 Float, c7959 Uint64 NOT NULL, c7960 Uint16 NOT NULL, c7961 Uint64 NOT NULL, c7962 Timestamp NOT NULL, c7963 Uint64, c7964 Timestamp NOT NULL, c7965 Decimal(15,0) NOT NULL, c7966 Datetime, c7967 Double NOT NULL, c7968 JsonDocument, c7969 Uint32 NOT NULL, c7970 Datetime NOT NULL, c7971 Date32 NOT NULL, c7972 Decimal(22,9) NOT NULL, c7973 Date32, c7974 Double NOT NULL, c7975 Decimal(15,0) NOT NULL, c7976 Uint32, c7977 Datetime NOT NULL, c7978 Int16, c7979 String NOT NULL, c7980 Date NOT NULL, c7981 JsonDocument, c7982 Decimal(15,0), c7983 Uint8, c7984 Int64 NOT NULL, c7985 String NOT NULL, c7986 String, c7987 Datetime64 NOT NULL, c7988 Int16 NOT NULL, c7989 Uint16, c7990 Float NOT NULL, c7991 Date32 NOT NULL, c7992 Int16 NOT NULL, c7993 Int64, c7994 Timestamp NOT NULL, c7995 Uint16, c7996 Decimal(15,0) NOT NULL, c7997 Json NOT NULL, c7998 Uint32 NOT NULL, c7999 String, c8000 Utf8, c8001 Int32, c8002 Timestamp64, c8003 Uint16 NOT NULL, c8004 Double NOT NULL,
                    PRIMARY KEY(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561, c562, c563, c564, c565, c566, c567, c568, c569, c570, c571, c572, c573, c574, c575, c576, c577, c578, c579, c580, c581, c582, c583, c584, c585, c586, c587, c588, c589, c590, c591, c592, c593, c594, c595, c596, c597, c598, c599, c600, c601, c602, c603, c604, c605, c606, c607, c608, c609, c610, c611, c612, c613, c614, c615, c616, c617, c618, c619, c620, c621, c622, c623, c624, c625, c626, c627, c628, c629, c630, c631, c632, c633, c634, c635, c636, c637, c638, c639, c640, c641, c642, c643, c644, c645, c646, c647, c648, c649, c650, c651, c652, c653, c654, c655, c656, c657, c658, c659, c660, c661, c662, c663, c664, c665, c666, c667, c668, c669, c670, c671, c672, c673, c674, c675, c676, c677, c678, c679, c680, c681, c682, c683, c684, c685, c686, c687, c688, c689, c690, c691, c692, c693, c694, c695, c696, c697, c698, c699, c700, c701, c702, c703, c704, c705, c706, c707, c708, c709, c710, c711, c712, c713, c714, c715, c716, c717, c718, c719, c720, c721, c722, c723, c724, c725, c726, c727, c728, c729, c730, c731, c732, c733, c734, c735, c736, c737, c738, c739, c740, c741, c742, c743, c744, c745, c746, c747, c748, c749, c750, c751, c752, c753, c754, c755, c756, c757, c758, c759, c760, c761, c762, c763, c764, c765, c766, c767, c768, c769, c770, c771, c772, c773, c774, c775, c776, c777, c778, c779, c780, c781, c782, c783, c784, c785, c786, c787, c788, c789, c790, c791, c792, c793, c794, c795, c796, c797, c798, c799, c800, c801, c802, c803, c804, c805, c806, c807, c808, c809, c810, c811, c812, c813, c814, c815, c816, c817, c818, c819, c820, c821, c822, c823, c824, c825, c826, c827, c828, c829, c830, c831, c832, c833, c834, c835, c836, c837, c838, c839, c840, c841, c842, c843, c844, c845, c846, c847, c848, c849, c850, c851, c852, c853, c854, c855, c856, c857, c858, c859, c860, c861, c862, c863, c864, c865, c866, c867, c868, c869, c870, c871, c872, c873, c874, c875, c876, c877, c878, c879, c880, c881, c882, c883, c884, c885, c886, c887, c888, c889, c890, c891, c892, c893, c894, c895, c896, c897, c898, c899, c900, c901, c902, c903, c904, c905, c906, c907, c908, c909, c910, c911, c912, c913, c914, c915, c916, c917, c918, c919, c920, c921, c922, c923, c924, c925, c926, c927, c928, c929, c930, c931, c932, c933, c934, c935, c936, c937, c938, c939, c940, c941, c942, c943, c944, c945, c946, c947, c948, c949, c950, c951, c952, c953, c954, c955, c956, c957, c958, c959, c960, c961, c962, c963, c964, c965, c966, c967, c968, c969, c970, c971, c972, c973, c974, c975, c976, c977, c978, c979, c980, c981, c982, c983, c984, c985, c986, c987, c988, c989, c990, c991, c992, c993, c994, c995, c996, c997, c998, c999, c1000, c1001, c1002, c1003, c1004, c1005, c1006, c1007, c1008, c1009, c1010, c1011, c1012, c1013, c1014, c1015, c1016, c1017, c1018, c1019, c1020, c1021, c1022, c1023, c1024, c1025, c1026, c1027, c1028, c1029, c1030, c1031, c1032, c1033, c1034, c1035, c1036, c1037, c1038, c1039, c1040, c1041, c1042, c1043, c1044, c1045, c1046, c1047, c1048, c1049, c1050, c1051, c1052, c1053, c1054, c1055, c1056, c1057, c1058, c1059, c1060, c1061, c1062, c1063, c1064, c1065, c1066, c1067, c1068, c1069, c1070, c1071, c1072, c1073, c1074, c1075, c1076, c1077, c1078, c1079, c1080, c1081, c1082, c1083, c1084, c1085, c1086, c1087, c1088, c1089, c1090, c1091, c1092, c1093, c1094, c1095, c1096, c1097, c1098, c1099, c1100, c1101, c1102, c1103, c1104, c1105, c1106, c1107, c1108, c1109, c1110, c1111, c1112, c1113, c1114, c1115, c1116, c1117, c1118, c1119, c1120, c1121, c1122, c1123, c1124, c1125, c1126, c1127, c1128, c1129, c1130, c1131, c1132, c1133, c1134, c1135, c1136, c1137, c1138, c1139, c1140, c1141, c1142, c1143, c1144, c1145, c1146, c1147, c1148, c1149, c1150, c1151, c1152, c1153, c1154, c1155, c1156, c1157, c1158, c1159, c1160, c1161, c1162, c1163, c1164, c1165, c1166, c1167, c1168, c1169, c1170, c1171, c1172, c1173, c1174, c1175, c1176, c1177, c1178, c1179, c1180, c1181, c1182, c1183, c1184, c1185, c1186, c1187, c1188, c1189, c1190, c1191, c1192, c1193, c1194, c1195, c1196, c1197, c1198, c1199, c1200, c1201, c1202, c1203, c1204, c1205, c1206, c1207, c1208, c1209, c1210, c1211, c1212, c1213, c1214, c1215, c1216, c1217, c1218, c1219, c1220, c1221, c1222, c1223, c1224, c1225, c1226, c1227, c1228, c1229, c1230, c1231, c1232, c1233, c1234, c1235, c1236, c1237, c1238, c1239, c1240, c1241, c1242, c1243, c1244, c1245, c1246, c1247, c1248, c1249, c1250, c1251, c1252, c1253, c1254, c1255, c1256, c1257, c1258, c1259, c1260, c1261, c1262, c1263, c1264, c1265, c1266, c1267, c1268, c1269, c1270, c1271, c1272, c1273, c1274, c1275, c1276, c1277, c1278, c1279, c1280, c1281, c1282, c1283, c1284, c1285, c1286, c1287, c1288, c1289, c1290, c1291, c1292, c1293, c1294, c1295, c1296, c1297, c1298, c1299, c1300, c1301, c1302, c1303, c1304, c1305, c1306, c1307, c1308, c1309, c1310, c1311, c1312, c1313, c1314, c1315, c1316, c1317, c1318, c1319, c1320, c1321, c1322, c1323, c1324, c1325, c1326, c1327, c1328, c1329, c1330, c1331, c1332, c1333, c1334, c1335, c1336, c1337, c1338, c1339, c1340, c1341, c1342, c1343, c1344, c1345, c1346, c1347, c1348, c1349, c1350, c1351, c1352, c1353, c1354, c1355, c1356, c1357, c1358, c1359, c1360, c1361, c1362, c1363, c1364, c1365, c1366, c1367, c1368, c1369, c1370, c1371, c1372, c1373, c1374, c1375, c1376, c1377, c1378, c1379, c1380, c1381, c1382, c1383, c1384, c1385, c1386, c1387, c1388, c1389, c1390, c1391, c1392, c1393, c1394, c1395, c1396, c1397, c1398, c1399, c1400, c1401, c1402, c1403, c1404, c1405, c1406, c1407, c1408, c1409, c1410, c1411, c1412, c1413, c1414, c1415, c1416, c1417, c1418, c1419, c1420, c1421, c1422, c1423, c1424, c1425, c1426, c1427, c1428, c1429, c1430, c1431, c1432, c1433, c1434, c1435, c1436, c1437, c1438, c1439, c1440, c1441, c1442, c1443, c1444, c1445, c1446, c1447, c1448, c1449, c1450, c1451, c1452, c1453, c1454, c1455, c1456, c1457, c1458, c1459, c1460, c1461, c1462, c1463, c1464, c1465, c1466, c1467, c1468, c1469, c1470, c1471, c1472, c1473, c1474, c1475, c1476, c1477, c1478, c1479, c1480, c1481, c1482, c1483, c1484, c1485, c1486, c1487, c1488, c1489, c1490, c1491, c1492, c1493, c1494, c1495, c1496, c1497, c1498, c1499, c1500, c1501, c1502, c1503, c1504, c1505, c1506, c1507, c1508, c1509, c1510, c1511, c1512, c1513, c1514, c1515, c1516, c1517, c1518, c1519, c1520, c1521, c1522, c1523, c1524, c1525, c1526, c1527, c1528, c1529, c1530, c1531, c1532, c1533, c1534, c1535, c1536, c1537, c1538, c1539, c1540, c1541, c1542, c1543, c1544, c1545, c1546, c1547, c1548, c1549, c1550, c1551, c1552, c1553, c1554, c1555, c1556, c1557, c1558, c1559, c1560, c1561, c1562, c1563, c1564, c1565, c1566, c1567, c1568, c1569, c1570, c1571, c1572, c1573, c1574, c1575, c1576, c1577, c1578, c1579, c1580, c1581, c1582, c1583, c1584, c1585, c1586, c1587, c1588, c1589, c1590, c1591, c1592, c1593, c1594, c1595, c1596, c1597, c1598, c1599, c1600, c1601, c1602, c1603, c1604, c1605, c1606, c1607, c1608, c1609, c1610, c1611, c1612, c1613, c1614, c1615, c1616, c1617, c1618, c1619, c1620, c1621, c1622, c1623, c1624, c1625, c1626, c1627, c1628, c1629, c1630, c1631, c1632, c1633, c1634, c1635, c1636, c1637, c1638, c1639, c1640, c1641, c1642, c1643, c1644, c1645, c1646, c1647, c1648, c1649, c1650, c1651, c1652, c1653, c1654, c1655, c1656, c1657, c1658, c1659, c1660, c1661, c1662, c1663, c1664, c1665, c1666, c1667, c1668, c1669, c1670, c1671, c1672, c1673, c1674, c1675, c1676, c1677, c1678, c1679, c1680, c1681, c1682, c1683, c1684, c1685, c1686, c1687, c1688, c1689, c1690, c1691, c1692, c1693, c1694, c1695, c1696, c1697, c1698, c1699, c1700, c1701, c1702, c1703, c1704, c1705, c1706, c1707, c1708, c1709, c1710, c1711, c1712, c1713, c1714, c1715, c1716, c1717, c1718, c1719, c1720, c1721, c1722, c1723, c1724, c1725, c1726, c1727, c1728, c1729, c1730, c1731, c1732, c1733, c1734, c1735, c1736, c1737, c1738, c1739, c1740, c1741, c1742, c1743, c1744, c1745, c1746, c1747, c1748, c1749, c1750, c1751, c1752, c1753, c1754, c1755, c1756, c1757, c1758, c1759, c1760, c1761, c1762, c1763, c1764, c1765, c1766, c1767, c1768, c1769, c1770, c1771, c1772, c1773, c1774, c1775, c1776, c1777, c1778, c1779, c1780, c1781, c1782, c1783, c1784, c1785, c1786, c1787, c1788, c1789, c1790, c1791, c1792, c1793, c1794, c1795, c1796, c1797, c1798, c1799, c1800, c1801, c1802, c1803, c1804, c1805, c1806, c1807, c1808, c1809, c1810, c1811, c1812, c1813, c1814, c1815, c1816, c1817, c1818, c1819, c1820, c1821, c1822, c1823, c1824, c1825, c1826, c1827, c1828, c1829, c1830, c1831, c1832, c1833, c1834, c1835, c1836, c1837, c1838, c1839, c1840, c1841, c1842, c1843, c1844, c1845, c1846, c1847, c1848, c1849, c1850, c1851, c1852, c1853, c1854, c1855, c1856, c1857, c1858, c1859, c1860, c1861, c1862, c1863, c1864, c1865, c1866, c1867, c1868, c1869, c1870, c1871, c1872, c1873, c1874, c1875, c1876, c1877, c1878, c1879, c1880, c1881, c1882, c1883, c1884, c1885, c1886, c1887, c1888, c1889, c1890, c1891, c1892, c1893, c1894, c1895, c1896, c1897, c1898, c1899, c1900, c1901, c1902, c1903, c1904, c1905, c1906, c1907, c1908, c1909, c1910, c1911, c1912, c1913, c1914, c1915, c1916, c1917, c1918, c1919, c1920, c1921, c1922, c1923, c1924, c1925, c1926, c1927, c1928, c1929, c1930, c1931, c1932, c1933, c1934, c1935, c1936, c1937, c1938, c1939, c1940, c1941, c1942, c1943, c1944, c1945, c1946, c1947, c1948, c1949, c1950, c1951, c1952, c1953, c1954, c1955, c1956, c1957, c1958, c1959, c1960, c1961, c1962, c1963, c1964, c1965, c1966, c1967, c1968, c1969, c1970, c1971, c1972, c1973, c1974, c1975, c1976, c1977, c1978, c1979, c1980, c1981, c1982, c1983, c1984, c1985, c1986, c1987, c1988, c1989, c1990, c1991, c1992, c1993, c1994, c1995, c1996, c1997, c1998, c1999, c2000, c2001, c2002, c2003, c2004, c2005, c2006, c2007, c2008, c2009, c2010, c2011, c2012, c2013, c2014, c2015, c2016, c2017, c2018, c2019, c2020, c2021, c2022, c2023, c2024, c2025, c2026, c2027, c2028, c2029, c2030, c2031, c2032, c2033, c2034, c2035, c2036, c2037, c2038, c2039, c2040, c2041, c2042, c2043, c2044, c2045, c2046, c2047, c2048, c2049, c2050, c2051, c2052, c2053, c2054, c2055, c2056, c2057, c2058, c2059, c2060, c2061, c2062, c2063, c2064, c2065, c2066, c2067, c2068, c2069, c2070, c2071, c2072, c2073, c2074, c2075, c2076, c2077, c2078, c2079, c2080, c2081, c2082, c2083, c2084, c2085, c2086, c2087, c2088, c2089, c2090, c2091, c2092, c2093, c2094, c2095, c2096, c2097, c2098, c2099, c2100, c2101, c2102, c2103, c2104, c2105, c2106, c2107, c2108, c2109, c2110, c2111, c2112, c2113, c2114, c2115, c2116, c2117, c2118, c2119, c2120, c2121, c2122, c2123, c2124, c2125, c2126, c2127, c2128, c2129, c2130, c2131, c2132, c2133, c2134, c2135, c2136, c2137, c2138, c2139, c2140, c2141, c2142, c2143, c2144, c2145, c2146, c2147, c2148, c2149, c2150, c2151, c2152, c2153, c2154, c2155, c2156, c2157, c2158, c2159, c2160, c2161, c2162, c2163, c2164, c2165, c2166, c2167, c2168, c2169, c2170, c2171, c2172, c2173, c2174, c2175, c2176, c2177, c2178, c2179, c2180, c2181, c2182, c2183, c2184, c2185, c2186, c2187, c2188, c2189, c2190, c2191, c2192, c2193, c2194, c2195, c2196, c2197, c2198, c2199, c2200, c2201, c2202, c2203, c2204, c2205, c2206, c2207, c2208, c2209, c2210, c2211, c2212, c2213, c2214, c2215, c2216, c2217, c2218, c2219, c2220, c2221, c2222, c2223, c2224, c2225, c2226, c2227, c2228, c2229, c2230, c2231, c2232, c2233, c2234, c2235, c2236, c2237, c2238, c2239, c2240, c2241, c2242, c2243, c2244, c2245, c2246, c2247, c2248, c2249, c2250, c2251, c2252, c2253, c2254, c2255, c2256, c2257, c2258, c2259, c2260, c2261, c2262, c2263, c2264, c2265, c2266, c2267, c2268, c2269, c2270, c2271, c2272, c2273, c2274, c2275, c2276, c2277, c2278, c2279, c2280, c2281, c2282, c2283, c2284, c2285, c2286, c2287, c2288, c2289, c2290, c2291, c2292, c2293, c2294, c2295, c2296, c2297, c2298, c2299, c2300, c2301, c2302, c2303, c2304, c2305, c2306, c2307, c2308, c2309, c2310, c2311, c2312, c2313, c2314, c2315, c2316, c2317, c2318, c2319, c2320, c2321, c2322, c2323, c2324, c2325, c2326, c2327, c2328, c2329, c2330, c2331, c2332, c2333, c2334, c2335, c2336, c2337, c2338, c2339, c2340, c2341, c2342, c2343, c2344, c2345, c2346, c2347, c2348, c2349, c2350, c2351, c2352, c2353, c2354, c2355, c2356, c2357, c2358, c2359, c2360, c2361, c2362, c2363, c2364, c2365, c2366, c2367, c2368, c2369, c2370, c2371, c2372, c2373, c2374, c2375, c2376, c2377, c2378, c2379, c2380, c2381, c2382, c2383, c2384, c2385, c2386, c2387, c2388, c2389, c2390, c2391, c2392, c2393, c2394, c2395, c2396, c2397, c2398, c2399, c2400, c2401, c2402, c2403, c2404, c2405, c2406, c2407, c2408, c2409, c2410, c2411, c2412, c2413, c2414, c2415, c2416, c2417, c2418, c2419, c2420, c2421, c2422, c2423, c2424, c2425, c2426, c2427, c2428, c2429, c2430, c2431, c2432, c2433, c2434, c2435, c2436, c2437, c2438, c2439, c2440, c2441, c2442, c2443, c2444, c2445, c2446, c2447, c2448, c2449, c2450, c2451, c2452, c2453, c2454, c2455, c2456, c2457, c2458, c2459, c2460, c2461, c2462, c2463, c2464, c2465, c2466, c2467, c2468, c2469, c2470, c2471, c2472, c2473, c2474, c2475, c2476, c2477, c2478, c2479, c2480, c2481, c2482, c2483, c2484, c2485, c2486, c2487, c2488, c2489, c2490, c2491, c2492, c2493, c2494, c2495, c2496, c2497, c2498, c2499, c2500, c2501, c2502, c2503, c2504, c2505, c2506, c2507, c2508, c2509, c2510, c2511, c2512, c2513, c2514, c2515, c2516, c2517, c2518, c2519, c2520, c2521, c2522, c2523, c2524, c2525, c2526, c2527, c2528, c2529, c2530, c2531, c2532, c2533, c2534, c2535, c2536, c2537, c2538, c2539, c2540, c2541, c2542, c2543, c2544, c2545, c2546, c2547, c2548, c2549, c2550, c2551, c2552, c2553, c2554, c2555, c2556, c2557, c2558, c2559, c2560, c2561, c2562, c2563, c2564, c2565, c2566, c2567, c2568, c2569, c2570, c2571, c2572, c2573, c2574, c2575, c2576, c2577, c2578, c2579, c2580, c2581, c2582, c2583, c2584, c2585, c2586, c2587, c2588, c2589, c2590, c2591, c2592, c2593, c2594, c2595, c2596, c2597, c2598, c2599, c2600, c2601, c2602, c2603, c2604, c2605, c2606, c2607, c2608, c2609, c2610, c2611, c2612, c2613, c2614, c2615, c2616, c2617, c2618, c2619, c2620, c2621, c2622, c2623, c2624, c2625, c2626, c2627, c2628, c2629, c2630, c2631, c2632, c2633, c2634, c2635, c2636, c2637, c2638, c2639, c2640, c2641, c2642, c2643, c2644, c2645, c2646, c2647, c2648, c2649, c2650, c2651, c2652, c2653, c2654, c2655, c2656, c2657, c2658, c2659, c2660, c2661, c2662, c2663, c2664, c2665, c2666, c2667, c2668, c2669, c2670, c2671, c2672, c2673, c2674, c2675, c2676, c2677, c2678, c2679, c2680, c2681, c2682, c2683, c2684, c2685, c2686, c2687, c2688, c2689, c2690, c2691, c2692, c2693, c2694, c2695, c2696, c2697, c2698, c2699, c2700, c2701, c2702, c2703, c2704, c2705, c2706, c2707, c2708, c2709, c2710, c2711, c2712, c2713, c2714)
                )
                PARTITION BY HASH(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288)
                WITH (
                    STORE = COLUMN
                )
            
FATAL: Failed to attach session
Traceback (most recent call last):
  File "ydb/tests/stress/common/common.py", line 100, in wrapper
    f()
  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 81, in _create_tables_loop
    self.create_table(str(n))
  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 76, in create_table
    self.client.query(stmt, True)
  File "ydb/tests/stress/common/common.py", line 28, in query
    raise e
  File "ydb/tests/stress/common/common.py", line 25, in query
    return self.session_pool.execute_with_retries(query=statement, retry_settings=retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 252, in execute_with_retries
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 248, in wrapped_callee
    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 331, in __enter__
    self._session = self._pool.acquire(self._timeout)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 111, in acquire
    session = self._create_new_session(time_left)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 63, in _create_new_session
    session.create(settings=BaseRequestSettings().with_timeout(timeout))
  File "contrib/python/ydb/py3/ydb/query/session.py", line 302, in create
    self._attach()
  File "contrib/python/ydb/py3/ydb/query/session.py", line 256, in _attach
    raise e
  File "contrib/python/ydb/py3/ydb/query/session.py", line 252, in _attach
    raise RuntimeError("Failed to attach session")
RuntimeError: Failed to attach session

ERROR    ya.test:process.py:416 Execution failed with exit code: 1
	,std_out:b''
	std_err:b'...ULL, c5804 String, c5805 JsonDocument NOT NULL, c5806 Decimal(22,9), c5807 Timestamp, c5808 Int64, c5809 Double NOT NULL, c5810 Interval64, c5811 Uint8 NOT NULL, c5812 Uint8 NOT NULL, c5813 Interval64 NOT NULL, c5814 Timestamp64 NOT NULL, c5815 Uint32 NOT NULL, c5816 Date NOT NULL, c5817 Decimal(35,10) NOT NULL, c5818 Timestamp NOT NULL, c5819 Uint16, c5820 Decimal(15,0), c5821 Interval64, c5822 Interval64 NOT NULL, c5823 Date, c5824 Double, c5825 Int16 NOT NULL, c5826 Decimal(35,10) NOT NULL, c5827 Yson, c5828 Int8 NOT NULL, c5829 Date, c5830 Int32 NOT NULL, c5831 Int32, c5832 Int64 NOT NULL, c5833 Int16, c5834 Uint64 NOT NULL, c5835 Decimal(15,0), c5836 Uint64, c5837 Date, c5838 Double, c5839 JsonDocument, c5840 Utf8 NOT NULL, c5841 Uint32, c5842 Uint64, c5843 Int64, c5844 Utf8 NOT NULL, c5845 Datetime NOT NULL, c5846 Int64 NOT NULL, c5847 Uint64, c5848 Yson NOT NULL, c5849 Uint64, c5850 Decimal(15,0), c5851 Double NOT NULL, c5852 Uint16 NOT NULL, c5853 Float, c5854 Uint16, c5855 Timestamp64 NOT NULL, c5856 Uint64 NOT NULL, c5857 Double, c5858 Uint8 NOT NULL, c5859 Uint8 NOT NULL, c5860 Decimal(35,10), c5861 Date32 NOT NULL, c5862 Decimal(15,0), c5863 Interval64 NOT NULL, c5864 Int32, c5865 Decimal(15,0), c5866 Timestamp NOT NULL, c5867 Decimal(35,10) NOT NULL, c5868 Int16 NOT NULL, c5869 Float, c5870 Uint64 NOT NULL, c5871 Int32 NOT NULL, c5872 Timestamp64 NOT NULL, c5873 Decimal(35,10) NOT NULL, c5874 Date NOT NULL, c5875 Int64, c5876 Double, c5877 Uint16, c5878 Date, c5879 Decimal(15,0), c5880 Float, c5881 Datetime, c5882 Date32 NOT NULL, c5883 Utf8, c5884 Decimal(35,10), c5885 Uint16, c5886 Date32, c5887 Yson, c5888 Interval64, c5889 Utf8, c5890 JsonDocument NOT NULL, c5891 Decimal(15,0) NOT NULL, c5892 Json, c5893 Uint16 NOT NULL, c5894 Datetime64, c5895 Int64, c5896 Decimal(15,0), c5897 JsonDocument NOT NULL, c5898 JsonDocument, c5899 Date32, c5900 Datetime, c5901 Double, c5902 Datetime64 NOT NULL, c5903 String NOT NULL, c5904 Decimal(22,9), c5905 Date NOT NULL, c5906 Uint64 NOT NULL, c5907 Date, c5908 Datetime64 NOT NULL, c5909 Date32 NOT NULL, c5910 Date32, c5911 Datetime64, c5912 Int64 NOT NULL, c5913 Int8, c5914 Date32 NOT NULL, c5915 Double NOT NULL, c5916 Yson, c5917 Timestamp, c5918 JsonDocument, c5919 JsonDocument, c5920 Int64, c5921 Int64 NOT NULL, c5922 Interval64 NOT NULL, c5923 Datetime64 NOT NULL, c5924 Timestamp64, c5925 Yson NOT NULL, c5926 Decimal(15,0) NOT NULL, c5927 Date32 NOT NULL, c5928 Uint16 NOT NULL, c5929 Date32, c5930 Timestamp, c5931 JsonDocument, c5932 Uint64, c5933 Int8 NOT NULL, c5934 Double NOT NULL, c5935 Date NOT NULL, c5936 Uint32, c5937 Decimal(35,10) NOT NULL, c5938 Datetime NOT NULL, c5939 Decimal(35,10), c5940 Decimal(15,0), c5941 Decimal(22,9) NOT NULL, c5942 Uint8, c5943 String, c5944 Decimal(22,9), c5945 Datetime64, c5946 Utf8 NOT NULL, c5947 Yson, c5948 Uint8, c5949 Datetime64 NOT NULL, c5950 Date32 NOT NULL, c5951 Uint64 NOT NULL, c5952 Yson, c5953 Double, c5954 Timestamp, c5955 Int8, c5956 Date NOT NULL, c5957 Datetime, c5958 Decimal(15,0), c5959 Float NOT NULL, c5960 Float NOT NULL, c5961 Yson NOT NULL, c5962 Interval64 NOT NULL, c5963 Uint16 NOT NULL, c5964 Json, c5965 Decimal(35,10), c5966 Double, c5967 Date32 NOT NULL, c5968 Yson, c5969 Int32, c5970 Datetime64, c5971 Datetime NOT NULL, c5972 Timestamp, c5973 Yson, c5974 Date, c5975 Utf8 NOT NULL, c5976 Int16, c5977 Decimal(22,9), c5978 Uint64 NOT NULL, c5979 Int64, c5980 Int16, c5981 Float, c5982 Int8 NOT NULL, c5983 Int64 NOT NULL, c5984 Utf8, c5985 Uint8, c5986 Timestamp, c5987 Datetime, c5988 Int64, c5989 Uint32, c5990 Decimal(15,0) NOT NULL, c5991 Int32 NOT NULL, c5992 Timestamp64, c5993 Json NOT NULL, c5994 Decimal(15,0), c5995 Datetime, c5996 Uint32, c5997 Uint16 NOT NULL, c5998 Decimal(35,10), c5999 Datetime, c6000 Datetime64 NOT NULL, c6001 Int64, c6002 Int32, c6003 Decimal(15,0), c6004 Utf8 NOT NULL, c6005 Yson NOT NULL, c6006 Decimal(15,0), c6007 Uint32, c6008 Datetime, c6009 Double NOT NULL, c6010 Float NOT NULL, c6011 Yson NOT NULL, c6012 JsonDocument NOT NULL, c6013 Yson, c6014 Int16, c6015 Int8, c6016 Int16 NOT NULL, c6017 Uint16, c6018 Decimal(15,0) NOT NULL, c6019 Uint16, c6020 Float NOT NULL, c6021 Int32, c6022 JsonDocument NOT NULL, c6023 Int16, c6024 Int32, c6025 Interval64, c6026 Float, c6027 Interval64, c6028 Yson NOT NULL, c6029 Utf8 NOT NULL, c6030 Int16, c6031 Datetime NOT NULL, c6032 Decimal(35,10), c6033 Yson NOT NULL, c6034 Decimal(15,0) NOT NULL, c6035 Json, c6036 Date32 NOT NULL, c6037 Int16 NOT NULL, c6038 Int8, c6039 Int16, c6040 Uint64 NOT NULL, c6041 Decimal(22,9), c6042 Utf8 NOT NULL, c6043 Double NOT NULL, c6044 Utf8, c6045 Datetime, c6046 Int16 NOT NULL, c6047 Yson NOT NULL, c6048 Datetime NOT NULL, c6049 Decimal(35,10), c6050 Utf8, c6051 Interval64 NOT NULL, c6052 Decimal(15,0), c6053 Double NOT NULL, c6054 Json NOT NULL, c6055 Decimal(22,9) NOT NULL, c6056 JsonDocument, c6057 Uint16, c6058 Timestamp64, c6059 Int8 NOT NULL, c6060 Date NOT NULL, c6061 Decimal(22,9) NOT NULL, c6062 Date, c6063 JsonDocument NOT NULL, c6064 Interval64, c6065 Uint16, c6066 Timestamp NOT NULL, c6067 Timestamp64 NOT NULL, c6068 String, c6069 Datetime64 NOT NULL, c6070 Decimal(15,0), c6071 Uint32, c6072 Timestamp, c6073 Float, c6074 Uint8, c6075 Utf8 NOT NULL, c6076 Uint64 NOT NULL, c6077 Decimal(22,9), c6078 Interval64, c6079 Float NOT NULL, c6080 Interval64, c6081 Datetime, c6082 Timestamp, c6083 Int64, c6084 JsonDocument NOT NULL, c6085 Datetime, c6086 Timestamp NOT NULL, c6087 Utf8 NOT NULL, c6088 Double NOT NULL, c6089 Timestamp64, c6090 String, c6091 Date32 NOT NULL, c6092 Yson, c6093 Timestamp64, c6094 Float NOT NULL, c6095 Uint16 NOT NULL, c6096 Yson NOT NULL, c6097 Interval64, c6098 Int32, c6099 Timestamp NOT NULL, c6100 Int8, c6101 Int8, c6102 Timestamp64 NOT NULL, c6103 Int64, c6104 Int16 NOT NULL, c6105 Uint64, c6106 Json NOT NULL, c6107 Float NOT NULL, c6108 Decimal(35,10) NOT NULL, c6109 Int64, c6110 Decimal(22,9) NOT NULL, c6111 Timestamp64, c6112 Datetime64 NOT NULL, c6113 Json NOT NULL, c6114 Int64, c6115 Timestamp NOT NULL, c6116 Uint32 NOT NULL, c6117 Utf8, c6118 Datetime NOT NULL, c6119 Date32 NOT NULL, c6120 Uint8, c6121 String, c6122 Uint32, c6123 JsonDocument NOT NULL, c6124 Int64, c6125 Uint64, c6126 Int16 NOT NULL, c6127 Date NOT NULL, c6128 Float NOT NULL, c6129 Decimal(22,9) NOT NULL, c6130 Int64, c6131 Uint8 NOT NULL, c6132 Date32, c6133 Uint32 NOT NULL, c6134 Date32, c6135 Int16, c6136 Uint8, c6137 Yson, c6138 Int64, c6139 Float, c6140 Int8, c6141 Datetime, c6142 Double NOT NULL, c6143 Timestamp64 NOT NULL, c6144 Utf8, c6145 Decimal(15,0) NOT NULL, c6146 String, c6147 Yson, c6148 JsonDocument NOT NULL, c6149 Decimal(15,0) NOT NULL, c6150 Date NOT NULL, c6151 Int16 NOT NULL, c6152 Datetime NOT NULL, c6153 Utf8 NOT NULL, c6154 String NOT NULL, c6155 JsonDocument, c6156 Double, c6157 Yson NOT NULL, c6158 String, c6159 Date32, c6160 Timestamp64, c6161 JsonDocument, c6162 JsonDocument NOT NULL, c6163 Interval64, c6164 Int8, c6165 Uint8 NOT NULL, c6166 Json, c6167 Decimal(15,0) NOT NULL, c6168 Uint8, c6169 Int32 NOT NULL, c6170 Int32 NOT NULL, c6171 Timestamp64, c6172 Uint32 NOT NULL, c6173 Int16, c6174 Uint16 NOT NULL, c6175 Uint8, c6176 Int8, c6177 Uint64, c6178 Uint8, c6179 JsonDocument NOT NULL, c6180 Date, c6181 Int16 NOT NULL, c6182 Interval64 NOT NULL, c6183 String NOT NULL, c6184 Uint16, c6185 Decimal(22,9), c6186 Datetime64, c6187 Datetime64, c6188 Datetime, c6189 Utf8 NOT NULL, c6190 Uint32 NOT NULL, c6191 Uint64 NOT NULL, c6192 Datetime, c6193 Decimal(15,0), c6194 Float NOT NULL, c6195 Uint16, c6196 Float, c6197 JsonDocument, c6198 Int8 NOT NULL, c6199 Decimal(22,9) NOT NULL, c6200 Int64 NOT NULL, c6201 Json NOT NULL, c6202 Datetime64, c6203 Decimal(22,9) NOT NULL, c6204 Int8, c6205 Timestamp64, c6206 Uint64, c6207 Uint32 NOT NULL, c6208 Double, c6209 Json NOT NULL, c6210 Uint64 NOT NULL, c6211 Decimal(35,10), c6212 Decimal(15,0) NOT NULL, c6213 Int16 NOT NULL, c6214 Uint8 NOT NULL, c6215 Date32 NOT NULL, c6216 Utf8, c6217 Json NOT NULL, c6218 Uint8, c6219 Yson, c6220 Datetime NOT NULL, c6221 JsonDocument NOT NULL, c6222 Float, c6223 Uint8 NOT NULL, c6224 Uint64 NOT NULL, c6225 Int16 NOT NULL, c6226 Timestamp64 NOT NULL, c6227 Int64, c6228 Int16, c6229 Uint16 NOT NULL, c6230 Timestamp, c6231 Decimal(22,9), c6232 Int32 NOT NULL, c6233 Json NOT NULL, c6234 Decimal(22,9), c6235 Uint32, c6236 Float NOT NULL, c6237 Timestamp64 NOT NULL, c6238 JsonDocument, c6239 Date32, c6240 Utf8 NOT NULL, c6241 Json NOT NULL, c6242 Date32 NOT NULL, c6243 Int64 NOT NULL, c6244 Utf8, c6245 Uint16, c6246 Date NOT NULL, c6247 Datetime64, c6248 Int8 NOT NULL, c6249 Interval64, c6250 Uint8, c6251 Int16, c6252 Decimal(15,0), c6253 Decimal(22,9) NOT NULL, c6254 Int32 NOT NULL, c6255 Int32 NOT NULL, c6256 Yson NOT NULL, c6257 Int64 NOT NULL, c6258 Int8 NOT NULL, c6259 Date, c6260 String, c6261 Decimal(35,10) NOT NULL, c6262 Decimal(22,9), c6263 Decimal(35,10), c6264 Utf8, c6265 Timestamp, c6266 JsonDocument NOT NULL, c6267 JsonDocument, c6268 Date32, c6269 Int8, c6270 Decimal(15,0), c6271 Json NOT NULL, c6272 Int32 NOT NULL, c6273 Timestamp64, c6274 Uint16 NOT NULL, c6275 Decimal(22,9), c6276 Datetime64 NOT NULL, c6277 String, c6278 Int32, c6279 Double NOT NULL, c6280 String NOT NULL, c6281 Uint32 NOT NULL, c6282 Date, c6283 Datetime NOT NULL, c6284 Decimal(35,10), c6285 Double, c6286 Datetime64 NOT NULL, c6287 Double, c6288 Int16 NOT NULL, c6289 Int32, c6290 Interval64 NOT NULL, c6291 String NOT NULL, c6292 Json NOT NULL, c6293 Uint8 NOT NULL, c6294 Date32, c6295 Timestamp, c6296 Decimal(15,0) NOT NULL, c6297 Timestamp, c6298 Int32, c6299 Uint8 NOT NULL, c6300 Decimal(22,9) NOT NULL, c6301 Uint64, c6302 Uint32 NOT NULL, c6303 Uint64, c6304 Decimal(35,10), c6305 JsonDocument NOT NULL, c6306 JsonDocument NOT NULL, c6307 Datetime64, c6308 Utf8, c6309 Double NOT NULL, c6310 Datetime64, c6311 Decimal(22,9) NOT NULL, c6312 Int8 NOT NULL, c6313 Yson, c6314 JsonDocument, c6315 Json, c6316 Decimal(15,0) NOT NULL, c6317 Utf8, c6318 Uint8, c6319 Int16, c6320 Json NOT NULL, c6321 Int8, c6322 Float, c6323 Int8 NOT NULL, c6324 Json, c6325 String, c6326 Uint8, c6327 Timestamp64 NOT NULL, c6328 Uint64, c6329 Timestamp64, c6330 Date32 NOT NULL, c6331 Int64, c6332 Uint64, c6333 Json, c6334 Timestamp64 NOT NULL, c6335 Int64 NOT NULL, c6336 Uint32 NOT NULL, c6337 Interval64 NOT NULL, c6338 Interval64 NOT NULL, c6339 Int64, c6340 Timestamp, c6341 String, c6342 Int32, c6343 Uint64, c6344 Json, c6345 String NOT NULL, c6346 Decimal(22,9), c6347 Yson NOT NULL, c6348 Datetime64, c6349 Timestamp, c6350 Int64, c6351 Uint64 NOT NULL, c6352 Timestamp64, c6353 Timestamp, c6354 Date, c6355 Decimal(35,10) NOT NULL, c6356 Date, c6357 String NOT NULL, c6358 Int16, c6359 Int16 NOT NULL, c6360 Decimal(15,0) NOT NULL, c6361 Int8 NOT NULL, c6362 Int32, c6363 Uint32 NOT NULL, c6364 Int16 NOT NULL, c6365 Uint64 NOT NULL, c6366 Int64, c6367 Datetime, c6368 Date32 NOT NULL, c6369 Json, c6370 Json NOT NULL, c6371 Interval64, c6372 Timestamp NOT NULL, c6373 Decimal(35,10), c6374 JsonDocument, c6375 Uint64 NOT NULL, c6376 Double NOT NULL, c6377 Datetime, c6378 Yson, c6379 Uint8 NOT NULL, c6380 Int32, c6381 Int32, c6382 Interval64, c6383 Uint32, c6384 Int32 NOT NULL, c6385 Double NOT NULL, c6386 Uint16 NOT NULL, c6387 Uint32, c6388 Date, c6389 Utf8 NOT NULL, c6390 Float, c6391 Timestamp NOT NULL, c6392 Utf8, c6393 Decimal(35,10) NOT NULL, c6394 Yson, c6395 String NOT NULL, c6396 Uint8, c6397 Int8, c6398 Interval64, c6399 Datetime NOT NULL, c6400 Double NOT NULL, c6401 Datetime, c6402 Uint32, c6403 Date, c6404 Timestamp64 NOT NULL, c6405 String NOT NULL, c6406 Uint64 NOT NULL, c6407 Int16, c6408 Interval64, c6409 Uint16, c6410 Int64 NOT NULL, c6411 Decimal(35,10) NOT NULL, c6412 String, c6413 Decimal(35,10) NOT NULL, c6414 Timestamp, c6415 Uint8, c6416 Uint16 NOT NULL, c6417 Utf8 NOT NULL, c6418 Int16 NOT NULL, c6419 Int16 NOT NULL, c6420 Int8, c6421 Uint32, c6422 Utf8 NOT NULL, c6423 Float, c6424 Int16 NOT NULL, c6425 Yson NOT NULL, c6426 Decimal(35,10) NOT NULL, c6427 Float NOT NULL, c6428 Json, c6429 Int16, c6430 Uint8 NOT NULL, c6431 Yson, c6432 Yson, c6433 Json NOT NULL, c6434 Int32, c6435 Utf8 NOT NULL, c6436 Uint32 NOT NULL, c6437 Uint8 NOT NULL, c6438 Yson, c6439 Decimal(22,9), c6440 Datetime NOT NULL, c6441 Interval64, c6442 JsonDocument NOT NULL, c6443 Int8 NOT NULL, c6444 Int64, c6445 Interval64 NOT NULL, c6446 Yson NOT NULL, c6447 JsonDocument NOT NULL, c6448 Double NOT NULL, c6449 Double NOT NULL, c6450 Decimal(22,9) NOT NULL, c6451 Double, c6452 Yson, c6453 Datetime64, c6454 Int32 NOT NULL, c6455 String, c6456 Date NOT NULL, c6457 Int64, c6458 Uint8, c6459 Timestamp, c6460 String, c6461 Datetime64 NOT NULL, c6462 Float, c6463 Uint32 NOT NULL, c6464 Date32, c6465 Uint16 NOT NULL, c6466 Datetime64, c6467 Utf8 NOT NULL, c6468 Decimal(35,10), c6469 Json NOT NULL, c6470 Int16, c6471 Double NOT NULL, c6472 Double NOT NULL, c6473 String NOT NULL, c6474 Decimal(15,0), c6475 Datetime64 NOT NULL, c6476 Uint64 NOT NULL, c6477 Double, c6478 Uint16 NOT NULL, c6479 Int32 NOT NULL, c6480 Date32, c6481 Int16, c6482 Uint8 NOT NULL, c6483 Int32, c6484 Json, c6485 String, c6486 Timestamp NOT NULL, c6487 Interval64, c6488 Int32, c6489 Timestamp64, c6490 Timestamp, c6491 Float, c6492 String NOT NULL, c6493 Float NOT NULL, c6494 Date NOT NULL, c6495 Datetime NOT NULL, c6496 Datetime, c6497 Float NOT NULL, c6498 JsonDocument, c6499 Int16, c6500 Interval64, c6501 Date, c6502 Double NOT NULL, c6503 JsonDocument NOT NULL, c6504 Uint32 NOT NULL, c6505 Int32, c6506 Json NOT NULL, c6507 Utf8 NOT NULL, c6508 Date32 NOT NULL, c6509 Yson, c6510 Float NOT NULL, c6511 Datetime64 NOT NULL, c6512 Datetime64, c6513 Date32, c6514 Float, c6515 Decimal(15,0), c6516 Uint64, c6517 Datetime, c6518 Uint16 NOT NULL, c6519 Int8, c6520 Int32 NOT NULL, c6521 Uint16 NOT NULL, c6522 Datetime NOT NULL, c6523 Datetime64 NOT NULL, c6524 Int64 NOT NULL, c6525 Decimal(15,0) NOT NULL, c6526 Uint32 NOT NULL, c6527 Yson NOT NULL, c6528 Json NOT NULL, c6529 Date, c6530 Datetime, c6531 Datetime64, c6532 Timestamp NOT NULL, c6533 Uint8 NOT NULL, c6534 Datetime, c6535 Timestamp64, c6536 Int16 NOT NULL, c6537 String NOT NULL, c6538 Interval64, c6539 JsonDocument NOT NULL, c6540 Decimal(35,10), c6541 Yson NOT NULL, c6542 Uint8, c6543 Interval64 NOT NULL, c6544 Timestamp, c6545 Int32 NOT NULL, c6546 Int16 NOT NULL, c6547 Json, c6548 Float NOT NULL, c6549 Timestamp64 NOT NULL, c6550 Int8 NOT NULL, c6551 Uint32 NOT NULL, c6552 Datetime64 NOT NULL, c6553 JsonDocument NOT NULL, c6554 Double, c6555 Date32 NOT NULL, c6556 Timestamp NOT NULL, c6557 Uint32, c6558 Float, c6559 Timestamp, c6560 Decimal(15,0), c6561 Timestamp64, c6562 Decimal(22,9), c6563 Json NOT NULL, c6564 Int16 NOT NULL, c6565 Uint16 NOT NULL, c6566 Date NOT NULL, c6567 Timestamp64, c6568 Datetime, c6569 Int32 NOT NULL, c6570 Float NOT NULL, c6571 Uint32, c6572 Date32 NOT NULL, c6573 JsonDocument, c6574 Interval64 NOT NULL, c6575 Timestamp64, c6576 Datetime NOT NULL, c6577 Date, c6578 Uint32 NOT NULL, c6579 Decimal(35,10) NOT NULL, c6580 Interval64, c6581 Date32 NOT NULL, c6582 Double NOT NULL, c6583 Utf8, c6584 String, c6585 Uint64, c6586 Uint32, c6587 Datetime, c6588 Double, c6589 Uint16, c6590 Float NOT NULL, c6591 Interval64, c6592 Uint64, c6593 Int64, c6594 Int64, c6595 Double NOT NULL, c6596 Date, c6597 Int32, c6598 Uint8, c6599 Uint8 NOT NULL, c6600 Timestamp64, c6601 Datetime64, c6602 Date32, c6603 Uint16, c6604 Timestamp64, c6605 Date, c6606 Uint64 NOT NULL, c6607 Decimal(22,9) NOT NULL, c6608 Int32 NOT NULL, c6609 JsonDocument NOT NULL, c6610 JsonDocument NOT NULL, c6611 Timestamp64 NOT NULL, c6612 String NOT NULL, c6613 Uint16 NOT NULL, c6614 Datetime NOT NULL, c6615 Decimal(35,10), c6616 Float, c6617 Timestamp, c6618 Float, c6619 Decimal(15,0) NOT NULL, c6620 Int8 NOT NULL, c6621 Decimal(15,0) NOT NULL, c6622 Decimal(22,9) NOT NULL, c6623 Double NOT NULL, c6624 Int8 NOT NULL, c6625 Uint64 NOT NULL, c6626 Decimal(22,9) NOT NULL, c6627 Decimal(22,9) NOT NULL, c6628 Int8, c6629 Decimal(15,0), c6630 Decimal(15,0), c6631 Int8 NOT NULL, c6632 Decimal(15,0) NOT NULL, c6633 Decimal(15,0) NOT NULL, c6634 Float NOT NULL, c6635 Double NOT NULL, c6636 JsonDocument, c6637 String NOT NULL, c6638 JsonDocument, c6639 Int16 NOT NULL, c6640 Datetime64 NOT NULL, c6641 Uint32 NOT NULL, c6642 String NOT NULL, c6643 Interval64 NOT NULL, c6644 Uint64 NOT NULL, c6645 String, c6646 Decimal(15,0) NOT NULL, c6647 JsonDocument NOT NULL, c6648 Utf8, c6649 Int16 NOT NULL, c6650 Yson, c6651 Timestamp NOT NULL, c6652 Int16, c6653 Interval64 NOT NULL, c6654 Datetime NOT NULL, c6655 Interval64, c6656 Int32 NOT NULL, c6657 Date32, c6658 Int64 NOT NULL, c6659 Int16 NOT NULL, c6660 JsonDocument, c6661 Uint16 NOT NULL, c6662 Timestamp, c6663 Int64 NOT NULL, c6664 Yson, c6665 Uint64 NOT NULL, c6666 Interval64 NOT NULL, c6667 Int64, c6668 Yson NOT NULL, c6669 Uint64 NOT NULL, c6670 Uint64 NOT NULL, c6671 Int64 NOT NULL, c6672 Yson, c6673 Uint8, c6674 Interval64, c6675 Date32, c6676 Interval64 NOT NULL, c6677 Uint32 NOT NULL, c6678 Datetime NOT NULL, c6679 Uint32, c6680 Date NOT NULL, c6681 Timestamp64, c6682 Date NOT NULL, c6683 Timestamp NOT NULL, c6684 Double NOT NULL, c6685 Date NOT NULL, c6686 Date32, c6687 Datetime64, c6688 Decimal(35,10) NOT NULL, c6689 Double, c6690 Timestamp64 NOT NULL, c6691 Decimal(35,10) NOT NULL, c6692 String NOT NULL, c6693 Int32 NOT NULL, c6694 Uint16 NOT NULL, c6695 Double, c6696 String NOT NULL, c6697 Uint16 NOT NULL, c6698 String NOT NULL, c6699 Decimal(35,10) NOT NULL, c6700 Int8, c6701 Double, c6702 Int8, c6703 Float, c6704 Timestamp64, c6705 JsonDocument, c6706 Decimal(22,9) NOT NULL, c6707 Uint64, c6708 Json NOT NULL, c6709 Decimal(15,0), c6710 JsonDocument NOT NULL, c6711 Date32 NOT NULL, c6712 Utf8 NOT NULL, c6713 Double, c6714 Timestamp, c6715 Uint32, c6716 Float, c6717 Uint16 NOT NULL, c6718 Int16 NOT NULL, c6719 Datetime64, c6720 Decimal(15,0) NOT NULL, c6721 Utf8, c6722 Int16 NOT NULL, c6723 Double, c6724 Datetime NOT NULL, c6725 Yson, c6726 Float, c6727 Decimal(15,0), c6728 Float NOT NULL, c6729 Int8 NOT NULL, c6730 String, c6731 Date NOT NULL, c6732 Date, c6733 Datetime NOT NULL, c6734 Uint64 NOT NULL, c6735 Interval64 NOT NULL, c6736 Timestamp64, c6737 Int8 NOT NULL, c6738 Decimal(15,0) NOT NULL, c6739 Decimal(15,0) NOT NULL, c6740 Yson NOT NULL, c6741 Int8, c6742 Json NOT NULL, c6743 Int16 NOT NULL, c6744 Date32, c6745 JsonDocument, c6746 Datetime64, c6747 Int64, c6748 Datetime64, c6749 Decimal(22,9), c6750 Uint32, c6751 Timestamp NOT NULL, c6752 Json, c6753 Int8, c6754 Decimal(35,10) NOT NULL, c6755 Int8 NOT NULL, c6756 Date, c6757 Date32 NOT NULL, c6758 Interval64 NOT NULL, c6759 Timestamp NOT NULL, c6760 Yson NOT NULL, c6761 Double NOT NULL, c6762 String, c6763 Int32, c6764 String NOT NULL, c6765 String, c6766 Float NOT NULL, c6767 Decimal(15,0) NOT NULL, c6768 Uint8 NOT NULL, c6769 Datetime64, c6770 Date NOT NULL, c6771 Json NOT NULL, c6772 Datetime, c6773 Int16 NOT NULL, c6774 JsonDocument NOT NULL, c6775 Datetime64 NOT NULL, c6776 Decimal(35,10) NOT NULL, c6777 Datetime, c6778 JsonDocument NOT NULL, c6779 Decimal(22,9), c6780 Decimal(35,10), c6781 Uint32 NOT NULL, c6782 Interval64 NOT NULL, c6783 Timestamp64, c6784 Int32 NOT NULL, c6785 Uint64 NOT NULL, c6786 Decimal(22,9), c6787 Utf8 NOT NULL, c6788 Int32 NOT NULL, c6789 Date32, c6790 Date32 NOT NULL, c6791 Timestamp, c6792 Int32, c6793 Date32, c6794 Uint64, c6795 Decimal(35,10) NOT NULL, c6796 Uint16, c6797 Decimal(35,10), c6798 Decimal(15,0), c6799 Int8, c6800 Int16 NOT NULL, c6801 Decimal(22,9) NOT NULL, c6802 Datetime64 NOT NULL, c6803 Int8, c6804 Float, c6805 Double NOT NULL, c6806 Json NOT NULL, c6807 Decimal(22,9) NOT NULL, c6808 Date32, c6809 Datetime, c6810 Yson NOT NULL, c6811 Uint64 NOT NULL, c6812 String NOT NULL, c6813 Date, c6814 Timestamp64, c6815 Timestamp64 NOT NULL, c6816 Double NOT NULL, c6817 Uint8, c6818 JsonDocument NOT NULL, c6819 Date32, c6820 JsonDocument, c6821 Int16 NOT NULL, c6822 Uint32, c6823 Utf8, c6824 Utf8 NOT NULL, c6825 Int8 NOT NULL, c6826 Yson NOT NULL, c6827 String, c6828 Decimal(15,0) NOT NULL, c6829 Decimal(22,9) NOT NULL, c6830 Date32, c6831 Double, c6832 Timestamp, c6833 JsonDocument NOT NULL, c6834 Timestamp, c6835 Uint8, c6836 Yson NOT NULL, c6837 Decimal(35,10) NOT NULL, c6838 Int16 NOT NULL, c6839 Decimal(22,9), c6840 Timestamp64, c6841 Json NOT NULL, c6842 Uint16, c6843 Int16, c6844 String, c6845 Uint64, c6846 Int8 NOT NULL, c6847 Int16 NOT NULL, c6848 Yson NOT NULL, c6849 Timestamp NOT NULL, c6850 Float, c6851 Json NOT NULL, c6852 Timestamp64, c6853 Decimal(15,0), c6854 Int16, c6855 JsonDocument, c6856 Int16 NOT NULL, c6857 Json NOT NULL, c6858 Date32 NOT NULL, c6859 Int32 NOT NULL, c6860 Decimal(35,10) NOT NULL, c6861 Json, c6862 Yson, c6863 Uint8 NOT NULL, c6864 Timestamp, c6865 Decimal(15,0) NOT NULL, c6866 Datetime NOT NULL, c6867 Double, c6868 Uint32 NOT NULL, c6869 Int16, c6870 Datetime NOT NULL, c6871 JsonDocument, c6872 Double, c6873 Utf8, c6874 Uint8, c6875 Date32, c6876 String NOT NULL, c6877 Uint64 NOT NULL, c6878 Int64, c6879 Timestamp64, c6880 String, c6881 Decimal(22,9) NOT NULL, c6882 Int32, c6883 Timestamp64, c6884 Decimal(35,10), c6885 Decimal(35,10) NOT NULL, c6886 Float NOT NULL, c6887 Decimal(15,0) NOT NULL, c6888 Yson NOT NULL, c6889 Decimal(35,10), c6890 Timestamp NOT NULL, c6891 String, c6892 Datetime64 NOT NULL, c6893 Timestamp NOT NULL, c6894 Decimal(15,0) NOT NULL, c6895 Datetime, c6896 Timestamp64 NOT NULL, c6897 Uint32 NOT NULL, c6898 Json, c6899 Double, c6900 Datetime NOT NULL, c6901 Datetime, c6902 Float, c6903 Date NOT NULL, c6904 Datetime64, c6905 Timestamp NOT NULL, c6906 Json NOT NULL, c6907 Datetime64 NOT NULL, c6908 Int16 NOT NULL, c6909 JsonDocument NOT NULL, c6910 Yson NOT NULL, c6911 Uint64 NOT NULL, c6912 Interval64 NOT NULL, c6913 Double NOT NULL, c6914 JsonDocument, c6915 String NOT NULL, c6916 JsonDocument, c6917 JsonDocument NOT NULL, c6918 Timestamp64 NOT NULL, c6919 Int8, c6920 Date NOT NULL, c6921 Interval64 NOT NULL, c6922 Datetime, c6923 Int32, c6924 Double NOT NULL, c6925 Float, c6926 Double, c6927 Int32 NOT NULL, c6928 Interval64, c6929 JsonDocument NOT NULL, c6930 Datetime64 NOT NULL, c6931 Float, c6932 Uint32, c6933 Decimal(15,0) NOT NULL, c6934 Timestamp64, c6935 Int8 NOT NULL, c6936 Json, c6937 Decimal(22,9) NOT NULL, c6938 Timestamp64 NOT NULL, c6939 Datetime, c6940 Int16 NOT NULL, c6941 Decimal(22,9), c6942 Decimal(15,0), c6943 Int32, c6944 Date, c6945 Decimal(35,10), c6946 Decimal(35,10) NOT NULL, c6947 Int8, c6948 Uint64 NOT NULL, c6949 Date32, c6950 Decimal(35,10) NOT NULL, c6951 Uint8 NOT NULL, c6952 Date32, c6953 Uint16 NOT NULL, c6954 Int16 NOT NULL, c6955 Date32, c6956 Float NOT NULL, c6957 Interval64, c6958 Uint32 NOT NULL, c6959 Uint16, c6960 Interval64, c6961 Date32 NOT NULL, c6962 Uint16, c6963 Date, c6964 Interval64 NOT NULL, c6965 Decimal(15,0), c6966 Int32 NOT NULL, c6967 Utf8, c6968 Datetime64 NOT NULL, c6969 Float, c6970 Int8, c6971 Decimal(35,10), c6972 Int64, c6973 Decimal(35,10) NOT NULL, c6974 JsonDocument, c6975 JsonDocument NOT NULL, c6976 JsonDocument NOT NULL, c6977 Int64 NOT NULL, c6978 Int32, c6979 Interval64 NOT NULL, c6980 Decimal(22,9), c6981 Int8 NOT NULL, c6982 Yson, c6983 Decimal(22,9), c6984 Datetime, c6985 Int64, c6986 String NOT NULL, c6987 Utf8, c6988 Timestamp NOT NULL, c6989 Datetime, c6990 Decimal(22,9), c6991 Interval64 NOT NULL, c6992 Int32, c6993 Uint16 NOT NULL, c6994 Decimal(35,10) NOT NULL, c6995 Interval64 NOT NULL, c6996 Uint8 NOT NULL, c6997 Utf8, c6998 Decimal(15,0), c6999 Float, c7000 String NOT NULL, c7001 Int8 NOT NULL, c7002 Timestamp NOT NULL, c7003 Timestamp, c7004 JsonDocument, c7005 Int8, c7006 Uint8, c7007 Uint32 NOT NULL, c7008 Double, c7009 Yson NOT NULL, c7010 Interval64, c7011 Date, c7012 Date NOT NULL, c7013 Int8 NOT NULL, c7014 Decimal(35,10), c7015 Timestamp64 NOT NULL, c7016 Timestamp, c7017 Date, c7018 Double NOT NULL, c7019 Timestamp, c7020 Uint64, c7021 Utf8 NOT NULL, c7022 Date NOT NULL, c7023 JsonDocument, c7024 Uint8, c7025 Json NOT NULL, c7026 Decimal(35,10), c7027 Float, c7028 Int16 NOT NULL, c7029 Decimal(35,10), c7030 Uint16, c7031 Uint32 NOT NULL, c7032 Int8, c7033 Uint16 NOT NULL, c7034 Decimal(35,10), c7035 Decimal(15,0), c7036 Double, c7037 Uint16 NOT NULL, c7038 Interval64, c7039 Datetime64 NOT NULL, c7040 Yson NOT NULL, c7041 Float NOT NULL, c7042 Int32, c7043 Uint64 NOT NULL, c7044 Decimal(22,9) NOT NULL, c7045 Double NOT NULL, c7046 Utf8, c7047 Date32, c7048 Utf8, c7049 Uint32 NOT NULL, c7050 Decimal(15,0) NOT NULL, c7051 Interval64 NOT NULL, c7052 Uint32 NOT NULL, c7053 Timestamp64 NOT NULL, c7054 Decimal(22,9) NOT NULL, c7055 JsonDocument, c7056 Utf8, c7057 Float, c7058 Float NOT NULL, c7059 Decimal(15,0), c7060 Datetime, c7061 Timestamp, c7062 String NOT NULL, c7063 String, c7064 Uint64 NOT NULL, c7065 Uint32, c7066 Uint16 NOT NULL, c7067 Timestamp64 NOT NULL, c7068 Int32 NOT NULL, c7069 Int16, c7070 Datetime, c7071 Timestamp64, c7072 Yson, c7073 String NOT NULL, c7074 Int64, c7075 Int16 NOT NULL, c7076 Int8 NOT NULL, c7077 Uint64, c7078 Int64 NOT NULL, c7079 Int32, c7080 Yson NOT NULL, c7081 Interval64, c7082 Timestamp64 NOT NULL, c7083 JsonDocument NOT NULL, c7084 Decimal(35,10) NOT NULL, c7085 Float, c7086 Utf8 NOT NULL, c7087 Decimal(22,9) NOT NULL, c7088 Interval64, c7089 Interval64 NOT NULL, c7090 Float NOT NULL, c7091 Yson NOT NULL, c7092 Uint8 NOT NULL, c7093 Datetime, c7094 Timestamp NOT NULL, c7095 Uint16 NOT NULL, c7096 Double NOT NULL, c7097 Uint16, c7098 Decimal(22,9), c7099 Uint32, c7100 Interval64 NOT NULL, c7101 Date, c7102 Decimal(22,9) NOT NULL, c7103 Interval64, c7104 Double, c7105 Int32, c7106 Int32, c7107 Uint16, c7108 String NOT NULL, c7109 Json, c7110 Uint64, c7111 Timestamp64 NOT NULL, c7112 Datetime NOT NULL, c7113 Int64, c7114 Timestamp, c7115 Int8, c7116 Date, c7117 Uint32, c7118 Int64, c7119 Timestamp64, c7120 String, c7121 Datetime64, c7122 Datetime NOT NULL, c7123 Decimal(35,10), c7124 Int16 NOT NULL, c7125 Date, c7126 Int8 NOT NULL, c7127 Yson, c7128 Uint16 NOT NULL, c7129 Utf8 NOT NULL, c7130 Uint16 NOT NULL, c7131 Datetime64, c7132 Double NOT NULL, c7133 Yson, c7134 Int16 NOT NULL, c7135 Decimal(15,0) NOT NULL, c7136 Decimal(15,0), c7137 Uint64 NOT NULL, c7138 Datetime64, c7139 Decimal(35,10), c7140 Decimal(22,9) NOT NULL, c7141 Date, c7142 Uint64 NOT NULL, c7143 Yson NOT NULL, c7144 Double NOT NULL, c7145 Datetime64, c7146 Yson, c7147 Decimal(22,9), c7148 Decimal(15,0) NOT NULL, c7149 Uint64, c7150 Uint64 NOT NULL, c7151 Uint16 NOT NULL, c7152 Int64, c7153 Timestamp NOT NULL, c7154 Int16, c7155 Uint16 NOT NULL, c7156 Decimal(15,0), c7157 Int16 NOT NULL, c7158 Double, c7159 Uint8 NOT NULL, c7160 Datetime64, c7161 Uint32, c7162 String NOT NULL, c7163 Decimal(35,10), c7164 Int32 NOT NULL, c7165 Uint32 NOT NULL, c7166 Json NOT NULL, c7167 Json NOT NULL, c7168 JsonDocument, c7169 Uint8 NOT NULL, c7170 Int16, c7171 Json, c7172 Datetime64, c7173 Yson NOT NULL, c7174 String, c7175 Uint64 NOT NULL, c7176 Datetime NOT NULL, c7177 Timestamp, c7178 Datetime, c7179 Timestamp64, c7180 Uint8 NOT NULL, c7181 Datetime NOT NULL, c7182 Uint32, c7183 Int64, c7184 Date, c7185 Int8 NOT NULL, c7186 Double NOT NULL, c7187 Double, c7188 Timestamp, c7189 Date, c7190 Uint8, c7191 Uint8, c7192 Uint32, c7193 JsonDocument, c7194 Decimal(22,9), c7195 Decimal(22,9), c7196 Utf8, c7197 Uint16 NOT NULL, c7198 Utf8 NOT NULL, c7199 Timestamp NOT NULL, c7200 Float, c7201 Int64 NOT NULL, c7202 Int8, c7203 JsonDocument, c7204 JsonDocument, c7205 Int64 NOT NULL, c7206 Decimal(15,0), c7207 Uint8 NOT NULL, c7208 Decimal(15,0) NOT NULL, c7209 Datetime NOT NULL, c7210 Int16, c7211 Interval64, c7212 Int16, c7213 Uint16, c7214 Datetime64, c7215 Int64 NOT NULL, c7216 Uint8 NOT NULL, c7217 Int16 NOT NULL, c7218 Int8, c7219 Decimal(22,9), c7220 String NOT NULL, c7221 Uint32, c7222 Decimal(22,9) NOT NULL, c7223 Utf8, c7224 JsonDocument, c7225 Decimal(15,0) NOT NULL, c7226 Date32 NOT NULL, c7227 Yson NOT NULL, c7228 Int16, c7229 Int16, c7230 Uint16 NOT NULL, c7231 Date32 NOT NULL, c7232 Double NOT NULL, c7233 Interval64 NOT NULL, c7234 Date NOT NULL, c7235 Double NOT NULL, c7236 Int32, c7237 Uint16, c7238 Decimal(15,0) NOT NULL, c7239 Int16 NOT NULL, c7240 Date32 NOT NULL, c7241 Float, c7242 Interval64 NOT NULL, c7243 Utf8, c7244 Uint32, c7245 Interval64 NOT NULL, c7246 Decimal(15,0) NOT NULL, c7247 Decimal(22,9), c7248 Date NOT NULL, c7249 Utf8 NOT NULL, c7250 Decimal(15,0), c7251 String, c7252 Uint64 NOT NULL, c7253 Uint16, c7254 Timestamp NOT NULL, c7255 Json, c7256 Uint64 NOT NULL, c7257 Int32 NOT NULL, c7258 Double, c7259 Interval64, c7260 Datetime NOT NULL, c7261 Double NOT NULL, c7262 Decimal(35,10), c7263 Timestamp NOT NULL, c7264 Float NOT NULL, c7265 Yson, c7266 Int8 NOT NULL, c7267 Datetime64 NOT NULL, c7268 Yson NOT NULL, c7269 Int32 NOT NULL, c7270 Date NOT NULL, c7271 Uint8, c7272 Uint32, c7273 Interval64, c7274 Decimal(15,0), c7275 Json, c7276 Json NOT NULL, c7277 Uint8, c7278 Int64, c7279 Uint16, c7280 Utf8, c7281 Decimal(22,9), c7282 Uint32, c7283 JsonDocument NOT NULL, c7284 Decimal(22,9), c7285 Date NOT NULL, c7286 Uint64 NOT NULL, c7287 Datetime64, c7288 Uint16 NOT NULL, c7289 Datetime NOT NULL, c7290 Int16 NOT NULL, c7291 Double, c7292 Decimal(22,9), c7293 Int16, c7294 Utf8 NOT NULL, c7295 Float, c7296 Json NOT NULL, c7297 Yson, c7298 Interval64, c7299 Uint8, c7300 String NOT NULL, c7301 Decimal(15,0), c7302 Date NOT NULL, c7303 Int16, c7304 Timestamp64, c7305 Decimal(22,9) NOT NULL, c7306 Timestamp64 NOT NULL, c7307 Timestamp, c7308 Uint32, c7309 Yson, c7310 Timestamp, c7311 Int64, c7312 Utf8 NOT NULL, c7313 Uint8 NOT NULL, c7314 Int16 NOT NULL, c7315 Int64 NOT NULL, c7316 Yson NOT NULL, c7317 Timestamp NOT NULL, c7318 Int8, c7319 Int32 NOT NULL, c7320 Float, c7321 Double NOT NULL, c7322 Datetime64 NOT NULL, c7323 Timestamp64 NOT NULL, c7324 Json NOT NULL, c7325 Decimal(15,0), c7326 Json NOT NULL, c7327 JsonDocument, c7328 JsonDocument NOT NULL, c7329 JsonDocument NOT NULL, c7330 JsonDocument, c7331 Int32, c7332 Uint64, c7333 Datetime64, c7334 String, c7335 Int16 NOT NULL, c7336 Int64 NOT NULL, c7337 Decimal(15,0) NOT NULL, c7338 Date32 NOT NULL, c7339 Int16, c7340 Uint32 NOT NULL, c7341 Decimal(22,9), c7342 Double, c7343 Date, c7344 Date32 NOT NULL, c7345 Decimal(22,9), c7346 Date32 NOT NULL, c7347 Int32, c7348 Yson NOT NULL, c7349 JsonDocument, c7350 Timestamp64, c7351 JsonDocument, c7352 Uint64 NOT NULL, c7353 Datetime NOT NULL, c7354 Uint16, c7355 Int8, c7356 Uint8 NOT NULL, c7357 Uint64 NOT NULL, c7358 Int16 NOT NULL, c7359 Date32, c7360 Yson, c7361 Uint8 NOT NULL, c7362 Int16 NOT NULL, c7363 Json, c7364 Date NOT NULL, c7365 Datetime64, c7366 Decimal(22,9) NOT NULL, c7367 Utf8 NOT NULL, c7368 Int32, c7369 Interval64 NOT NULL, c7370 String, c7371 Decimal(35,10), c7372 Int16, c7373 Decimal(15,0), c7374 Interval64 NOT NULL, c7375 Int64 NOT NULL, c7376 Date, c7377 Double, c7378 Utf8, c7379 Decimal(22,9) NOT NULL, c7380 Int64 NOT NULL, c7381 Timestamp NOT NULL, c7382 Datetime, c7383 String, c7384 Datetime, c7385 Timestamp, c7386 Uint32 NOT NULL, c7387 Double, c7388 Utf8, c7389 JsonDocument NOT NULL, c7390 Decimal(35,10), c7391 Int64, c7392 Date, c7393 Int16, c7394 Decimal(35,10) NOT NULL, c7395 Float, c7396 Uint32 NOT NULL, c7397 Datetime, c7398 Decimal(15,0) NOT NULL, c7399 String NOT NULL, c7400 Int8, c7401 Uint64 NOT NULL, c7402 Uint64, c7403 Timestamp, c7404 Uint32 NOT NULL, c7405 JsonDocument NOT NULL, c7406 Datetime, c7407 Yson, c7408 Json NOT NULL, c7409 Int64 NOT NULL, c7410 Yson NOT NULL, c7411 Interval64, c7412 Timestamp64, c7413 Timestamp NOT NULL, c7414 Json NOT NULL, c7415 Timestamp64, c7416 Decimal(35,10) NOT NULL, c7417 Uint16, c7418 Utf8, c7419 Decimal(35,10) NOT NULL, c7420 Uint64 NOT NULL, c7421 Uint8, c7422 Timestamp64, c7423 Uint32, c7424 Int8 NOT NULL, c7425 Uint32 NOT NULL, c7426 Int64, c7427 Uint8, c7428 Yson, c7429 Uint32, c7430 Datetime64, c7431 Uint16, c7432 Decimal(22,9), c7433 Interval64 NOT NULL, c7434 Datetime64 NOT NULL, c7435 JsonDocument NOT NULL, c7436 Int32 NOT NULL, c7437 Uint64 NOT NULL, c7438 Interval64 NOT NULL, c7439 Yson, c7440 Int16 NOT NULL, c7441 Double, c7442 Datetime64 NOT NULL, c7443 Int16 NOT NULL, c7444 Int32, c7445 Datetime, c7446 Decimal(15,0) NOT NULL, c7447 Datetime64, c7448 Decimal(22,9), c7449 Datetime64, c7450 Int16, c7451 Uint16, c7452 String, c7453 Date, c7454 Yson NOT NULL, c7455 Decimal(15,0) NOT NULL, c7456 Datetime, c7457 String NOT NULL, c7458 Interval64, c7459 Uint16, c7460 Timestamp64 NOT NULL, c7461 Decimal(35,10), c7462 Json NOT NULL, c7463 Uint8 NOT NULL, c7464 Double NOT NULL, c7465 Utf8, c7466 Interval64, c7467 Datetime, c7468 String, c7469 Uint32 NOT NULL, c7470 Datetime64, c7471 Timestamp64 NOT NULL, c7472 Uint32, c7473 Datetime64 NOT NULL, c7474 Interval64, c7475 Timestamp64 NOT NULL, c7476 Uint16 NOT NULL, c7477 Timestamp, c7478 String NOT NULL, c7479 Uint64, c7480 Decimal(15,0), c7481 Decimal(15,0) NOT NULL, c7482 Int64, c7483 JsonDocument NOT NULL, c7484 Timestamp, c7485 Int32, c7486 Double NOT NULL, c7487 Decimal(15,0) NOT NULL, c7488 Timestamp NOT NULL, c7489 Decimal(15,0), c7490 Uint16 NOT NULL, c7491 Json, c7492 Int16, c7493 Timestamp NOT NULL, c7494 Timestamp NOT NULL, c7495 Float NOT NULL, c7496 Uint16, c7497 Float, c7498 Json, c7499 Uint8 NOT NULL, c7500 Yson NOT NULL, c7501 Uint16, c7502 Date32 NOT NULL, c7503 Double NOT NULL, c7504 Uint32 NOT NULL, c7505 Uint16, c7506 Datetime NOT NULL, c7507 String, c7508 Double NOT NULL, c7509 Utf8, c7510 Int8, c7511 Uint64 NOT NULL, c7512 Date32, c7513 Utf8 NOT NULL, c7514 Json NOT NULL, c7515 Interval64 NOT NULL, c7516 Datetime NOT NULL, c7517 Date NOT NULL, c7518 Decimal(35,10), c7519 Uint16, c7520 Decimal(22,9), c7521 Int16 NOT NULL, c7522 Date NOT NULL, c7523 Date32, c7524 Uint16 NOT NULL, c7525 Uint16, c7526 Decimal(22,9), c7527 Timestamp, c7528 Timestamp64 NOT NULL, c7529 Uint8, c7530 Decimal(15,0), c7531 Decimal(22,9), c7532 Utf8, c7533 Uint8, c7534 Uint8 NOT NULL, c7535 String, c7536 Json NOT NULL, c7537 Timestamp NOT NULL, c7538 Uint64, c7539 Datetime NOT NULL, c7540 Uint64, c7541 Uint16, c7542 Yson, c7543 Float, c7544 Uint16 NOT NULL, c7545 String, c7546 Int8, c7547 Yson, c7548 Int64, c7549 Uint8, c7550 Uint32 NOT NULL, c7551 Timestamp64 NOT NULL, c7552 Timestamp64 NOT NULL, c7553 Int16 NOT NULL, c7554 Yson, c7555 JsonDocument, c7556 Float NOT NULL, c7557 Int8, c7558 Int64 NOT NULL, c7559 Yson, c7560 Uint16 NOT NULL, c7561 Date32, c7562 Int8, c7563 Json NOT NULL, c7564 Json, c7565 Datetime64 NOT NULL, c7566 Int64, c7567 Decimal(35,10), c7568 Double NOT NULL, c7569 Int16, c7570 Interval64 NOT NULL, c7571 Date32 NOT NULL, c7572 Double NOT NULL, c7573 Uint8 NOT NULL, c7574 Int32, c7575 Uint32 NOT NULL, c7576 Uint8, c7577 Int32 NOT NULL, c7578 Float NOT NULL, c7579 Decimal(35,10), c7580 Decimal(35,10) NOT NULL, c7581 Decimal(15,0) NOT NULL, c7582 Double NOT NULL, c7583 Uint32 NOT NULL, c7584 Timestamp64 NOT NULL, c7585 Utf8, c7586 JsonDocument NOT NULL, c7587 Float, c7588 JsonDocument NOT NULL, c7589 Uint32 NOT NULL, c7590 Int8 NOT NULL, c7591 Decimal(22,9), c7592 JsonDocument NOT NULL, c7593 Decimal(22,9) NOT NULL, c7594 Date NOT NULL, c7595 JsonDocument NOT NULL, c7596 Int16 NOT NULL, c7597 Yson, c7598 Datetime NOT NULL, c7599 Int16, c7600 Yson NOT NULL, c7601 Int8 NOT NULL, c7602 Float, c7603 Timestamp NOT NULL, c7604 Timestamp, c7605 Timestamp64, c7606 Decimal(35,10), c7607 Int8 NOT NULL, c7608 Utf8, c7609 Uint32 NOT NULL, c7610 Int16 NOT NULL, c7611 Utf8, c7612 Int16, c7613 Yson NOT NULL, c7614 Timestamp64 NOT NULL, c7615 Date32, c7616 Int64, c7617 Uint16, c7618 Double, c7619 Decimal(35,10) NOT NULL, c7620 Datetime64, c7621 Uint64 NOT NULL, c7622 Uint8, c7623 Interval64, c7624 Timestamp64 NOT NULL, c7625 Uint64, c7626 Decimal(15,0) NOT NULL, c7627 Uint16, c7628 Int8, c7629 Int16 NOT NULL, c7630 Uint8, c7631 Datetime, c7632 Timestamp, c7633 Date, c7634 Int16, c7635 Uint32, c7636 Datetime64 NOT NULL, c7637 Date32 NOT NULL, c7638 Int32, c7639 Timestamp, c7640 Timestamp NOT NULL, c7641 Interval64, c7642 Int32, c7643 Int8, c7644 Datetime NOT NULL, c7645 Interval64 NOT NULL, c7646 Timestamp, c7647 Decimal(22,9), c7648 Datetime64, c7649 Json NOT NULL, c7650 Yson, c7651 Yson, c7652 Interval64 NOT NULL, c7653 Interval64 NOT NULL, c7654 Timestamp64, c7655 Date, c7656 Int16, c7657 Float NOT NULL, c7658 Datetime, c7659 Uint32 NOT NULL, c7660 Uint64 NOT NULL, c7661 JsonDocument NOT NULL, c7662 Uint32, c7663 Datetime, c7664 Date, c7665 Int8, c7666 Interval64, c7667 Double NOT NULL, c7668 JsonDocument, c7669 Timestamp64 NOT NULL, c7670 Uint8, c7671 Utf8 NOT NULL, c7672 Uint64, c7673 Double NOT NULL, c7674 Decimal(35,10), c7675 Date32 NOT NULL, c7676 Float NOT NULL, c7677 Datetime64, c7678 Date32 NOT NULL, c7679 Date NOT NULL, c7680 Double, c7681 Float NOT NULL, c7682 Interval64 NOT NULL, c7683 Date NOT NULL, c7684 Uint64 NOT NULL, c7685 Decimal(15,0) NOT NULL, c7686 Date NOT NULL, c7687 Timestamp64, c7688 Decimal(35,10) NOT NULL, c7689 Date NOT NULL, c7690 JsonDocument NOT NULL, c7691 Date32, c7692 Uint16, c7693 Int16, c7694 Decimal(35,10), c7695 Datetime64 NOT NULL, c7696 Utf8, c7697 Int64 NOT NULL, c7698 Utf8 NOT NULL, c7699 Int32, c7700 Int16, c7701 Float NOT NULL, c7702 Decimal(22,9), c7703 String NOT NULL, c7704 String NOT NULL, c7705 Datetime64, c7706 Int64, c7707 Uint32 NOT NULL, c7708 Utf8, c7709 Date, c7710 Timestamp64, c7711 Decimal(35,10), c7712 Uint16, c7713 Interval64, c7714 Uint32, c7715 Datetime, c7716 Uint16, c7717 Int64 NOT NULL, c7718 Decimal(22,9) NOT NULL, c7719 Yson, c7720 Uint16 NOT NULL, c7721 Timestamp, c7722 Int64, c7723 Uint64, c7724 Datetime, c7725 Uint64, c7726 Datetime64, c7727 Date32, c7728 Timestamp64, c7729 Double NOT NULL, c7730 Decimal(22,9), c7731 Timestamp, c7732 Uint8 NOT NULL, c7733 Int64, c7734 Int8, c7735 Uint32 NOT NULL, c7736 Decimal(22,9) NOT NULL, c7737 Decimal(15,0), c7738 Double, c7739 Uint8, c7740 Decimal(22,9), c7741 String, c7742 Uint8 NOT NULL, c7743 Decimal(22,9), c7744 Decimal(22,9), c7745 Uint32 NOT NULL, c7746 Decimal(22,9), c7747 Uint16 NOT NULL, c7748 Timestamp64 NOT NULL, c7749 Int64 NOT NULL, c7750 Decimal(35,10), c7751 Timestamp, c7752 Decimal(35,10), c7753 Int16, c7754 Date, c7755 Double, c7756 Uint16, c7757 Datetime64 NOT NULL, c7758 Datetime64 NOT NULL, c7759 Uint64 NOT NULL, c7760 Decimal(15,0) NOT NULL, c7761 Yson, c7762 Int16 NOT NULL, c7763 Int64, c7764 Timestamp64, c7765 JsonDocument NOT NULL, c7766 Uint32 NOT NULL, c7767 Json, c7768 Double NOT NULL, c7769 Decimal(35,10), c7770 String NOT NULL, c7771 String, c7772 Interval64 NOT NULL, c7773 Utf8 NOT NULL, c7774 Uint64 NOT NULL, c7775 Date NOT NULL, c7776 Int8, c7777 Timestamp NOT NULL, c7778 Uint16, c7779 Timestamp, c7780 Decimal(15,0) NOT NULL, c7781 Float NOT NULL, c7782 Int32 NOT NULL, c7783 Uint16, c7784 Json NOT NULL, c7785 Json NOT NULL, c7786 Decimal(15,0) NOT NULL, c7787 Int64 NOT NULL, c7788 Uint32 NOT NULL, c7789 Double NOT NULL, c7790 Uint64 NOT NULL, c7791 Int16 NOT NULL, c7792 Json NOT NULL, c7793 Decimal(15,0), c7794 Decimal(15,0), c7795 Json, c7796 Datetime64 NOT NULL, c7797 Uint64, c7798 Uint32, c7799 JsonDocument NOT NULL, c7800 Yson NOT NULL, c7801 Int32 NOT NULL, c7802 Date, c7803 Timestamp64, c7804 Yson NOT NULL, c7805 Uint32, c7806 Uint64, c7807 Decimal(35,10) NOT NULL, c7808 Decimal(35,10) NOT NULL, c7809 Decimal(22,9) NOT NULL, c7810 Datetime64, c7811 Yson, c7812 Uint8 NOT NULL, c7813 Uint64 NOT NULL, c7814 Int32 NOT NULL, c7815 Decimal(15,0) NOT NULL, c7816 Datetime64, c7817 Double NOT NULL, c7818 Int64 NOT NULL, c7819 Double NOT NULL, c7820 Timestamp64 NOT NULL, c7821 Decimal(15,0), c7822 Date32 NOT NULL, c7823 String NOT NULL, c7824 Datetime NOT NULL, c7825 Datetime, c7826 Uint32 NOT NULL, c7827 Timestamp, c7828 Float, c7829 Uint8, c7830 Timestamp64, c7831 Int32, c7832 Uint16, c7833 Date32, c7834 Uint32, c7835 Utf8 NOT NULL, c7836 Int64 NOT NULL, c7837 Interval64, c7838 Utf8, c7839 Date32, c7840 Timestamp, c7841 Timestamp, c7842 Float NOT NULL, c7843 JsonDocument, c7844 Json NOT NULL, c7845 Json, c7846 Decimal(22,9), c7847 Datetime NOT NULL, c7848 Decimal(35,10) NOT NULL, c7849 String NOT NULL, c7850 Int64, c7851 Date32 NOT NULL, c7852 Json, c7853 Int32, c7854 Decimal(35,10) NOT NULL, c7855 Date32, c7856 Int32 NOT NULL, c7857 Int16, c7858 Datetime NOT NULL, c7859 Interval64 NOT NULL, c7860 Float NOT NULL, c7861 Interval64 NOT NULL, c7862 Json, c7863 Timestamp64 NOT NULL, c7864 Uint8, c7865 Datetime64, c7866 Decimal(22,9), c7867 Datetime64, c7868 Timestamp NOT NULL, c7869 Json NOT NULL, c7870 Date32, c7871 Float NOT NULL, c7872 Uint32, c7873 Decimal(22,9) NOT NULL, c7874 Date NOT NULL, c7875 Uint8 NOT NULL, c7876 Utf8 NOT NULL, c7877 Yson, c7878 Decimal(35,10) NOT NULL, c7879 Uint64, c7880 Uint8 NOT NULL, c7881 Uint64 NOT NULL, c7882 Uint16, c7883 Int16, c7884 Datetime NOT NULL, c7885 Int16, c7886 Uint16, c7887 Int32, c7888 Json, c7889 Date, c7890 String, c7891 Interval64, c7892 Decimal(22,9) NOT NULL, c7893 Date32, c7894 Decimal(22,9), c7895 Decimal(22,9) NOT NULL, c7896 Uint32 NOT NULL, c7897 Uint8 NOT NULL, c7898 String, c7899 Timestamp64, c7900 Int16 NOT NULL, c7901 Decimal(15,0) NOT NULL, c7902 Int8 NOT NULL, c7903 Decimal(22,9) NOT NULL, c7904 Date NOT NULL, c7905 String, c7906 Int8, c7907 Int32 NOT NULL, c7908 Int16, c7909 Interval64 NOT NULL, c7910 Int8, c7911 Date, c7912 Decimal(15,0), c7913 Int16, c7914 Interval64 NOT NULL, c7915 Utf8, c7916 Uint8 NOT NULL, c7917 Date NOT NULL, c7918 Interval64, c7919 Float NOT NULL, c7920 Decimal(35,10) NOT NULL, c7921 Date32, c7922 Datetime NOT NULL, c7923 Decimal(35,10), c7924 Utf8 NOT NULL, c7925 Datetime64 NOT NULL, c7926 Json NOT NULL, c7927 Timestamp NOT NULL, c7928 Decimal(15,0) NOT NULL, c7929 Json NOT NULL, c7930 Int32 NOT NULL, c7931 Timestamp NOT NULL, c7932 Interval64, c7933 Date32, c7934 Timestamp, c7935 Decimal(35,10) NOT NULL, c7936 Double NOT NULL, c7937 Int16 NOT NULL, c7938 Date NOT NULL, c7939 Interval64, c7940 Int64 NOT NULL, c7941 Json NOT NULL, c7942 String, c7943 Uint64, c7944 Decimal(35,10), c7945 Decimal(35,10), c7946 Decimal(15,0), c7947 Int16, c7948 Double, c7949 Date, c7950 Decimal(15,0), c7951 Decimal(15,0), c7952 Int64 NOT NULL, c7953 Date32 NOT NULL, c7954 Timestamp, c7955 Timestamp64 NOT NULL, c7956 Interval64, c7957 Decimal(15,0), c7958 Float, c7959 Uint64 NOT NULL, c7960 Uint16 NOT NULL, c7961 Uint64 NOT NULL, c7962 Timestamp NOT NULL, c7963 Uint64, c7964 Timestamp NOT NULL, c7965 Decimal(15,0) NOT NULL, c7966 Datetime, c7967 Double NOT NULL, c7968 JsonDocument, c7969 Uint32 NOT NULL, c7970 Datetime NOT NULL, c7971 Date32 NOT NULL, c7972 Decimal(22,9) NOT NULL, c7973 Date32, c7974 Double NOT NULL, c7975 Decimal(15,0) NOT NULL, c7976 Uint32, c7977 Datetime NOT NULL, c7978 Int16, c7979 String NOT NULL, c7980 Date NOT NULL, c7981 JsonDocument, c7982 Decimal(15,0), c7983 Uint8, c7984 Int64 NOT NULL, c7985 String NOT NULL, c7986 String, c7987 Datetime64 NOT NULL, c7988 Int16 NOT NULL, c7989 Uint16, c7990 Float NOT NULL, c7991 Date32 NOT NULL, c7992 Int16 NOT NULL, c7993 Int64, c7994 Timestamp NOT NULL, c7995 Uint16, c7996 Decimal(15,0) NOT NULL, c7997 Json NOT NULL, c7998 Uint32 NOT NULL, c7999 String, c8000 Utf8, c8001 Int32, c8002 Timestamp64, c8003 Uint16 NOT NULL, c8004 Double NOT NULL,\n                    PRIMARY KEY(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288, c289, c290, c291, c292, c293, c294, c295, c296, c297, c298, c299, c300, c301, c302, c303, c304, c305, c306, c307, c308, c309, c310, c311, c312, c313, c314, c315, c316, c317, c318, c319, c320, c321, c322, c323, c324, c325, c326, c327, c328, c329, c330, c331, c332, c333, c334, c335, c336, c337, c338, c339, c340, c341, c342, c343, c344, c345, c346, c347, c348, c349, c350, c351, c352, c353, c354, c355, c356, c357, c358, c359, c360, c361, c362, c363, c364, c365, c366, c367, c368, c369, c370, c371, c372, c373, c374, c375, c376, c377, c378, c379, c380, c381, c382, c383, c384, c385, c386, c387, c388, c389, c390, c391, c392, c393, c394, c395, c396, c397, c398, c399, c400, c401, c402, c403, c404, c405, c406, c407, c408, c409, c410, c411, c412, c413, c414, c415, c416, c417, c418, c419, c420, c421, c422, c423, c424, c425, c426, c427, c428, c429, c430, c431, c432, c433, c434, c435, c436, c437, c438, c439, c440, c441, c442, c443, c444, c445, c446, c447, c448, c449, c450, c451, c452, c453, c454, c455, c456, c457, c458, c459, c460, c461, c462, c463, c464, c465, c466, c467, c468, c469, c470, c471, c472, c473, c474, c475, c476, c477, c478, c479, c480, c481, c482, c483, c484, c485, c486, c487, c488, c489, c490, c491, c492, c493, c494, c495, c496, c497, c498, c499, c500, c501, c502, c503, c504, c505, c506, c507, c508, c509, c510, c511, c512, c513, c514, c515, c516, c517, c518, c519, c520, c521, c522, c523, c524, c525, c526, c527, c528, c529, c530, c531, c532, c533, c534, c535, c536, c537, c538, c539, c540, c541, c542, c543, c544, c545, c546, c547, c548, c549, c550, c551, c552, c553, c554, c555, c556, c557, c558, c559, c560, c561, c562, c563, c564, c565, c566, c567, c568, c569, c570, c571, c572, c573, c574, c575, c576, c577, c578, c579, c580, c581, c582, c583, c584, c585, c586, c587, c588, c589, c590, c591, c592, c593, c594, c595, c596, c597, c598, c599, c600, c601, c602, c603, c604, c605, c606, c607, c608, c609, c610, c611, c612, c613, c614, c615, c616, c617, c618, c619, c620, c621, c622, c623, c624, c625, c626, c627, c628, c629, c630, c631, c632, c633, c634, c635, c636, c637, c638, c639, c640, c641, c642, c643, c644, c645, c646, c647, c648, c649, c650, c651, c652, c653, c654, c655, c656, c657, c658, c659, c660, c661, c662, c663, c664, c665, c666, c667, c668, c669, c670, c671, c672, c673, c674, c675, c676, c677, c678, c679, c680, c681, c682, c683, c684, c685, c686, c687, c688, c689, c690, c691, c692, c693, c694, c695, c696, c697, c698, c699, c700, c701, c702, c703, c704, c705, c706, c707, c708, c709, c710, c711, c712, c713, c714, c715, c716, c717, c718, c719, c720, c721, c722, c723, c724, c725, c726, c727, c728, c729, c730, c731, c732, c733, c734, c735, c736, c737, c738, c739, c740, c741, c742, c743, c744, c745, c746, c747, c748, c749, c750, c751, c752, c753, c754, c755, c756, c757, c758, c759, c760, c761, c762, c763, c764, c765, c766, c767, c768, c769, c770, c771, c772, c773, c774, c775, c776, c777, c778, c779, c780, c781, c782, c783, c784, c785, c786, c787, c788, c789, c790, c791, c792, c793, c794, c795, c796, c797, c798, c799, c800, c801, c802, c803, c804, c805, c806, c807, c808, c809, c810, c811, c812, c813, c814, c815, c816, c817, c818, c819, c820, c821, c822, c823, c824, c825, c826, c827, c828, c829, c830, c831, c832, c833, c834, c835, c836, c837, c838, c839, c840, c841, c842, c843, c844, c845, c846, c847, c848, c849, c850, c851, c852, c853, c854, c855, c856, c857, c858, c859, c860, c861, c862, c863, c864, c865, c866, c867, c868, c869, c870, c871, c872, c873, c874, c875, c876, c877, c878, c879, c880, c881, c882, c883, c884, c885, c886, c887, c888, c889, c890, c891, c892, c893, c894, c895, c896, c897, c898, c899, c900, c901, c902, c903, c904, c905, c906, c907, c908, c909, c910, c911, c912, c913, c914, c915, c916, c917, c918, c919, c920, c921, c922, c923, c924, c925, c926, c927, c928, c929, c930, c931, c932, c933, c934, c935, c936, c937, c938, c939, c940, c941, c942, c943, c944, c945, c946, c947, c948, c949, c950, c951, c952, c953, c954, c955, c956, c957, c958, c959, c960, c961, c962, c963, c964, c965, c966, c967, c968, c969, c970, c971, c972, c973, c974, c975, c976, c977, c978, c979, c980, c981, c982, c983, c984, c985, c986, c987, c988, c989, c990, c991, c992, c993, c994, c995, c996, c997, c998, c999, c1000, c1001, c1002, c1003, c1004, c1005, c1006, c1007, c1008, c1009, c1010, c1011, c1012, c1013, c1014, c1015, c1016, c1017, c1018, c1019, c1020, c1021, c1022, c1023, c1024, c1025, c1026, c1027, c1028, c1029, c1030, c1031, c1032, c1033, c1034, c1035, c1036, c1037, c1038, c1039, c1040, c1041, c1042, c1043, c1044, c1045, c1046, c1047, c1048, c1049, c1050, c1051, c1052, c1053, c1054, c1055, c1056, c1057, c1058, c1059, c1060, c1061, c1062, c1063, c1064, c1065, c1066, c1067, c1068, c1069, c1070, c1071, c1072, c1073, c1074, c1075, c1076, c1077, c1078, c1079, c1080, c1081, c1082, c1083, c1084, c1085, c1086, c1087, c1088, c1089, c1090, c1091, c1092, c1093, c1094, c1095, c1096, c1097, c1098, c1099, c1100, c1101, c1102, c1103, c1104, c1105, c1106, c1107, c1108, c1109, c1110, c1111, c1112, c1113, c1114, c1115, c1116, c1117, c1118, c1119, c1120, c1121, c1122, c1123, c1124, c1125, c1126, c1127, c1128, c1129, c1130, c1131, c1132, c1133, c1134, c1135, c1136, c1137, c1138, c1139, c1140, c1141, c1142, c1143, c1144, c1145, c1146, c1147, c1148, c1149, c1150, c1151, c1152, c1153, c1154, c1155, c1156, c1157, c1158, c1159, c1160, c1161, c1162, c1163, c1164, c1165, c1166, c1167, c1168, c1169, c1170, c1171, c1172, c1173, c1174, c1175, c1176, c1177, c1178, c1179, c1180, c1181, c1182, c1183, c1184, c1185, c1186, c1187, c1188, c1189, c1190, c1191, c1192, c1193, c1194, c1195, c1196, c1197, c1198, c1199, c1200, c1201, c1202, c1203, c1204, c1205, c1206, c1207, c1208, c1209, c1210, c1211, c1212, c1213, c1214, c1215, c1216, c1217, c1218, c1219, c1220, c1221, c1222, c1223, c1224, c1225, c1226, c1227, c1228, c1229, c1230, c1231, c1232, c1233, c1234, c1235, c1236, c1237, c1238, c1239, c1240, c1241, c1242, c1243, c1244, c1245, c1246, c1247, c1248, c1249, c1250, c1251, c1252, c1253, c1254, c1255, c1256, c1257, c1258, c1259, c1260, c1261, c1262, c1263, c1264, c1265, c1266, c1267, c1268, c1269, c1270, c1271, c1272, c1273, c1274, c1275, c1276, c1277, c1278, c1279, c1280, c1281, c1282, c1283, c1284, c1285, c1286, c1287, c1288, c1289, c1290, c1291, c1292, c1293, c1294, c1295, c1296, c1297, c1298, c1299, c1300, c1301, c1302, c1303, c1304, c1305, c1306, c1307, c1308, c1309, c1310, c1311, c1312, c1313, c1314, c1315, c1316, c1317, c1318, c1319, c1320, c1321, c1322, c1323, c1324, c1325, c1326, c1327, c1328, c1329, c1330, c1331, c1332, c1333, c1334, c1335, c1336, c1337, c1338, c1339, c1340, c1341, c1342, c1343, c1344, c1345, c1346, c1347, c1348, c1349, c1350, c1351, c1352, c1353, c1354, c1355, c1356, c1357, c1358, c1359, c1360, c1361, c1362, c1363, c1364, c1365, c1366, c1367, c1368, c1369, c1370, c1371, c1372, c1373, c1374, c1375, c1376, c1377, c1378, c1379, c1380, c1381, c1382, c1383, c1384, c1385, c1386, c1387, c1388, c1389, c1390, c1391, c1392, c1393, c1394, c1395, c1396, c1397, c1398, c1399, c1400, c1401, c1402, c1403, c1404, c1405, c1406, c1407, c1408, c1409, c1410, c1411, c1412, c1413, c1414, c1415, c1416, c1417, c1418, c1419, c1420, c1421, c1422, c1423, c1424, c1425, c1426, c1427, c1428, c1429, c1430, c1431, c1432, c1433, c1434, c1435, c1436, c1437, c1438, c1439, c1440, c1441, c1442, c1443, c1444, c1445, c1446, c1447, c1448, c1449, c1450, c1451, c1452, c1453, c1454, c1455, c1456, c1457, c1458, c1459, c1460, c1461, c1462, c1463, c1464, c1465, c1466, c1467, c1468, c1469, c1470, c1471, c1472, c1473, c1474, c1475, c1476, c1477, c1478, c1479, c1480, c1481, c1482, c1483, c1484, c1485, c1486, c1487, c1488, c1489, c1490, c1491, c1492, c1493, c1494, c1495, c1496, c1497, c1498, c1499, c1500, c1501, c1502, c1503, c1504, c1505, c1506, c1507, c1508, c1509, c1510, c1511, c1512, c1513, c1514, c1515, c1516, c1517, c1518, c1519, c1520, c1521, c1522, c1523, c1524, c1525, c1526, c1527, c1528, c1529, c1530, c1531, c1532, c1533, c1534, c1535, c1536, c1537, c1538, c1539, c1540, c1541, c1542, c1543, c1544, c1545, c1546, c1547, c1548, c1549, c1550, c1551, c1552, c1553, c1554, c1555, c1556, c1557, c1558, c1559, c1560, c1561, c1562, c1563, c1564, c1565, c1566, c1567, c1568, c1569, c1570, c1571, c1572, c1573, c1574, c1575, c1576, c1577, c1578, c1579, c1580, c1581, c1582, c1583, c1584, c1585, c1586, c1587, c1588, c1589, c1590, c1591, c1592, c1593, c1594, c1595, c1596, c1597, c1598, c1599, c1600, c1601, c1602, c1603, c1604, c1605, c1606, c1607, c1608, c1609, c1610, c1611, c1612, c1613, c1614, c1615, c1616, c1617, c1618, c1619, c1620, c1621, c1622, c1623, c1624, c1625, c1626, c1627, c1628, c1629, c1630, c1631, c1632, c1633, c1634, c1635, c1636, c1637, c1638, c1639, c1640, c1641, c1642, c1643, c1644, c1645, c1646, c1647, c1648, c1649, c1650, c1651, c1652, c1653, c1654, c1655, c1656, c1657, c1658, c1659, c1660, c1661, c1662, c1663, c1664, c1665, c1666, c1667, c1668, c1669, c1670, c1671, c1672, c1673, c1674, c1675, c1676, c1677, c1678, c1679, c1680, c1681, c1682, c1683, c1684, c1685, c1686, c1687, c1688, c1689, c1690, c1691, c1692, c1693, c1694, c1695, c1696, c1697, c1698, c1699, c1700, c1701, c1702, c1703, c1704, c1705, c1706, c1707, c1708, c1709, c1710, c1711, c1712, c1713, c1714, c1715, c1716, c1717, c1718, c1719, c1720, c1721, c1722, c1723, c1724, c1725, c1726, c1727, c1728, c1729, c1730, c1731, c1732, c1733, c1734, c1735, c1736, c1737, c1738, c1739, c1740, c1741, c1742, c1743, c1744, c1745, c1746, c1747, c1748, c1749, c1750, c1751, c1752, c1753, c1754, c1755, c1756, c1757, c1758, c1759, c1760, c1761, c1762, c1763, c1764, c1765, c1766, c1767, c1768, c1769, c1770, c1771, c1772, c1773, c1774, c1775, c1776, c1777, c1778, c1779, c1780, c1781, c1782, c1783, c1784, c1785, c1786, c1787, c1788, c1789, c1790, c1791, c1792, c1793, c1794, c1795, c1796, c1797, c1798, c1799, c1800, c1801, c1802, c1803, c1804, c1805, c1806, c1807, c1808, c1809, c1810, c1811, c1812, c1813, c1814, c1815, c1816, c1817, c1818, c1819, c1820, c1821, c1822, c1823, c1824, c1825, c1826, c1827, c1828, c1829, c1830, c1831, c1832, c1833, c1834, c1835, c1836, c1837, c1838, c1839, c1840, c1841, c1842, c1843, c1844, c1845, c1846, c1847, c1848, c1849, c1850, c1851, c1852, c1853, c1854, c1855, c1856, c1857, c1858, c1859, c1860, c1861, c1862, c1863, c1864, c1865, c1866, c1867, c1868, c1869, c1870, c1871, c1872, c1873, c1874, c1875, c1876, c1877, c1878, c1879, c1880, c1881, c1882, c1883, c1884, c1885, c1886, c1887, c1888, c1889, c1890, c1891, c1892, c1893, c1894, c1895, c1896, c1897, c1898, c1899, c1900, c1901, c1902, c1903, c1904, c1905, c1906, c1907, c1908, c1909, c1910, c1911, c1912, c1913, c1914, c1915, c1916, c1917, c1918, c1919, c1920, c1921, c1922, c1923, c1924, c1925, c1926, c1927, c1928, c1929, c1930, c1931, c1932, c1933, c1934, c1935, c1936, c1937, c1938, c1939, c1940, c1941, c1942, c1943, c1944, c1945, c1946, c1947, c1948, c1949, c1950, c1951, c1952, c1953, c1954, c1955, c1956, c1957, c1958, c1959, c1960, c1961, c1962, c1963, c1964, c1965, c1966, c1967, c1968, c1969, c1970, c1971, c1972, c1973, c1974, c1975, c1976, c1977, c1978, c1979, c1980, c1981, c1982, c1983, c1984, c1985, c1986, c1987, c1988, c1989, c1990, c1991, c1992, c1993, c1994, c1995, c1996, c1997, c1998, c1999, c2000, c2001, c2002, c2003, c2004, c2005, c2006, c2007, c2008, c2009, c2010, c2011, c2012, c2013, c2014, c2015, c2016, c2017, c2018, c2019, c2020, c2021, c2022, c2023, c2024, c2025, c2026, c2027, c2028, c2029, c2030, c2031, c2032, c2033, c2034, c2035, c2036, c2037, c2038, c2039, c2040, c2041, c2042, c2043, c2044, c2045, c2046, c2047, c2048, c2049, c2050, c2051, c2052, c2053, c2054, c2055, c2056, c2057, c2058, c2059, c2060, c2061, c2062, c2063, c2064, c2065, c2066, c2067, c2068, c2069, c2070, c2071, c2072, c2073, c2074, c2075, c2076, c2077, c2078, c2079, c2080, c2081, c2082, c2083, c2084, c2085, c2086, c2087, c2088, c2089, c2090, c2091, c2092, c2093, c2094, c2095, c2096, c2097, c2098, c2099, c2100, c2101, c2102, c2103, c2104, c2105, c2106, c2107, c2108, c2109, c2110, c2111, c2112, c2113, c2114, c2115, c2116, c2117, c2118, c2119, c2120, c2121, c2122, c2123, c2124, c2125, c2126, c2127, c2128, c2129, c2130, c2131, c2132, c2133, c2134, c2135, c2136, c2137, c2138, c2139, c2140, c2141, c2142, c2143, c2144, c2145, c2146, c2147, c2148, c2149, c2150, c2151, c2152, c2153, c2154, c2155, c2156, c2157, c2158, c2159, c2160, c2161, c2162, c2163, c2164, c2165, c2166, c2167, c2168, c2169, c2170, c2171, c2172, c2173, c2174, c2175, c2176, c2177, c2178, c2179, c2180, c2181, c2182, c2183, c2184, c2185, c2186, c2187, c2188, c2189, c2190, c2191, c2192, c2193, c2194, c2195, c2196, c2197, c2198, c2199, c2200, c2201, c2202, c2203, c2204, c2205, c2206, c2207, c2208, c2209, c2210, c2211, c2212, c2213, c2214, c2215, c2216, c2217, c2218, c2219, c2220, c2221, c2222, c2223, c2224, c2225, c2226, c2227, c2228, c2229, c2230, c2231, c2232, c2233, c2234, c2235, c2236, c2237, c2238, c2239, c2240, c2241, c2242, c2243, c2244, c2245, c2246, c2247, c2248, c2249, c2250, c2251, c2252, c2253, c2254, c2255, c2256, c2257, c2258, c2259, c2260, c2261, c2262, c2263, c2264, c2265, c2266, c2267, c2268, c2269, c2270, c2271, c2272, c2273, c2274, c2275, c2276, c2277, c2278, c2279, c2280, c2281, c2282, c2283, c2284, c2285, c2286, c2287, c2288, c2289, c2290, c2291, c2292, c2293, c2294, c2295, c2296, c2297, c2298, c2299, c2300, c2301, c2302, c2303, c2304, c2305, c2306, c2307, c2308, c2309, c2310, c2311, c2312, c2313, c2314, c2315, c2316, c2317, c2318, c2319, c2320, c2321, c2322, c2323, c2324, c2325, c2326, c2327, c2328, c2329, c2330, c2331, c2332, c2333, c2334, c2335, c2336, c2337, c2338, c2339, c2340, c2341, c2342, c2343, c2344, c2345, c2346, c2347, c2348, c2349, c2350, c2351, c2352, c2353, c2354, c2355, c2356, c2357, c2358, c2359, c2360, c2361, c2362, c2363, c2364, c2365, c2366, c2367, c2368, c2369, c2370, c2371, c2372, c2373, c2374, c2375, c2376, c2377, c2378, c2379, c2380, c2381, c2382, c2383, c2384, c2385, c2386, c2387, c2388, c2389, c2390, c2391, c2392, c2393, c2394, c2395, c2396, c2397, c2398, c2399, c2400, c2401, c2402, c2403, c2404, c2405, c2406, c2407, c2408, c2409, c2410, c2411, c2412, c2413, c2414, c2415, c2416, c2417, c2418, c2419, c2420, c2421, c2422, c2423, c2424, c2425, c2426, c2427, c2428, c2429, c2430, c2431, c2432, c2433, c2434, c2435, c2436, c2437, c2438, c2439, c2440, c2441, c2442, c2443, c2444, c2445, c2446, c2447, c2448, c2449, c2450, c2451, c2452, c2453, c2454, c2455, c2456, c2457, c2458, c2459, c2460, c2461, c2462, c2463, c2464, c2465, c2466, c2467, c2468, c2469, c2470, c2471, c2472, c2473, c2474, c2475, c2476, c2477, c2478, c2479, c2480, c2481, c2482, c2483, c2484, c2485, c2486, c2487, c2488, c2489, c2490, c2491, c2492, c2493, c2494, c2495, c2496, c2497, c2498, c2499, c2500, c2501, c2502, c2503, c2504, c2505, c2506, c2507, c2508, c2509, c2510, c2511, c2512, c2513, c2514, c2515, c2516, c2517, c2518, c2519, c2520, c2521, c2522, c2523, c2524, c2525, c2526, c2527, c2528, c2529, c2530, c2531, c2532, c2533, c2534, c2535, c2536, c2537, c2538, c2539, c2540, c2541, c2542, c2543, c2544, c2545, c2546, c2547, c2548, c2549, c2550, c2551, c2552, c2553, c2554, c2555, c2556, c2557, c2558, c2559, c2560, c2561, c2562, c2563, c2564, c2565, c2566, c2567, c2568, c2569, c2570, c2571, c2572, c2573, c2574, c2575, c2576, c2577, c2578, c2579, c2580, c2581, c2582, c2583, c2584, c2585, c2586, c2587, c2588, c2589, c2590, c2591, c2592, c2593, c2594, c2595, c2596, c2597, c2598, c2599, c2600, c2601, c2602, c2603, c2604, c2605, c2606, c2607, c2608, c2609, c2610, c2611, c2612, c2613, c2614, c2615, c2616, c2617, c2618, c2619, c2620, c2621, c2622, c2623, c2624, c2625, c2626, c2627, c2628, c2629, c2630, c2631, c2632, c2633, c2634, c2635, c2636, c2637, c2638, c2639, c2640, c2641, c2642, c2643, c2644, c2645, c2646, c2647, c2648, c2649, c2650, c2651, c2652, c2653, c2654, c2655, c2656, c2657, c2658, c2659, c2660, c2661, c2662, c2663, c2664, c2665, c2666, c2667, c2668, c2669, c2670, c2671, c2672, c2673, c2674, c2675, c2676, c2677, c2678, c2679, c2680, c2681, c2682, c2683, c2684, c2685, c2686, c2687, c2688, c2689, c2690, c2691, c2692, c2693, c2694, c2695, c2696, c2697, c2698, c2699, c2700, c2701, c2702, c2703, c2704, c2705, c2706, c2707, c2708, c2709, c2710, c2711, c2712, c2713, c2714)\n                )\n                PARTITION BY HASH(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50, c51, c52, c53, c54, c55, c56, c57, c58, c59, c60, c61, c62, c63, c64, c65, c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116, c117, c118, c119, c120, c121, c122, c123, c124, c125, c126, c127, c128, c129, c130, c131, c132, c133, c134, c135, c136, c137, c138, c139, c140, c141, c142, c143, c144, c145, c146, c147, c148, c149, c150, c151, c152, c153, c154, c155, c156, c157, c158, c159, c160, c161, c162, c163, c164, c165, c166, c167, c168, c169, c170, c171, c172, c173, c174, c175, c176, c177, c178, c179, c180, c181, c182, c183, c184, c185, c186, c187, c188, c189, c190, c191, c192, c193, c194, c195, c196, c197, c198, c199, c200, c201, c202, c203, c204, c205, c206, c207, c208, c209, c210, c211, c212, c213, c214, c215, c216, c217, c218, c219, c220, c221, c222, c223, c224, c225, c226, c227, c228, c229, c230, c231, c232, c233, c234, c235, c236, c237, c238, c239, c240, c241, c242, c243, c244, c245, c246, c247, c248, c249, c250, c251, c252, c253, c254, c255, c256, c257, c258, c259, c260, c261, c262, c263, c264, c265, c266, c267, c268, c269, c270, c271, c272, c273, c274, c275, c276, c277, c278, c279, c280, c281, c282, c283, c284, c285, c286, c287, c288)\n                WITH (\n                    STORE = COLUMN\n                )\n            \nFATAL: Failed to attach session\nTraceback (most recent call last):\n  File "ydb/tests/stress/common/common.py", line 100, in wrapper\n    f()\n  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 81, in _create_tables_loop\n    self.create_table(str(n))\n  File "ydb/tests/stress/olap_workload/workload/type/tables_create_drop.py", line 76, in create_table\n    self.client.query(stmt, True)\n  File "ydb/tests/stress/common/common.py", line 28, in query\n    raise e\n  File "ydb/tests/stress/common/common.py", line 25, in query\n    return self.session_pool.execute_with_retries(query=statement, retry_settings=retry_settings)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 252, in execute_with_retries\n    return retry_operation_sync(wrapped_callee, retry_settings)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync\n    for next_opt in opt_generator:\n                    ^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl\n    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))\n                                          ^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 248, in wrapped_callee\n    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:\n         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 331, in __enter__\n    self._session = self._pool.acquire(self._timeout)\n                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 111, in acquire\n    session = self._create_new_session(time_left)\n              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File "contrib/python/ydb/py3/ydb/query/pool.py", line 63, in _create_new_session\n    session.create(settings=BaseRequestSettings().with_timeout(timeout))\n  File "contrib/python/ydb/py3/ydb/query/session.py", line 302, in create\n    self._attach()\n  File "contrib/python/ydb/py3/ydb/query/session.py", line 256, in _attach\n    raise e\n  File "contrib/python/ydb/py3/ydb/query/session.py", line 252, in _attach\n    raise RuntimeError("Failed to attach session")\nRuntimeError: Failed to attach session\n'
============================== slowest durations ===============================
177.85s teardown test_workload.py::TestYdbWorkload::test
51.44s call     test_workload.py::TestYdbWorkload::test
28.65s 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/g22h/001540/ydb/tests/stress/olap_workload/olap_workload --endpoint grpc://localhost:13609 --database /Root --duration 120' has failed with code 1.
Errors:
...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 248, in wrapped_callee
    with self.checkout(timeout=retry_settings.max_session_acquire_timeout) as session:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 331, in __enter__
    self._session = self._pool.acquire(self._timeout)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 111, in acquire
    session = self._create_new_session(time_left)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/query/pool.py", line 63, in _create_new_session
    session.create(settings=BaseRequestSettings().with_timeout(timeout))
  File "contrib/python/ydb/py3/ydb/query/session.py", line 302, in create
    self._attach()
  File "contrib/python/ydb/py3/ydb/query/session.py", line 256, in _attach
    raise e
  File "contrib/python/ydb/py3/ydb/query/session.py", line 252, in _attach
    raise RuntimeError("Failed to attach session")
RuntimeError: Failed to attach session
ERROR test_workload.py::TestYdbWorkload::test - ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
Process exit_code = 100.
Stdout file name: 
/home/runner/.ya/build/build_root/g22h/001540/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/g22h/001540/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.083856 seconds, 1 sessions to shutdown
Current KQP shutdown state: spent 6.120317 seconds, 1 sessions to shutdown
Current KQP shutdown state: spent 9.144207 seconds, 1 sessions to shutdown
GRpc shutdown warning: left infly: 1, spent: 4.595696 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 7.985763 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 11.346818 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 14.739445 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 18.087875 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 21.492855 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 24.907513 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 28.426943 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.003244 sec. GRpcShutdownDeadline: 30
warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0

=================================================================
==1522742==ERROR: LeakSanitizer: detected memory leaks

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

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

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

Indirect leak of 6848 byte(s) in 214 object(s) allocated from:
#0 0x00001faea80d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034e99bda 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 0x000034e99bda 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 0x00003b71a7df 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 0x00003b70ded1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#5 0x00003b6fdbb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#6 0x000042279549 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#7 0x0000422785a0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#8 0x0000422785a0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#9 0x00002259017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#10 0x000022647f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#11 0x000022651b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#12 0x00002265111d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#13 0x00002265318e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#14 0x00001fe10a64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#15 0x00001faae326 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 6848 byte(s) in 214 object(s) allocated from:
#0 0x00001faea80d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c36ca34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x00001c36ca34 in TBasicString /-S/util/generic/string.h:491:18
#3 0x00001c36ca34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#4 0x000034e99bec in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#5 0x000034e99bec 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 0x000034e99bec 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 0x00003b71a7df 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 0x00003b70ded1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#9 0x00003b6fdbb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#10 0x000042279549 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#11 0x0000422785a0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#12 0x0000422785a0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#13 0x00002259017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#14 0x000022647f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#15 0x000022651b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#16 0x00002265111d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#17 0x00002265318e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#18 0x00001fe10a64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#19 0x00001faae326 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 0x00001faea80d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034618804 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000034618804 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000034618804 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000034618804 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000034618804 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x000034618804 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x000034618804 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x000034618804 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x000034618804 in TBasicString /-S/util/generic/string.h:491:18
#10 0x000034618804 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#11 0x000034618804 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 0x0000346175d2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#13 0x0000346175d2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#14 0x00003461daf0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#15 0x000034679d38 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 0x000034ea4926 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#17 0x00003b717adb 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 0x00003b70d942 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#19 0x00003b6fdbb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#20 0x000042279549 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#21 0x0000422785a0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#22 0x0000422785a0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#23 0x00002259017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#24 0x000022647f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#25 0x000022651b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#26 0x00002265111d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#27 0x00002265318e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#28 0x00001fe10a64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#29 0x00001faae326 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 0x00001faea80d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034618762 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x000034618762 in TBasicString /-S/util/generic/string.h:491:18
#3 0x000034618762 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#4 0x000034618762 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 0x0000346175d2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#6 0x0000346175d2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#7 0x00003461daf0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#8 0x000034679d38 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 0x000034ea4926 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#10 0x00003b717adb 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 0x00003b70d942 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#12 0x00003b6fdbb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#13 0x000042279549 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#14 0x0000422785a0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#15 0x0000422785a0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#16 0x00002259017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#17 0x000022647f71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#18 0x000022651b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#19 0x00002265111d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#20 0x00002265318e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#21 0x00001fe10a64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#22 0x00001faae326 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 0x00001faea80d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000027cc8a68 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000027cc8a68 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000027cc8a68 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000027cc8a68 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000027cc8a68 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x000027cc8a68 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x000027cc8a68 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x000027cc8a68 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
#9 0x000027cc870f 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 0x000027cc7568 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
#11 0x00003b7c240a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
#12 0x00003b7c240a 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 0x00003b7c240a 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 0x00003b7c240a in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#15 0x00003b7c240a 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 0x00001fb8209f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
#17 0x00003b7b07af in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
#18 0x00003b7b07af in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
#19 0x00003b7b07af in NKikimr::NGRpcService::TYdbCounterBlock::CountNotOkRequest() /-S/ydb/core/grpc_services/counters/counters.cpp:144:9
#20 0x00004bd8b9ee in NYdbGrpc::TGRpcRequestImpl<Ydb::Tablet::RestartTabletRequest, Ydb::Tablet::RestartTabletResponse, NKikimr::NGRpcService::TGRpcYdbTabletService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:423:24
#21 0x00003b705e8c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#22 0x00003b705e8c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#23 0x00003b705e8c 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 0x00003b705e8c 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 0x00003b705e8c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#26 0x00003b705e8c 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 0x00002221124e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#28 0x00002221124e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#29 0x00002221124e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#30 0x0000222117ac in Execute /-S/util/thread/factory.h:15:13
#31 0x0000222117ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#32 0x00001fe10a64 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#33 0x00001faae326 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 0x00001faea80d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000027cc8a68 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000027cc8a68 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000027cc8a68 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000027cc8a68 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000027cc8a68 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x000027cc8a68 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x000027cc8a68 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x000027cc8a68 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
#9 0x000027cc870f 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
==================== 1 failed, 1 error in 261.21s (0:04:21) ====================
