Test ran at 2025-02-15 00:53:52.637077+00:00 SOLUTION: uuids=1.0.0: Implementation of RFC 9562 Universally Unique IDentifiers (UUIDs) Origin: commit d5d6d70cab4d70e3e89bc9e04ff66ee90ac93924 from https://github.com/AJ-Ianozi/uuids.git Properties: Author: AJ Ianozi Description: Implementation of RFC 9562 Universally Unique IDentifiers (UUIDs) License: MIT Long_Description: This library is an attempt to implement UUIDs to the RFC 9562 standard located here: https://www.ietf.org/rfc/rfc9562.html As of this writing it can identify any UUID's version or variant and create any kind of UUID in the spec: * UUIDv1: Gregorian Timestamp with constant data * UUIDv3: MD5-hashed * UUIDv4: Randomly-generated * UUIDv5: SHA1-hashed * UUIDv6: Gregorian Timestamp with constant data with better database locality * UUIDv7: UNIX Timestamp with random data, optimized for database locality * UUIDv8: Custom UUIDs All of my unit tests are passing, but am open to more tests plus additional validation on other platforms, especially big endian. Refer to the [UUIDs Readme](https://github.com/AJ-Ianozi/uuids) for full description. You can also read the [full API documentation](https://aj-ianozi.github.io/uuids/toc_index.html) which has been generated with [ROBODoc](https://github.com/gumpu/ROBODoc). Maintainer: AJ Ianozi Maintainers_Logins: aj-ianozi Name: uuids Tag: uuid Tag: guid Version: 1.0.0 Website: https://github.com/AJ-Ianozi/uuids Dependencies (direct): system_random^1.0.0 Dependencies (solution): system_random=1.0.0 Dependencies (graph): uuids=1.0.0 --> system_random=1.0.0 (^1.0.0) LOG: Spawning: alr -d -n get --build uuids=1.0.0 Note: Deploying uuids=1.0.0... Note: Deploying system_random=1.0.0... Note: Building uuids=1.0.0/uuids.gpr... Setup [mkdir] object directory for project System_Random [mkdir] library directory for project System_Random [mkdir] object directory for project UUIDs [mkdir] library directory for project UUIDs Compile [Ada] system_random.adb [Ada] uuids_config.ads [Ada] uuids-v8.adb [Ada] uuids-v1.adb uuids.ads:520:28: illegal character, replaced by "(" uuids.ads:585:29: illegal character, replaced by "(" uuids.ads:603:36: illegal character, replaced by "(" uuids.ads:604:36: illegal character, replaced by "(" uuids.ads:607:47: illegal character, replaced by "(" uuids.ads:610:75: illegal character, replaced by ")" uuids.ads:613:47: illegal character, replaced by "(" uuids.ads:616:75: illegal character, replaced by ")" uuids.ads:619:47: illegal character, replaced by "(" uuids.ads:622:75: illegal character, replaced by ")" uuids.ads:625:47: illegal character, replaced by "(" uuids.ads:628:75: illegal character, replaced by ")" uuids.ads:629:39: illegal character, replaced by "(" uuids.ads:632:73: illegal character, replaced by ")" uuids.ads:633:39: illegal character, replaced by "(" uuids.ads:636:73: illegal character, replaced by ")" uuids.ads:637:39: illegal character, replaced by "(" uuids.ads:640:73: illegal character, replaced by ")" uuids.ads:641:39: illegal character, replaced by "(" uuids.ads:644:73: illegal character, replaced by ")" uuids.ads:645:39: illegal character, replaced by "(" uuids.ads:648:73: illegal character, replaced by ")" uuids.ads:649:39: illegal character, replaced by "(" uuids.ads:652:73: illegal character, replaced by ")" uuids.ads:653:39: illegal character, replaced by "(" uuids.ads:656:73: illegal character, replaced by ")" uuids.ads:658:43: illegal character, replaced by "(" uuids.ads:661:74: illegal character, replaced by ")" uuids.ads:663:43: illegal character, replaced by "(" uuids.ads:666:74: illegal character, replaced by ")" uuids-v1.adb:33:39: illegal character, replaced by "(" uuids-v1.adb:42:43: iterated component is an Ada 2020 feature uuids-v1.adb:42:43: unit must be compiled with -gnat2020 switch uuids-v1.adb:43:50: illegal character, replaced by ")" compilation of uuids-v1.adb failed compilation of uuids-v8.adb failed gprbuild: *** compilation phase failed stderr: Command ["gprbuild", "-s", "-j0", "-p", "-P", "/home/runner/work/alire-crates-ci/alire-crates-ci/test/0d364d11-fc0d-42c3-abcb-3b6bb1e295c1/uuids_1.0.0_d5d6d70c/uuids.gpr"] exited with code 4 ERROR: Command ["gprbuild", "-s", "-j0", "-p", "-P", "/home/runner/work/alire-crates-ci/alire-crates-ci/test/0d364d11-fc0d-42c3-abcb-3b6bb1e295c1/uuids_1.0.0_d5d6d70c/uuids.gpr"] exited with code 4 stderr: ALIRE.CHECKED_ERROR stderr: Command ["gprbuild", "-s", "-j0", "-p", "-P", "/home/runner/work/alire-crates-ci/alire-crates-ci/test/0d364d11-fc0d-42c3-abcb-3b6bb1e295c1/uuids_1.0.0_d5d6d70c/uuids.gpr"] exited with code 4 stderr: raised ALIRE.CHECKED_ERROR : alire-stored-error:1 [/home/runner/work/alire-crates-ci/alire-crates-ci/alire_install/bin/alr] 0xe16f5e Alire.Raise_Checked_Error at alire.adb:284 0xa845be Alire.Os_Lib.Subprocess.Checked_Spawn at alire-os_lib-subprocess.adb:111 0xcef7be Alire.Spawn.Command at alire-spawn.adb:21 0xcefdde Alire.Spawn.Gprbuild at alire-spawn.adb:41 0xc31d1f Alire.Roots.Build at alire-roots.adb:186 0xc304da Alire.Roots.Build at alire-roots.adb:252 0xc53d6f Alire.Roots.Traverse at alire-roots.adb:2075 0xcba1fd Alire.Solutions.Traverse.Visit at alire-solutions.adb:1480 0xcb9344 Alire.Solutions.Traverse at alire-solutions.adb:1563 0xc53e62 Alire.Roots.Traverse at alire-roots.adb:2079 0xc53f21 Alire.Roots.Traverse at alire-roots.adb:2059 0xc30a46 Alire.Roots.Build at alire-roots.adb:283 0xc30b2b Alire.Roots.Build at alire-roots.adb:111 0x4a5e38 Alr.Commands.Get.Retrieve at alr-commands-get.adb:205 0x4a94f3 Alr.Commands.Get.Execute at alr-commands-get.adb:378 0x4a96a1 Alr.Commands.Get.Execute at alr-commands-get.adb:256 0x533c96 Alr.Commands.Sub_Cmd.Execute at clic-subcommand-instance.adb:749 0x53eff7 Alr.Commands.Execute at alr-commands.adb:561 0x43953a Alr.Main at alr-main.adb:13 0x43c1d3 Main at b__alr-main.adb:2299 [/lib/x86_64-linux-gnu/libc.so.6] 0x7f1cad82a1c8 0x7f1cad82a289 [/home/runner/work/alire-crates-ci/alire-crates-ci/alire_install/bin/alr] 0x4393dc _start at ??? 0xfffffffffffffffe Warning: uuids=1.0.0 successfully retrieved but its build failed. Dependencies were solved as follows: + system_random 1.0.0 (new) ERROR: Build ended with errors