Full logs: ya_make_output.txt | ya_log.txt | ya_evlog.jsonl
Run(wD8s1HyrwaCeRGbQkIQFog$(BUILD_ROOT)/cloud/blockstore/libs/storage/partition/part_actor_compaction.cpp.o)
cloud/blockstore/libs/storage/partition/part_actor_compaction.cpp:97:16: error: private field 'MaxBlocksInBlob' is not used [-Werror,-Wunused-private-field]
const ui32 MaxBlocksInBlob;
^
1 error generated.
Run(R9VOfxQK1LfLxRXHbsEBiA$(BUILD_ROOT)/cloud/blockstore/libs/storage/partition/part_actor_addblobs.cpp.o)
cloud/blockstore/libs/storage/partition/part_actor_addblobs.cpp:596:17: error: no matching function for call to 'holds_alternative'
std::holds_alternative<TBlockMask>(kv.second.BlockMask),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cloud/storage/core/libs/common/verify.h:46:26: 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)
^~~~
contrib/libs/cxxsupp/libcxx/include/variant:1505:16: note: candidate template ignored: could not match 'variant' against 'TMaybe'
constexpr bool holds_alternative(const variant<_Types...>& __v) noexcept {
^
cloud/blockstore/libs/storage/partition/part_actor_addblobs.cpp:601:37: error: no matching function for call to 'get'
const auto& blockMask = std::get<TBlockMask>(kv.second.BlockMask);
^~~~~~~~~~~~~~~~~~~~
contrib/libs/cxxsupp/libcxx/include/__utility/pair.h:823:17: note: candidate template ignored: could not match 'pair' against 'TMaybe'
constexpr _T1 & get(pair<_T1, _T2>& __p) _NOEXCEPT
^
contrib/libs/cxxsupp/libcxx/include/__utility/pair.h:830:23: note: candidate template ignored: could not match 'pair' against 'TMaybe'
constexpr _T1 const & get(pair<_T1, _T2> const& __p) _NOEXCEPT
^
contrib/libs/cxxsupp/libcxx/include/__utility/pair.h:837:18: note: candidate template ignored: could not match 'pair' against 'TMaybe'
constexpr _T1 && get(pair<_T1, _T2>&& __p) _NOEXCEPT
^
... truncated; see ya_log.txt for the full compiler output