Full logs: ya_log.txt | ya_evlog.jsonl
JUnit testcase: unittest
Run(fStI4PbJ_vcsa0lLT1TasA$(BUILD_ROOT)/cloud/storage/core/libs/file_backed_containers/ut/__/file_ring_buffer_ut.cpp.o)
cloud/storage/core/libs/file_backed_containers/file_ring_buffer_ut.cpp:1322:13: error: invalid argument type 'TResultOrError<bool>' to unary expression
1322 | UNIT_ASSERT(rb.PushBack("b"));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
library/cpp/testing/unittest/registar.h:490:24: note: expanded from macro 'UNIT_ASSERT'
490 | #define UNIT_ASSERT(A) UNIT_ASSERT_C(A, "")
| ^~~~~~~~~~~~~~~~~~~~
library/cpp/testing/unittest/registar.h:485:13: note: expanded from macro 'UNIT_ASSERT_C'
485 | if (!(A)) { \
| ^~~~
1 error generated.