Test ran at 2025-08-03 01:04:44.197960+00:00 SOLUTION: partord=1.0.0: Small library for sorting with partial orders Origin: commit 30057d94d0ebda3278b329a5e8be46cf1caedd52 from https://gitlab.com/my-ada-library/partord.git Properties: Author: Riccardo Bernardini Description: Small library for sorting with partial orders License: MIT Long_Description: This is a generic library that exports a sorting function that can operate with partial ordering, that is, it can happen that for some A /= B neither A < B nor A > B hold. Maintainer: Riccardo Bernardini Maintainers_Logins: fintatarta Name: partord Project_File: partord.gpr Tag: sorting Version: 1.0.0 Website: https://gitlab.com/my-ada-library/partord/ LOG: [alr test] Testing partord=1.0.0 [alr test] Spawning retrieval for remote crate: alr -d -n get partord=1.0.0 Note: Deploying partord=1.0.0... Note: Migrating lockfile from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/23f7f999-d163-4d96-918d-a28decbbcc00/partord_1.0.0_30057d94/alire.lock to /Users/runner/work/alire-crates-ci/alire-crates-ci/test/23f7f999-d163-4d96-918d-a28decbbcc00/partord_1.0.0_30057d94/alire/alire.lock partord=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 partord=1.0.0/partord.gpr... Compile [Ada] partial_order_sorting.ads [Ada] partial_order_sorting-array_sort.adb Build Libraries [gprlib] Partord_Lib.lexch [archive] libPartord_Lib.a [index] libPartord_Lib.a Success: Build finished successfully in 1.27 seconds. Found declared GPR file: partord.gpr [alr test] Test completed SUCCESSFULLY