Test ran at 2025-07-25 01:27:03.484772+00:00 SOLUTION: openai=1.0.0: OpenAI client library Origin: commit 0f7f852189670501caa4f6150e412636e3b27d73 from https://gitlab.com/stcarrez/ada-openai.git Properties: Author: Stephane.Carrez@gmail.com Configuration: no modifiers Description: OpenAI client library GPR Scenario: OPENAI_BUILD := distrib | debug | optimize | profile | coverage GPR Scenario: OPENAI_LIBRARY_TYPE := relocatable | static | static-pic License: Apache-2.0 Long_Description: [Ada OpenAI](https://gitlab.com/stcarrez/ada-openai) provides an Ada API to make requests on the [OpenAI](https://openai.com/) models allowing an Ada application to access the [GPT-3](https://platform.openai.com/docs/models/gpt-3-5), [GPT-4](https://platform.openai.com/docs/models/gpt-4), [DALL.E](https://platform.openai.com/docs/models/dall-e) and other AI models. The library was generated by the [OpenAPI](https://github.com/OpenAPITools/openapi-generator) code generator from the OpenAPI description of the OpenAI service and it uses the [OpenAPI Ada](https://github.com/stcarrez/swagger-ada) library to make HTTP requests and perform JSON serialization and deserialization. ## Alire setup ``` alr with openai ``` For the HTTP connection, you can either use AWS or CURL and run one of the following commands: ``` alr with utilada_curl alr with utilada_aws ``` ## Links - [OpenAI API reference](https://platform.openai.com/docs/api-reference) - Ada example: [OpenAI Image Generation](https://gitlab.com/stcarrez/openapi-image) - Ada example: [OpenAI Chat](https://gitlab.com/stcarrez/openai-chat) - Ada example: [OpenAI Completion](https://gitlab.com/stcarrez/openapi-completion) Maintainer: Stephane.Carrez@gmail.com Maintainers_Logins: stcarrez Name: openai Project_File: openai.gpr Tag: rest Tag: web Tag: api Tag: openapi Tag: openai Version: 1.0.0 Website: https://gitlab.com/stcarrez/ada-openai Dependencies (direct): openapi~0.7.0 Dependencies (solution): gnat=15.1.2 (gnat_native) openapi=0.7.0 security=1.5.1 utilada=2.8.1 utilada_xml=2.8.1 xmlada=24.0.0 Dependencies (graph): openai=1.0.0 --> openapi=0.7.0 (~0.7.0) openapi=0.7.0 --> security=1.5.1 (^1.5.0) openapi=0.7.0 --> utilada=2.8.1 (^2.6.0) openapi=0.7.0 --> utilada_xml=2.8.1 (^2.6.0) security=1.5.1 --> utilada=2.8.1 (^2.6.0) security=1.5.1 --> utilada_xml=2.8.1 (^2.6.0) utilada_xml=2.8.1 --> utilada=2.8.1 (^2.8.1) utilada_xml=2.8.1 --> xmlada=24.0.0 (^24.0) xmlada=24.0.0 --> gnat=15.1.2 (gnat_native) (>=11) LOG: [alr test] Testing openai=1.0.0 [alr test] Spawning retrieval for remote crate: alr -d -n get openai=1.0.0 Note: Deploying openai=1.0.0... Note: Deploying security=1.5.1... Note: Deploying openapi=0.7.0... openai=1.0.0 successfully retrieved. Dependencies were solved as follows: +b gnat 15.1.2 (new,gnat_native,indirect,binary) + openapi 0.7.0 (new) + security 1.5.1 (new,indirect) + utilada 2.8.1 (new,indirect) + utilada_xml 2.8.1 (new,indirect) + xmlada 24.0.0 (new,indirect) [alr test] Spawning default test for remote crate: alr -d -n build --release -- -cargs:Ada -gnatwn Note: Building openai=1.0.0/openai.gpr... /root/.local/share/alire/toolchains/gprbuild_25.0.1_9a2e6cfb/bin/gprbuild: /lib64/libc.so.6: version `GLIBC_2.35' not found (required by /root/.local/share/alire/toolchains/gprbuild_25.0.1_9a2e6cfb/bin/gprbuild) stderr: Command ["gprbuild", "-s", "-j0", "-p", "-P", "/home/runner/work/alire-crates-ci/alire-crates-ci/test/b5c8f221-db63-41a9-ac3e-c5e58cc4ba44/openai_1.0.0_0f7f8521/openai.gpr", "-cargs:Ada", "-gnatwn"] exited with code 1 ERROR: Command ["gprbuild", "-s", "-j0", "-p", "-P", "/home/runner/work/alire-crates-ci/alire-crates-ci/test/b5c8f221-db63-41a9-ac3e-c5e58cc4ba44/openai_1.0.0_0f7f8521/openai.gpr", "-cargs:Ada", "-gnatwn"] exited with code 1 stderr: ALIRE.CHECKED_ERROR stderr: Command ["gprbuild", "-s", "-j0", "-p", "-P", "/home/runner/work/alire-crates-ci/alire-crates-ci/test/b5c8f221-db63-41a9-ac3e-c5e58cc4ba44/openai_1.0.0_0f7f8521/openai.gpr", "-cargs:Ada", "-gnatwn"] exited with code 1 stderr: raised ALIRE.CHECKED_ERROR : alire-stored-error:1 [/usr/bin/alr] 0xe75bc6 Alire.Raise_Checked_Error at alire.adb:284 0xac1a54 Alire.Os_Lib.Subprocess.Checked_Spawn at alire-os_lib-subprocess.adb:111 0xd40276 Alire.Spawn.Command at alire-spawn.adb:22 0xd412ee Alire.Spawn.Gprbuild at alire-spawn.adb:68 0xc748cb Alire.Roots.Build at alire-roots.adb:189 0xc7301a Alire.Roots.Build at alire-roots.adb:255 0xc9832b Alire.Roots.Traverse at alire-roots.adb:2143 0xcfee85 Alire.Solutions.Traverse.Visit at alire-solutions.adb:1472 0xcfdfcc Alire.Solutions.Traverse at alire-solutions.adb:1555 0xc9841e Alire.Roots.Traverse at alire-roots.adb:2147 0xc984dd Alire.Roots.Traverse at alire-roots.adb:2127 0xc7359b Alire.Roots.Build at alire-roots.adb:286 0xc736d7 Alire.Roots.Build at alire-roots.adb:114 0x49aa0d Alr.Commands.Build.Execute at alr-commands-build.adb:145 0x49a36d Alr.Commands.Build.Execute at alr-commands-build.adb:113 0x49a51f Alr.Commands.Build.Execute at alr-commands-build.adb:54 0x53bbcc Alr.Commands.Sub_Cmd.Execute at clic-subcommand-instance.adb:749 0x5472be Alr.Commands.Execute at alr-commands.adb:632 0x43d48a Alr.Main at alr-main.adb:13 0x4403a3 Main at b__alr-main.adb:2445 [/lib64/libc.so.6] 0x7f8e5b6515ce 0x7f8e5b65167e [/usr/bin/alr] 0x43d323 _start at ??? 0xfffffffffffffffe 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 [/usr/bin/alr] 0xc74cc7 Alire.Roots.Build at alire-roots.adb:202 0xc7301a Alire.Roots.Build at alire-roots.adb:255 0xc9832b Alire.Roots.Traverse at alire-roots.adb:2143 0xcfee85 Alire.Solutions.Traverse.Visit at alire-solutions.adb:1472 0xcfdfcc Alire.Solutions.Traverse at alire-solutions.adb:1555 0xc9841e Alire.Roots.Traverse at alire-roots.adb:2147 0xc984dd Alire.Roots.Traverse at alire-roots.adb:2127 0xc7359b Alire.Roots.Build at alire-roots.adb:286 0xc736d7 Alire.Roots.Build at alire-roots.adb:114 0x49aa0d Alr.Commands.Build.Execute at alr-commands-build.adb:145 0x49a36d Alr.Commands.Build.Execute at alr-commands-build.adb:113 0x49a51f Alr.Commands.Build.Execute at alr-commands-build.adb:54 0x53bbcc Alr.Commands.Sub_Cmd.Execute at clic-subcommand-instance.adb:749 0x5472be Alr.Commands.Execute at alr-commands.adb:632 0x43d48a Alr.Main at alr-main.adb:13 0x4403a3 Main at b__alr-main.adb:2445 [/lib64/libc.so.6] 0x7f8e5b6515ce 0x7f8e5b65167e [/usr/bin/alr] 0x43d323 _start at ??? 0xfffffffffffffffe ERROR: Compilation failed.