Test ran at 2025-09-15 01:01:13.970370+00:00 SOLUTION: db_maker=20240119.0.0: A generic for creating simple DBs (one table in an RDBMS) Origin: commit 05feea71716e21f6c3b0bf32eef7eb33b22806db from https://github.com/bracke/DB_Maker.git Properties: Author: Jeff Carter Build Switches: Description: A generic for creating simple DBs (one table in an RDBMS) License: GPL-3.0-or-later Long_Description: # DB_Maker A generic for creating simple DBs (one table in an RDBMS) with PragmARC.Persistent_Skip_List_Unbounded and Ada GUI. Searching does not use the O(log N) search of the underlying skip list, but instead does a linear search for fields that have the corresponding search text as a substring (case insensitive). This is much slower, but is still quite fast. If you have less than 100,000 records it should be fast enough. "Search" starts from the 1st record; "Search More" from the record after the last search. "Clear" clears the edit fields to make entering a new search easier. Because searching is case insensitive and matches substrings, searching for "son" would match "Orson Welles", "Fowler De Johnsone", and "Son House". Only about 7 fields will fit vertically in the typical browser window. This could perhaps be increased by making the font smaller. A vertical scroll bar will appear if needed. Movies is a small demo program that could be used to catalogue a collection of films. DB_Strings is a non-limited replacement for PragmARC.B_Strings, since type B_String is limited in the Ada-12 version of the PragmARCs. Maintainer: Bent Bracke Maintainers_Logins: bracke Name: db_maker Tag: database Tag: table Version: 20240119 Website: https://github.com/bracke/DB_Maker Dependencies (direct): ada_gui^20240224.0.0 gnat<13.0 | >=13.3 pragmarc^20240323.0.0 Dependencies (solution): ada_gui=20240224.0.1 gnat=14.2.1 (gnat_native) libgnutls=3.8.10 pragmarc=20240323.0.0 simple_components=4.68.0 unixodbc=2.3.12 Dependencies (graph): ada_gui=20240224.0.1 --> gnat=14.2.1 (gnat_native) (<13.0 | >=13.3) ada_gui=20240224.0.1 --> simple_components=4.68.0 (^4.68.0) db_maker=20240119.0.0 --> ada_gui=20240224.0.1 (^20240224.0.0) db_maker=20240119.0.0 --> gnat=14.2.1 (gnat_native) (<13.0 | >=13.3) db_maker=20240119.0.0 --> pragmarc=20240323.0.0 (^20240323.0.0) pragmarc=20240323.0.0 --> gnat=14.2.1 (gnat_native) (<13.0 | >=13.3) simple_components=4.68.0 --> gnat=14.2.1 (gnat_native) (>=2021 | (>=12 & <2000)) simple_components=4.68.0 --> libgnutls=3.8.10 (^3.7) simple_components=4.68.0 --> unixodbc=2.3.12 (^2.3) LOG: [alr test] Testing db_maker=20240119.0.0 [alr test] Spawning retrieval for remote crate: alr -d -n get db_maker=20240119.0.0 Note: Deploying db_maker=20240119.0.0... db_maker=20240119.0.0 successfully retrieved. Dependencies were solved as follows: + ada_gui 20240224.0.1 (new) +b gnat 14.2.1 (new,gnat_native,binary) +b libgnutls 3.8.10 (new,indirect,system package) + pragmarc 20240323.0.0 (new) + simple_components 4.68.0 (new,indirect) +b unixodbc 2.3.12 (new,indirect,system package) [alr test] Spawning default test for remote crate: alr -d -n build --release -- -cargs:Ada -gnatwn Note: Building db_maker=20240119.0.0/db_maker.gpr... Setup [mkdir] object directory for project DB_Maker [mkdir] library directory for project DB_Maker Compile [Ada] py-load_python_library.adb [Ada] py.adb [Ada] odbc-architecture_dependent.ads odbc-architecture_dependent.ads:30:16: warning: unit "Interfaces.C" is not referenced [-gnatwu] [Ada] odbc-driver_dependent.ads [Ada] odbc-thin.adb [Ada] odbc-sqltypes.adb py-load_python_library.adb:39:04: warning: named number "RTLD_LAZY" is not referenced [-gnatwu] py-load_python_library.adb:43:04: warning: named number "RTLD_BINDING_MASK" is not referenced [-gnatwu] py-load_python_library.adb:45:04: warning: named number "TLD_NOLOAD" is not referenced [-gnatwu] py-load_python_library.adb:47:04: warning: named number "RTLD_DEEPBIND" is not referenced [-gnatwu] py-load_python_library.adb:55:04: warning: named number "RTLD_LOCAL" is not referenced [-gnatwu] py-load_python_library.adb:57:04: warning: named number "RTLD_NODELETE" is not referenced [-gnatwu] [Ada] odbc.ads odbc-sqltypes.ads:206:04: warning: pragma Pack affects convention "C" component at line 203 [enabled by default] odbc-sqltypes.ads:206:04: warning: component "Data4" may not have "C" compatible representation [enabled by default] [Ada] persistent-native_odbc-text_io.adb [Ada] odbc-api-keys.adb [Ada] odbc-api-keys-sets.ads [Ada] odbc-api.adb py.adb:50:04: warning: variable "TypeError" is assigned but never read [-gnatwm] py.adb:51:04: warning: variable "SystemError" is assigned but never read [-gnatwm] py.adb:888:04: warning: named number "Single_Input" is not referenced [-gnatwu] py.adb:890:04: warning: named number "Eval_Input" is not referenced [-gnatwu] py.adb:891:04: warning: named number "Func_Type_Input" is not referenced [-gnatwu] py.adb:2454:24: warning: can never be greater than, could replace by "=" [-gnatwc] py.adb:2464:19: warning: formal parameter "Data" is not referenced [-gnatwf] py.adb:2694:07: warning: variable "Result" is assigned but never read [-gnatwm] py.adb:2698:07: warning: possibly useless assignment to "Result", value might not be referenced [-gnatwm] py.adb:2703:07: warning: variable "Result" is assigned but never read [-gnatwm] py.adb:2706:07: warning: possibly useless assignment to "Result", value might not be referenced [-gnatwm] [Ada] odbc-api-links.adb [Ada] odbc-bound_parameters.adb [Ada] odbc-api-keys-edit.ads [Ada] odbc-api-keys-arrays.ads [Ada] persistent-native_odbc.adb [Ada] gnat-sockets-ntp.adb [Ada] julia-load_julia_library.adb odbc-api.adb:33:23: warning: no entities of "Strings_Edit.UTF8.Handling" are referenced [-gnatwu] odbc-api.adb:64:13: warning: function "Dump" is not referenced [-gnatwu] odbc-api.adb:85:13: warning: function "Dump" is not referenced [-gnatwu] odbc-api.adb:780:07: warning: variable "Result" is assigned but never read [-gnatwm] odbc-api.adb:782:07: warning: possibly useless assignment to "Result", value might not be referenced [-gnatwm] odbc-api.adb:1121:25: warning: formal parameter "State" is not referenced [-gnatwf] odbc-api.adb:1210:07: warning: variable "Result" is assigned but never read [-gnatwm] odbc-api.adb:5951:24: warning: formal parameter "State" is not referenced [-gnatwf] odbc-api.adb:6058:14: warning: procedure "Set" is not referenced [-gnatwu] odbc-api.adb:6078:14: warning: procedure "Set" is not referenced [-gnatwu] odbc-api.adb:6775:12: warning: variable "Error" is not referenced [-gnatwu] odbc-api.ads:30:16: warning: no entities of "Interfaces.C" are referenced in spec [-gnatwu] odbc-api.ads:30:16: warning: with clause might be moved to body [-gnatwu] odbc-api.ads:5327:04: warning: pragma "INLINE" for "Execute" duplicates pragma at line 5326 [-gnatwr] [Ada] julia-generic_3d_array.adb julia-generic_3d_array.adb:52:07: warning: constant "Len" is not referenced [-gnatwu] [Ada] julia-generic_1d_array.adb julia-load_julia_library.adb:39:04: warning: named number "RTLD_LAZY" is not referenced [-gnatwu] julia-load_julia_library.adb:43:04: warning: named number "RTLD_BINDING_MASK" is not referenced [-gnatwu] julia-load_julia_library.adb:45:04: warning: named number "TLD_NOLOAD" is not referenced [-gnatwu] julia-load_julia_library.adb:47:04: warning: named number "RTLD_DEEPBIND" is not referenced [-gnatwu] julia-load_julia_library.adb:55:04: warning: named number "RTLD_LOCAL" is not referenced [-gnatwu] julia-load_julia_library.adb:57:04: warning: named number "RTLD_NODELETE" is not referenced [-gnatwu] julia-load_julia_library.adb:358:13: warning: function "dlsym" is not referenced [-gnatwu] [Ada] julia-generic_2d_array.adb [Ada] julia.adb julia-generic_2d_array.adb:52:07: warning: constant "Len" is not referenced [-gnatwu] [Ada] parsers-json-string_source.ads julia.adb:34:09: warning: unit "Ada.Unchecked_Conversion" is not referenced [-gnatwu] julia.adb:50:13: warning: function "+" is not referenced [-gnatwu] julia.adb:55:13: warning: function "+" is not referenced [-gnatwu] julia.adb:477:07: warning: constant "Result" is not referenced [-gnatwu] julia.adb:483:07: warning: constant "Result" is not referenced [-gnatwu] julia.adb:776:14: warning: procedure "Init_With_Image" is not referenced [-gnatwu] [Ada] parsers-json-multiline_source.ads [Ada] parsers-json-generic_parser.adb [Ada] parsers-json.adb parsers-json.adb:67:29: warning: formal parameter "Left" is not referenced [-gnatwf] parsers-json.adb:67:35: warning: formal parameter "Right" is not referenced [-gnatwf] parsers-json.adb:72:25: warning: formal parameter "Operation" is not referenced [-gnatwf] parsers-json.adb:77:28: warning: formal parameter "Operation" is not referenced [-gnatwf] [Ada] gnat-sockets-smtp-client-synchronous.adb [Ada] gnat-sockets-smtp-client.adb gnat-sockets-smtp-client-synchronous.adb:39:17: warning: formal parameter "Accepted" is not referenced [-gnatwf] [Ada] gnat-sockets-smtp.adb persistent-native_odbc.adb:28:20: warning: no entities of "Ada.Characters.Handling" are referenced [-gnatwu] persistent-native_odbc.adb:287:21: warning: variable "Error" is not referenced [-gnatwu] persistent-native_odbc.ads:63:09: warning: unit "Ada.Finalization" is not referenced [-gnatwu] [Ada] gnutls.adb [Ada] gnat-sockets-server-secure-x509.adb [Ada] gnat-sockets-server-secure.adb [Ada] gnat-sockets-server-secure-anonymous.adb [Ada] openssl.adb [Ada] gnat-sockets-server-openssl.adb [Ada] gnat-sockets-mqtt-streams.adb [Ada] gnat-sockets-mqtt-server.adb gnat-sockets-server-openssl.adb:846:07: warning: variable "Buffer" is read but never assigned [-gnatwv] [Ada] gnat-sockets-mqtt.adb gnat-sockets-smtp-client.adb:1302:17: warning: formal parameter "Code" is not referenced [-gnatwf] gnat-sockets-smtp-client.ads:733:50: warning: applying 'Class to an untagged incomplete type is an obsolescent feature (RM J.11) [-gnatwr] gnat-sockets-smtp-client.ads:739:58: warning: applying 'Class to an untagged incomplete type is an obsolescent feature (RM J.11) [-gnatwr] [Ada] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb gnat-sockets-mqtt.adb:356:13: warning: function "Get_Topic" is not referenced [-gnatwu] gnat-sockets-mqtt.adb:470:07: warning: variable "Level" is not referenced [-gnatwu] [Ada] gnat-sockets-connection_state_machine-modbus_client.adb gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:82:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:149:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:168:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:187:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:206:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:225:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:241:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:255:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:271:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:286:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:303:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:320:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-modbus_client-synchronous.adb:338:07: warning: variable "Lock" is not referenced [-gnatwu] [Ada] gnat-sockets-connection_state_machine-ldap-server.adb gnat-sockets-mqtt-server.adb:133:19: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:148:19: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:212:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:228:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:285:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:313:13: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:342:13: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:361:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:377:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:386:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:405:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:422:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:440:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:456:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:473:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:512:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:787:10: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:966:13: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:998:13: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1043:13: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1132:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1245:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1328:10: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1352:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1363:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1730:16: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1736:16: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1757:16: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1773:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1782:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-mqtt-server.adb:1809:07: warning: variable "Lock" is not referenced [-gnatwu] [Ada] gnat-sockets-connection_state_machine-ldap-client.adb gnat-sockets-connection_state_machine-modbus_client.adb:251:17: warning: formal parameter "Client" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-modbus_client.adb:293:17: warning: formal parameter "Machine" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-modbus_client.adb:381:17: warning: formal parameter "Pointer" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-modbus_client.adb:382:17: warning: formal parameter "Machine" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-modbus_client.adb:383:17: warning: formal parameter "State" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-modbus_client.ads:662:52: warning: applying 'Class to an untagged incomplete type is an obsolescent feature (RM J.11) [-gnatwr] [Ada] gnat-sockets-connection_state_machine-ldap.adb gnat-sockets-connection_state_machine-ldap-server.adb:28:09: warning: no entities of "Ada.Exceptions" are referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-server.adb:29:09: warning: no entities of "Ada.IO_Exceptions" are referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-server.ads:28:09: warning: no entities of "Ada.Task_Identification" are referenced [-gnatwu] [C] sqlite3.c gnat-sockets-connection_state_machine-ldap-client.adb:35:09: warning: unit "ada.Text_IO" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:561:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:576:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:631:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:662:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:676:13: warning: constant "Deadline" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:693:25: warning: constant "Password" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:721:14: warning: procedure "Receive_Challenge" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:737:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:759:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:799:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:835:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:865:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:893:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:926:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:963:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:1035:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:1135:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap-client.adb:1207:32: warning: formal parameter "ID" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-ldap-client.adb:1207:49: warning: formal parameter "Choice" is not referenced [-gnatwf] [Ada] persistent-sqlite_keys-arrays.ads [Ada] persistent-sqlite-text_io.adb [Ada] persistent-sqlite_keys-sets.ads gnat-sockets-connection_state_machine-ldap.adb:33:48: warning: no entities of "GNAT.Sockets.Connection_State_Machine.ASN1.Tagged_Values" are referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap.adb:35:09: warning: unit "ada.Text_IO" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-ldap.adb:37:04: warning: use clause for package "Booleans" has no effect [-gnatwu] gnat-sockets-connection_state_machine-ldap.adb:38:04: warning: use clause for package "Choices" has no effect [-gnatwu] gnat-sockets-connection_state_machine-ldap.adb:39:04: warning: use clause for package "Distinguished_Names" has no effect [-gnatwu] gnat-sockets-connection_state_machine-ldap.adb:40:04: warning: use clause for package "Integers_8" has no effect [-gnatwu] gnat-sockets-connection_state_machine-ldap.adb:41:04: warning: use clause for package "Integers_32" has no effect [-gnatwu] gnat-sockets-connection_state_machine-ldap.adb:42:04: warning: use clause for package "Nulls" has no effect [-gnatwu] gnat-sockets-connection_state_machine-ldap.adb:43:04: warning: use clause for package "Sequences" has no effect [-gnatwu] gnat-sockets-connection_state_machine-ldap.adb:44:04: warning: use clause for package "Sets" has no effect [-gnatwu] gnat-sockets-connection_state_machine-ldap.adb:45:04: warning: use clause for package "Strings" has no effect [-gnatwu] gnat-sockets-connection_state_machine-ldap.ads:39:53: warning: unit "GNAT.Sockets.Connection_State_Machine.ASN1.Sets.Generic_Reference" is not referenced [-gnatwu] [Ada] persistent-sqlite_keys.adb persistent-sqlite_keys-sets.ads:28:06: warning: no entities of "Interfaces" are referenced [-gnatwu] [Ada] persistent-sqlite.adb [Ada] persistent-sqlite_links.adb persistent-sqlite_links.adb:120:19: warning: variable "Command" is not modified in loop body [enabled by default] persistent-sqlite_links.adb:120:19: warning: possible infinite loop [enabled by default] persistent-sqlite_links.adb:185:19: warning: variable "Command" is not modified in loop body [enabled by default] persistent-sqlite_links.adb:185:19: warning: possible infinite loop [enabled by default] persistent-sqlite_links.adb:215:19: warning: variable "Command" is not modified in loop body [enabled by default] persistent-sqlite_links.adb:215:19: warning: possible infinite loop [enabled by default] [Ada] sqlite.adb sqlite.adb:69:04: warning: named number "SQLITE_NOTICE" is not referenced [-gnatwu] sqlite.adb:70:04: warning: named number "SQLITE_WARNING" is not referenced [-gnatwu] sqlite.adb:74:04: warning: named number "SQLITE_IOERR_READ" is not referenced [-gnatwu] sqlite.adb:75:04: warning: named number "SQLITE_IOERR_SHORT_READ" is not referenced [-gnatwu] sqlite.adb:76:04: warning: named number "SQLITE_IOERR_WRITE" is not referenced [-gnatwu] sqlite.adb:77:04: warning: named number "SQLITE_IOERR_FSYNC" is not referenced [-gnatwu] sqlite.adb:78:04: warning: named number "SQLITE_IOERR_DIR_FSYNC" is not referenced [-gnatwu] sqlite.adb:79:04: warning: named number "SQLITE_IOERR_TRUNCATE" is not referenced [-gnatwu] sqlite.adb:80:04: warning: named number "SQLITE_IOERR_FSTAT" is not referenced [-gnatwu] sqlite.adb:81:04: warning: named number "SQLITE_IOERR_UNLOCK" is not referenced [-gnatwu] sqlite.adb:82:04: warning: named number "SQLITE_IOERR_RDLOCK" is not referenced [-gnatwu] sqlite.adb:83:04: warning: named number "SQLITE_IOERR_DELETE" is not referenced [-gnatwu] sqlite.adb:84:04: warning: named number "SQLITE_IOERR_BLOCKED" is not referenced [-gnatwu] sqlite.adb:85:04: warning: named number "SQLITE_IOERR_NOMEM" is not referenced [-gnatwu] sqlite.adb:86:04: warning: named number "SQLITE_IOERR_ACCESS" is not referenced [-gnatwu] sqlite.adb:87:04: warning: named number "SQLITE_IOERR_CHECKRESERVEDLOCK" is not referenced [-gnatwu] sqlite.adb:88:04: warning: named number "SQLITE_IOERR_LOCK" is not referenced [-gnatwu] sqlite.adb:89:04: warning: named number "SQLITE_IOERR_CLOSE" is not referenced [-gnatwu] sqlite.adb:90:04: warning: named number "SQLITE_IOERR_DIR_CLOSE" is not referenced [-gnatwu] sqlite.adb:91:04: warning: named number "SQLITE_IOERR_SHMOPEN" is not referenced [-gnatwu] sqlite.adb:92:04: warning: named number "SQLITE_IOERR_SHMSIZE" is not referenced [-gnatwu] sqlite.adb:93:04: warning: named number "SQLITE_IOERR_SHMLOCK" is not referenced [-gnatwu] sqlite.adb:94:04: warning: named number "SQLITE_IOERR_SHMMAP" is not referenced [-gnatwu] sqlite.adb:95:04: warning: named number "SQLITE_IOERR_SEEK" is not referenced [-gnatwu] sqlite.adb:96:04: warning: named number "SQLITE_IOERR_DELETE_NOENT" is not referenced [-gnatwu] sqlite.adb:97:04: warning: named number "SQLITE_IOERR_MMAP" is not referenced [-gnatwu] sqlite.adb:99:04: warning: named number "SQLITE_IOERR_CONVPATH" is not referenced [-gnatwu] sqlite.adb:100:04: warning: named number "SQLITE_IOERR_VNODE" is not referenced [-gnatwu] sqlite.adb:101:04: warning: named number "SQLITE_IOERR_AUTH" is not referenced [-gnatwu] sqlite.adb:102:04: warning: named number "SQLITE_IOERR_BEGIN_ATOMIC" is not referenced [-gnatwu] sqlite.adb:103:04: warning: named number "SQLITE_IOERR_COMMIT_ATOMIC" is not referenced [-gnatwu] sqlite.adb:104:04: warning: named number "SQLITE_IOERR_ROLLBACK_ATOMIC" is not referenced [-gnatwu] sqlite.adb:105:04: warning: named number "SQLITE_LOCKED_SHAREDCACHE" is not referenced [-gnatwu] sqlite.adb:615:07: warning: variable "Result" is assigned but never read [-gnatwm] sqlite.adb:833:07: warning: variable "Result" is assigned but never read [-gnatwm] sqlite.adb:835:07: warning: possibly useless assignment to "Result", value might not be referenced [-gnatwm] sqlite.adb:1037:07: warning: "Result" is not modified, could be declared constant [-gnatwk] sqlite.adb:1059:10: warning: "Result" is not modified, could be declared constant [-gnatwk] sqlite.adb:1099:07: warning: variable "Result" is assigned but never read [-gnatwm] sqlite.adb:1101:07: warning: possibly useless assignment to "Result", value might not be referenced [-gnatwm] [Ada] gnat-sockets-connection_state_machine-http_server-sqlite_browser.adb [Ada] gnat-sockets-connection_state_machine-elv_max_cube_client-stream_io.adb persistent-sqlite.adb:28:20: warning: no entities of "Ada.Characters.Handling" are referenced [-gnatwu] persistent-sqlite.adb:35:09: warning: unit "Ada.Unchecked_Deallocation" is not referenced [-gnatwu] persistent-sqlite.adb:92:13: warning: function "Image" is not referenced [-gnatwu] persistent-sqlite.adb:1126:13: warning: function "Unicode" is not referenced [-gnatwu] persistent-sqlite.adb:1126:22: warning: formal parameter "Storage" is not referenced [-gnatwf] persistent-sqlite.ads:63:09: warning: unit "Ada.Finalization" is not referenced [-gnatwu] [Ada] gnat-sockets-connection_state_machine-elv_max_cube_client.adb [Ada] gnat-sockets-connection_state_machine-elv_max_cube_client-topology.adb [Ada] gnat-sockets-connection_state_machine-elv_max_cube_client-time_zones.ads [Ada] db_maker_config.ads [Ada] db_strings.ads [Ada] db_maker.adb gnat-sockets-connection_state_machine-elv_max_cube_client.adb:36:18: warning: no entities of "Ada.Calendar.Time_Zones" are referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:41:04: warning: use clause for package "Stream_Element_Offset_Edit" has no effect [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:222:13: warning: function "Encode" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:252:13: warning: function "&" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:408:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:435:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:458:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:479:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:501:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:529:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:556:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:588:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:826:17: warning: formal parameter "S_Commands" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:883:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:902:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:920:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:939:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:968:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1120:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1222:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1227:07: warning: renamed variable "RF" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1286:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1287:07: warning: constant "Index" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1299:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1300:07: warning: constant "Index" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1312:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1342:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1357:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1368:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1582:07: warning: useless assignment to "Action", value overwritten at line 1588 [-gnatwm] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1588:07: warning: useless assignment to "Action", value overwritten at line 1594 [-gnatwm] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1679:13: warning: function "Dump" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1861:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:1884:17: warning: formal parameter "Line" is not referenced [-gnatwf] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2058:10: warning: variable "ID" is assigned but never read [-gnatwm] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2090:13: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2195:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2205:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2218:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2227:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2247:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2271:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2280:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2293:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2302:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2315:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2324:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2337:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2346:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2355:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2367:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2376:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2627:07: warning: variable "Answer" is assigned but never read [-gnatwm] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:2629:07: warning: variable "Uptodate" is assigned but never read [-gnatwm] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3102:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3175:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3184:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3193:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3205:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3229:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3238:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3247:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3260:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3269:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3409:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3420:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3440:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3451:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3688:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3725:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3735:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3754:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3979:13: warning: "Data" is not modified, could be declared constant [-gnatwk] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:3994:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4172:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4228:12: warning: variable "Error" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4285:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4337:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4381:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4391:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4410:07: warning: variable "Pointer" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4421:10: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4710:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4833:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4847:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4890:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4902:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4961:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:4975:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5064:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5092:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5177:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5203:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5331:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5349:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5413:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5429:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5479:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5495:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5573:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5598:07: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5621:07: warning: use clause for package "Time_Zones" has no effect [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5769:48: warning: "Result" may be referenced before it has a value [enabled by default] gnat-sockets-connection_state_machine-elv_max_cube_client.adb:5923:10: warning: variable "Lock" is not referenced [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.ads:29:09: warning: no entities of "Ada.Exceptions" are referenced in spec [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.ads:29:09: warning: with clause might be moved to body [-gnatwu] gnat-sockets-connection_state_machine-elv_max_cube_client.ads:173:50: warning: static fixed-point value is not a multiple of Small [-gnatwb] In file included from /Users/runner/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/51daa0112412a77162cdd64b4e30b9d9c063e453a7bd7766c0b3e76c92091743/sqlite-sources/sqlite3.c:13472: /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:81:1: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' 80 | #include +++ |+#include 81 | /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:84:8: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:85:8: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:148:19: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:149:17: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:150:15: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:151:17: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:152:17: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:153:16: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:154:18: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:154:37: note: 'fpos_t' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:155:40: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:159:1: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:161:18: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:162:21: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:163:41: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:81:1: note: 'size_t' is defined in header ''; this is probably fixable by adding '#include ' 80 | #include +++ |+#include 81 | /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:164:41: note: 'size_t' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:164:56: note: 'size_t' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:164:73: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:165:1: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:166:18: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:167:17: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:168:16: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:169:18: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:169:32: note: 'fpos_t' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:170:16: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:171:1: note: 'size_t' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:171:48: note: 'size_t' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:171:63: note: 'size_t' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:171:80: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:172:15: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:184:20: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:189:17: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:191:17: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:192:18: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:192:61: note: 'size_t' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:203:1: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:213:22: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:214:19: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:242:1: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:244:17: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:255:17: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:259:1: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:274:17: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:275:20: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:276:22: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:285:44: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:311:20: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:312:23: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:313:22: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:314:24: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:316:29: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:321:15: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:322:20: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:354:17: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:355:17: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:361:44: note: 'size_t' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:362:18: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:364:45: note: 'size_t' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:381:46: note: 'size_t' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:381:95: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:382:45: note: 'size_t' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:382:77: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:383:1: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:383:41: note: 'size_t' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:384:1: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:384:37: note: 'size_t' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:399:17: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:399:25: note: 'size_t' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:401:17: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:402:20: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:403:21: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:410:1: note: 'FILE' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/toolchains/gnat_native_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.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_14.2.1_cc5517d6/lib/gcc/aarch64-apple-darwin23.6.0/14.2.0/include-fixed/stdio.h:413:18: note: 'fpos_t' is defined in header ''; this is probably fixable by adding '#include ' /Users/runner/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/51daa0112412a77162cdd64b4e30b9d9c063e453a7bd7766c0b3e76c92091743/sqlite-sources/sqlite3.c: In function 'proxyBreakConchLock': /Users/runner/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/51daa0112412a77162cdd64b4e30b9d9c063e453a7bd7766c0b3e76c92091743/sqlite-sources/sqlite3.c:39103:3: error: implicit declaration of function 'fprintf' [-Wimplicit-function-declaration] 39103 | fprintf(stderr, "broke stale lock on %s\n", cPath); | ^~~~~~~ /Users/runner/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/51daa0112412a77162cdd64b4e30b9d9c063e453a7bd7766c0b3e76c92091743/sqlite-sources/sqlite3.c:38459:1: note: include '' or provide a declaration of 'fprintf' 38458 | #include +++ |+#include 38459 | static void *unixDlOpen(sqlite3_vfs *NotUsed, const char *zFilename){ /Users/runner/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/51daa0112412a77162cdd64b4e30b9d9c063e453a7bd7766c0b3e76c92091743/sqlite-sources/sqlite3.c:39103:3: warning: incompatible implicit declaration of built-in function 'fprintf' [-Wbuiltin-declaration-mismatch] 39103 | fprintf(stderr, "broke stale lock on %s\n", cPath); | ^~~~~~~ /Users/runner/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/51daa0112412a77162cdd64b4e30b9d9c063e453a7bd7766c0b3e76c92091743/sqlite-sources/sqlite3.c:39103:3: note: include '' or provide a declaration of 'fprintf' /Users/runner/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/51daa0112412a77162cdd64b4e30b9d9c063e453a7bd7766c0b3e76c92091743/sqlite-sources/sqlite3.c: In function 'sqlite3DefaultRowEst': /Users/runner/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/51daa0112412a77162cdd64b4e30b9d9c063e453a7bd7766c0b3e76c92091743/sqlite-sources/sqlite3.c:109169:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 109169 | if( pIdx->pPartIdxWhere!=0 ) a[0] -= 10; assert( 10==sqlite3LogEst(2) ); | ^~ In file included from /Users/runner/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/51daa0112412a77162cdd64b4e30b9d9c063e453a7bd7766c0b3e76c92091743/sqlite-sources/sqlite3.c:13475: /Users/runner/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/51daa0112412a77162cdd64b4e30b9d9c063e453a7bd7766c0b3e76c92091743/sqlite-sources/sqlite3.c:109169:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 109169 | if( pIdx->pPartIdxWhere!=0 ) a[0] -= 10; assert( 10==sqlite3LogEst(2) ); | ^~~~~~ /Users/runner/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/51daa0112412a77162cdd64b4e30b9d9c063e453a7bd7766c0b3e76c92091743/sqlite-sources/sqlite3.c:109170:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 109170 | if( a[0]<33 ) a[0] = 33; assert( 33==sqlite3LogEst(10) ); | ^~ /Users/runner/.local/share/alire/builds/simple_components_4.68.0_da9b0f3a/51daa0112412a77162cdd64b4e30b9d9c063e453a7bd7766c0b3e76c92091743/sqlite-sources/sqlite3.c:109170:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 109170 | if( a[0]<33 ) a[0] = 33; assert( 33==sqlite3LogEst(10) ); | ^~~~~~ compilation of sqlite3.c failed gprbuild: *** compilation phase failed stderr: Command ["gprbuild", "-s", "-j0", "-p", "-P", "/Users/runner/work/alire-crates-ci/alire-crates-ci/test/4ac7e133-19e5-43a7-a0d5-2797bd39bef4/db_maker_20240119.0.0_05feea71/db_maker.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/4ac7e133-19e5-43a7-a0d5-2797bd39bef4/db_maker_20240119.0.0_05feea71/db_maker.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/4ac7e133-19e5-43a7-a0d5-2797bd39bef4/db_maker_20240119.0.0_05feea71/db_maker.gpr", "-cargs:Ada", "-gnatwn"] exited with code 4 stderr: raised ALIRE.CHECKED_ERROR : alire-stored-error:1 Load address: 0x100db0000 Call stack traceback locations: 0x101abc0cc 0x101abc12c 0x10181066c 0x101455568 0x1016da594 0x1016db4f4 0x10161933c 0x101617b08 0x10163b78c 0x10169b56c 0x10169a99c 0x10163b868 0x10163b950 0x10161800c 0x101618174 0x100e21730 0x100e21070 0x100e211e4 0x100ebeb38 0x100ec9c78 0x100db29f8 0x100db7a2c 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: 0x100db0000 Call stack traceback locations: 0x101abc0cc 0x101abc12c 0x101619640 0x101617b08 0x10163b78c 0x10169b56c 0x10169a99c 0x10163b868 0x10163b950 0x10161800c 0x101618174 0x100e21730 0x100e21070 0x100e211e4 0x100ebeb38 0x100ec9c78 0x100db29f8 0x100db7a2c ERROR: Compilation failed.