BiteTheDDDDt commented on PR #9708: URL: https://github.com/apache/incubator-doris/pull/9708#issuecomment-1133597520
```cpp [18:27:13] [Step 1/1] FAILED: test/CMakeFiles/doris_be_test.dir/runtime/collection_value_test.cpp.o [18:27:13] [Step 1/1] ccache /var/local/ldb-toolchain/bin/g++ -DBE_TEST -DBOOST_ALL_NO_LIB -DBOOST_STACKTRACE_USE_BACKTRACE -DHAVE_INTTYPES_H -DHAVE_NETINET_IN_H -Ddoris_be_test_EXPORTS -I/root/doris/be/src -I/root/doris/be/test -isystem /root/doris/be/../gensrc/build -isystem /var/local/thirdparty/installed/include -isystem /var/local/thirdparty/installed/gperftools/include -isystem /var/local/thirdparty/installed/include/breakpad -Wall -Wno-sign-compare -pthread -Werror -fstrict-aliasing -fno-omit-frame-pointer -std=gnu++17 -D__STDC_FORMAT_MACROS -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_SYSTEM_NO_DEPRECATED -DBRPC_ENABLE_CPU_PROFILER -Wno-array-bounds -Wno-stringop-overread -DBOOST_UUID_RANDOM_PROVIDER_FORCE_POSIX=1 -msse4.2 -Wno-attributes -DS2_USE_GFLAGS -DS2_USE_GLOG -faligned-new -g -Wno-unused-local-typedefs -O0 -fsanitize=address -DADDRESS_SANITIZER -fprofile-arcs -ftest-coverage -DGTEST_USE_OWN_TR1_TUPLE=0 -D OS_LINUX -fno-access-control -Wno-stringop-overflow -fdiagnosti cs-color=always -MD -MT test/CMakeFiles/doris_be_test.dir/runtime/collection_value_test.cpp.o -MF test/CMakeFiles/doris_be_test.dir/runtime/collection_value_test.cpp.o.d -o test/CMakeFiles/doris_be_test.dir/runtime/collection_value_test.cpp.o -c /root/doris/be/test/runtime/collection_value_test.cpp [18:27:13] [Step 1/1] /root/doris/be/test/runtime/collection_value_test.cpp: In member function 'virtual void doris::CollectionValueTest_init_Test::TestBody()': [18:27:13] [Step 1/1] /root/doris/be/test/runtime/collection_value_test.cpp:33:20: error: aggregate 'doris::ObjectPool pool' has incomplete type and cannot be defined [18:27:13] [Step 1/1] 33 | ObjectPool pool; [18:27:13] [Step 1/1] | ^~~~ [18:27:13] [Step 1/1] /root/doris/be/test/runtime/collection_value_test.cpp:52:20: error: aggregate 'doris::ObjectPool pool' has incomplete type and cannot be defined [18:27:13] [Step 1/1] 52 | ObjectPool pool; [18:27:13] [Step 1/1] | ^~~~ [18:27:13] [Step 1/1] /root/doris/be/test/runtime/collection_value_test.cpp: In member function 'virtual void doris::CollectionValueTest_set_Test::TestBody()': [18:27:13] [Step 1/1] /root/doris/be/test/runtime/collection_value_test.cpp:59:16: error: aggregate 'doris::ObjectPool pool' has incomplete type and cannot be defined [18:27:13] [Step 1/1] 59 | ObjectPool pool; ``` Hi, you should check ut build -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org