Build errors

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

Other compiler errors

Run(6dgKLpHh1bt5_r9qesVuEw$(BUILD_ROOT)/cloud/storage/core/libs/grpc/periodic_tls_certificate_provider.cpp.o)

cloud/storage/core/libs/grpc/periodic_tls_certificate_provider.cpp:172:9: error: invalid argument type 'void' to unary expression
        STORAGE_VERIFY(
        ^~~~~~~~~~~~~~~
cloud/storage/core/libs/common/verify.h:68:5: note: expanded from macro 'STORAGE_VERIFY'
    STORAGE_VERIFY_C(expr, entityType, entityId, "");                          \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cloud/storage/core/libs/common/verify.h:46:24: note: expanded from macro 'STORAGE_VERIFY_C'
        if (Y_UNLIKELY(!(expr))) {                                             \
            ~~~~~~~~~~~^~~~~~~~
util/system/compiler.h:93:50: note: expanded from macro 'Y_UNLIKELY'
    #define Y_UNLIKELY(Cond) __builtin_expect(!!(Cond), 0)
                                                 ^~~~
cloud/storage/core/libs/grpc/periodic_tls_certificate_provider.cpp:175:23: error: use of undeclared identifier 'Request'
            GetDiskId(Request->GetDiskId()));
                      ^
cloud/storage/core/libs/grpc/periodic_tls_certificate_provider.cpp:175:23: error: use of undeclared identifier 'Request'
3 errors generated.