../source_subfolder/rutil/DataStream.cxx:103:12: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare] if (len >= 0) ~~~ ^ ~ 1 warning generated. ../source_subfolder/rutil/FdPoll.cxx:362:8: warning: unused variable 'loopCnt' [-Wunused-variable] int loopCnt = 0; ^ ../source_subfolder/rutil/FdPoll.cxx:415:8: warning: unused variable 'loopCnt' [-Wunused-variable] int loopCnt = 0; ^ 2 warnings generated. /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/librutil.a(AndroidLogger.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/librutil.a(NetNs.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/librutil.a(RADIUSDigestAuthenticator.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/librutil.a(AndroidLogger.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/librutil.a(NetNs.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/librutil.a(RADIUSDigestAuthenticator.o) has no symbols ../../source_subfolder/resip/stack/DtmfPayloadContents.cxx:185:12: warning: variable 'eventCode' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] else if(mButton >= 'A' && mButton <= 'D') ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../source_subfolder/resip/stack/DtmfPayloadContents.cxx:194:11: note: uninitialized use occurs here return eventCode; ^~~~~~~~~ ../../source_subfolder/resip/stack/DtmfPayloadContents.cxx:185:9: note: remove the 'if' if its condition is always true else if(mButton >= 'A' && mButton <= 'D') ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../source_subfolder/resip/stack/DtmfPayloadContents.cxx:185:12: warning: variable 'eventCode' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized] else if(mButton >= 'A' && mButton <= 'D') ^~~~~~~~~~~~~~ ../../source_subfolder/resip/stack/DtmfPayloadContents.cxx:194:11: note: uninitialized use occurs here return eventCode; ^~~~~~~~~ ../../source_subfolder/resip/stack/DtmfPayloadContents.cxx:185:12: note: remove the '&&' if its condition is always true else if(mButton >= 'A' && mButton <= 'D') ^~~~~~~~~~~~~~~~~ ../../source_subfolder/resip/stack/DtmfPayloadContents.cxx:172:28: note: initialize the variable 'eventCode' to silence this warning unsigned short eventCode; ^ = 0 2 warnings generated. ../../source_subfolder/resip/stack/ConnectionBase.cxx:346:64: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if(contentLength > messageSizeMax || contentLength < 0) ~~~~~~~~~~~~~ ^ ~ 1 warning generated. In file included from ../../source_subfolder/resip/stack/DeprecatedDialog.cxx:6: ../../source_subfolder/resip/stack/DeprecatedDialog.hxx:134:12: warning: private field 'secure' is not used [-Wunused-private-field] bool secure; // indicates the messages in this Dialog must use TLS ^ 1 warning generated. ../../source_subfolder/resip/stack/SipMessage.cxx:1143:11: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference] return *(StringCategories*)0; ^~~~~~~~~~~~~~~~~~~~~ 1 warning generated. In file included from ../../source_subfolder/resip/stack/UdpTransport.cxx:10: ../../source_subfolder/resip/stack/UdpTransport.hxx:120:9: warning: private field 'mInActiveWrite' is not used [-Wunused-private-field] bool mInActiveWrite; ^ 1 warning generated. /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libresip.a(ParserCategories.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libresip.a(DtlsMessage.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libresip.a(DtlsTransport.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libresip.a(ParserCategories.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libresip.a(DtlsMessage.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libresip.a(DtlsTransport.o) has no symbols In file included from ../../source_subfolder/resip/dum/DumProcessHandler.cxx:3: ../../source_subfolder/resip/dum/DumProcessHandler.hxx:30:12: warning: private field 'mCurrentlyProcessing' is not used [-Wunused-private-field] bool mCurrentlyProcessing; ^ 1 warning generated. In file included from ../../source_subfolder/resip/dum/InviteSessionCreator.cxx:3: ../../source_subfolder/resip/dum/InviteSessionCreator.hxx:47:13: warning: private field 'mState' is not used [-Wunused-private-field] State mState; ^ 1 warning generated. ../../source_subfolder/resip/dum/ServerSubscription.cxx:64:17: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (timeleft < 0) // .kw. this can NEVER happen since unsigned! ~~~~~~~~ ^ ~ 1 warning generated. /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libdum.a(Handle.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libdum.a(Handle.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/jenkins/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/73a8b5702215b216f30768c00fd450bda45f8cfd/lib/librutil.a(AndroidLogger.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/jenkins/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/73a8b5702215b216f30768c00fd450bda45f8cfd/lib/librutil.a(NetNs.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/jenkins/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/73a8b5702215b216f30768c00fd450bda45f8cfd/lib/librutil.a(RADIUSDigestAuthenticator.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/jenkins/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/73a8b5702215b216f30768c00fd450bda45f8cfd/lib/libresip.a(ParserCategories.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/jenkins/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/73a8b5702215b216f30768c00fd450bda45f8cfd/lib/libresip.a(DtlsMessage.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/jenkins/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/73a8b5702215b216f30768c00fd450bda45f8cfd/lib/libresip.a(DtlsTransport.o) has no symbols /Applications/Xcode-9.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/jenkins/w/cci_PR-3432/.conan/data/resiprocate/1.12.0/_/_/package/73a8b5702215b216f30768c00fd450bda45f8cfd/lib/libdum.a(Handle.o) has no symbols CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /Users/jenkins/w/cci_PR-3432/18/a61067e1-f518-4a46-af8a-5d9fe57a66e7/recipes/resiprocate/all/test_package/test_package.cpp:51:34: warning: use of enumeration in a nested name specifier is a C++11 extension [-Wc++11-extensions] for (int i = 0; i < Headers::Type::MAX_HEADERS; i++) ^ /Users/jenkins/w/cci_PR-3432/18/a61067e1-f518-4a46-af8a-5d9fe57a66e7/recipes/resiprocate/all/test_package/test_package.cpp:53:9: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] auto rawHeader = msg->getRawHeader(static_cast(i)); ^ /Users/jenkins/w/cci_PR-3432/18/a61067e1-f518-4a46-af8a-5d9fe57a66e7/recipes/resiprocate/all/test_package/test_package.cpp:58:14: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] for (auto value : *rawHeader) ^ /Users/jenkins/w/cci_PR-3432/18/a61067e1-f518-4a46-af8a-5d9fe57a66e7/recipes/resiprocate/all/test_package/test_package.cpp:58:25: warning: range-based for loop is a C++11 extension [-Wc++11-extensions] for (auto value : *rawHeader) ^ 4 warnings generated. Undefined symbols for architecture x86_64: "resip::HeaderHash::in_word_set(char const*, unsigned int)", referenced from: resip::Headers::getType(char const*, int) in libresip.a(Headers.o) "resip::MethodHash::in_word_set(char const*, unsigned int)", referenced from: resip::getMethodType(resip::Data const&) in libresip.a(MethodTypes.o) resip::getMethodType(char const*, int) in libresip.a(MethodTypes.o) "resip::DayOfWeekHash::in_word_set(char const*, unsigned int)", referenced from: resip::DateCategory::DayOfWeekFromData(resip::Data const&) in libresip.a(DateCategory.o) resip::DateCategory::parse(resip::ParseBuffer&) in libresip.a(DateCategory.o) "resip::ParameterHash::in_word_set(char const*, unsigned int)", referenced from: resip::ParameterTypes::getType(char const*, unsigned int) in libresip.a(ParameterTypes.o) "resip::MonthHash::in_word_set(char const*, unsigned int)", referenced from: resip::DateCategory::MonthFromData(resip::Data const&) in libresip.a(DateCategory.o) resip::DateCategory::parse(resip::ParseBuffer&) in libresip.a(DateCategory.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [bin/test_package] Error 1 make[1]: *** [CMakeFiles/test_package.dir/all] Error 2 make: *** [all] Error 2 WARN: libmysqlclient/8.0.17: requirement openssl/1.1.1g overridden by resiprocate/1.12.0 to openssl/1.1.1h ERROR: resiprocate/1.12.0 (test package): Error in build() method, line 12 cmake.build() ConanException: Error 2 while executing cmake --build '/Users/jenkins/w/cci_PR-3432/18/a61067e1-f518-4a46-af8a-5d9fe57a66e7/recipes/resiprocate/all/test_package/build/390d0ab2e55d8d84cd0e1bbd9ff854f6dcd7cd60' '--' '-j8'