Build errors

Full logs: ya_make_output.txt | ya_log.txt | ya_evlog.jsonl

Other compiler errors

Run(NadxAZoZKBw8LnwRoeBW9Q$(BUILD_ROOT)/cloud/filestore/libs/server/server.cpp.o)

cloud/filestore/libs/server/server.cpp:171:14: error: no member named 'NGrpc' in namespace 'NCloud::NFileStore::NStorage'; did you mean '::NCloud::NStorage::NGrpc'?
    : public NStorage::NGrpc::TRequestHandlerBase
             ^~~~~~~~~~~~~~~
             ::NCloud::NStorage::NGrpc
cloud/storage/core/libs/grpc/executor.h:16:29: note: '::NCloud::NStorage::NGrpc' declared here
namespace NCloud::NStorage::NGrpc {
                            ^
cloud/filestore/libs/server/server.cpp:449:5: error: no member named 'NGrpc' in namespace 'NCloud::NFileStore::NStorage'; did you mean '::NCloud::NStorage::NGrpc'?
    NStorage::NGrpc::TRequestsInFlight<TServerRequestHandlerBase>;
    ^~~~~~~~~~~~~~~
    ::NCloud::NStorage::NGrpc
cloud/storage/core/libs/grpc/executor.h:16:29: note: '::NCloud::NStorage::NGrpc' declared here
namespace NCloud::NStorage::NGrpc {
                            ^
cloud/filestore/libs/server/server.cpp:451:26: error: no member named 'NGrpc' in namespace 'NCloud::NFileStore::NStorage'; did you mean '::NCloud::NStorage::NGrpc'?
using TExecutorContext = NStorage::NGrpc::
                         ^~~~~~~~~~~~~~~
                         ::NCloud::NStorage::NGrpc
cloud/storage/core/libs/grpc/executor.h:16:29: note: '::NCloud::NStorage::NGrpc' declared here
namespace NCloud::NStorage::NGrpc {
                            ^
cloud/filestore/libs/server/server.cpp:454:19: error: no member named 'NGrpc' in namespace 'NCloud::NFileStore::NStorage'; did you mean '::NCloud::NStorage::NGrpc'?
using TExecutor = NStorage::NGrpc::
                  ^~~~~~~~~~~~~~~
... truncated; see ya_log.txt for the full compiler output