Test ran at 2025-08-21 12:34:21.093095+00:00 SOLUTION: hungarian=1.0.0: Ada wrapper for the fast Stachniss' Hungarian solver Origin: source archive v1.0.0.tar.gz at https://github.com/mosteo/hungarian/archive/v1.0.0.tar.gz with hash sha512:f68365050bcdbaea00cae17601ddc3c2d6d5156bef038875c3594d310c756b0ac51c1b9c751b593f7ab59393eca3f109205bab9b7557a7a2b6ecfa0e1dcf3fd1 Properties: Author: alejandro@mosteo.com Description: Ada wrapper for the fast Stachniss' Hungarian solver GPR Scenario: Build_Type := Debug | Release | No_Option | Profile License: LGPL-3.0-only Maintainer: alejandro@mosteo.com Maintainers_Logins: mosteo Name: hungarian Version: 1.0.0 LOG: [alr test] Testing hungarian=1.0.0 [alr test] Spawning retrieval for remote crate: alr -d -n get hungarian=1.0.0 Note: Deploying hungarian=1.0.0... #=#=# ##O#-# ##O=# # #=#=-# # hungarian=1.0.0 successfully retrieved. There are no dependencies. [alr test] Spawning default test for remote crate: alr -d -n build --release -- -cargs:Ada -gnatwn Note: Building hungarian=1.0.0/hungarian.gpr... Compile [C] hungarian.c [Ada] hungarian_solver.adb In file included from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:27: /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:83:8: error: unknown type name 'FILE' 83 | extern FILE *__stdinp; | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:84:8: error: unknown type name 'FILE' 84 | extern FILE *__stdoutp; | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:85:8: error: unknown type name 'FILE' 85 | extern FILE *__stderrp; | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:148:19: error: unknown type name 'FILE' 148 | void clearerr(FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:81:1: note: 'FILE' is defined in header ''; did you forget to '#include '? 80 | #include +++ |+#include 81 | /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:149:17: error: unknown type name 'FILE' 149 | int fclose(FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:149:17: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:150:15: error: unknown type name 'FILE' 150 | int feof(FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:150:15: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:151:17: error: unknown type name 'FILE' 151 | int ferror(FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:151:17: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:152:17: error: unknown type name 'FILE' 152 | int fflush(FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:152:17: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:153:16: error: unknown type name 'FILE' 153 | int fgetc(FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:153:16: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:154:18: error: unknown type name 'FILE' 154 | int fgetpos(FILE * __restrict, fpos_t *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:154:18: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:154:37: error: unknown type name 'fpos_t' 154 | int fgetpos(FILE * __restrict, fpos_t *); | ^~~~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:154:37: note: 'fpos_t' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:155:40: error: unknown type name 'FILE' 155 | char *fgets(char * __restrict, int, FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:155:40: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:159:1: error: unknown type name 'FILE' 159 | FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:159:1: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:161:18: error: unknown type name 'FILE' 161 | int fprintf(FILE * __restrict, const char * __restrict, ...) __printflike(2, 3); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:161:18: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:162:21: error: unknown type name 'FILE' 162 | int fputc(int, FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:162:21: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:163:41: error: unknown type name 'FILE' 163 | int fputs(const char * __restrict, FILE * __restrict) __DARWIN_ALIAS(fputs); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:163:41: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:164:1: error: unknown type name 'size_t' 164 | size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | ^~~~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:81:1: note: 'size_t' is defined in header ''; did you forget to '#include '? 80 | #include +++ |+#include 81 | /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:164:41: error: unknown type name 'size_t' 164 | size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | ^~~~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:164:41: note: 'size_t' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:164:56: error: unknown type name 'size_t' 164 | size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | ^~~~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:164:56: note: 'size_t' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:164:73: error: unknown type name 'FILE' 164 | size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:164:73: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:165:1: error: unknown type name 'FILE' 165 | FILE *freopen(const char * __restrict, const char * __restrict, | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:165:1: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:166:18: error: unknown type name 'FILE' 166 | FILE * __restrict) __DARWIN_ALIAS(freopen); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:166:18: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:167:17: error: unknown type name 'FILE' 167 | int fscanf(FILE * __restrict, const char * __restrict, ...) __scanflike(2, 3); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:167:17: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:168:16: error: unknown type name 'FILE' 168 | int fseek(FILE *, long, int); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:168:16: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:169:18: error: unknown type name 'FILE' 169 | int fsetpos(FILE *, const fpos_t *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:169:18: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:169:32: error: unknown type name 'fpos_t' 169 | int fsetpos(FILE *, const fpos_t *); | ^~~~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:170:16: error: unknown type name 'FILE' 170 | long ftell(FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:170:16: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:171:1: error: unknown type name 'size_t' 171 | size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | ^~~~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:171:1: note: 'size_t' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:171:48: error: unknown type name 'size_t' 171 | size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | ^~~~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:171:48: note: 'size_t' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:171:63: error: unknown type name 'size_t' 171 | size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | ^~~~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:171:63: note: 'size_t' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:171:80: error: unknown type name 'FILE' 171 | size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:171:80: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:172:15: error: unknown type name 'FILE' 172 | int getc(FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:172:15: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:184:20: error: unknown type name 'FILE' 184 | int putc(int, FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:184:20: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:189:17: error: unknown type name 'FILE' 189 | void rewind(FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:189:17: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:191:17: error: unknown type name 'FILE' 191 | void setbuf(FILE * __restrict, char * __restrict); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:191:17: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:192:18: error: unknown type name 'FILE' 192 | int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:192:18: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:192:61: error: unknown type name 'size_t' 192 | int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | ^~~~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:192:61: note: 'size_t' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:203:1: error: unknown type name 'FILE' 203 | FILE *tmpfile(void); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:203:1: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:213:22: error: unknown type name 'FILE' 213 | int ungetc(int, FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:213:22: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:214:19: error: unknown type name 'FILE' 214 | int vfprintf(FILE * __restrict, const char * __restrict, __gnuc_va_list) __printflike(2, 0); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:214:19: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:242:1: error: unknown type name 'FILE' 242 | FILE *fdopen(int, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen)); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:242:1: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:244:17: error: unknown type name 'FILE' 244 | int fileno(FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:244:17: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:255:17: error: unknown type name 'FILE' 255 | int pclose(FILE *) __swift_unavailable("Use posix_spawn APIs or NSTask instead. (On iOS, process spawning is unavailable.)"); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:255:17: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:259:1: error: unknown type name 'FILE' 259 | FILE *popen(const char *, const char *) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(popen)) __swift_unavailable("Use posix_spawn APIs or NSTask instead. (On iOS, process spawning is unavailable.)"); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:259:1: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:274:17: error: unknown type name 'FILE' 274 | int __srget(FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:274:17: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:275:20: error: unknown type name 'FILE' 275 | int __svfscanf(FILE *, const char *, __gnuc_va_list) __scanflike(2, 0); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:275:20: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:276:22: error: unknown type name 'FILE' 276 | int __swbuf(int, FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:276:22: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:285:44: error: unknown type name 'FILE' 285 | __header_always_inline int __sputc(int _c, FILE *_p) { | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:285:44: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:311:20: error: unknown type name 'FILE' 311 | void flockfile(FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:311:20: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:312:23: error: unknown type name 'FILE' 312 | int ftrylockfile(FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:312:23: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:313:22: error: unknown type name 'FILE' 313 | void funlockfile(FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:313:22: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:314:24: error: unknown type name 'FILE' 314 | int getc_unlocked(FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:314:24: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:316:29: error: unknown type name 'FILE' 316 | int putc_unlocked(int, FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:316:29: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:321:15: error: unknown type name 'FILE' 321 | int getw(FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:321:15: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:322:20: error: unknown type name 'FILE' 322 | int putw(int, FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:322:20: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:354:17: error: unknown type name 'FILE' 354 | int fseeko(FILE * __stream, off_t __offset, int __whence); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:354:17: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:355:17: error: unknown type name 'FILE' 355 | off_t ftello(FILE * __stream); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:355:17: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:361:44: error: unknown type name 'size_t' 361 | int snprintf(char * __restrict __str, size_t __size, const char * __restrict __format, ...) __printflike(3, 4); | ^~~~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:361:44: note: 'size_t' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:362:18: error: unknown type name 'FILE' 362 | int vfscanf(FILE * __restrict __stream, const char * __restrict __format, __gnuc_va_list) __scanflike(2, 0); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:362:18: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:364:45: error: unknown type name 'size_t' 364 | int vsnprintf(char * __restrict __str, size_t __size, const char * __restrict __format, __gnuc_va_list) __printflike(3, 0); | ^~~~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:364:45: note: 'size_t' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:379:71: error: expected ',' or ';' before '__OSX_AVAILABLE_STARTING' 379 | int dprintf(int, const char * __restrict, ...) __printflike(2, 3) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:380:83: error: expected ',' or ';' before '__OSX_AVAILABLE_STARTING' 380 | int vdprintf(int, const char * __restrict, __gnuc_va_list) __printflike(2, 0) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:381:46: error: unknown type name 'size_t' 381 | ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | ^~~~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:381:46: note: 'size_t' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:381:95: error: unknown type name 'FILE' 381 | ssize_t getdelim(char ** __restrict __linep, size_t * __restrict __linecapp, int __delimiter, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:381:95: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:382:45: error: unknown type name 'size_t' 382 | ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | ^~~~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:382:45: note: 'size_t' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:382:77: error: unknown type name 'FILE' 382 | ssize_t getline(char ** __restrict __linep, size_t * __restrict __linecapp, FILE * __restrict __stream) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:382:77: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:383:1: error: unknown type name 'FILE' 383 | FILE *fmemopen(void * __restrict __buf, size_t __size, const char * __restrict __mode) __API_AVAILABLE(macos(10.13), ios(11.0), tvos(11.0), watchos(4.0)); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:383:1: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:383:41: error: unknown type name 'size_t' 383 | FILE *fmemopen(void * __restrict __buf, size_t __size, const char * __restrict __mode) __API_AVAILABLE(macos(10.13), ios(11.0), tvos(11.0), watchos(4.0)); | ^~~~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:383:41: note: 'size_t' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:384:1: error: unknown type name 'FILE' 384 | FILE *open_memstream(char **__bufp, size_t *__sizep) __API_AVAILABLE(macos(10.13), ios(11.0), tvos(11.0), watchos(4.0)); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:384:1: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:384:37: error: unknown type name 'size_t' 384 | FILE *open_memstream(char **__bufp, size_t *__sizep) __API_AVAILABLE(macos(10.13), ios(11.0), tvos(11.0), watchos(4.0)); | ^~~~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:384:37: note: 'size_t' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:399:17: error: unknown type name 'FILE' 399 | char *fgetln(FILE *, size_t *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:399:17: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:399:25: error: unknown type name 'size_t' 399 | char *fgetln(FILE *, size_t *); | ^~~~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:399:25: note: 'size_t' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:401:17: error: unknown type name 'FILE' 401 | int fpurge(FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:401:17: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:402:20: error: unknown type name 'FILE' 402 | void setbuffer(FILE *, char *, int); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:402:20: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:403:21: error: unknown type name 'FILE' 403 | int setlinebuf(FILE *); | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:403:21: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:410:1: error: unknown type name 'FILE' 410 | FILE *funopen(const void *, | ^~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:410:1: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:413:18: error: unknown type name 'fpos_t' 413 | fpos_t (* _Nullable)(void *, fpos_t, int), | ^~~~~~ /Users/runner/.local/share/alire/toolchains/gnat_native_13.2.2_b2c113d5/lib/gcc/aarch64-apple-darwin23.2.0/13.2.0/include-fixed/stdio.h:413:18: note: 'fpos_t' is defined in header ''; did you forget to '#include '? /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c: In function 'hungarian_print_matrix': /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:39:3: warning: implicit declaration of function 'fprintf' [-Wimplicit-function-declaration] 39 | fprintf(stderr , "\n"); | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:30:1: note: include '' or provide a declaration of 'fprintf' 29 | #include "hungarian.h" +++ |+#include 30 | /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:39:3: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 39 | fprintf(stderr , "\n"); | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:39:3: note: include '' or provide a declaration of 'fprintf' /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c: In function 'hungarian_print_status': /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:60:3: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 60 | fprintf(stderr,"cost:\n"); | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:60:3: note: include '' or provide a declaration of 'fprintf' /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c: In function 'hungarian_init': /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:90:3: note: in expansion of macro 'hungarian_test_alloc' 90 | hungarian_test_alloc(p->cost); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: note: include '' or provide a declaration of 'fprintf' 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:90:3: note: in expansion of macro 'hungarian_test_alloc' 90 | hungarian_test_alloc(p->cost); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:92:3: note: in expansion of macro 'hungarian_test_alloc' 92 | hungarian_test_alloc(p->assignment); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: note: include '' or provide a declaration of 'fprintf' 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:92:3: note: in expansion of macro 'hungarian_test_alloc' 92 | hungarian_test_alloc(p->assignment); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:96:5: note: in expansion of macro 'hungarian_test_alloc' 96 | hungarian_test_alloc(p->cost[i]); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: note: include '' or provide a declaration of 'fprintf' 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:96:5: note: in expansion of macro 'hungarian_test_alloc' 96 | hungarian_test_alloc(p->cost[i]); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:98:5: note: in expansion of macro 'hungarian_test_alloc' 98 | hungarian_test_alloc(p->assignment[i]); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: note: include '' or provide a declaration of 'fprintf' 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:98:5: note: in expansion of macro 'hungarian_test_alloc' 98 | hungarian_test_alloc(p->assignment[i]); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:120:5: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 120 | fprintf(stderr,"%s: unknown mode. Mode was set to HUNGARIAN_MODE_MINIMIZE_COST !\n", __FUNCTION__); | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:120:5: note: include '' or provide a declaration of 'fprintf' /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c: In function 'hungarian_solve': /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:159:3: note: in expansion of macro 'hungarian_test_alloc' 159 | hungarian_test_alloc(col_mate); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: note: include '' or provide a declaration of 'fprintf' 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:159:3: note: in expansion of macro 'hungarian_test_alloc' 159 | hungarian_test_alloc(col_mate); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:161:3: note: in expansion of macro 'hungarian_test_alloc' 161 | hungarian_test_alloc(unchosen_row); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: note: include '' or provide a declaration of 'fprintf' 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:161:3: note: in expansion of macro 'hungarian_test_alloc' 161 | hungarian_test_alloc(unchosen_row); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:163:3: note: in expansion of macro 'hungarian_test_alloc' 163 | hungarian_test_alloc(row_dec); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: note: include '' or provide a declaration of 'fprintf' 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:163:3: note: in expansion of macro 'hungarian_test_alloc' 163 | hungarian_test_alloc(row_dec); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:165:3: note: in expansion of macro 'hungarian_test_alloc' 165 | hungarian_test_alloc(slack_row); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: note: include '' or provide a declaration of 'fprintf' 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:165:3: note: in expansion of macro 'hungarian_test_alloc' 165 | hungarian_test_alloc(slack_row); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:168:3: note: in expansion of macro 'hungarian_test_alloc' 168 | hungarian_test_alloc(row_mate); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: note: include '' or provide a declaration of 'fprintf' 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:168:3: note: in expansion of macro 'hungarian_test_alloc' 168 | hungarian_test_alloc(row_mate); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:170:3: note: in expansion of macro 'hungarian_test_alloc' 170 | hungarian_test_alloc(parent_row); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: note: include '' or provide a declaration of 'fprintf' 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:170:3: note: in expansion of macro 'hungarian_test_alloc' 170 | hungarian_test_alloc(parent_row); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:172:3: note: in expansion of macro 'hungarian_test_alloc' 172 | hungarian_test_alloc(col_inc); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: note: include '' or provide a declaration of 'fprintf' 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:172:3: note: in expansion of macro 'hungarian_test_alloc' 172 | hungarian_test_alloc(col_inc); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:174:3: note: in expansion of macro 'hungarian_test_alloc' 174 | hungarian_test_alloc(slack); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:34:62: note: include '' or provide a declaration of 'fprintf' 34 | #define hungarian_test_alloc(X) do {if ((void *)(X) == NULL) fprintf(stderr, "Out of memory in %s, (%s, line %d).\n", __FUNCTION__, __FILE__, __LINE__); } while (0) | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:174:3: note: in expansion of macro 'hungarian_test_alloc' 174 | hungarian_test_alloc(slack); | ^~~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:195:5: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 195 | fprintf(stderr, "Using heuristic\n"); | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:195:5: note: include '' or provide a declaration of 'fprintf' /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:231:15: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 231 | fprintf(stderr, "matching col %d==row %d\n",l,k); | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:231:15: note: include '' or provide a declaration of 'fprintf' /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:236:9: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 236 | fprintf(stderr, "node %d: unmatched row %d\n",t,k); | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:236:9: note: include '' or provide a declaration of 'fprintf' /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:250:9: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 250 | fprintf(stderr, "Matched %d rows.\n",m-t); | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:250:9: note: include '' or provide a declaration of 'fprintf' /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:274:33: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 274 | fprintf(stderr, "node %d: row %d==col %d--row %d\n", | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:274:33: note: include '' or provide a declaration of 'fprintf' /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:306:23: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 306 | fprintf(stderr, | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:306:23: note: include '' or provide a declaration of 'fprintf' /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:320:27: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 320 | fprintf(stderr, "node %d: row %d==col %d--row %d\n",t,row_mate[l],l,k); | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:320:27: note: include '' or provide a declaration of 'fprintf' /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:333:9: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 333 | fprintf(stderr, "Breakthrough at node %d of %d!\n",q,t); | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:333:9: note: include '' or provide a declaration of 'fprintf' /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:340:13: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 340 | fprintf(stderr, "rematching col %d==row %d\n",l,k); | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:340:13: note: include '' or provide a declaration of 'fprintf' /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:360:15: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 360 | fprintf(stderr, "node %d: unmatched row %d\n",t,k); | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:360:15: note: include '' or provide a declaration of 'fprintf' /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:406:5: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 406 | fprintf(stderr, "Cost is %d\n",cost); | ^~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:406:5: note: include '' or provide a declaration of 'fprintf' compilation of hungarian.c failed gprbuild: *** compilation phase failed stderr: Command ["gprbuild", "-s", "-j0", "-p", "-P", "/Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/hungarian.gpr", "-cargs:Ada", "-gnatwn"] exited with code 4 ERROR: Command ["gprbuild", "-s", "-j0", "-p", "-P", "/Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/hungarian.gpr", "-cargs:Ada", "-gnatwn"] exited with code 4 stderr: ALIRE.CHECKED_ERROR stderr: Command ["gprbuild", "-s", "-j0", "-p", "-P", "/Users/runner/work/alire-crates-ci/alire-crates-ci/test/efce83e7-39db-4091-a83a-707a34fdc07c/hungarian_1.0.0_f6836505/hungarian.gpr", "-cargs:Ada", "-gnatwn"] exited with code 4 stderr: raised ALIRE.CHECKED_ERROR : alire-stored-error:1 Load address: 0x1024e4000 Call stack traceback locations: 0x1031f00cc 0x1031f012c 0x102f4466c 0x102b89568 0x102e0e594 0x102e0f4f4 0x102d4d33c 0x102d4bb08 0x102d6f78c 0x102dcf56c 0x102dce99c 0x102d6f868 0x102d6f950 0x102d4c00c 0x102d4c174 0x102555730 0x102555070 0x1025551e4 0x1025f2b38 0x1025fdc78 0x1024e69f8 0x1024eba2c stderr: ALIRE.ROOTS.BUILD._WRAPPED_STATEMENTS.BUILD_FAILED stderr: alire-roots.adb:202 stderr: raised ALIRE.ROOTS.BUILD._WRAPPED_STATEMENTS.BUILD_FAILED : alire-roots.adb:202 Load address: 0x1024e4000 Call stack traceback locations: 0x1031f00cc 0x1031f012c 0x102d4d640 0x102d4bb08 0x102d6f78c 0x102dcf56c 0x102dce99c 0x102d6f868 0x102d6f950 0x102d4c00c 0x102d4c174 0x102555730 0x102555070 0x1025551e4 0x1025f2b38 0x1025fdc78 0x1024e69f8 0x1024eba2c ERROR: Compilation failed.