Build errors

Full logs: ya_log.txt | ya_evlog.jsonl

Failed build targets

cloud/filestore/apps/vhost

JUnit testcase: py3test

No matching compiler error block was found in ya_log.txt for this target.

Other compiler errors

Run(LSAK_QBHyHOQ9rhDnwqoTQ$(BUILD_ROOT)/cloud/filestore/libs/storage/service/service_actor.cpp.o)

cloud/filestore/libs/storage/service/service_actor.cpp:89:73: error: too few arguments to function call, expected 3, have 2
                    NClient::CreateFileStoreClient(clientConfig, Logging);
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                      ^
cloud/filestore/libs/client/client.h:14:22: note: 'CreateFileStoreClient' declared here
IFileStoreServicePtr CreateFileStoreClient(
                     ^
cloud/filestore/libs/storage/service/service_actor.cpp:97:35: error: no matching function for call to 'CreateShmControlClient'
                auto shmControl = CreateShmControlClient(clientConfig, Logging);
                                  ^~~~~~~~~~~~~~~~~~~~~~
cloud/filestore/libs/client/client.h:19:16: note: candidate function not viable: requires 3 arguments, but 2 were provided
IShmControlPtr CreateShmControlClient(
               ^
2 errors generated.