rm: conftest.dSYM: is a directory mkdir: /Users/jenkins/w/cci_PR-4230/.conan/data/libjpeg/9d/_/_/package/1513b3452ef7e2a2dd5f931247c5e02edeb98cc9/include: File exists CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /Users/jenkins/w/cci_PR-4230/2/75d4492d-826e-4c41-818b-135d3df6664f/recipes/libjpeg/all/test_package/test_transupp.c:70:16: warning: incompatible pointer types passing 'FILE *' (aka 'struct __sFILE *') to parameter of type 'const char *' [-Wincompatible-pointer-types] printf(stderr, "Can only transform odd-size images perfectly.\n"); ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:129:16: note: expanded from macro 'stderr' #define stderr __stderrp ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/stdio.h:170:36: note: passing argument to parameter here int printf(const char * __restrict, ...) __printflike(1, 2); ^ 1 warning generated. The input image is odd-sized. The transform will not be correct.