autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: /home/conan/w/cci_PR-4434/.conan/data/automake/1.16.3/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/bin/aclocal --force -I m4 --install ${ACLOCAL_FLAGS} aclocal: installing 'm4/libtool.m4' from '/home/conan/w/cci_PR-4434/.conan/data/libtool/2.4.6/_/_/package/25b8c84cf9fba2f8c69c73b9d712e9c075314f84/bin/share/aclocal/libtool.m4' aclocal: installing 'm4/ltoptions.m4' from '/home/conan/w/cci_PR-4434/.conan/data/libtool/2.4.6/_/_/package/25b8c84cf9fba2f8c69c73b9d712e9c075314f84/bin/share/aclocal/ltoptions.m4' aclocal: installing 'm4/ltsugar.m4' from '/home/conan/w/cci_PR-4434/.conan/data/libtool/2.4.6/_/_/package/25b8c84cf9fba2f8c69c73b9d712e9c075314f84/bin/share/aclocal/ltsugar.m4' aclocal: installing 'm4/ltversion.m4' from '/home/conan/w/cci_PR-4434/.conan/data/libtool/2.4.6/_/_/package/25b8c84cf9fba2f8c69c73b9d712e9c075314f84/bin/share/aclocal/ltversion.m4' aclocal: installing 'm4/lt~obsolete.m4' from '/home/conan/w/cci_PR-4434/.conan/data/libtool/2.4.6/_/_/package/25b8c84cf9fba2f8c69c73b9d712e9c075314f84/bin/share/aclocal/lt~obsolete.m4' autoreconf: configure.ac: tracing autoreconf: running: /home/conan/w/cci_PR-4434/.conan/data/libtool/2.4.6/_/_/package/25b8c84cf9fba2f8c69c73b9d712e9c075314f84/bin/libtoolize --copy --force autoreconf: running: /home/conan/w/cci_PR-4434/.conan/data/autoconf/2.69/_/_/package/cb054d0b3e1ca595dc66bc2339d40f1f8f04ab31/bin/autoconf --force autoreconf: running: /home/conan/w/cci_PR-4434/.conan/data/autoconf/2.69/_/_/package/cb054d0b3e1ca595dc66bc2339d40f1f8f04ab31/bin/autoheader --force autoreconf: running: /home/conan/w/cci_PR-4434/.conan/data/automake/1.16.3/_/_/package/258f6f05ca54813b3d7180161753df7f9ccf7e1d/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 `.' ./configure: line 12860: PKG_INSTALLDIR: command not found 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: doxygen not found - continuing without doxygen support /usr/bin/x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U') /usr/bin/x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U') /usr/bin/x86_64-linux-gnu-ar: `u' modifier ignored since `D' is the default (see `U') 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_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] test_fscanf_s.c rc = scanf_s(" %d", &len1);: 73 ~~ ^~~~~: 43 %zd: 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_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:test_fscanf_s.c176::8933::34 :warning : warningformat specifies type 'int *' but the argument has type 'int' [-Wformat]: format specifies type 'int *' but the argument has type 'size_t *' (aka 'unsigned long *') [-Wformat] rc = scanf_s("%s %n", str2, LEN, &ind); ~~ ^~~ test_scanf_s.c:22: rc = fscanf_s(stream, " %d", &len1);13 : ~~ ^~~~~ note %zd: 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:test_fscanf_s.c30::103 :warning39: :data argument not used by format string [-Wformat-extra-args] warning: data argument not used by format string [-Wformat-extra-args] rc = scanf_s("%s", str2, LEN); ~~~~ ^ test_scanf_s.c:22:13: rc = fscanf_s(stream, "%s", str2, LEN);note : ~~~~ ^expanded from macro 'LEN' test_fscanf_s.c#define LEN (128): 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_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) ^ 9 warnings generated. 7 warnings generated. /bin/bash: line 1: 49587 Terminated /bin/bash ../libtool --silent --tag=CC --mode=link clang -I../include -I. -m64 -g -fPIC -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -m64 -L/home/conan/w/cci_PR-4434/.conan/data/libtool/2.4.6/_/_/package/25b8c84cf9fba2f8c69c73b9d712e9c075314f84/lib -o t_strlastsame_s test_strlastsame_s.o ../src/libsafec-3.6.0.la -lltdl -ldl make[3]: *** [t_strlastsame_s] Error 143 make[3]: *** Waiting for unfinished jobs.... /bin/bash: line 1: 49626 Terminated /bin/bash ../libtool --silent --tag=CC --mode=link clang -I../include -I. -m64 -g -fPIC -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -m64 -L/home/conan/w/cci_PR-4434/.conan/data/libtool/2.4.6/_/_/package/25b8c84cf9fba2f8c69c73b9d712e9c075314f84/lib -o t_strljustify_s test_strljustify_s.o ../src/libsafec-3.6.0.la -lltdl -ldl make[3]: *** [t_strljustify_s] Error 143 /bin/bash: line 1: 49635 Terminated /bin/bash ../libtool --silent --tag=CC --mode=link clang -I../include -I. -m64 -g -fPIC -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -fstack-protector-strong -m64 -L/home/conan/w/cci_PR-4434/.conan/data/libtool/2.4.6/_/_/package/25b8c84cf9fba2f8c69c73b9d712e9c075314f84/lib -o t_strnatcmp_s test_strnatcmp_s.o ../src/libsafec-3.6.0.la -lltdl -ldl make[3]: *** [t_strnatcmp_s] Error 143 make[2]: *** [check-am] Error 2 make[1]: *** [check-recursive] Error 1 make: *** [check] Error 2 safeclib/3.6.0: WARN: Build folder is dirty, removing it: /home/conan/w/cci_PR-4434/.conan/data/safeclib/3.6.0/_/_/build/c22e293bc8dcd9fd87aa5b9d6b55569a0da47b27 ERROR: Exiting with code: 5