heguanhui opened a new pull request, #66009: URL: https://github.com/apache/doris/pull/66009
### What problem does this PR solve? Problem Summary: docker run --network host --ulimit nofile=1048576:1048576 -e CUSTOM_NPM_REGISTRY=https://registry.npmmirror.com -e TZ=Asia/Shanghai -e USE_UNWIND=OFF -e USE_AVX2=OFF -e ENABLE_PCH=OFF -e DISABLE_BUILD_AZURE=ON -v /usr/share/zoneinfo/Asia/Shanghai:/etc/localtime -v /data01/srdcloud/sourcecode/4.1-fix-cloud-compile-unwind-issue/doris:/data01/srdcloud/sourcecode/4.1-fix-cloud-compile-unwind-issue/doris -v /data01/maven/repo:/root/.m2/repository xxx /bin/bash -c "cd /data01/srdcloud/sourcecode/4.1-fix-cloud-compile-unwind-issue/doris && bash run-cloud-ut.sh --clean --run --fdb doris_cloud_cluster:[email protected]:4500,172.16.0.11:4500,172.16.0.12:4500 -j 16" When I use this command to run cloud ut by docker container,I set env DISABLE_BUILD_AZURE=ON,compile error occurred as below: [113/158] Building CXX object test/CMakeFiles/s3_accessor_test.dir/s3_accessor_test.cpp.o FAILED: [code=1] test/CMakeFiles/s3_accessor_test.dir/s3_accessor_test.cpp.o ccache /var/local/ldb-toolchain/bin/clang++ -DBE_TEST -DENABLE_HDFS_STORAGE_VAULT -DFDB_API_VERSION=710 -DGLOG_CUSTOM_PREFIX_SUPPORT -DHAVE_INTTYPES_H -DHAVE_NETINET_IN_H -DUSE_HADOOP_HDFS -I/data01/srdcloud/sourcecode/4.1-fix-cloud-compile-unwind-issue/doris/cloud/src -I/data01/srdcloud/sourcecode/4.1-fix-cloud-compile-unwind-issue/doris/cloud/test -I/usr/local/jdk/include -I/usr/local/jdk/include/linux -isystem /data01/srdcloud/sourcecode/4.1-fix-cloud-compile-unwind-issue/doris/cloud/../gensrc/build -isystem /data01/srdcloud/sourcecode/4.1-fix-cloud-compile-unwind-issue/doris/cloud/../common -isystem /var/local/thirdparty/installed/include -isystem /var/local/thirdparty/installed/gperftools/include -Wall -Wno-sign-compare -pthread -Werror -fstrict-aliasing -fno-omit-frame-pointer -std=gnu++20 -D__STDC_FORMAT_MACROS -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_SYSTEM_NO_DEPRECATED -DBRPC_ENABLE_CPU_PROFILER -faligned-new -ggdb -Wno-unused-local-typedefs -gdwarf-5 -O0 -fsanit ize=address -DADDRESS_SANITIZER -DUNIT_TEST -fprofile-arcs -ftest-coverage -fno-access-control -DGTEST_USE_OWN_TR1_TUPLE=0 -D OS_LINUX -fcolor-diagnostics -MD -MT test/CMakeFiles/s3_accessor_test.dir/s3_accessor_test.cpp.o -MF test/CMakeFiles/s3_accessor_test.dir/s3_accessor_test.cpp.o.d -o test/CMakeFiles/s3_accessor_test.dir/s3_accessor_test.cpp.o -c /data01/srdcloud/sourcecode/4.1-fix-cloud-compile-unwind-issue/doris/cloud/test/s3_accessor_test.cpp /data01/srdcloud/sourcecode/4.1-fix-cloud-compile-unwind-issue/doris/cloud/test/s3_accessor_test.cpp:26:10: fatal error: 'azure/storage/blobs/blob_options.hpp' file not found 26 | #include <azure/storage/blobs/blob_options.hpp> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. [118/158] Building CXX object test/CMakeFiles/s3_accessor_client_test.dir/s3_accessor_client_test.cpp.o FAILED: [code=1] test/CMakeFiles/s3_accessor_client_test.dir/s3_accessor_client_test.cpp.o ccache /var/local/ldb-toolchain/bin/clang++ -DBE_TEST -DENABLE_HDFS_STORAGE_VAULT -DFDB_API_VERSION=710 -DGLOG_CUSTOM_PREFIX_SUPPORT -DHAVE_INTTYPES_H -DHAVE_NETINET_IN_H -DUSE_HADOOP_HDFS -I/data01/srdcloud/sourcecode/4.1-fix-cloud-compile-unwind-issue/doris/cloud/src -I/data01/srdcloud/sourcecode/4.1-fix-cloud-compile-unwind-issue/doris/cloud/test -I/usr/local/jdk/include -I/usr/local/jdk/include/linux -isystem /data01/srdcloud/sourcecode/4.1-fix-cloud-compile-unwind-issue/doris/cloud/../gensrc/build -isystem /data01/srdcloud/sourcecode/4.1-fix-cloud-compile-unwind-issue/doris/cloud/../common -isystem /var/local/thirdparty/installed/include -isystem /var/local/thirdparty/installed/gperftools/include -Wall -Wno-sign-compare -pthread -Werror -fstrict-aliasing -fno-omit-frame-pointer -std=gnu++20 -D__STDC_FORMAT_MACROS -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_SYSTEM_NO_DEPRECATED -DBRPC_ENABLE_CPU_PROFILER -faligned-new -ggdb -Wno-unused-local-typedefs -gdwarf-5 -O0 -fsanit ize=address -DADDRESS_SANITIZER -DUNIT_TEST -fprofile-arcs -ftest-coverage -fno-access-control -DGTEST_USE_OWN_TR1_TUPLE=0 -D OS_LINUX -fcolor-diagnostics -MD -MT test/CMakeFiles/s3_accessor_client_test.dir/s3_accessor_client_test.cpp.o -MF test/CMakeFiles/s3_accessor_client_test.dir/s3_accessor_client_test.cpp.o.d -o test/CMakeFiles/s3_accessor_client_test.dir/s3_accessor_client_test.cpp.o -c /data01/srdcloud/sourcecode/4.1-fix-cloud-compile-unwind-issue/doris/cloud/test/s3_accessor_client_test.cpp /data01/srdcloud/sourcecode/4.1-fix-cloud-compile-unwind-issue/doris/cloud/test/s3_accessor_client_test.cpp:25:10: fatal error: 'azure/storage/blobs/blob_options.hpp' file not found 25 | #include <azure/storage/blobs/blob_options.hpp> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. ### Release note None ### Check List (For Author) - Test <!-- At least one of them must be included. --> - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason <!-- Add your reason? --> - Behavior changed: - [ ] No. - [ ] Yes. <!-- Explain the behavior change --> - Does this need documentation? - [ ] No. - [ ] Yes. <!-- Add document PR link here. eg: https://github.com/apache/doris-website/pull/1214 --> ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label <!-- Add branch pick label that this PR should merge into --> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
