Build errors

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

Other compiler errors

Run(5XCnbxHtBjNENjIp30zTlw$(BUILD_ROOT)/cloud/storage/core/libs/rdma/impl/client.cpp.o)

cloud/storage/core/libs/rdma/impl/client.cpp:1255:39: error: use of undeclared identifier 'reqId'; did you mean 'read'?
        RDMA_TRACE("bind request " << reqId << " input buffer");
                                      ^~~~~
                                      read
cloud/storage/core/libs/rdma/iface/log.h:31:50: note: expanded from macro 'RDMA_TRACE'
#define RDMA_TRACE(...) RDMA_LOG(TLOG_RESOURCES, __VA_ARGS__)
                                                 ^
cloud/storage/core/libs/rdma/iface/log.h:25:44: note: expanded from macro 'RDMA_LOG'
#define RDMA_LOG(...) Y_VA_MACRO(RDMA_LOG, __VA_ARGS__)
                                           ^
cloud/storage/core/libs/diagnostics/logging.h:108:70: note: expanded from macro 'Y_VA_MACRO'
#define Y_VA_MACRO(MACRO, ...) Y_CAT(MACRO, Y_VA_SIZE(__VA_ARGS__)) (__VA_ARGS__)
                                                                     ^
cloud/storage/core/libs/rdma/iface/log.h:21:63: note: expanded from macro 'RDMA_LOG2'
#define RDMA_LOG2(priority, stream) RDMA_LOG_S(priority, Log, stream)
                                                              ^
cloud/storage/core/libs/rdma/iface/log.h:11:55: note: expanded from macro 'RDMA_LOG_S'
        log << static_cast<ELogPriority>(priority) << stream; \
                                                      ^
/home/github/.ya/tools/v4/1966560555/usr/include/unistd.h:360:16: note: 'read' declared here
extern ssize_t read (int __fd, void *__buf, size_t __nbytes) __wur;
               ^
In file included from cloud/storage/core/libs/rdma/impl/client.cpp:1:
In file included from cloud/storage/core/libs/rdma/impl/client.h:5:
... truncated; see ya_log.txt for the full compiler output