Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency triggered bug in Solutions.Traverse #1829

Closed
2 of 3 tasks
kevlar700 opened this issue Jan 23, 2025 · 2 comments
Closed
2 of 3 tasks

Dependency triggered bug in Solutions.Traverse #1829

kevlar700 opened this issue Jan 23, 2025 · 2 comments

Comments

@kevlar700
Copy link

Checklist

  • I've searched for similar issues and found none.
  • I've included the output of alr version.
  • I've included complete steps to reproduce my issue.

Describe the bug
When running alr edit or alr build I get a program_error exception from alr

To Reproduce
I haven't reproduced the bug from scratch but I can cause and avoid it.
Cause:

cd stm32u073_hal
alr with gnat_arm_elf
cd ../stm32u073_climrate_go
alr edit

Avoid the bug:

cd stm32u073_hal
alr with --del gnat_arm_elf
cd ../stm32u073_climrate_go
alr edit

alr version
APPLICATION
alr version: 2.0.2+9b80158
libalire version: 2.0.2+9b80158
compilation date: 2024-10-09 16:58:27
compiled with version: 14.2.0

CONFIGURATION
settings folder: /home/kc/.config/alire
cache folder: /home/kc/.local/share/alire
vault folder: /home/kc/.local/share/alire/releases
build folder: /home/kc/.local/share/alire/builds
temp folder: /run/user/1000
force flag: FALSE
non-interactive flag: FALSE
community index branch: stable-1.3.0
compatible index versions: ^1.1 & <=1.3.0
indexes folder: /home/kc/.config/alire/indexes
indexes metadata: OK
index #1: (community) git+https://github.com/alire-project/alire-index#stable-1.3.0
toolchain folder: /home/kc/.local/share/alire/toolchains
toolchain assistant: disabled
tool #1 gnat: gnat_native=14.2.1
tool #2 gprbuild: gprbuild=22.0.1
system package manager: /usr/bin/apt
distro detection disabled: FALSE

WORKSPACE
root status: VALID
root release: stm32u073_climrate_go=0.1.0-dev
root load error: none
root folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
current folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go

SYSTEM
distribution: DEBIAN
host-arch: X86_64
os: LINUX
target: NATIVE
toolchain: SYSTEM
word-size: BITS_64

alr logs
alr -vv -d edit
-->> Load config key: 'editor.cmd' = 'TOML_STRING'
-->> Load config key: 'index.auto_update_asked' = 'TOML_BOOLEAN'
-->> Load config key: 'index.last_update' = 'TOML_INTEGER'
-->> Load config key: 'toolchain.assistant' = 'TOML_BOOLEAN'
-->> Load config key: 'toolchain.external.gnat' = 'TOML_BOOLEAN'
-->> Load config key: 'toolchain.external.gprbuild' = 'TOML_BOOLEAN'
-->> Load config key: 'toolchain.use.gnat' = 'TOML_STRING'
-->> Load config key: 'toolchain.use.gprbuild' = 'TOML_STRING'
-->> Looking for alire metadata at: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
-->> Looking for alire metadata at: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
-->> Looking for alire metadata at: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
-->> Looking for alire metadata at: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
-->> Load config key: 'last_build_profile' = 'TOML_STRING'
-> Using default value for configuration 'distribution.disable_detection': 'FALSE'
-->> Registering variable for expressions: distribution
-->> Registering variable for expressions: os
-->> Registering variable for expressions: toolchain
-->> Registering variable for expressions: word-size
-->> Registering variable for expressions: host-arch
-->> alr platform configured
-->> Begin command line:
-->> Arg 0 (len 3): alr
-->> Arg 1 (len 3): -vv
-->> Arg 2 (len 2): -d
-->> Arg 3 (len 4): edit
-->> End command line.
-->> Color output enabled
debug: Platform-specific initialization done.
detail: Using default value for configuration 'update.manually_only': 'FALSE'
debug: Workspace is being checked and loaded for the first time
debug: Looking for alire metadata at: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Loading release stm32u073_climrate_go=0.1.0-dev
debug: Compiling email pattern...: ^[!--/-][!-]@([:alnum:]{0,61}[[:alnum:]])(.([:alnum:]{0,61}[[:alnum:]])){1,85}$
debug: Compiling named email pattern...: ^[^<]+ <[!--/-][!-]
@([:alnum:]{0,61}[[:alnum:]])(.([:alnum:]{0,61}[[:alnum:]])){1,85}>$
debug: Selected name for tempfile: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-vnhx.tmp when at dir: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
detail: Spawning: ["cat", "/etc/os-release"] > /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-vnhx.tmp
debug: Deleting temporary file /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-vnhx.tmp...
debug: Command exited with valid code: 0
debug: Unknown distro for key 'id', falling back to 'id_like'
debug: Selected name for tempfile: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-fmbb.tmp when at dir: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
detail: Spawning: ["uname", "-m"] > /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-fmbb.tmp
debug: Deleting temporary file /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-fmbb.tmp...
debug: uname known machine string is: x86_64
debug: Valid root found at /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Loading release stm32u073_climrate_go=0.1.0-dev
debug: Checked valid manifest at /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire.toml
debug: Reading persistent contents from /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/alire.lock
debug: Reading solution from TOML...
debug: Entering folder: /mnt/crypt/elansys/code/Ada/booch_light
debug: Loading release booch_light=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/booch_light
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Entering folder: /mnt/crypt/elansys/code/Ada/elansys
debug: Loading release elansys=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/elansys
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Loading release elogs=1.2.0
debug: Loading release gnat_arm_elf=14.2.1
debug: Loading release gnatprove=14.1.1
debug: Entering folder: /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Loading release stm32u073_hal=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Lockfile at /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/alire.lock is valid
debug: Reading persistent contents from /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/alire.lock
debug: Reading solution from TOML...
debug: Entering folder: /mnt/crypt/elansys/code/Ada/booch_light
debug: Loading release booch_light=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/booch_light
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Entering folder: /mnt/crypt/elansys/code/Ada/elansys
debug: Loading release elansys=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/elansys
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Loading release elogs=1.2.0
debug: Loading release gnat_arm_elf=14.2.1
debug: Loading release gnatprove=14.1.1
debug: Entering folder: /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Loading release stm32u073_hal=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
detail: Using default value for configuration 'dependencies.shared': 'TRUE'
detail: Using default value for configuration 'dependencies.shared': 'TRUE'
detail: Using default value for configuration 'dependencies.shared': 'TRUE'
debug: Reading persistent contents from /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/alire.lock
debug: Reading solution from TOML...
debug: Entering folder: /mnt/crypt/elansys/code/Ada/booch_light
debug: Loading release booch_light=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/booch_light
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Entering folder: /mnt/crypt/elansys/code/Ada/elansys
debug: Loading release elansys=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/elansys
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Loading release elogs=1.2.0
debug: Loading release gnat_arm_elf=14.2.1
debug: Loading release gnatprove=14.1.1
debug: Entering folder: /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Loading release stm32u073_hal=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Toolchain environment: solution already depends on gnat(>=13 & <2000) | ^11 | >=2020 (indirect,solved)
debug: Status start: Exploring /home/kc/.local/share/alire/toolchains
debug: Traversing folder: /home/kc/.local/share/alire/toolchains
debug: Detected toolchain release at /home/kc/.local/share/alire/toolchains/gprbuild_22.0.1_24dfc1b5
debug: Loading release gprbuild=22.0.1
debug: Detected toolchain release at /home/kc/.local/share/alire/toolchains/gnat_native_14.2.1_06bb3def
debug: Loading release gnat_native=14.2.1
debug: Detected toolchain release at /home/kc/.local/share/alire/toolchains/gnat_arm_elf_14.2.1_524d4d41
debug: Loading release gnat_arm_elf=14.2.1
debug: Detected toolchain release at /home/kc/.local/share/alire/toolchains/gnat_arm_elf_13.2.1_db1e9283
debug: Loading release gnat_arm_elf=13.2.1
debug: Status ended: Exploring /home/kc/.local/share/alire/toolchains
debug: Looking for indexes at /home/kc/.config/alire/indexes
detail: Found 1 indexes
debug: Reusing cached set of indexes
detail: Loading index found at /home/kc/.config/alire/indexes/community/repo/index
debug: Loading single crate gnat from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat
debug: Requested crate does not exist in index
debug: Loading provider crate gnat_arm_elf for crate gnat
detail: Loading index found at /home/kc/.config/alire/indexes/community/repo/index
debug: Loading single crate gnat_arm_elf from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf
debug: Status start: Exploring /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf
debug: Traversing folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-12.1.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf
debug: Loading gnat_arm_elf 12.1.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-12.1.1.toml
debug: Loading release gnat_arm_elf=12.1.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-14.2.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf
debug: Loading gnat_arm_elf 14.2.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-14.2.1.toml
debug: Loading release gnat_arm_elf=14.2.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-10.3.2.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf
debug: Loading gnat_arm_elf 10.3.2 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-10.3.2.toml
debug: Loading release gnat_arm_elf=10.3.2
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-11.2.4.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf
debug: Loading gnat_arm_elf 11.2.4 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-11.2.4.toml
debug: Loading release gnat_arm_elf=11.2.4
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-12.1.2.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf
debug: Loading gnat_arm_elf 12.1.2 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-12.1.2.toml
debug: Loading release gnat_arm_elf=12.1.2
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-11.2.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf
debug: Loading gnat_arm_elf 11.2.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-11.2.1.toml
debug: Loading release gnat_arm_elf=11.2.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-10.3.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf
debug: Loading gnat_arm_elf 10.3.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-10.3.1.toml
debug: Loading release gnat_arm_elf=10.3.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-13.2.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf
debug: Loading gnat_arm_elf 13.2.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-13.2.1.toml
debug: Loading release gnat_arm_elf=13.2.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-11.2.3.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf
debug: Loading gnat_arm_elf 11.2.3 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-11.2.3.toml
debug: Loading release gnat_arm_elf=11.2.3
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-13.1.0.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf
debug: Loading gnat_arm_elf 13.1.0 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-13.1.0.toml
debug: Loading release gnat_arm_elf=13.1.0
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-12.2.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf
debug: Loading gnat_arm_elf 12.2.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-12.2.1.toml
debug: Loading release gnat_arm_elf=12.2.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-14.1.3.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf
debug: Loading gnat_arm_elf 14.1.3 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-14.1.3.toml
debug: Loading release gnat_arm_elf=14.1.3
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-11.2.2.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf
debug: Loading gnat_arm_elf 11.2.2 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf/gnat_arm_elf-11.2.2.toml
debug: Loading release gnat_arm_elf=11.2.2
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Status ended: Exploring /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_arm_elf
debug: Loading provider crate gnat_avr_elf for crate gnat
detail: Loading index found at /home/kc/.config/alire/indexes/community/repo/index
debug: Loading single crate gnat_avr_elf from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf
debug: Status start: Exploring /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf
debug: Traversing folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf/gnat_avr_elf-11.2.4.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf
debug: Loading gnat_avr_elf 11.2.4 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf/gnat_avr_elf-11.2.4.toml
debug: Loading release gnat_avr_elf=11.2.4
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf/gnat_avr_elf-12.2.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf
debug: Loading gnat_avr_elf 12.2.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf/gnat_avr_elf-12.2.1.toml
debug: Loading release gnat_avr_elf=12.2.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf/gnat_avr_elf-13.1.0.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf
debug: Loading gnat_avr_elf 13.1.0 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf/gnat_avr_elf-13.1.0.toml
debug: Loading release gnat_avr_elf=13.1.0
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf/gnat_avr_elf-13.2.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf
debug: Loading gnat_avr_elf 13.2.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf/gnat_avr_elf-13.2.1.toml
debug: Loading release gnat_avr_elf=13.2.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf/gnat_avr_elf-12.1.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf
debug: Loading gnat_avr_elf 12.1.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf/gnat_avr_elf-12.1.1.toml
debug: Loading release gnat_avr_elf=12.1.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf/gnat_avr_elf-14.2.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf
debug: Loading gnat_avr_elf 14.2.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf/gnat_avr_elf-14.2.1.toml
debug: Loading release gnat_avr_elf=14.2.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf/gnat_avr_elf-12.1.2.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf
debug: Loading gnat_avr_elf 12.1.2 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf/gnat_avr_elf-12.1.2.toml
debug: Loading release gnat_avr_elf=12.1.2
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf/gnat_avr_elf-14.1.3.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf
debug: Loading gnat_avr_elf 14.1.3 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf/gnat_avr_elf-14.1.3.toml
debug: Loading release gnat_avr_elf=14.1.3
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Status ended: Exploring /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_avr_elf
debug: Loading provider crate gnat_external for crate gnat
detail: Loading index found at /home/kc/.config/alire/indexes/community/repo/index
debug: Loading single crate gnat_external from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_external
debug: Status start: Exploring /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_external
debug: Traversing folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_external
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_external/gnat_external-external.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_external
debug: Loading gnat_external external from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_external/gnat_external-external.toml
debug: Loaded external with regexp: ^GNAT\D*([\d.]+).*
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Status ended: Exploring /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_external
debug: Loading provider crate gnat_native for crate gnat
detail: Loading index found at /home/kc/.config/alire/indexes/community/repo/index
debug: Loading single crate gnat_native from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native
debug: Status start: Exploring /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native
debug: Traversing folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-13.1.0.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native
debug: Loading gnat_native 13.1.0 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-13.1.0.toml
debug: Loading release gnat_native=13.1.0
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-11.2.2.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native
debug: Loading gnat_native 11.2.2 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-11.2.2.toml
debug: Loading release gnat_native=11.2.2
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-14.2.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native
debug: Loading gnat_native 14.2.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-14.2.1.toml
debug: Loading release gnat_native=14.2.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-11.2.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native
debug: Loading gnat_native 11.2.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-11.2.1.toml
debug: Loading release gnat_native=11.2.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-12.2.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native
debug: Loading gnat_native 12.2.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-12.2.1.toml
debug: Loading release gnat_native=12.2.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-10.3.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native
debug: Loading gnat_native 10.3.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-10.3.1.toml
debug: Loading release gnat_native=10.3.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-12.1.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native
debug: Loading gnat_native 12.1.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-12.1.1.toml
debug: Loading release gnat_native=12.1.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-13.2.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native
debug: Loading gnat_native 13.2.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-13.2.1.toml
debug: Loading release gnat_native=13.2.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-14.1.3.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native
debug: Loading gnat_native 14.1.3 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-14.1.3.toml
debug: Loading release gnat_native=14.1.3
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-11.2.3.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native
debug: Loading gnat_native 11.2.3 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-11.2.3.toml
debug: Loading release gnat_native=11.2.3
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-13.2.2.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native
debug: Loading gnat_native 13.2.2 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-13.2.2.toml
debug: Loading release gnat_native=13.2.2
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-10.3.2.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native
debug: Loading gnat_native 10.3.2 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-10.3.2.toml
debug: Loading release gnat_native=10.3.2
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-11.2.4.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native
debug: Loading gnat_native 11.2.4 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-11.2.4.toml
debug: Loading release gnat_native=11.2.4
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-12.1.2.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native
debug: Loading gnat_native 12.1.2 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native/gnat_native-12.1.2.toml
debug: Loading release gnat_native=12.1.2
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Status ended: Exploring /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_native
debug: Loading provider crate gnat_riscv64_elf for crate gnat
detail: Loading index found at /home/kc/.config/alire/indexes/community/repo/index
debug: Loading single crate gnat_riscv64_elf from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf
debug: Status start: Exploring /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf
debug: Traversing folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-14.2.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf
debug: Loading gnat_riscv64_elf 14.2.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-14.2.1.toml
debug: Loading release gnat_riscv64_elf=14.2.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-12.2.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf
debug: Loading gnat_riscv64_elf 12.2.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-12.2.1.toml
debug: Loading release gnat_riscv64_elf=12.2.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-10.3.2.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf
debug: Loading gnat_riscv64_elf 10.3.2 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-10.3.2.toml
debug: Loading release gnat_riscv64_elf=10.3.2
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-11.2.2.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf
debug: Loading gnat_riscv64_elf 11.2.2 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-11.2.2.toml
debug: Loading release gnat_riscv64_elf=11.2.2
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-12.1.2.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf
debug: Loading gnat_riscv64_elf 12.1.2 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-12.1.2.toml
debug: Loading release gnat_riscv64_elf=12.1.2
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-13.1.0.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf
debug: Loading gnat_riscv64_elf 13.1.0 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-13.1.0.toml
debug: Loading release gnat_riscv64_elf=13.1.0
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-12.1.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf
debug: Loading gnat_riscv64_elf 12.1.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-12.1.1.toml
debug: Loading release gnat_riscv64_elf=12.1.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-11.2.3.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf
debug: Loading gnat_riscv64_elf 11.2.3 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-11.2.3.toml
debug: Loading release gnat_riscv64_elf=11.2.3
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-11.2.4.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf
debug: Loading gnat_riscv64_elf 11.2.4 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-11.2.4.toml
debug: Loading release gnat_riscv64_elf=11.2.4
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-10.3.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf
debug: Loading gnat_riscv64_elf 10.3.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-10.3.1.toml
debug: Loading release gnat_riscv64_elf=10.3.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-11.2.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf
debug: Loading gnat_riscv64_elf 11.2.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-11.2.1.toml
debug: Loading release gnat_riscv64_elf=11.2.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-13.2.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf
debug: Loading gnat_riscv64_elf 13.2.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-13.2.1.toml
debug: Loading release gnat_riscv64_elf=13.2.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-14.1.3.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf
debug: Loading gnat_riscv64_elf 14.1.3 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf/gnat_riscv64_elf-14.1.3.toml
debug: Loading release gnat_riscv64_elf=14.1.3
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Status ended: Exploring /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_riscv64_elf
debug: Loading provider crate gnat_xtensa_esp32_elf for crate gnat
detail: Loading index found at /home/kc/.config/alire/indexes/community/repo/index
debug: Loading single crate gnat_xtensa_esp32_elf from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_xtensa_esp32_elf
debug: Status start: Exploring /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_xtensa_esp32_elf
debug: Traversing folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_xtensa_esp32_elf
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_xtensa_esp32_elf/gnat_xtensa_esp32_elf-14.2.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_xtensa_esp32_elf
debug: Loading gnat_xtensa_esp32_elf 14.2.1 from /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_xtensa_esp32_elf/gnat_xtensa_esp32_elf-14.2.1.toml
debug: Loading release gnat_xtensa_esp32_elf=14.2.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Status ended: Exploring /home/kc/.config/alire/indexes/community/repo/index/gn/gnat_xtensa_esp32_elf
detail: Index already loaded, loading skipped
debug: Reusing cached set of indexes
detail: Loading index found at /home/kc/.config/alire/indexes/community/repo/index
debug: Loading single crate gprbuild from /home/kc/.config/alire/indexes/community/repo/index/gp/gprbuild
debug: Status start: Exploring /home/kc/.config/alire/indexes/community/repo/index/gp/gprbuild
debug: Traversing folder: /home/kc/.config/alire/indexes/community/repo/index/gp/gprbuild
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gp/gprbuild/gprbuild-22.0.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gp/gprbuild
debug: Loading gprbuild 22.0.1 from /home/kc/.config/alire/indexes/community/repo/index/gp/gprbuild/gprbuild-22.0.1.toml
debug: Loading release gprbuild=22.0.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gp/gprbuild/gprbuild-21.0.2.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gp/gprbuild
debug: Loading gprbuild 21.0.2 from /home/kc/.config/alire/indexes/community/repo/index/gp/gprbuild/gprbuild-21.0.2.toml
debug: Loading release gprbuild=21.0.2
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gp/gprbuild/gprbuild-21.0.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gp/gprbuild
debug: Loading gprbuild 21.0.1 from /home/kc/.config/alire/indexes/community/repo/index/gp/gprbuild/gprbuild-21.0.1.toml
debug: Loading release gprbuild=21.0.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gp/gprbuild/gprbuild-external.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gp/gprbuild
debug: Loading gprbuild external from /home/kc/.config/alire/indexes/community/repo/index/gp/gprbuild/gprbuild-external.toml
debug: Loaded external with regexp: ^GPRBUILD\D*([\d.-]+).*
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Checking manifest candidate file: /home/kc/.config/alire/indexes/community/repo/index/gp/gprbuild/gprbuild-24.0.1.toml
debug: Entering folder: /home/kc/.config/alire/indexes/community/repo/index/gp/gprbuild
debug: Loading gprbuild 24.0.1 from /home/kc/.config/alire/indexes/community/repo/index/gp/gprbuild/gprbuild-24.0.1.toml
debug: Loading release gprbuild=24.0.1
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Status ended: Exploring /home/kc/.config/alire/indexes/community/repo/index/gp/gprbuild
debug: Not reloading crate gprbuild
debug: Detected available tools:
debug: Tool: gprbuild=22.0.1
debug: Tool: gnat_arm_elf=13.2.1
debug: Tool: gnat_arm_elf=14.2.1
debug: Tool: gnat_native=14.2.1
debug: Selected name for tempfile: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-eacu.tmp when at dir: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Selected name for tempfile: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-nrnf.tmp when at dir: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Dumping lockfile contents to /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-nrnf.tmp
debug: Reading persistent contents from /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-nrnf.tmp
debug: Reading solution from TOML...
debug: Entering folder: /mnt/crypt/elansys/code/Ada/booch_light
debug: Loading release booch_light=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/booch_light
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Entering folder: /mnt/crypt/elansys/code/Ada/elansys
debug: Loading release elansys=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/elansys
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Loading release elogs=1.2.0
debug: Loading release gnat_arm_elf=14.2.1
debug: Loading release gnatprove=14.1.1
debug: Entering folder: /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Loading release stm32u073_hal=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Crate stm32u073_climrate_go adds pin for crate booch_light
debug: Entering folder: /mnt/crypt/elansys/code/Ada/booch_light
debug: Loading release booch_light=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/booch_light
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Crate found at pin location ../booch_light
debug: Entering folder: /mnt/crypt/elansys/code/Ada/booch_light
debug: Loading release booch_light=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/booch_light
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
detail: Crate stm32u073_climrate_go adds pin booch_light0.1.0-dev (linked,path=../booch_light,release)
debug: Crate stm32u073_climrate_go adds pin for crate stm32u073_hal
debug: Entering folder: /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Loading release stm32u073_hal=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Crate found at pin location ../stm32u073_hal
debug: Entering folder: /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Loading release stm32u073_hal=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Crate stm32u073_hal adds pin for crate elansys
debug: Entering folder: /mnt/crypt/elansys/code/Ada/elansys
debug: Loading release elansys=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/elansys
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Crate found at pin location ../elansys
debug: Entering folder: /mnt/crypt/elansys/code/Ada/elansys
debug: Loading release elansys=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/elansys
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
detail: Crate stm32u073_hal adds pin elansys
0.1.0-dev (linked,path=../elansys,release)
detail: Crate stm32u073_climrate_go adds pin stm32u073_hal0.1.0-dev (linked,path=../stm32u073_hal,release)
debug: Dumping lockfile contents to /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-nrnf.tmp
debug: Reading persistent contents from /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-nrnf.tmp
debug: Reading solution from TOML...
debug: Entering folder: /mnt/crypt/elansys/code/Ada/booch_light
debug: Loading release booch_light=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/booch_light
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Entering folder: /mnt/crypt/elansys/code/Ada/elansys
debug: Loading release elansys=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/elansys
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Loading release elogs=1.2.0
debug: Loading release gnat_arm_elf=14.2.1
debug: Loading release gnatprove=14.1.1
debug: Loading release gprbuild=22.0.1
debug: Entering folder: /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Loading release stm32u073_hal=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
detail: Using default value for configuration 'dependencies.shared': 'TRUE'
debug: build hashing root /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Toolchain environment: solution already depends on gnat(>=13 & <2000) | ^11 | >=2020 (indirect,solved)
debug: Toolchain environment: solution already depends on gprbuild=22.0.1 (solved)
debug: Selected name for tempfile: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-ontv.tmp when at dir: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Selected name for tempfile: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-xpgg.tmp when at dir: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Dumping lockfile contents to /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-xpgg.tmp
debug: Reading persistent contents from /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-xpgg.tmp
debug: Reading solution from TOML...
debug: Entering folder: /mnt/crypt/elansys/code/Ada/booch_light
debug: Loading release booch_light=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/booch_light
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Entering folder: /mnt/crypt/elansys/code/Ada/elansys
debug: Loading release elansys=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/elansys
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Loading release elogs=1.2.0
debug: Loading release gnat_arm_elf=14.2.1
debug: Loading release gnatprove=14.1.1
debug: Loading release gprbuild=22.0.1
debug: Entering folder: /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Loading release stm32u073_hal=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Crate stm32u073_climrate_go adds pin for crate booch_light
debug: Entering folder: /mnt/crypt/elansys/code/Ada/booch_light
debug: Loading release booch_light=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/booch_light
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Crate found at pin location ../booch_light
debug: Entering folder: /mnt/crypt/elansys/code/Ada/booch_light
debug: Loading release booch_light=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/booch_light
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
detail: Crate stm32u073_climrate_go adds pin booch_light
0.1.0-dev (linked,path=../booch_light,release)
debug: Crate stm32u073_climrate_go adds pin for crate stm32u073_hal
debug: Entering folder: /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Loading release stm32u073_hal=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Crate found at pin location ../stm32u073_hal
debug: Entering folder: /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Loading release stm32u073_hal=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Crate stm32u073_hal adds pin for crate elansys
debug: Entering folder: /mnt/crypt/elansys/code/Ada/elansys
debug: Loading release elansys=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/elansys
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Crate found at pin location ../elansys
debug: Entering folder: /mnt/crypt/elansys/code/Ada/elansys
debug: Loading release elansys=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/elansys
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
detail: Crate stm32u073_hal adds pin elansys0.1.0-dev (linked,path=../elansys,release)
detail: Crate stm32u073_climrate_go adds pin stm32u073_hal
0.1.0-dev (linked,path=../stm32u073_hal,release)
debug: Dumping lockfile contents to /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-xpgg.tmp
debug: Reading persistent contents from /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-xpgg.tmp
debug: Reading solution from TOML...
debug: Entering folder: /mnt/crypt/elansys/code/Ada/booch_light
debug: Loading release booch_light=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/booch_light
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Entering folder: /mnt/crypt/elansys/code/Ada/elansys
debug: Loading release elansys=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/elansys
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Loading release elogs=1.2.0
debug: Loading release gnat_arm_elf=14.2.1
debug: Loading release gnatprove=14.1.1
debug: Loading release gprbuild=22.0.1
debug: Entering folder: /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Loading release stm32u073_hal=0.1.0-dev
debug: Valid root found at /mnt/crypt/elansys/code/Ada/stm32u073_hal
debug: Going back to folder: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go
debug: Loading environment for crate booch_light release: booch_light=0.1.0-dev
debug: Loading environment for crate elansys release: elansys=0.1.0-dev
debug: Loading environment for crate elogs release: elogs=1.2.0
debug: Loading environment for crate gnat_arm_elf release: gnat_arm_elf=14.2.1
debug: Processing env entry: PATH of type PREPEND with value ${CRATE_ROOT}/bin
debug: Loading environment for crate gnatprove release: gnatprove=14.1.1
debug: Processing env entry: GPR_PROJECT_PATH of type PREPEND with value ${CRATE_ROOT}/lib/gnat
debug: Processing env entry: PATH of type PREPEND with value ${CRATE_ROOT}/bin
debug: Loading environment for crate gprbuild release: gprbuild=22.0.1
debug: Processing env entry: PATH of type PREPEND with value ${CRATE_ROOT}/bin
debug: Loading environment for crate stm32u073_climrate_go release: stm32u073_climrate_go=0.1.0-dev
debug: Loading environment for crate stm32u073_hal release: stm32u073_hal=0.1.0-dev
debug: Discarding temporary root file: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-ontv.tmp
debug: Deleting temporary file /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-ontv.tmp...
debug: Discarding temporary root file: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-xpgg.tmp
debug: Deleting temporary file /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-xpgg.tmp...
detail: Env: Crate prefix for resources location sets 'stm32u073_hal_0.1.0_filesystem' to 'STM32U073_HAL_ALIRE_PREFIX'
detail: Env: Crate prefix for resources location sets 'elogs_1.2.0_42da537e' to 'ELOGS_ALIRE_PREFIX'
detail: Env: Crate prefix for resources location sets 'stm32u073_climrate_go_0.1.0_filesystem' to 'STM32U073_CLIMRATE_GO_ALIRE_PREFIX'
detail: Env: Crate prefix for resources location sets 'gprbuild_22.0.1_24dfc1b5' to 'GPRBUILD_ALIRE_PREFIX'
detail: Env: gnat_arm_elf (env) prepends 'gnat_arm_elf_14.2.1_524d4d41/bin' to 'PATH'
detail: Env: gnatprove (env) prepends 'gnatprove_14.1.1_f6ca6f8c/bin' to 'PATH'
detail: Env: gprbuild (env) prepends 'gprbuild_22.0.1_24dfc1b5/bin' to 'PATH'
detail: Env: gnatprove (env) prepends 'gnatprove_14.1.1_f6ca6f8c/lib/gnat' to 'GPR_PROJECT_PATH'
detail: Env: Crate prefix for resources location sets 'gnat_arm_elf_14.2.1_524d4d41' to 'GNAT_ARM_ELF_ALIRE_PREFIX'
detail: Env: Alire sets 'True' to 'ALIRE'
detail: Env: Crate prefix for resources location sets 'booch_light_0.1.0_filesystem' to 'BOOCH_LIGHT_ALIRE_PREFIX'
detail: Env: Crate prefix for resources location sets 'gnatprove_14.1.1_f6ca6f8c' to 'GNATPROVE_ALIRE_PREFIX'
detail: Env: Crate prefix for resources location sets 'elansys_0.1.0_filesystem' to 'ELANSYS_ALIRE_PREFIX'
debug: Build profiles loaded
debug: Round 1: SKIP not-ready booch_light=0.1.0-dev
debug: Round 1: SKIP not-ready elansys=0.1.0-dev
debug: Round 1: SKIP not-ready elogs=1.2.0
debug: Round 1: VISIT ready gnat_arm_elf=14.2.1
debug: Round 1: VISIT ready gnatprove=14.1.1
debug: Round 1: VISIT ready gprbuild=22.0.1
debug: Round 1: SKIP not-ready stm32u073_hal=0.1.0-dev
debug: Marking visited: gnat
debug: Marking visited (provided): gnat
debug: Visiting now: gnat(>=13 & <2000) | ^11 | >=2020 (indirect,solved)
debug: Marking visited: gnatprove
debug: Visiting now: gnatprove^14.1.1 (direct,solved)
debug: Marking visited: gprbuild
debug: Visiting now: gprbuild=22.0.1 (solved)
debug: Round 2: SKIP not-ready booch_light=0.1.0-dev
debug: Round 2: SKIP not-ready elansys=0.1.0-dev
debug: Round 2: VISIT ready elogs=1.2.0
debug: Round 2: SKIP not-ready stm32u073_hal=0.1.0-dev
debug: Marking visited: elogs
debug: Visiting now: elogs(^1.2.0) & (^1.1.0) (indirect,solved)
debug: build hashing: elogs=1.2.0
debug: build hashing profile:elogs=RELEASE
debug: build hashing switches:elogs=-O3,-fdata-sections,-ffunction-sections,-gnat2022,-gnatW8,-gnatn
debug: build hashing config:elogs.device_id_length=12
debug: build hashing config:elogs.max_log_count=50
debug: build hashing config:elogs.max_message_length=200
debug: build hashing config:elogs.version_length=8
detail: Using default value for configuration 'dependencies.shared': 'TRUE'
debug: build hashing external:ELOGS_LIBRARY_TYPE=default
debug: build hashing external:LIBRARY_TYPE=default
debug: build hashing version:gnat_arm_elf=14.2.1
debug: build hashing release complete
debug: Round 3: VISIT ready booch_light=0.1.0-dev
debug: Round 3: VISIT ready elansys=0.1.0-dev
debug: Round 3: SKIP not-ready stm32u073_hal=0.1.0-dev
debug: Marking visited: booch_light
debug: Visiting now: booch_light0.1.0-dev (direct,linked,path=../booch_light,release)
debug: build hashing: booch_light=0.1.0-dev
debug: build hashing profile:booch_light=RELEASE
debug: build hashing switches:booch_light=-O3,-fdata-sections,-ffunction-sections,-gnatW8,-gnatn
detail: Using default value for configuration 'dependencies.shared': 'TRUE'
debug: build hashing external:BOOCH_LIGHT_LIBRARY_TYPE=default
debug: build hashing external:LIBRARY_TYPE=default
debug: build hashing version:gnat_arm_elf=14.2.1
debug: build hashing dependency:elogs=1.2.0=868227f1570c1d5c5c19a8d2d4955e662ce51a7552af69fd7af8c0ddeb79b420
debug: build hashing release complete
debug: Marking visited: elansys
debug: Visiting now: elansys
0.1.0-dev (direct,linked,path=../elansys,release)
debug: build hashing: elansys=0.1.0-dev
debug: build hashing profile:elansys=RELEASE
debug: build hashing switches:elansys=-O3,-fdata-sections,-ffunction-sections,-gnatW8,-gnatn
detail: Using default value for configuration 'dependencies.shared': 'TRUE'
debug: build hashing external:ELANSYS_LIBRARY_TYPE=default
debug: build hashing external:LIBRARY_TYPE=default
debug: build hashing version:gnat_arm_elf=14.2.1
debug: build hashing dependency:elogs=1.2.0=868227f1570c1d5c5c19a8d2d4955e662ce51a7552af69fd7af8c0ddeb79b420
debug: build hashing release complete
debug: Round 4: SKIP not-ready stm32u073_hal=0.1.0-dev
debug: Discarding temporary root file: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-eacu.tmp
debug: Deleting temporary file /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-eacu.tmp...
debug: Discarding temporary root file: /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-nrnf.tmp
debug: Deleting temporary file /mnt/crypt/elansys/code/Ada/stm32u073_climrate_go/alire/tmp/alr-nrnf.tmp...
debug: ---8<--- Exception dump begin ---8<---
debug: PROGRAM_ERROR
debug: No release visited in round 4
debug: raised PROGRAM_ERROR : No release visited in round 4
[/usr/local/bin/alr]
0xcb8eed Alire.Solutions.Traverse at alire-solutions.adb:1543
0xc53e62 Alire.Roots.Traverse at alire-roots.adb:2079
0xc53f21 Alire.Roots.Traverse at alire-roots.adb:2059
0x571e79 Alire.Builds.Hashes.Compute at alire-builds-hashes.adb:309
0xc33572 Alire.Roots.Build_Hash at alire-roots.adb:313
0xc339ed Alire.Roots.Build_Hash at alire-roots.adb:307
0x57a70e Alire.Builds.Path at alire-builds.adb:101
0xc4bb4b Alire.Roots.Release_Base at alire-roots.adb:1536
0xc4bf03 Alire.Roots.Release_Base at alire-roots.adb:1516
0xc4567e Alire.Roots.Project_Paths at alire-roots.adb:1304
0xc46477 Alire.Roots.Project_Paths at alire-roots.adb:1294
0x7b76a6 Alire.Environment.Loading.Load at alire-environment-loading.adb:65
0xc435e9 Alire.Roots.Export_Build_Environment at alire-roots.adb:1217
0xc437c7 Alire.Roots.Export_Build_Environment at alire-roots.adb:1209
0x4a0973 Alr.Commands.Edit.Execute at alr-commands-edit.adb:203
0x4a156d Alr.Commands.Edit.Execute at alr-commands-edit.adb:170
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]
0x7569e6f82248
0x7569e6f82303
[/usr/local/bin/alr]
0x4393dc _start at ???
0xfffffffffffffffe

debug: --->8--- Exception dump end ----->8---
stderr: PROGRAM_ERROR
stderr: No release visited in round 4
stderr: raised PROGRAM_ERROR : No release visited in round 4
[/usr/local/bin/alr]
0xcb8eed Alire.Solutions.Traverse at alire-solutions.adb:1543
0xc53e62 Alire.Roots.Traverse at alire-roots.adb:2079
0xc53f21 Alire.Roots.Traverse at alire-roots.adb:2059
0x571e79 Alire.Builds.Hashes.Compute at alire-builds-hashes.adb:309
0xc33572 Alire.Roots.Build_Hash at alire-roots.adb:313
0xc339ed Alire.Roots.Build_Hash at alire-roots.adb:307
0x57a70e Alire.Builds.Path at alire-builds.adb:101
0xc4bb4b Alire.Roots.Release_Base at alire-roots.adb:1536
0xc4bf03 Alire.Roots.Release_Base at alire-roots.adb:1516
0xc4567e Alire.Roots.Project_Paths at alire-roots.adb:1304
0xc46477 Alire.Roots.Project_Paths at alire-roots.adb:1294
0x7b76a6 Alire.Environment.Loading.Load at alire-environment-loading.adb:65
0xc435e9 Alire.Roots.Export_Build_Environment at alire-roots.adb:1217
0xc437c7 Alire.Roots.Export_Build_Environment at alire-roots.adb:1209
0x4a0973 Alr.Commands.Edit.Execute at alr-commands-edit.adb:203
0x4a156d Alr.Commands.Edit.Execute at alr-commands-edit.adb:170
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]
0x7569e6f82248
0x7569e6f82303
[/usr/local/bin/alr]
0x4393dc _start at ???
0xfffffffffffffffe

error: ******************* BEGIN Alire bug detected *******************
error: Location : 0xcb8eed Alire.Solutions.Traverse at alire-solutions.adb:1543
error: Extra info: No release visited in round 4
error: Report at : https://github.com/alire-project/alire/issues/new?title=[Bug%20box]
error: ******************** END Alire bug detected ********************

@mosteo
Copy link
Member

mosteo commented Jan 24, 2025

Are there pins involved? If so, likely to be #1662, and alr update before alr edit should fix it.

@kevlar700
Copy link
Author

kevlar700 commented Jan 24, 2025

Yes there is a pin. That worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants