-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to build test_benchmark in Release/2.6 (8189a99) #60092
Comments
cc @onecatcn for vis |
@Wangzheee , /usr/bin/c++ \
-march=sandybridge -mtune=broadwell -Wno-error=range-loop-construct -Wno-error=maybe-uninitialized -Wno-error=switch -faligned-new=32 -Wno-error=uninitialized -Wno-error=deprecated-declarations -Wno-deprecated-declarations -std=c++17 -m64 -fPIC -fno-omit-frame-pointer -pipe -ffunction-sections -fdata-sections -Werror -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-error=array-bounds -Wno-error=ignored-attributes -Wno-error=int-in-bool-context -Wimplicit-fallthrough=0 -Wno-sign-compare -Wno-non-virtual-dtor -Wno-ignored-qualifiers -Wno-ignored-attributes -Wno-parentheses -msse3 -O3 -DNDEBUG \
paddle/fluid/inference/utils/CMakeFiles/test_benchmark.dir/benchmark_tester.cc.o \
-o paddle/fluid/inference/utils/test_benchmark \
-Wl,-rpath,/home/scratch.rjeng_sw/baidu/paddle/paddle/build/paddle/fluid/pybind:/home/scratch.rjeng_sw/baidu/paddle/paddle/build/paddle/phi:/home/scratch.rjeng_sw/baidu/paddle/paddle/build/paddle/common \
third_party/install/glog/lib/libglog.a \
paddle/fluid/pybind/libpaddle.so \
paddle/fluid/inference/utils/libbenchmark.a \
paddle/testing/libpaddle_gtest_main_new.a \
paddle/phi/libphi.so \
/usr/lib/x86_64-linux-gnu/libpython3.10.so \
paddle/fluid/platform/libenforce.a \
paddle/phi/libphi.so \
paddle/common/libcommon.so \
paddle/phi/api/profiler/libphi_profiler_proto.a \
paddle/phi/core/distributed/auto_parallel/libauto_parallel_proto.a \
paddle/utils/libpaddle_flags.a \
libcblas.a \
third_party/install/openblas/lib/libopenblas.a \
third_party/install/utf8proc/lib/libutf8proc.a \
third_party/install/gloo/lib/libgloo.a \
third_party/install/dgc/lib/libdgc.a \
paddle/phi/core/libexternal_error_proto.a \
third_party/install/gtest/lib/libgtest.a \
third_party/install/xxhash/lib/libxxhash.a \
paddle/fluid/framework/libframework_proto.a \
third_party/install/glog/lib/libglog.a \
third_party/install/protobuf/lib/libprotobuf.a \
-pthread -ldl -lrt -lz -lssl -lcrypto -pthread -Wl,--no-as-needed -ldl -lrt -lz After: /usr/bin/c++ \
-march=sandybridge -mtune=broadwell -Wno-error=range-loop-construct -Wno-error=maybe-uninitialized -Wno-error=switch -faligned-new=32 -Wno-error=uninitialized -Wno-error=deprecated-declarations -Wno-deprecated-declarations -std=c++17 -m64 -fPIC -fno-omit-frame-pointer -pipe -ffunction-sections -fdata-sections -Werror -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-error=array-bounds -Wno-error=ignored-attributes -Wno-error=int-in-bool-context -Wimplicit-fallthrough=0 -Wno-sign-compare -Wno-non-virtual-dtor -Wno-ignored-qualifiers -Wno-ignored-attributes -Wno-parentheses -msse3 -O3 -DNDEBUG \
paddle/fluid/inference/utils/CMakeFiles/test_benchmark.dir/benchmark_tester.cc.o \
-o paddle/fluid/inference/utils/test_benchmark \
-Wl,-rpath,/home/scratch.rjeng_sw/baidu/paddle/paddle/build/paddle/fluid/pybind:/home/scratch.rjeng_sw/baidu/paddle/paddle/build/paddle/phi:/home/scratch.rjeng_sw/baidu/paddle/paddle/build/paddle/common \
third_party/install/glog/lib/libglog.a \
paddle/fluid/inference/utils/libbenchmark.a \
paddle/testing/libpaddle_gtest_main_new.a \
paddle/fluid/platform/libenforce.a \
paddle/phi/api/profiler/libphi_profiler_proto.a \
paddle/phi/core/distributed/auto_parallel/libauto_parallel_proto.a \
paddle/utils/libpaddle_flags.a \
libcblas.a \
third_party/install/openblas/lib/libopenblas.a \
third_party/install/utf8proc/lib/libutf8proc.a \
third_party/install/gloo/lib/libgloo.a \
third_party/install/dgc/lib/libdgc.a \
paddle/phi/core/libexternal_error_proto.a \
third_party/install/gtest/lib/libgtest.a \
third_party/install/xxhash/lib/libxxhash.a \
paddle/fluid/framework/libframework_proto.a \
third_party/install/glog/lib/libglog.a \
third_party/install/protobuf/lib/libprotobuf.a \
paddle/fluid/pybind/libpaddle.so \
paddle/phi/libphi.so \
/usr/lib/x86_64-linux-gnu/libpython3.10.so \
paddle/phi/libphi.so \
paddle/common/libcommon.so \
-pthread -ldl -lrt -lz -lssl -lcrypto -pthread -Wl,--no-as-needed -ldl -lrt -lz The CMakeLists.txt still needs a fix. |
@Wangzheee , third_party/install/glog/lib/libglog.a \
paddle/fluid/pybind/libpaddle.so \
paddle/fluid/inference/utils/libbenchmark.a \
paddle/testing/libpaddle_gtest_main_new.a \
+paddle/fluid/pybind/libpaddle.so \
paddle/phi/libphi.so \
/usr/lib/x86_64-linux-gnu/libpython3.10.so \
paddle/fluid/platform/libenforce.a \
paddle/phi/libphi.so \
paddle/common/libcommon.so \
paddle/phi/api/profiler/libphi_profiler_proto.a \
paddle/phi/core/distributed/auto_parallel/libauto_parallel_proto.a \
paddle/utils/libpaddle_flags.a \
libcblas.a \
third_party/install/openblas/lib/libopenblas.a \
third_party/install/utf8proc/lib/libutf8proc.a \
third_party/install/gloo/lib/libgloo.a \
third_party/install/dgc/lib/libdgc.a \
paddle/phi/core/libexternal_error_proto.a \
third_party/install/gtest/lib/libgtest.a \
third_party/install/xxhash/lib/libxxhash.a \
paddle/fluid/framework/libframework_proto.a \
third_party/install/glog/lib/libglog.a \
third_party/install/protobuf/lib/libprotobuf.a \ |
We will follow up on this issue, thank you! |
Hi, please verify this PR: #60767. |
@vivienfanghuagood , |
|
问题描述 Issue Description
Build release/2.6 branch but triggers following error if
-DWITH_TESTING=ON
:版本&环境信息 Version & Environment Information
The text was updated successfully, but these errors were encountered: