Build errors

Full logs: ya_log.txt | ya_evlog.jsonl

Failed build targets

cloud/storage/core/libs/rdma/impl/ut

JUnit testcase: gtest

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

Run(DxFAlNisl_ufBIe04lTW6A$(BUILD_ROOT)/cloud/storage/core/libs/rdma/impl/ut/__/buffer_ut.cpp.o)

In file included from cloud/storage/core/libs/rdma/impl/buffer_ut.cpp:1:
In file included from cloud/storage/core/libs/rdma/impl/buffer.h:3:
In file included from cloud/storage/core/libs/rdma/impl/public.h:3:
In file included from cloud/storage/core/libs/rdma/iface/public.h:3:
In file included from contrib/libs/cxxsupp/libcxx/include/memory:891:
contrib/libs/cxxsupp/libcxx/include/__memory/compressed_pair.h:67:7: error: field type 'NCloud::NStorage::NRdma::(anonymous namespace)::TVerbsMock' is an abstract class
  _Tp __value_;
      ^
contrib/libs/cxxsupp/libcxx/include/__memory/compressed_pair.h:98:35: note: in instantiation of template class 'std::__compressed_pair_elem<NCloud::NStorage::NRdma::(anonymous namespace)::TVerbsMock, 1, false>' requested here
                          private __compressed_pair_elem<_T2, 1> {
                                  ^
contrib/libs/cxxsupp/libcxx/include/__memory/shared_ptr.h:374:26: note: in instantiation of template class 'std::__compressed_pair<std::allocator<NCloud::NStorage::NRdma::(anonymous namespace)::TVerbsMock>, NCloud::NStorage::NRdma::(anonymous namespace)::TVerbsMock>' requested here
    struct _ALIGNAS_TYPE(_CompressedPair) _Storage {
                         ^
contrib/libs/cxxsupp/libcxx/include/__memory/shared_ptr.h:397:19: note: in instantiation of member class 'std::__shared_ptr_emplace<NCloud::NStorage::NRdma::(anonymous namespace)::TVerbsMock, std::allocator<NCloud::NStorage::NRdma::(anonymous namespace)::TVerbsMock>>::_Storage' requested here
    static_assert(_LIBCPP_ALIGNOF(_Storage) == _LIBCPP_ALIGNOF(_CompressedPair), "");
                  ^
contrib/libs/cxxsupp/libcxx/include/__config:586:34: note: expanded from macro '_LIBCPP_ALIGNOF'
#    define _LIBCPP_ALIGNOF(_Tp) alignof(_Tp)
                                 ^
contrib/libs/cxxsupp/libcxx/include/__memory/shared_ptr.h:1051:55: note: in instantiation of template class 'std::__shared_ptr_emplace<NCloud::NStorage::NRdma::(anonymous namespace)::TVerbsMock, std::allocator<NCloud::NStorage::NRdma::(anonymous namespace)::TVerbsMock>>' requested here
    ::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...);
                                                      ^
contrib/libs/cxxsupp/libcxx/include/__memory/shared_ptr.h:1060:19: note: in instantiation of function template specialization 'std::allocate_shared<NCloud::NStorage::NRdma::(anonymous namespace)::TVerbsMock, std::allocator<NCloud::NStorage::NRdma::(anonymous namespace)::TVerbsMock>, void>' requested here
... truncated; see ya_log.txt for the full compiler output

cloud/storage/core/libs/ss_proxy/model/ut

JUnit testcase: unittest

No matching compiler error block was found in ya_log.txt for this target.