autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: /Users/jenkins/w/cci_PR-4434@2/.conan/data/automake/1.16.3/_/_/package/3c28ba69276b46fd46e9c2060ba991d725ccab43/bin/aclocal --force -I m4 --install ${ACLOCAL_FLAGS} aclocal: installing 'm4/libtool.m4' from '/Users/jenkins/w/cci_PR-4434@2/.conan/data/libtool/2.4.6/_/_/package/858aaadc40bc197b1ea416e7e4437c589e26857d/bin/share/aclocal/libtool.m4' aclocal: installing 'm4/ltoptions.m4' from '/Users/jenkins/w/cci_PR-4434@2/.conan/data/libtool/2.4.6/_/_/package/858aaadc40bc197b1ea416e7e4437c589e26857d/bin/share/aclocal/ltoptions.m4' aclocal: installing 'm4/ltsugar.m4' from '/Users/jenkins/w/cci_PR-4434@2/.conan/data/libtool/2.4.6/_/_/package/858aaadc40bc197b1ea416e7e4437c589e26857d/bin/share/aclocal/ltsugar.m4' aclocal: installing 'm4/ltversion.m4' from '/Users/jenkins/w/cci_PR-4434@2/.conan/data/libtool/2.4.6/_/_/package/858aaadc40bc197b1ea416e7e4437c589e26857d/bin/share/aclocal/ltversion.m4' aclocal: installing 'm4/lt~obsolete.m4' from '/Users/jenkins/w/cci_PR-4434@2/.conan/data/libtool/2.4.6/_/_/package/858aaadc40bc197b1ea416e7e4437c589e26857d/bin/share/aclocal/lt~obsolete.m4' autoreconf: configure.ac: tracing autoreconf: running: /Users/jenkins/w/cci_PR-4434@2/.conan/data/libtool/2.4.6/_/_/package/858aaadc40bc197b1ea416e7e4437c589e26857d/bin/libtoolize --copy --force autoreconf: running: /Users/jenkins/w/cci_PR-4434@2/.conan/data/autoconf/2.69/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/bin/autoconf --force autoreconf: running: /Users/jenkins/w/cci_PR-4434@2/.conan/data/autoconf/2.69/_/_/package/cc471ed355602ffa7007968c83aa4e7e648a38b5/bin/autoheader --force autoreconf: running: /Users/jenkins/w/cci_PR-4434@2/.conan/data/automake/1.16.3/_/_/package/3c28ba69276b46fd46e9c2060ba991d725ccab43/bin/automake --add-missing --copy --force-missing configure.ac:76: installing 'build-aux/compile' configure.ac:76: installing 'build-aux/config.guess' configure.ac:76: installing 'build-aux/config.sub' configure.ac:61: installing 'build-aux/install-sh' configure.ac:61: installing 'build-aux/missing' src/Makefile.am: installing 'build-aux/depcomp' parallel-tests: installing 'build-aux/test-driver' autoreconf: Leaving directory `.' rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory ./configure: line 12860: PKG_INSTALLDIR: command not found uname: illegal option -- o usage: uname [-amnprsv] configure: WARNING: CFLAGS is not empty, will attempt to apply optimization flags to 'AM_CFLAGS' but depending on the contents of CFLAGS these may be overridden. CFLAGS = '-m64 -g -fPIC' configure: WARNING: Your LD does not support -z,retpolineplt try -fuse-ld=lld-7 configure: WARNING: doxygen not found - continuing without doxygen support /Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libsafec-3.6.0.a(snprintf_s.o) has no symbols /Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libsafec-3.6.0.a(snprintf_s.o) has no symbols test_sscanf_s.c:56:40: warning: format specifies type 'int *' but the argument has type 'int' [-Wformat] rc = sscanf_s(str1, "%s %n", str2, LEN, &ind); ~~ ^~~ test_sscanf_s.c:20:13: note: expanded from macro 'LEN' #define LEN (128) ^~~~~ test_sscanf_s.c:56:45: warning: data argument not used by format string [-Wformat-extra-args] rc = sscanf_s(str1, "%s %n", str2, LEN, &ind); ~~~~~~~ ^ test_sscanf_s.c:67:41: warning: data argument not used by format string [-Wformat-extra-args] rc = sscanf_s(str1, "%s %%n", str2, 6); ~~~~~~~~ ^ test_sscanf_s.c:71:41: warning: data argument not used by format string [-Wformat-extra-args] rc = sscanf_s(str1, "%s %%n", str3, 6); ~~~~~~~~ ^ test_sscanf_s.c:100:37: warning: data argument not used by format string [-Wformat-extra-args] rc = sscanf_s(str1, "%s", str2, LEN); ~~~~ ^ test_sscanf_s.c:20:13: note: expanded from macro 'LEN' #define LEN (128) ^ test_sscanf_s.c:117:37: warning: data argument not used by format string [-Wformat-extra-args] rc = sscanf_s(str1, "%s", str2, LEN); ~~~~ ^ test_sscanf_s.c:20:13: note: expanded from macro 'LEN' #define LEN (128) ^ test_sscanf_s.c:126:37: warning: data argument not used by format string [-Wformat-extra-args] rc = sscanf_s(str1, "%s", str2, LEN); ~~~~ ^ test_sscanf_s.c:20:13: note: expanded from macro 'LEN' #define LEN (128) ^ test_sscanf_s.c:135:37: warning: data argument not used by format string [-Wformat-extra-args] rc = sscanf_s(str1, "%s", str2, LEN); ~~~~ ^ test_sscanf_s.c:20:13: note: expanded from macro 'LEN' #define LEN (128) ^ 8 warnings generated. test_fscanf_s.c:test_scanf_s.c:65:34: warning: data argument not used by format string [-Wformat-extra-args] rc = scanf_s("%s %%n", str2, LEN); ~~~~~~~~ ^ test_scanf_s.c:22:13: note: expanded from macro 'LEN' #define LEN (128) ^ test_scanf_s.c:80:34: warning: data argument not used by format string [-Wformat-extra-args] rc = scanf_s("%s %%n", str2, 6); ~~~~~~~~ ^ test_scanf_s.c:96:25: warning: format specifies type 'int *' but the argument has type 'size_t *' (aka 'unsigned long *') [-Wformat] rc = scanf_s(" %d", &len1); ~~ ^~~~~ %zd test_scanf_s.c:115:30: warning: data argument not used by format string [-Wformat-extra-args] rc = scanf_s("%s", str2, LEN); ~~~~ ^ test_scanf_s.c:22:13: note: expanded from macro 'LEN' #define LEN (128) ^ test_scanf_s.c:137:30: warning: data argument not used by format string [-Wformat-extra-args] rc = scanf_s("%s", str2, LEN); ~~~~ ^ test_scanf_s.c:22:13: note: expanded from macro 'LEN' #define LEN (128) ^ test_scanf_s.c:176:33: warning: format specifies type 'int *' but the argument has type 'int' [-Wformat] rc = scanf_s("%s %n", str2, LEN, &ind); ~~ ^~~ test_scanf_s.c:22:13: note: expanded from macro 'LEN' #define LEN (128) ^~~~~ test_scanf_s.c:176:38: warning: data argument not used by format string [-Wformat-extra-args] rc = scanf_s("%s %n", str2, LEN, &ind); ~~~~~~~ ^ test_scanf_s.c:185:30: warning: data argument not used by format string [-Wformat-extra-args] rc = scanf_s("%s", str2, LEN); ~~~~ ^ test_scanf_s.c:22:13: note: expanded from macro 'LEN' #define LEN (128) ^ test_scanf_s.c:198:30: warning: data argument not used by format string [-Wformat-extra-args] rc = scanf_s("%s", str2, LEN); ~~~~ ^ test_scanf_s.c:22:13: note: expanded from macro 'LEN' #define LEN (128) ^ test_scanf_s.c:216:30: warning: data argument not used by format string [-Wformat-extra-args] rc = scanf_s("%s", str2, LEN); ~~~~ ^ test_scanf_s.c:22:13: note: expanded from macro 'LEN' #define LEN (128) ^ 73:43: warning: data argument not used by format string [-Wformat-extra-args] rc = fscanf_s(stream, "%s %%n", str2, LEN); ~~~~~~~~ ^ test_fscanf_s.c:22:13: note: expanded from macro 'LEN' #define LEN (128) ^ test_fscanf_s.c:89:34: warning: format specifies type 'int *' but the argument has type 'size_t *' (aka 'unsigned long *') [-Wformat] rc = fscanf_s(stream, " %d", &len1); ~~ ^~~~~ %zd test_fscanf_s.c:103:39: warning: data argument not used by format string [-Wformat-extra-args] rc = fscanf_s(stream, "%s", str2, LEN); ~~~~ ^ test_fscanf_s.c:22:13: note: expanded from macro 'LEN' #define LEN (128) ^ test_fscanf_s.c:124:39: warning: data argument not used by format string [-Wformat-extra-args] rc = fscanf_s(stream, "%s", str2, LEN); ~~~~ ^ test_fscanf_s.c:22:13: note: expanded from macro 'LEN' #define LEN (128) ^ test_fscanf_s.c:157:42: warning: format specifies type 'int *' but the argument has type 'int' [-Wformat] rc = fscanf_s(stream, "%s %n", str2, LEN, &ind); ~~ ^~~ test_fscanf_s.c:22:13: note: expanded from macro 'LEN' #define LEN (128) ^~~~~ test_fscanf_s.c:157:47: warning: data argument not used by format string [-Wformat-extra-args] rc = fscanf_s(stream, "%s %n", str2, LEN, &ind); ~~~~~~~ ^ test_fscanf_s.c:165:39: warning: data argument not used by format string [-Wformat-extra-args] rc = fscanf_s(stream, "%s", str2, LEN); ~~~~ ^ test_fscanf_s.c:22:13: note: expanded from macro 'LEN' #define LEN (128) ^ 7 warnings generated. 10 warnings generated. /Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/jenkins/w/cci_PR-4434@2/.conan/data/libsafec/3.6.0/_/_/package/0aa7be2d0914b6f3128105e305c90b9cb0cae86d/lib/libsafec-3.6.0.a(snprintf_s.o) has no symbols mkdir: /Users/jenkins/w/cci_PR-4434@2/.conan/data/libsafec/3.6.0/_/_/package/0aa7be2d0914b6f3128105e305c90b9cb0cae86d/include: File exists mkdir: /Users/jenkins/w/cci_PR-4434@2/.conan/data/libsafec/3.6.0/_/_/package/0aa7be2d0914b6f3128105e305c90b9cb0cae86d/include/libsafec: File exists [HOOK - conan-center.py] post_package(): ERROR: [PACKAGE LICENSE (KB-H012)] No 'licenses' folder found in package: /Users/jenkins/w/cci_PR-4434@2/.conan/data/libsafec/3.6.0/_/_/package/0aa7be2d0914b6f3128105e305c90b9cb0cae86d (https://github.com/conan-io/conan-center-index/blob/master/docs/error_knowledge_base.md#KB-H012) ERROR: [HOOK - conan-center.py] post_package(): Some checks failed running the hook, check the output