Build errors

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

Other compiler errors

Run(0Nu4hM-Gxviaq1vR3QM_WQ$(BUILD_ROOT)/cloud/filestore/libs/storage/core/config.cpp.o)

cloud/filestore/libs/storage/core/config.cpp:664:17: error: too many arguments to function call, expected 4, have 6
                featureValue,
                ^~~~~~~~~~~~~
cloud/filestore/libs/storage/core/config.cpp:670:47: note: in instantiation of function template specialization 'NCloud::NFileStore::NStorage::TStorageConfig::SetCloudFolderEntity(const TString &, const TString &, const TString &)::(anonymous class)::operator()<int>' requested here
                if (i32 value; getFeatureValue(value)) {
                                              ^
cloud/storage/core/libs/features/features_config.h:46:13: note: 'GetFeatureValue' declared here
    TString GetFeatureValue(
            ^
cloud/filestore/libs/storage/core/config.cpp:659:20: error: no viable conversion from returned value of type 'TString' (aka 'TBasicString<char>') to function return type 'bool'
            return FeaturesConfig.GetFeatureValue(
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
util/generic/string.h:860:5: note: candidate function
    operator const TStringType&() const noexcept {
    ^
util/generic/string.h:864:5: note: candidate function
    operator TStringType&() {
    ^
util/generic/strbase.h:64:22: note: candidate template ignored: could not match 'basic_string_view<char, type-parameter-0-0>' against 'bool'
    inline constexpr operator std::basic_string_view<TCharType, TCharTraits>() const {
                     ^
util/generic/strbase.h:69:21: note: explicit conversion function is not a candidate
    inline explicit operator std::basic_string<TCharType, TCharTraits, Allocator>() const {
                    ^
... truncated; see ya_log.txt for the full compiler output