You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2022/08/12 09:13:59 UTC

[GitHub] [incubator-pegasus] WHBANG opened a new issue, #1113: Build: Release,ASAN,UBSAN build failed

WHBANG opened a new issue, #1113:
URL: https://github.com/apache/incubator-pegasus/issues/1113

   ```
   [ 15%] Built target dsn.security
   [ 16%] Building CXX object src/rdsn/src/zookeeper/CMakeFiles/dsn.replication.zookeeper_provider.dir/distributed_lock_service_zookeeper.cpp.o
   [ 16%] Building CXX object src/rdsn/src/zookeeper/CMakeFiles/dsn.replication.zookeeper_provider.dir/lock_struct.cpp.o
   [ 16%] Linking CXX static library libdsn_aio.a
   [ 16%] Built target dsn_aio
   [ 16%] Building CXX object src/rdsn/src/zookeeper/CMakeFiles/dsn.replication.zookeeper_provider.dir/zookeeper_error.cpp.o
   [ 16%] Building CXX object src/rdsn/src/zookeeper/CMakeFiles/dsn.replication.zookeeper_provider.dir/zookeeper_session.cpp.o
   /__w/incubator-pegasus/incubator-pegasus/src/rdsn/src/zookeeper/zookeeper_session.cpp: In member function 'int dsn::dist::zookeeper_session::attach(void*, const state_callback&)':
   /__w/incubator-pegasus/incubator-pegasus/src/rdsn/src/zookeeper/zookeeper_session.cpp:158:13: error: 'zoo_sasl_params_t' was not declared in this scope
                zoo_sasl_params_t sasl_params = {0};
                ^~~~~~~~~~~~~~~~~
   /__w/incubator-pegasus/incubator-pegasus/src/rdsn/src/zookeeper/zookeeper_session.cpp:158:13: note: suggested alternative: 'sasl_rand_t'
                zoo_sasl_params_t sasl_params = {0};
                ^~~~~~~~~~~~~~~~~
                sasl_rand_t
   /__w/incubator-pegasus/incubator-pegasus/src/rdsn/src/zookeeper/zookeeper_session.cpp:159:13: error: 'sasl_params' was not declared in this scope
                sasl_params.service = dsn::security::FLAGS_zookeeper_kerberos_service_name;
                ^~~~~~~~~~~
   /__w/incubator-pegasus/incubator-pegasus/src/rdsn/src/zookeeper/zookeeper_session.cpp:159:13: note: suggested alternative: 'sasl_rand_s'
                sasl_params.service = dsn::security::FLAGS_zookeeper_kerberos_service_name;
                ^~~~~~~~~~~
                sasl_rand_s
   /__w/incubator-pegasus/incubator-pegasus/src/rdsn/src/zookeeper/zookeeper_session.cpp:161:23: error: 'zookeeper_init_sasl' was not declared in this scope
                _handle = zookeeper_init_sasl(zookeeper_session_mgr::instance().zoo_hosts(),
                          ^~~~~~~~~~~~~~~~~~~
   /__w/incubator-pegasus/incubator-pegasus/src/rdsn/src/zookeeper/zookeeper_session.cpp:161:23: note: suggested alternative: 'zookeeper_interest'
                _handle = zookeeper_init_sasl(zookeeper_session_mgr::instance().zoo_hosts(),
                          ^~~~~~~~~~~~~~~~~~~
                          zookeeper_interest
   At global scope:
   cc1plus: error: unrecognized command line option '-Wno-implicit-float-conversion' [-Werror]
   cc1plus: error: unrecognized command line option '-Wno-deprecated-register' [-Werror]
   cc1plus: error: unrecognized command line option '-Wno-inconsistent-missing-override' [-Werror]
   cc1plus: all warnings being treated as errors
   src/rdsn/src/zookeeper/CMakeFiles/dsn.replication.zookeeper_provider.dir/build.make:117: recipe for target 'src/rdsn/src/zookeeper/CMakeFiles/dsn.replication.zookeeper_provider.dir/zookeeper_session.cpp.o' failed
   make[2]: *** [src/rdsn/src/zookeeper/CMakeFiles/dsn.replication.zookeeper_provider.dir/zookeeper_session.cpp.o] Error 1
   make[2]: *** Waiting for unfinished jobs....
   [ 17%] Building CXX object src/rdsn/src/failure_detector/CMakeFiles/dsn.failure_detector.dir/failure_detector.cpp.o
   make[1]: *** [src/rdsn/src/zookeeper/CMakeFiles/dsn.replication.zookeeper_provider.dir/all] Error 2
   CMakeFiles/Makefile2:1430: recipe for target 'src/rdsn/src/zookeeper/CMakeFiles/dsn.replication.zookeeper_provider.dir/all' failed
   make[1]: *** Waiting for unfinished jobs....
   [ 17%] Building CXX object src/rdsn/src/failure_detector/CMakeFiles/dsn.failure_detector.dir/failure_detector_multimaster.cpp.o
   [ 17%] Building CXX object src/rdsn/src/failure_detector/CMakeFiles/dsn.failure_detector.dir/__/__/__/__/thrift-gen/fd_types.cpp.o
   [ 17%] Linking CXX static library libdsn.failure_detector.a
   [ 17%] Built target dsn.failure_detector
   make: *** [all] Error 2
   Makefile:135: recipe for target 'all' failed
   Error: Process completed with exit code 2.
   ```
   
   Related Links:
   https://github.com/apache/incubator-pegasus/runs/7803102912?check_suite_focus=true
   https://github.com/apache/incubator-pegasus/runs/7803102777?check_suite_focus=true
   https://github.com/apache/incubator-pegasus/runs/7803103016?check_suite_focus=true
   


-- 
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: dev-unsubscribe@pegasus.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] acelyc111 closed issue #1113: Build: Release,ASAN,UBSAN build failed

Posted by GitBox <gi...@apache.org>.
acelyc111 closed issue #1113: Build: Release,ASAN,UBSAN build failed
URL: https://github.com/apache/incubator-pegasus/issues/1113


-- 
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: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org