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-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/perf.cpp:8: /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/perf.h:11:10: fatal error: 'linux/perf_event.h' file not found #include ^~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/libcoz.cpp:9:10: fatal error: 'linux/limits.h' file not found #include ^~~~~~~~~~~~~~~~ In file included from /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:8: /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.h:29:19: error: no member named 'sigwaitinfo' in the global namespace DECLARE_WRAPPER(sigwaitinfo); ~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.h:16:49: note: expanded from macro 'DECLARE_WRAPPER' #define DECLARE_WRAPPER(name) extern decltype(::name)* name; ~~^ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.h:30:19: error: no member named 'sigtimedwait' in the global namespace DECLARE_WRAPPER(sigtimedwait); ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.h:16:49: note: expanded from macro 'DECLARE_WRAPPER' #define DECLARE_WRAPPER(name) extern decltype(::name)* name; ~~^ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.h:35:19: error: no member named 'pthread_tryjoin_np' in the global namespace DECLARE_WRAPPER(pthread_tryjoin_np); ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.h:16:49: note: expanded from macro 'DECLARE_WRAPPER' #define DECLARE_WRAPPER(name) extern decltype(::name)* name; ~~^ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.h:36:19: error: no member named 'pthread_timedjoin_np' in the global namespace DECLARE_WRAPPER(pthread_timedjoin_np); ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.h:16:49: note: expanded from macro 'DECLARE_WRAPPER' #define DECLARE_WRAPPER(name) extern decltype(::name)* name; ~~^ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.h:39:19: error: no member named 'pthread_sigqueue' in the global namespace; did you mean 'pthread_sigmask'? DECLARE_WRAPPER(pthread_sigqueue); ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ pthread_sigmask /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.h:16:49: note: expanded from macro 'DECLARE_WRAPPER' #define DECLARE_WRAPPER(name) extern decltype(::name)* name; ~~^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/signal.h:83:5: note: 'pthread_sigmask' declared here int pthread_sigmask(int, const sigset_t *, sigset_t *) __DARWIN_ALIAS(pthread_sigmask); ^ In file included from /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:8: /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.h:50:19: error: no member named 'pthread_barrier_wait' in the global namespace DECLARE_WRAPPER(pthread_barrier_wait); ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.h:16:49: note: expanded from macro 'DECLARE_WRAPPER' #define DECLARE_WRAPPER(name) extern decltype(::name)* name; ~~^ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.h:54:19: error: no member named 'pthread_rwlock_timedrdlock' in the global namespace; did you mean 'pthread_rwlock_tryrdlock'? DECLARE_WRAPPER(pthread_rwlock_timedrdlock); ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ pthread_rwlock_tryrdlock /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.h:16:49: note: expanded from macro 'DECLARE_WRAPPER' #define DECLARE_WRAPPER(name) extern decltype(::name)* name; ~~^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/pthread.h:452:5: note: 'pthread_rwlock_tryrdlock' declared here int pthread_rwlock_tryrdlock(pthread_rwlock_t *) __DARWIN_ALIAS(pthread_rwlock_tryrdlock); ^ In file included from /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:8: /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.h:57:3: error: no member named 'pthread_rwlock_timedwrlock' in the global namespace; did you mean 'pthread_rwlock_timedrdlock'? DECLARE_WRAPPER(pthread_rwlock_timedwrlock); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.h:16:47: note: expanded from macro 'DECLARE_WRAPPER' #define DECLARE_WRAPPER(name) extern decltype(::name)* name; ^~ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.h:54:19: note: 'pthread_rwlock_timedrdlock' declared here DECLARE_WRAPPER(pthread_rwlock_timedrdlock); ^ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:84:8: error: unknown type name 'sighandler_t' static sighandler_t resolve_signal(int signum, sighandler_t handler) throw() { ^ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:84:48: error: unknown type name 'sighandler_t' static sighandler_t resolve_signal(int signum, sighandler_t handler) throw() { ^ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:87:15: error: cannot initialize return object of type 'int' with an rvalue of type 'void (*)(int)' else return SIG_ERR; ^~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/sys/signal.h:134:25: note: expanded from macro 'SIG_ERR' #define SIG_ERR ((void (*)(int))-1) ^~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:109:14: error: no member named 'sigwaitinfo' in the global namespace GET_SYMBOL(sigwaitinfo); ~~~~~~~~~~~^~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:30:44: note: expanded from macro 'GET_SYMBOL' #define GET_SYMBOL(name) GET_SYMBOL_HANDLE(name, RTLD_NEXT) ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:21:14: note: expanded from macro 'GET_SYMBOL_HANDLE' decltype(::name)* real_##name = nullptr; \ ~~^ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:115:14: error: no member named 'sigtimedwait' in the global namespace GET_SYMBOL(sigtimedwait); ~~~~~~~~~~~^~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:30:44: note: expanded from macro 'GET_SYMBOL' #define GET_SYMBOL(name) GET_SYMBOL_HANDLE(name, RTLD_NEXT) ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:21:14: note: expanded from macro 'GET_SYMBOL_HANDLE' decltype(::name)* real_##name = nullptr; \ ~~^ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:139:21: error: no member named 'pthread_tryjoin_np' in the global namespace GET_SYMBOL_HANDLE(pthread_tryjoin_np, get_pthread_handle()); ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:21:14: note: expanded from macro 'GET_SYMBOL_HANDLE' decltype(::name)* real_##name = nullptr; \ ~~^ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:145:21: error: no member named 'pthread_timedjoin_np' in the global namespace GET_SYMBOL_HANDLE(pthread_timedjoin_np, get_pthread_handle()); ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:21:14: note: expanded from macro 'GET_SYMBOL_HANDLE' decltype(::name)* real_##name = nullptr; \ ~~^ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:157:3: error: no member named 'pthread_sigqueue' in the global namespace; did you mean 'real::pthread_sigqueue'? GET_SYMBOL_HANDLE(pthread_sigqueue, get_pthread_handle()); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:21:12: note: expanded from macro 'GET_SYMBOL_HANDLE' decltype(::name)* real_##name = nullptr; \ ^~ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.h:39:19: note: 'real::pthread_sigqueue' declared here DECLARE_WRAPPER(pthread_sigqueue); ^ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:158:57: error: called object type 'decltype(real::pthread_sigqueue) *' (aka 'int (**)(int, const unsigned int *, unsigned int *)') is not a function or function pointer if(real_pthread_sigqueue) return real_pthread_sigqueue(t, sig, val); ~~~~~~~~~~~~~~~~~~~~~^ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:210:41: error: use of undeclared identifier 'pthread_barrier_t'; did you mean 'real::pthread_barrier_wait'? static int resolve_pthread_barrier_wait(pthread_barrier_t* barr) throw() { ^~~~~~~~~~~~~~~~~ real::pthread_barrier_wait /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.h:50:19: note: 'real::pthread_barrier_wait' declared here DECLARE_WRAPPER(pthread_barrier_wait); ^ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:210:60: error: use of undeclared identifier 'barr'; did you mean 'brk'? static int resolve_pthread_barrier_wait(pthread_barrier_t* barr) throw() { ^~~~ brk /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/unistd.h:538:7: note: 'brk' declared here void *brk(const void *); ^ /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/real.cpp:210:60: warning: 'brk' is deprecated [-Wdeprecated-declarations] static int resolve_pthread_barrier_wait(pthread_barrier_t* barr) throw() { ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/unistd.h:536:1: note: 'brk' has been explicitly marked deprecated here __deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/sys/cdefs.h:176:40: note: expanded from macro '__deprecated' #define __deprecated __attribute__((deprecated)) ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 1 warning and 20 errors generated. make[2]: *** [CMakeFiles/coz.dir/source_subfolder/libcoz/real.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... 1 error generated. make[2]: *** [CMakeFiles/coz.dir/source_subfolder/libcoz/perf.cpp.o] Error 1 1 error generated. make[2]: *** [CMakeFiles/coz.dir/source_subfolder/libcoz/libcoz.cpp.o] Error 1 /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/inspect.cpp:10:10: fatal error: 'elf.h' file not found #include ^~~~~~~ In file included from /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/profiler.cpp:8: In file included from /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/profiler.h:21: In file included from /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/progress_point.h:17: /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1/source_subfolder/libcoz/perf.h:11:10: fatal error: 'linux/perf_event.h' file not found #include ^~~~~~~~~~~~~~~~~~~~ 1 error generated. make[2]: *** [CMakeFiles/coz.dir/source_subfolder/libcoz/inspect.cpp.o] Error 1 1 error generated. make[2]: *** [CMakeFiles/coz.dir/source_subfolder/libcoz/profiler.cpp.o] Error 1 make[1]: *** [CMakeFiles/coz.dir/all] Error 2 make: *** [all] Error 2 coz/0.2.2: WARN: Build folder is dirty, removing it: /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1 coz/0.2.2: ERROR: Package 'd9cb209c8709e555c7171ca025a2104d2413dff1' build failed coz/0.2.2: WARN: Build folder /Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1 ERROR: coz/0.2.2: Error in build() method, line 48 cmake.build() ConanException: Error 2 while executing cmake --build '/Users/jenkins/w/cci_PR-3794@2/.conan/data/coz/0.2.2/_/_/build/d9cb209c8709e555c7171ca025a2104d2413dff1' '--' '-j8'