CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /Users/jenkins/w/cci_PR-2463@3/50/478c8ab8-d624-49ae-9367-b736f41d17ef/recipes/mimalloc/all/test_package/test_basic.cpp:1: In file included from /Users/jenkins/w/cci_PR-2463@3/.conan/data/mimalloc/1.6.4/_/_/package/03db91a62823ebc2b1df6e5cf549c2f674116656/lib/mimalloc-1.6/include/mimalloc-new-delete.h:23: /Users/jenkins/w/cci_PR-2463@3/.conan/data/mimalloc/1.6.4/_/_/package/03db91a62823ebc2b1df6e5cf549c2f674116656/lib/mimalloc-1.6/include/mimalloc.h:393:85: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] mi_stl_allocator() mi_attr_noexcept = default; ^ /Users/jenkins/w/cci_PR-2463@3/.conan/data/mimalloc/1.6.4/_/_/package/03db91a62823ebc2b1df6e5cf549c2f674116656/lib/mimalloc-1.6/include/mimalloc.h:394:85: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] mi_stl_allocator(const mi_stl_allocator&) mi_attr_noexcept = default; ^ In file included from /Users/jenkins/w/cci_PR-2463@3/50/478c8ab8-d624-49ae-9367-b736f41d17ef/recipes/mimalloc/all/test_package/test_basic.cpp:1: /Users/jenkins/w/cci_PR-2463@3/.conan/data/mimalloc/1.6.4/_/_/package/03db91a62823ebc2b1df6e5cf549c2f674116656/lib/mimalloc-1.6/include/mimalloc-new-delete.h:25:33: error: expected function body after function declarator void operator delete(void* p) noexcept { mi_free(p); }; ^ /Users/jenkins/w/cci_PR-2463@3/.conan/data/mimalloc/1.6.4/_/_/package/03db91a62823ebc2b1df6e5cf549c2f674116656/lib/mimalloc-1.6/include/mimalloc-new-delete.h:26:35: error: expected function body after function declarator void operator delete[](void* p) noexcept { mi_free(p); }; ^ /Users/jenkins/w/cci_PR-2463@3/.conan/data/mimalloc/1.6.4/_/_/package/03db91a62823ebc2b1df6e5cf549c2f674116656/lib/mimalloc-1.6/include/mimalloc-new-delete.h:28:37: error: expected function body after function declarator void* operator new(std::size_t n) noexcept(false) { return mi_new(n); } ^ In file included from /Users/jenkins/w/cci_PR-2463@3/50/478c8ab8-d624-49ae-9367-b736f41d17ef/recipes/mimalloc/all/test_package/test_basic.cpp:3: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iostream:38: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/ios:215: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iosfwd:90: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/wchar.h:119: /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/wchar.h:107:48: error: unknown type name 'mbstate_t'; did you mean '__mbstate_t'? size_t mbrlen(const char * __restrict, size_t, mbstate_t * __restrict); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/_types.h:79:3: note: '__mbstate_t' declared here } __mbstate_t; ^ In file included from /Users/jenkins/w/cci_PR-2463@3/50/478c8ab8-d624-49ae-9367-b736f41d17ef/recipes/mimalloc/all/test_package/test_basic.cpp:3: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iostream:38: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/ios:215: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iosfwd:90: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/wchar.h:119: /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/wchar.h:109:6: error: unknown type name 'mbstate_t'; did you mean '__mbstate_t'? mbstate_t * __restrict); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/_types.h:79:3: note: '__mbstate_t' declared here } __mbstate_t; ^ In file included from /Users/jenkins/w/cci_PR-2463@3/50/478c8ab8-d624-49ae-9367-b736f41d17ef/recipes/mimalloc/all/test_package/test_basic.cpp:3: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iostream:38: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/ios:215: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iosfwd:90: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/wchar.h:119: /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/wchar.h:110:19: error: unknown type name 'mbstate_t'; did you mean '__mbstate_t'? int mbsinit(const mbstate_t *); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/_types.h:79:3: note: '__mbstate_t' declared here } __mbstate_t; ^ In file included from /Users/jenkins/w/cci_PR-2463@3/50/478c8ab8-d624-49ae-9367-b736f41d17ef/recipes/mimalloc/all/test_package/test_basic.cpp:3: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iostream:38: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/ios:215: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iosfwd:90: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/wchar.h:119: /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/wchar.h:112:6: error: unknown type name 'mbstate_t'; did you mean '__mbstate_t'? mbstate_t * __restrict); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/_types.h:79:3: note: '__mbstate_t' declared here } __mbstate_t; ^ In file included from /Users/jenkins/w/cci_PR-2463@3/50/478c8ab8-d624-49ae-9367-b736f41d17ef/recipes/mimalloc/all/test_package/test_basic.cpp:3: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iostream:38: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/ios:215: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iosfwd:90: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/wchar.h:119: /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/wchar.h:123:44: error: unknown type name 'mbstate_t'; did you mean '__mbstate_t'? size_t wcrtomb(char * __restrict, wchar_t, mbstate_t * __restrict); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/_types.h:79:3: note: '__mbstate_t' declared here } __mbstate_t; ^ In file included from /Users/jenkins/w/cci_PR-2463@3/50/478c8ab8-d624-49ae-9367-b736f41d17ef/recipes/mimalloc/all/test_package/test_basic.cpp:3: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iostream:38: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/ios:215: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iosfwd:90: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/wchar.h:119: /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/wchar.h:139:6: error: unknown type name 'mbstate_t'; did you mean '__mbstate_t'? mbstate_t * __restrict); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/_types.h:79:3: note: '__mbstate_t' declared here } __mbstate_t; ^ In file included from /Users/jenkins/w/cci_PR-2463@3/50/478c8ab8-d624-49ae-9367-b736f41d17ef/recipes/mimalloc/all/test_package/test_basic.cpp:3: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iostream:38: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/ios:215: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iosfwd:90: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/wchar.h:119: /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/wchar.h:196:21: error: unknown type name 'mbstate_t'; did you mean '__mbstate_t'? size_t, mbstate_t * __restrict); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/_types.h:79:3: note: '__mbstate_t' declared here } __mbstate_t; ^ In file included from /Users/jenkins/w/cci_PR-2463@3/50/478c8ab8-d624-49ae-9367-b736f41d17ef/recipes/mimalloc/all/test_package/test_basic.cpp:3: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iostream:38: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/ios:215: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iosfwd:90: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/wchar.h:119: /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/wchar.h:204:21: error: unknown type name 'mbstate_t'; did you mean '__mbstate_t'? size_t, mbstate_t * __restrict); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/_types.h:79:3: note: '__mbstate_t' declared here } __mbstate_t; ^ In file included from /Users/jenkins/w/cci_PR-2463@3/50/478c8ab8-d624-49ae-9367-b736f41d17ef/recipes/mimalloc/all/test_package/test_basic.cpp:3: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iostream:38: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/ios:215: /Library/Developer/CommandLineTools/usr/include/c++/v1/iosfwd:176:14: error: unknown type name 'mbstate_t'; did you mean '__mbstate_t'? typedef fpos streampos; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/_types.h:79:3: note: '__mbstate_t' declared here } __mbstate_t; ^ In file included from /Users/jenkins/w/cci_PR-2463@3/50/478c8ab8-d624-49ae-9367-b736f41d17ef/recipes/mimalloc/all/test_package/test_basic.cpp:3: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iostream:38: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/ios:215: /Library/Developer/CommandLineTools/usr/include/c++/v1/iosfwd:177:14: error: unknown type name 'mbstate_t'; did you mean '__mbstate_t'? typedef fpos wstreampos; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/_types.h:79:3: note: '__mbstate_t' declared here } __mbstate_t; ^ In file included from /Users/jenkins/w/cci_PR-2463@3/50/478c8ab8-d624-49ae-9367-b736f41d17ef/recipes/mimalloc/all/test_package/test_basic.cpp:3: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iostream:38: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/ios:215: /Library/Developer/CommandLineTools/usr/include/c++/v1/iosfwd:179:14: error: unknown type name 'mbstate_t'; did you mean '__mbstate_t'? typedef fpos u16streampos; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/_types.h:79:3: note: '__mbstate_t' declared here } __mbstate_t; ^ In file included from /Users/jenkins/w/cci_PR-2463@3/50/478c8ab8-d624-49ae-9367-b736f41d17ef/recipes/mimalloc/all/test_package/test_basic.cpp:3: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iostream:38: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/ios:215: /Library/Developer/CommandLineTools/usr/include/c++/v1/iosfwd:180:14: error: unknown type name 'mbstate_t'; did you mean '__mbstate_t'? typedef fpos u32streampos; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/_types.h:79:3: note: '__mbstate_t' declared here } __mbstate_t; ^ In file included from /Users/jenkins/w/cci_PR-2463@3/50/478c8ab8-d624-49ae-9367-b736f41d17ef/recipes/mimalloc/all/test_package/test_basic.cpp:3: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iostream:38: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/ios:216: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/__locale:15: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/string:500: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/string_view:176: /Library/Developer/CommandLineTools/usr/include/c++/v1/__string:81:13: error: unknown type name 'mbstate_t'; did you mean '__mbstate_t'? typedef mbstate_t state_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/_types.h:79:3: note: '__mbstate_t' declared here } __mbstate_t; ^ In file included from /Users/jenkins/w/cci_PR-2463@3/50/478c8ab8-d624-49ae-9367-b736f41d17ef/recipes/mimalloc/all/test_package/test_basic.cpp:3: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iostream:38: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/ios:216: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/__locale:15: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/string:500: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/string_view:176: /Library/Developer/CommandLineTools/usr/include/c++/v1/__string:205:13: error: unknown type name 'mbstate_t'; did you mean '__mbstate_t'? typedef mbstate_t state_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/_types.h:79:3: note: '__mbstate_t' declared here } __mbstate_t; ^ In file included from /Users/jenkins/w/cci_PR-2463@3/50/478c8ab8-d624-49ae-9367-b736f41d17ef/recipes/mimalloc/all/test_package/test_basic.cpp:3: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iostream:38: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/ios:216: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/__locale:15: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/string:500: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/string_view:176: /Library/Developer/CommandLineTools/usr/include/c++/v1/__string:295:13: error: unknown type name 'mbstate_t'; did you mean '__mbstate_t'? typedef mbstate_t state_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/_types.h:79:3: note: '__mbstate_t' declared here } __mbstate_t; ^ In file included from /Users/jenkins/w/cci_PR-2463@3/50/478c8ab8-d624-49ae-9367-b736f41d17ef/recipes/mimalloc/all/test_package/test_basic.cpp:3: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iostream:38: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/ios:216: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/__locale:15: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/string:500: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/string_view:176: /Library/Developer/CommandLineTools/usr/include/c++/v1/__string:401:13: error: unknown type name 'mbstate_t'; did you mean '__mbstate_t'? typedef mbstate_t state_type; ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/i386/_types.h:79:3: note: '__mbstate_t' declared here } __mbstate_t; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 2 warnings and 20 errors generated. make[2]: *** [CMakeFiles/test_basic_cpp.dir/test_basic.cpp.o] Error 1 make[1]: *** [CMakeFiles/test_basic_cpp.dir/all] Error 2 make: *** [all] Error 2 ERROR: mimalloc/1.6.4 (test package): Error in build() method, line 27 cmake.build() ConanException: Error 2 while executing cmake --build '/Users/jenkins/w/cci_PR-2463@3/50/478c8ab8-d624-49ae-9367-b736f41d17ef/recipes/mimalloc/all/test_package/build/f367be48f07f3acb56d514252add1f72e262a453' '--' '-j8'