Full logs: ya_make_output.txt | ya_log.txt | ya_evlog.jsonl
Run(DOrc6vGF4el57xn_WzoUIQ$(BUILD_ROOT)/cloud/filestore/libs/storage/core/config.cpp.o)
cloud/filestore/libs/storage/core/config.cpp:547:26: error: no member named 'GetFakeTxPageFaultsEnabled' in 'NCloud::NFileStore::NProto::TStorageConfig'
FILESTORE_STORAGE_CONFIG(FILESTORE_CONFIG_GETTER)
~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
cloud/filestore/libs/storage/core/config.cpp:382:5: note: expanded from macro 'FILESTORE_STORAGE_CONFIG'
xxx(FakeTxPageFaultsEnabled, bool, false )\
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cloud/filestore/libs/storage/core/config.cpp:541:41: note: expanded from macro 'FILESTORE_CONFIG_GETTER'
const auto& value = ProtoConfig.Get##name(); \
~~~~~~~~~~~ ^
<scratch space>:69:1: note: expanded from here
GetFakeTxPageFaultsEnabled
^
cloud/filestore/libs/storage/core/config.cpp:547:26: error: no member named 'GetFakeTxPageFaultsProbabilityPercentage' in 'NCloud::NFileStore::NProto::TStorageConfig'; did you mean 'GetFakeReadFailuresProbabilityPercentage'?
cloud/filestore/config/storage.pb.h:6062:16: note: 'GetFakeReadFailuresProbabilityPercentage' declared here
inline float GetFakeReadFailuresProbabilityPercentage() const { return fakereadfailuresprobabilitypercentage();}
^
cloud/filestore/libs/storage/core/config.cpp:613:42: error: no member named 'GetFakeTxPageFaultsEnabled' in 'NCloud::NFileStore::NProto::TStorageConfig'
FILESTORE_STORAGE_CONFIG(FILESTORE_DUMP_CONFIG);
~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
cloud/filestore/libs/storage/core/config.cpp:382:5: note: expanded from macro 'FILESTORE_STORAGE_CONFIG'
xxx(FakeTxPageFaultsEnabled, bool, false )\
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cloud/filestore/libs/storage/core/config.cpp:600:36: note: expanded from macro 'FILESTORE_DUMP_CONFIG'
const auto value = ProtoConfig.Get##name(); \
... truncated; see ya_log.txt for the full compiler output