Test ran at 2022-05-27 10:05:27.134515+00:00 SOLUTION: microbit_examples=0.1.0: Examples and tutorials for Ada on the BBC micro:bit Origin: commit a926cc69faf2cb7805f5dff508b587f2ed7fc065 from https://github.com/Fabien-Chouteau/microbit_examples.git Properties: Auto_Gpr_With: auto-gpr-with=false Description: Examples and tutorials for Ada on the BBC micro:bit GPR External: CORTEXM_BUILD_MODE := debug GPR External: CORTEXM_CONTRACTS := enabled GPR External: CORTEXM_RUNTIME_CHECKS := enabled GPR External: MICROBIT_BSP_BUILD_MODE := debug GPR External: MICROBIT_BSP_CONTRACTS := enabled GPR External: MICROBIT_BSP_RUNTIME_CHECKS := enabled GPR External: NRF5X_BUILD_MODE := debug GPR External: NRF5X_CONTRACTS := enabled GPR External: NRF5X_RUNTIME_CHECKS := enabled License: BSD-3-Clause Long_Description: # microbit_examples This crate is a snapshot of the micro:bit examples in [Ada Drivers Library](https://github.com/AdaCore/Ada_Drivers_Library/tree/master/arch/ARM/cortex_m). Any bug report, issue, contribution must be adressed to the [Ada Drivers Library](https://github.com/AdaCore/Ada_Drivers_Library/) repo. The Micro:Bit is a very small ARM Cortex-M0 board designed by the BBC for computer education. It's fitted with a [Nordic nRF51](https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF51822) Bluetooth enabled microcontroller and an embedded programmer. You can get it at: - [Pimoroni (UK/EU)](https://shop.pimoroni.com/collections/micro-bit/products/microbit) - [Kitronik (UK/EU)](https://www.kitronik.co.uk/5613-bbc-microbit-board-only.html) - [ThePiHut (UK/EU)](https://thepihut.com/collections/microbit/products/micro-bit) - [AdaFruit (US)](https://www.adafruit.com/products/3530) # How to setup the Ada development environment for the Micro:Bit GNAT Community now comes with micro:bit and pyOCD support built-in. So you only need to download the ARM ELF and the native package from [here](https://www.adacore.com/download) ## pyOCD programmer The Micro:Bit comes with an embedded programming/debugging probe implementing the [CMSIS-DAP](https://docs.mbed.com/docs/mbed-os-handbook/en/latest/advanced/DAP/) protocol defined by ARM. To use it on Linux, you might need privileges to access the USB ports without which the flash program will say "No connected boards". On Ubuntu, you can do it by creating (as administrator) the file /etc/udev/rules.d/mbed.rules and add the line: ``` SUBSYSTEM=="usb", ATTR{idVendor}=="0d28", ATTR{idProduct}=="0204", MODE="0666" ``` then restarting the service by doing ```shell $ sudo udevadm trigger ``` ## Open one of example projects and build it Start GNAT Programming studio (GPS) with Alire and one micro:bit example project: - `alr edit analog_in/analog_in.gpr` - `alr edit follower/follower.gpr` - `alr edit digital_in/digital_in.gpr` - `alr edit accelerometer/accelerometer.gpr` - `alr edit buttons/buttons.gpr` - `alr edit BLE_beacon/BLE_beacon.gpr` - `alr edit digital_out/digital_out.gpr` - `alr edit servos/servos.gpr` - `alr edit neopixel/neopixel.gpr` - `alr edit text_scrolling/text_scrolling.gpr` - `alr edit analog_out/analog_out.gpr` - `alr edit music/music.gpr` Press F4 and then press Enter to build the project. ## Program the board Plug your micro:bit board with a USB cable, and wait for the system to recognize it. This can take a few seconds In the GPS toolbar, click on the "flash to board" button to program the micro:bit. After a few seconds, you should see a text scrolling on the LED matrix. That's it, you are ready to hack the micro:bit with Ada! Maintainer: chouteau@adacore.com Maintainers_Logins: Fabien-Chouteau Name: microbit_examples Project_File: analog_in/analog_in.gpr Project_File: follower/follower.gpr Project_File: digital_in/digital_in.gpr Project_File: accelerometer/accelerometer.gpr Project_File: buttons/buttons.gpr Project_File: BLE_beacon/BLE_beacon.gpr Project_File: digital_out/digital_out.gpr Project_File: servos/servos.gpr Project_File: neopixel/neopixel.gpr Project_File: text_scrolling/text_scrolling.gpr Project_File: analog_out/analog_out.gpr Project_File: music/music.gpr Tag: embedded Tag: nostd Tag: microbit Tag: nrf51 Version: 0.1.0 Website: https://github.com/AdaCore/Ada_Drivers_Library/ Dependencies (direct): microbit_bsp^0.1.0 Dependencies (solution): adl_middleware=0.1.1 cortex_m=0.3.0 embedded_components=0.1.0 hal=0.3.0 microbit_bsp=0.2.0 nrf5x_hal=0.1.0 Dependencies (graph): adl_middleware=0.1.1 --> hal=0.3.0 (^0.1.0) cortex_m=0.3.0 --> hal=0.3.0 (^0.1.0) embedded_components=0.1.0 --> adl_middleware=0.1.1 (^0.1.0) embedded_components=0.1.0 --> hal=0.3.0 (^0.1.0) microbit_bsp=0.2.0 --> embedded_components=0.1.0 (^0.1.0) microbit_bsp=0.2.0 --> hal=0.3.0 (^0.1.0) microbit_bsp=0.2.0 --> nrf5x_hal=0.1.0 (^0.1.0) microbit_examples=0.1.0 --> microbit_bsp=0.2.0 (^0.1.0) nrf5x_hal=0.1.0 --> cortex_m=0.3.0 (^0.2.0) nrf5x_hal=0.1.0 --> hal=0.3.0 (^0.1.0) LOG: Note: Deploying release microbit_examples=0.1.0... Cloning into '/home/runner/work/alire-crates-ci/alire-crates-ci/test/8f7172b2-86e9-420b-8c55-83f5b867d8d9/alr-vuwl.tmp'... remote: Enumerating objects: 141, done. remote: Counting objects: 0% (1/141) remote: Counting objects: 1% (2/141) remote: Counting objects: 2% (3/141) remote: Counting objects: 3% (5/141) remote: Counting objects: 4% (6/141) remote: Counting objects: 5% (8/141) remote: Counting objects: 6% (9/141) remote: Counting objects: 7% (10/141) remote: Counting objects: 8% (12/141) remote: Counting objects: 9% (13/141) remote: Counting objects: 10% (15/141) remote: Counting objects: 11% (16/141) remote: Counting objects: 12% (17/141) remote: Counting objects: 13% (19/141) remote: Counting objects: 14% (20/141) remote: Counting objects: 15% (22/141) remote: Counting objects: 16% (23/141) remote: Counting objects: 17% (24/141) remote: Counting objects: 18% (26/141) remote: Counting objects: 19% (27/141) remote: Counting objects: 20% (29/141) remote: Counting objects: 21% (30/141) remote: Counting objects: 22% (32/141) remote: Counting objects: 23% (33/141) remote: Counting objects: 24% (34/141) remote: Counting objects: 25% (36/141) remote: Counting objects: 26% (37/141) remote: Counting objects: 27% (39/141) remote: Counting objects: 28% (40/141) remote: Counting objects: 29% (41/141) remote: Counting objects: 30% (43/141) remote: Counting objects: 31% (44/141) remote: Counting objects: 32% (46/141) remote: Counting objects: 33% (47/141) remote: Counting objects: 34% (48/141) remote: Counting objects: 35% (50/141) remote: Counting objects: 36% (51/141) remote: Counting objects: 37% (53/141) remote: Counting objects: 38% (54/141) remote: Counting objects: 39% (55/141) remote: Counting objects: 40% (57/141) remote: Counting objects: 41% (58/141) remote: Counting objects: 42% (60/141) remote: Counting objects: 43% (61/141) remote: Counting objects: 44% (63/141) remote: Counting objects: 45% (64/141) remote: Counting objects: 46% (65/141) remote: Counting objects: 47% (67/141) remote: Counting objects: 48% (68/141) remote: Counting objects: 49% (70/141) remote: Counting objects: 50% (71/141) remote: Counting objects: 51% (72/141) remote: Counting objects: 52% (74/141) remote: Counting objects: 53% (75/141) remote: Counting objects: 54% (77/141) remote: Counting objects: 55% (78/141) remote: Counting objects: 56% (79/141) remote: Counting objects: 57% (81/141) remote: Counting objects: 58% (82/141) remote: Counting objects: 59% (84/141) remote: Counting objects: 60% (85/141) remote: Counting objects: 61% (87/141) remote: Counting objects: 62% (88/141) remote: Counting objects: 63% (89/141) remote: Counting objects: 64% (91/141) remote: Counting objects: 65% (92/141) remote: Counting objects: 66% (94/141) remote: Counting objects: 67% (95/141) remote: Counting objects: 68% (96/141) remote: Counting objects: 69% (98/141) remote: Counting objects: 70% (99/141) remote: Counting objects: 71% (101/141) remote: Counting objects: 72% (102/141) remote: Counting objects: 73% (103/141) remote: Counting objects: 74% (105/141) remote: Counting objects: 75% (106/141) remote: Counting objects: 76% (108/141) remote: Counting objects: 77% (109/141) remote: Counting objects: 78% (110/141) remote: Counting objects: 79% (112/141) remote: Counting objects: 80% (113/141) remote: Counting objects: 81% (115/141) remote: Counting objects: 82% (116/141) remote: Counting objects: 83% (118/141) remote: Counting objects: 84% (119/141) remote: Counting objects: 85% (120/141) remote: Counting objects: 86% (122/141) remote: Counting objects: 87% (123/141) remote: Counting objects: 88% (125/141) remote: Counting objects: 89% (126/141) remote: Counting objects: 90% (127/141) remote: Counting objects: 91% (129/141) remote: Counting objects: 92% (130/141) remote: Counting objects: 93% (132/141) remote: Counting objects: 94% (133/141) remote: Counting objects: 95% (134/141) remote: Counting objects: 96% (136/141) remote: Counting objects: 97% (137/141) remote: Counting objects: 98% (139/141) remote: Counting objects: 99% (140/141) remote: Counting objects: 100% (141/141) remote: Counting objects: 100% (141/141), done. remote: Compressing objects: 1% (1/77) remote: Compressing objects: 2% (2/77) remote: Compressing objects: 3% (3/77) remote: Compressing objects: 5% (4/77) remote: Compressing objects: 6% (5/77) remote: Compressing objects: 7% (6/77) remote: Compressing objects: 9% (7/77) remote: Compressing objects: 10% (8/77) remote: Compressing objects: 11% (9/77) remote: Compressing objects: 12% (10/77) remote: Compressing objects: 14% (11/77) remote: Compressing objects: 15% (12/77) remote: Compressing objects: 16% (13/77) remote: Compressing objects: 18% (14/77) remote: Compressing objects: 19% (15/77) remote: Compressing objects: 20% (16/77) remote: Compressing objects: 22% (17/77) remote: Compressing objects: 23% (18/77) remote: Compressing objects: 24% (19/77) remote: Compressing objects: 25% (20/77) remote: Compressing objects: 27% (21/77) remote: Compressing objects: 28% (22/77) remote: Compressing objects: 29% (23/77) remote: Compressing objects: 31% (24/77) remote: Compressing objects: 32% (25/77) remote: Compressing objects: 33% (26/77) remote: Compressing objects: 35% (27/77) remote: Compressing objects: 36% (28/77) remote: Compressing objects: 37% (29/77) remote: Compressing objects: 38% (30/77) remote: Compressing objects: 40% (31/77) remote: Compressing objects: 41% (32/77) remote: Compressing objects: 42% (33/77) remote: Compressing objects: 44% (34/77) remote: Compressing objects: 45% (35/77) remote: Compressing objects: 46% (36/77) remote: Compressing objects: 48% (37/77) remote: Compressing objects: 49% (38/77) remote: Compressing objects: 50% (39/77) remote: Compressing objects: 51% (40/77) remote: Compressing objects: 53% (41/77) remote: Compressing objects: 54% (42/77) remote: Compressing objects: 55% (43/77) remote: Compressing objects: 57% (44/77) remote: Compressing objects: 58% (45/77) remote: Compressing objects: 59% (46/77) remote: Compressing objects: 61% (47/77) remote: Compressing objects: 62% (48/77) remote: Compressing objects: 63% (49/77) remote: Compressing objects: 64% (50/77) remote: Compressing objects: 66% (51/77) remote: Compressing objects: 67% (52/77) remote: Compressing objects: 68% (53/77) remote: Compressing objects: 70% (54/77) remote: Compressing objects: 71% (55/77) remote: Compressing objects: 72% (56/77) remote: Compressing objects: 74% (57/77) remote: Compressing objects: 75% (58/77) remote: Compressing objects: 76% (59/77) remote: Compressing objects: 77% (60/77) remote: Compressing objects: 79% (61/77) remote: Compressing objects: 80% (62/77) remote: Compressing objects: 81% (63/77) remote: Compressing objects: 83% (64/77) remote: Compressing objects: 84% (65/77) remote: Compressing objects: 85% (66/77) remote: Compressing objects: 87% (67/77) remote: Compressing objects: 88% (68/77) remote: Compressing objects: 89% (69/77) remote: Compressing objects: 90% (70/77) remote: Compressing objects: 92% (71/77) remote: Compressing objects: 93% (72/77) remote: Compressing objects: 94% (73/77) remote: Compressing objects: 96% (74/77) remote: Compressing objects: 97% (75/77) remote: Compressing objects: 98% (76/77) remote: Compressing objects: 100% (77/77) remote: Compressing objects: 100% (77/77), done. Receiving objects: 0% (1/141) Receiving objects: 1% (2/141) Receiving objects: 2% (3/141) Receiving objects: 3% (5/141) Receiving objects: 4% (6/141) Receiving objects: 5% (8/141) Receiving objects: 6% (9/141) Receiving objects: 7% (10/141) Receiving objects: 8% (12/141) Receiving objects: 9% (13/141) Receiving objects: 10% (15/141) Receiving objects: 11% (16/141) Receiving objects: 12% (17/141) Receiving objects: 13% (19/141) Receiving objects: 14% (20/141) Receiving objects: 15% (22/141) Receiving objects: 16% (23/141) Receiving objects: 17% (24/141) Receiving objects: 18% (26/141) Receiving objects: 19% (27/141) Receiving objects: 20% (29/141) Receiving objects: 21% (30/141) Receiving objects: 22% (32/141) Receiving objects: 23% (33/141) Receiving objects: 24% (34/141) Receiving objects: 25% (36/141) Receiving objects: 26% (37/141) Receiving objects: 27% (39/141) Receiving objects: 28% (40/141) Receiving objects: 29% (41/141) Receiving objects: 30% (43/141) Receiving objects: 31% (44/141) Receiving objects: 32% (46/141) Receiving objects: 33% (47/141) Receiving objects: 34% (48/141) Receiving objects: 35% (50/141) Receiving objects: 36% (51/141) Receiving objects: 37% (53/141) Receiving objects: 38% (54/141) Receiving objects: 39% (55/141) Receiving objects: 40% (57/141) Receiving objects: 41% (58/141) Receiving objects: 42% (60/141) Receiving objects: 43% (61/141) Receiving objects: 44% (63/141) Receiving objects: 45% (64/141) Receiving objects: 46% (65/141) Receiving objects: 47% (67/141) Receiving objects: 48% (68/141) Receiving objects: 49% (70/141) Receiving objects: 50% (71/141) Receiving objects: 51% (72/141) Receiving objects: 52% (74/141) Receiving objects: 53% (75/141) Receiving objects: 54% (77/141) Receiving objects: 55% (78/141) Receiving objects: 56% (79/141) Receiving objects: 57% (81/141) Receiving objects: 58% (82/141) Receiving objects: 59% (84/141) Receiving objects: 60% (85/141) Receiving objects: 61% (87/141) Receiving objects: 62% (88/141) Receiving objects: 63% (89/141) Receiving objects: 64% (91/141) Receiving objects: 65% (92/141) Receiving objects: 66% (94/141) Receiving objects: 67% (95/141) Receiving objects: 68% (96/141) Receiving objects: 69% (98/141) Receiving objects: 70% (99/141) Receiving objects: 71% (101/141) Receiving objects: 72% (102/141) Receiving objects: 73% (103/141) Receiving objects: 74% (105/141) Receiving objects: 75% (106/141) Receiving objects: 76% (108/141) Receiving objects: 77% (109/141) Receiving objects: 78% (110/141) Receiving objects: 79% (112/141) Receiving objects: 80% (113/141) Receiving objects: 81% (115/141) Receiving objects: 82% (116/141) Receiving objects: 83% (118/141) Receiving objects: 84% (119/141) Receiving objects: 85% (120/141) Receiving objects: 86% (122/141) Receiving objects: 87% (123/141) Receiving objects: 88% (125/141) Receiving objects: 89% (126/141) Receiving objects: 90% (127/141) Receiving objects: 91% (129/141) Receiving objects: 92% (130/141) Receiving objects: 93% (132/141) Receiving objects: 94% (133/141) Receiving objects: 95% (134/141) Receiving objects: 96% (136/141) Receiving objects: 97% (137/141) remote: Total 141 (delta 54), reused 136 (delta 52), pack-reused 0 Receiving objects: 98% (139/141) Receiving objects: 99% (140/141) Receiving objects: 100% (141/141) Receiving objects: 100% (141/141), 2.92 MiB | 31.52 MiB/s, done. Resolving deltas: 0% (0/54) Resolving deltas: 1% (1/54) Resolving deltas: 3% (2/54) Resolving deltas: 5% (3/54) Resolving deltas: 7% (4/54) Resolving deltas: 9% (5/54) Resolving deltas: 11% (6/54) Resolving deltas: 12% (7/54) Resolving deltas: 14% (8/54) Resolving deltas: 16% (9/54) Resolving deltas: 18% (10/54) Resolving deltas: 20% (11/54) Resolving deltas: 22% (12/54) Resolving deltas: 24% (13/54) Resolving deltas: 25% (14/54) Resolving deltas: 27% (15/54) Resolving deltas: 29% (16/54) Resolving deltas: 31% (17/54) Resolving deltas: 33% (18/54) Resolving deltas: 35% (19/54) Resolving deltas: 37% (20/54) Resolving deltas: 38% (21/54) Resolving deltas: 40% (22/54) Resolving deltas: 42% (23/54) Resolving deltas: 44% (24/54) Resolving deltas: 46% (25/54) Resolving deltas: 48% (26/54) Resolving deltas: 50% (27/54) Resolving deltas: 51% (28/54) Resolving deltas: 53% (29/54) Resolving deltas: 55% (30/54) Resolving deltas: 57% (31/54) Resolving deltas: 59% (32/54) Resolving deltas: 61% (33/54) Resolving deltas: 62% (34/54) Resolving deltas: 64% (35/54) Resolving deltas: 66% (36/54) Resolving deltas: 68% (37/54) Resolving deltas: 70% (38/54) Resolving deltas: 72% (39/54) Resolving deltas: 74% (40/54) Resolving deltas: 75% (41/54) Resolving deltas: 77% (42/54) Resolving deltas: 79% (43/54) Resolving deltas: 81% (44/54) Resolving deltas: 83% (45/54) Resolving deltas: 85% (46/54) Resolving deltas: 87% (47/54) Resolving deltas: 88% (48/54) Resolving deltas: 90% (49/54) Resolving deltas: 92% (50/54) Resolving deltas: 94% (51/54) Resolving deltas: 96% (52/54) Resolving deltas: 98% (53/54) Resolving deltas: 100% (54/54) Resolving deltas: 100% (54/54), done. Note: Deploying release hal=0.3.0... Cloning into '/home/runner/work/alire-crates-ci/alire-crates-ci/test/8f7172b2-86e9-420b-8c55-83f5b867d8d9/microbit_examples_0.1.0_a926cc69/alire/cache/dependencies/alr-fffi.tmp'... remote: Enumerating objects: 54, done. remote: Counting objects: 1% (1/54) remote: Counting objects: 3% (2/54) remote: Counting objects: 5% (3/54) remote: Counting objects: 7% (4/54) remote: Counting objects: 9% (5/54) remote: Counting objects: 11% (6/54) remote: Counting objects: 12% (7/54) remote: Counting objects: 14% (8/54) remote: Counting objects: 16% (9/54) remote: Counting objects: 18% (10/54) remote: Counting objects: 20% (11/54) remote: Counting objects: 22% (12/54) remote: Counting objects: 24% (13/54) remote: Counting objects: 25% (14/54) remote: Counting objects: 27% (15/54) remote: Counting objects: 29% (16/54) remote: Counting objects: 31% (17/54) remote: Counting objects: 33% (18/54) remote: Counting objects: 35% (19/54) remote: Counting objects: 37% (20/54) remote: Counting objects: 38% (21/54) remote: Counting objects: 40% (22/54) remote: Counting objects: 42% (23/54) remote: Counting objects: 44% (24/54) remote: Counting objects: 46% (25/54) remote: Counting objects: 48% (26/54) remote: Counting objects: 50% (27/54) remote: Counting objects: 51% (28/54) remote: Counting objects: 53% (29/54) remote: Counting objects: 55% (30/54) remote: Counting objects: 57% (31/54) remote: Counting objects: 59% (32/54) remote: Counting objects: 61% (33/54) remote: Counting objects: 62% (34/54) remote: Counting objects: 64% (35/54) remote: Counting objects: 66% (36/54) remote: Counting objects: 68% (37/54) remote: Counting objects: 70% (38/54) remote: Counting objects: 72% (39/54) remote: Counting objects: 74% (40/54) remote: Counting objects: 75% (41/54) remote: Counting objects: 77% (42/54) remote: Counting objects: 79% (43/54) remote: Counting objects: 81% (44/54) remote: Counting objects: 83% (45/54) remote: Counting objects: 85% (46/54) remote: Counting objects: 87% (47/54) remote: Counting objects: 88% (48/54) remote: Counting objects: 90% (49/54) remote: Counting objects: 92% (50/54) remote: Counting objects: 94% (51/54) remote: Counting objects: 96% (52/54) remote: Counting objects: 98% (53/54) remote: Counting objects: 100% (54/54) remote: Counting objects: 100% (54/54), done. remote: Compressing objects: 3% (1/28) remote: Compressing objects: 7% (2/28) remote: Compressing objects: 10% (3/28) remote: Compressing objects: 14% (4/28) remote: Compressing objects: 17% (5/28) remote: Compressing objects: 21% (6/28) remote: Compressing objects: 25% (7/28) remote: Compressing objects: 28% (8/28) remote: Compressing objects: 32% (9/28) remote: Compressing objects: 35% (10/28) remote: Compressing objects: 39% (11/28) remote: Compressing objects: 42% (12/28) remote: Compressing objects: 46% (13/28) remote: Compressing objects: 50% (14/28) remote: Compressing objects: 53% (15/28) remote: Compressing objects: 57% (16/28) remote: Compressing objects: 60% (17/28) remote: Compressing objects: 64% (18/28) remote: Compressing objects: 67% (19/28) remote: Compressing objects: 71% (20/28) remote: Compressing objects: 75% (21/28) remote: Compressing objects: 78% (22/28) remote: Compressing objects: 82% (23/28) remote: Compressing objects: 85% (24/28) remote: Compressing objects: 89% (25/28) remote: Compressing objects: 92% (26/28) remote: Compressing objects: 96% (27/28) remote: Compressing objects: 100% (28/28) remote: Compressing objects: 100% (28/28), done. Receiving objects: 1% (1/54) Receiving objects: 3% (2/54) Receiving objects: 5% (3/54) Receiving objects: 7% (4/54) Receiving objects: 9% (5/54) Receiving objects: 11% (6/54) Receiving objects: 12% (7/54) Receiving objects: 14% (8/54) Receiving objects: 16% (9/54) Receiving objects: 18% (10/54) Receiving objects: 20% (11/54) Receiving objects: 22% (12/54) Receiving objects: 24% (13/54) Receiving objects: 25% (14/54) Receiving objects: 27% (15/54) Receiving objects: 29% (16/54) Receiving objects: 31% (17/54) Receiving objects: 33% (18/54) Receiving objects: 35% (19/54) Receiving objects: 37% (20/54) Receiving objects: 38% (21/54) Receiving objects: 40% (22/54) Receiving objects: 42% (23/54) Receiving objects: 44% (24/54) Receiving objects: 46% (25/54) Receiving objects: 48% (26/54) Receiving objects: 50% (27/54) Receiving objects: 51% (28/54) Receiving objects: 53% (29/54) Receiving objects: 55% (30/54) Receiving objects: 57% (31/54) Receiving objects: 59% (32/54) Receiving objects: 61% (33/54) Receiving objects: 62% (34/54) Receiving objects: 64% (35/54) Receiving objects: 66% (36/54) remote: Total 54 (delta 31), reused 44 (delta 26), pack-reused 0 Receiving objects: 68% (37/54) Receiving objects: 70% (38/54) Receiving objects: 72% (39/54) Receiving objects: 74% (40/54) Receiving objects: 75% (41/54) Receiving objects: 77% (42/54) Receiving objects: 79% (43/54) Receiving objects: 81% (44/54) Receiving objects: 83% (45/54) Receiving objects: 85% (46/54) Receiving objects: 87% (47/54) Receiving objects: 88% (48/54) Receiving objects: 90% (49/54) Receiving objects: 92% (50/54) Receiving objects: 94% (51/54) Receiving objects: 96% (52/54) Receiving objects: 98% (53/54) Receiving objects: 100% (54/54) Receiving objects: 100% (54/54), 25.67 KiB | 4.28 MiB/s, done. Resolving deltas: 0% (0/31) Resolving deltas: 3% (1/31) Resolving deltas: 6% (2/31) Resolving deltas: 9% (3/31) Resolving deltas: 12% (4/31) Resolving deltas: 16% (5/31) Resolving deltas: 19% (6/31) Resolving deltas: 22% (7/31) Resolving deltas: 25% (8/31) Resolving deltas: 29% (9/31) Resolving deltas: 32% (10/31) Resolving deltas: 35% (11/31) Resolving deltas: 38% (12/31) Resolving deltas: 41% (13/31) Resolving deltas: 45% (14/31) Resolving deltas: 48% (15/31) Resolving deltas: 51% (16/31) Resolving deltas: 54% (17/31) Resolving deltas: 58% (18/31) Resolving deltas: 61% (19/31) Resolving deltas: 64% (20/31) Resolving deltas: 67% (21/31) Resolving deltas: 70% (22/31) Resolving deltas: 74% (23/31) Resolving deltas: 77% (24/31) Resolving deltas: 80% (25/31) Resolving deltas: 83% (26/31) Resolving deltas: 87% (27/31) Resolving deltas: 90% (28/31) Resolving deltas: 93% (29/31) Resolving deltas: 96% (30/31) Resolving deltas: 100% (31/31) Resolving deltas: 100% (31/31), done. Note: Deploying release adl_middleware=0.1.1... Cloning into '/home/runner/work/alire-crates-ci/alire-crates-ci/test/8f7172b2-86e9-420b-8c55-83f5b867d8d9/microbit_examples_0.1.0_a926cc69/alire/cache/dependencies/alr-wkqd.tmp'... remote: Enumerating objects: 88, done. remote: Counting objects: 1% (1/88) remote: Counting objects: 2% (2/88) remote: Counting objects: 3% (3/88) remote: Counting objects: 4% (4/88) remote: Counting objects: 5% (5/88) remote: Counting objects: 6% (6/88) remote: Counting objects: 7% (7/88) remote: Counting objects: 9% (8/88) remote: Counting objects: 10% (9/88) remote: Counting objects: 11% (10/88) remote: Counting objects: 12% (11/88) remote: Counting objects: 13% (12/88) remote: Counting objects: 14% (13/88) remote: Counting objects: 15% (14/88) remote: Counting objects: 17% (15/88) remote: Counting objects: 18% (16/88) remote: Counting objects: 19% (17/88) remote: Counting objects: 20% (18/88) remote: Counting objects: 21% (19/88) remote: Counting objects: 22% (20/88) remote: Counting objects: 23% (21/88) remote: Counting objects: 25% (22/88) remote: Counting objects: 26% (23/88) remote: Counting objects: 27% (24/88) remote: Counting objects: 28% (25/88) remote: Counting objects: 29% (26/88) remote: Counting objects: 30% (27/88) remote: Counting objects: 31% (28/88) remote: Counting objects: 32% (29/88) remote: Counting objects: 34% (30/88) remote: Counting objects: 35% (31/88) remote: Counting objects: 36% (32/88) remote: Counting objects: 37% (33/88) remote: Counting objects: 38% (34/88) remote: Counting objects: 39% (35/88) remote: Counting objects: 40% (36/88) remote: Counting objects: 42% (37/88) remote: Counting objects: 43% (38/88) remote: Counting objects: 44% (39/88) remote: Counting objects: 45% (40/88) remote: Counting objects: 46% (41/88) remote: Counting objects: 47% (42/88) remote: Counting objects: 48% (43/88) remote: Counting objects: 50% (44/88) remote: Counting objects: 51% (45/88) remote: Counting objects: 52% (46/88) remote: Counting objects: 53% (47/88) remote: Counting objects: 54% (48/88) remote: Counting objects: 55% (49/88) remote: Counting objects: 56% (50/88) remote: Counting objects: 57% (51/88) remote: Counting objects: 59% (52/88) remote: Counting objects: 60% (53/88) remote: Counting objects: 61% (54/88) remote: Counting objects: 62% (55/88) remote: Counting objects: 63% (56/88) remote: Counting objects: 64% (57/88) remote: Counting objects: 65% (58/88) remote: Counting objects: 67% (59/88) remote: Counting objects: 68% (60/88) remote: Counting objects: 69% (61/88) remote: Counting objects: 70% (62/88) remote: Counting objects: 71% (63/88) remote: Counting objects: 72% (64/88) remote: Counting objects: 73% (65/88) remote: Counting objects: 75% (66/88) remote: Counting objects: 76% (67/88) remote: Counting objects: 77% (68/88) remote: Counting objects: 78% (69/88) remote: Counting objects: 79% (70/88) remote: Counting objects: 80% (71/88) remote: Counting objects: 81% (72/88) remote: Counting objects: 82% (73/88) remote: Counting objects: 84% (74/88) remote: Counting objects: 85% (75/88) remote: Counting objects: 86% (76/88) remote: Counting objects: 87% (77/88) remote: Counting objects: 88% (78/88) remote: Counting objects: 89% (79/88) remote: Counting objects: 90% (80/88) remote: Counting objects: 92% (81/88) remote: Counting objects: 93% (82/88) remote: Counting objects: 94% (83/88) remote: Counting objects: 95% (84/88) remote: Counting objects: 96% (85/88) remote: Counting objects: 97% (86/88) remote: Counting objects: 98% (87/88) remote: Counting objects: 100% (88/88) remote: Counting objects: 100% (88/88), done. remote: Compressing objects: 2% (1/45) remote: Compressing objects: 4% (2/45) remote: Compressing objects: 6% (3/45) remote: Compressing objects: 8% (4/45) remote: Compressing objects: 11% (5/45) remote: Compressing objects: 13% (6/45) remote: Compressing objects: 15% (7/45) remote: Compressing objects: 17% (8/45) remote: Compressing objects: 20% (9/45) remote: Compressing objects: 22% (10/45) remote: Compressing objects: 24% (11/45) remote: Compressing objects: 26% (12/45) remote: Compressing objects: 28% (13/45) remote: Compressing objects: 31% (14/45) remote: Compressing objects: 33% (15/45) remote: Compressing objects: 35% (16/45) remote: Compressing objects: 37% (17/45) remote: Compressing objects: 40% (18/45) remote: Compressing objects: 42% (19/45) remote: Compressing objects: 44% (20/45) remote: Compressing objects: 46% (21/45) remote: Compressing objects: 48% (22/45) remote: Compressing objects: 51% (23/45) remote: Compressing objects: 53% (24/45) remote: Compressing objects: 55% (25/45) remote: Compressing objects: 57% (26/45) remote: Compressing objects: 60% (27/45) remote: Compressing objects: 62% (28/45) remote: Compressing objects: 64% (29/45) remote: Compressing objects: 66% (30/45) remote: Compressing objects: 68% (31/45) remote: Compressing objects: 71% (32/45) remote: Compressing objects: 73% (33/45) remote: Compressing objects: 75% (34/45) remote: Compressing objects: 77% (35/45) remote: Compressing objects: 80% (36/45) remote: Compressing objects: 82% (37/45) remote: Compressing objects: 84% (38/45) remote: Compressing objects: 86% (39/45) remote: Compressing objects: 88% (40/45) remote: Compressing objects: 91% (41/45) remote: Compressing objects: 93% (42/45) remote: Compressing objects: 95% (43/45) remote: Compressing objects: 97% (44/45) remote: Compressing objects: 100% (45/45) remote: Compressing objects: 100% (45/45), done. Receiving objects: 1% (1/88) Receiving objects: 2% (2/88) Receiving objects: 3% (3/88) Receiving objects: 4% (4/88) Receiving objects: 5% (5/88) Receiving objects: 6% (6/88) Receiving objects: 7% (7/88) Receiving objects: 9% (8/88) Receiving objects: 10% (9/88) Receiving objects: 11% (10/88) Receiving objects: 12% (11/88) Receiving objects: 13% (12/88) Receiving objects: 14% (13/88) Receiving objects: 15% (14/88) Receiving objects: 17% (15/88) Receiving objects: 18% (16/88) Receiving objects: 19% (17/88) Receiving objects: 20% (18/88) Receiving objects: 21% (19/88) Receiving objects: 22% (20/88) Receiving objects: 23% (21/88) Receiving objects: 25% (22/88) Receiving objects: 26% (23/88) Receiving objects: 27% (24/88) Receiving objects: 28% (25/88) Receiving objects: 29% (26/88) Receiving objects: 30% (27/88) Receiving objects: 31% (28/88) Receiving objects: 32% (29/88) Receiving objects: 34% (30/88) Receiving objects: 35% (31/88) Receiving objects: 36% (32/88) Receiving objects: 37% (33/88) Receiving objects: 38% (34/88) Receiving objects: 39% (35/88) Receiving objects: 40% (36/88) Receiving objects: 42% (37/88) Receiving objects: 43% (38/88) Receiving objects: 44% (39/88) Receiving objects: 45% (40/88) Receiving objects: 46% (41/88) Receiving objects: 47% (42/88) Receiving objects: 48% (43/88) Receiving objects: 50% (44/88) Receiving objects: 51% (45/88) Receiving objects: 52% (46/88) Receiving objects: 53% (47/88) Receiving objects: 54% (48/88) Receiving objects: 55% (49/88) Receiving objects: 56% (50/88) Receiving objects: 57% (51/88) Receiving objects: 59% (52/88) Receiving objects: 60% (53/88) Receiving objects: 61% (54/88) Receiving objects: 62% (55/88) Receiving objects: 63% (56/88) Receiving objects: 64% (57/88) Receiving objects: 65% (58/88) Receiving objects: 67% (59/88) Receiving objects: 68% (60/88) Receiving objects: 69% (61/88) Receiving objects: 70% (62/88) Receiving objects: 71% (63/88) Receiving objects: 72% (64/88) Receiving objects: 73% (65/88) Receiving objects: 75% (66/88) Receiving objects: 76% (67/88) Receiving objects: 77% (68/88) Receiving objects: 78% (69/88) Receiving objects: 79% (70/88) Receiving objects: 80% (71/88) Receiving objects: 81% (72/88) Receiving objects: 82% (73/88) Receiving objects: 84% (74/88) Receiving objects: 85% (75/88) Receiving objects: 86% (76/88) Receiving objects: 87% (77/88) Receiving objects: 88% (78/88) Receiving objects: 89% (79/88) Receiving objects: 90% (80/88) Receiving objects: 92% (81/88) Receiving objects: 93% (82/88) remote: Total 88 (delta 45), reused 82 (delta 43), pack-reused 0 Receiving objects: 94% (83/88) Receiving objects: 95% (84/88) Receiving objects: 96% (85/88) Receiving objects: 97% (86/88) Receiving objects: 98% (87/88) Receiving objects: 100% (88/88) Receiving objects: 100% (88/88), 88.39 KiB | 7.37 MiB/s, done. Resolving deltas: 0% (0/45) Resolving deltas: 2% (1/45) Resolving deltas: 4% (2/45) Resolving deltas: 6% (3/45) Resolving deltas: 8% (4/45) Resolving deltas: 11% (5/45) Resolving deltas: 13% (6/45) Resolving deltas: 15% (7/45) Resolving deltas: 17% (8/45) Resolving deltas: 20% (9/45) Resolving deltas: 22% (10/45) Resolving deltas: 24% (11/45) Resolving deltas: 26% (12/45) Resolving deltas: 28% (13/45) Resolving deltas: 31% (14/45) Resolving deltas: 33% (15/45) Resolving deltas: 35% (16/45) Resolving deltas: 37% (17/45) Resolving deltas: 40% (18/45) Resolving deltas: 42% (19/45) Resolving deltas: 44% (20/45) Resolving deltas: 46% (21/45) Resolving deltas: 48% (22/45) Resolving deltas: 51% (23/45) Resolving deltas: 53% (24/45) Resolving deltas: 55% (25/45) Resolving deltas: 57% (26/45) Resolving deltas: 60% (27/45) Resolving deltas: 62% (28/45) Resolving deltas: 64% (29/45) Resolving deltas: 66% (30/45) Resolving deltas: 68% (31/45) Resolving deltas: 71% (32/45) Resolving deltas: 73% (33/45) Resolving deltas: 75% (34/45) Resolving deltas: 77% (35/45) Resolving deltas: 80% (36/45) Resolving deltas: 82% (37/45) Resolving deltas: 84% (38/45) Resolving deltas: 86% (39/45) Resolving deltas: 88% (40/45) Resolving deltas: 91% (41/45) Resolving deltas: 93% (42/45) Resolving deltas: 95% (43/45) Resolving deltas: 97% (44/45) Resolving deltas: 100% (45/45) Resolving deltas: 100% (45/45), done. Note: Deploying release cortex_m=0.3.0... Cloning into '/home/runner/work/alire-crates-ci/alire-crates-ci/test/8f7172b2-86e9-420b-8c55-83f5b867d8d9/microbit_examples_0.1.0_a926cc69/alire/cache/dependencies/alr-dvah.tmp'... remote: Enumerating objects: 135, done. remote: Counting objects: 0% (1/135) remote: Counting objects: 1% (2/135) remote: Counting objects: 2% (3/135) remote: Counting objects: 3% (5/135) remote: Counting objects: 4% (6/135) remote: Counting objects: 5% (7/135) remote: Counting objects: 6% (9/135) remote: Counting objects: 7% (10/135) remote: Counting objects: 8% (11/135) remote: Counting objects: 9% (13/135) remote: Counting objects: 10% (14/135) remote: Counting objects: 11% (15/135) remote: Counting objects: 12% (17/135) remote: Counting objects: 13% (18/135) remote: Counting objects: 14% (19/135) remote: Counting objects: 15% (21/135) remote: Counting objects: 16% (22/135) remote: Counting objects: 17% (23/135) remote: Counting objects: 18% (25/135) remote: Counting objects: 19% (26/135) remote: Counting objects: 20% (27/135) remote: Counting objects: 21% (29/135) remote: Counting objects: 22% (30/135) remote: Counting objects: 23% (32/135) remote: Counting objects: 24% (33/135) remote: Counting objects: 25% (34/135) remote: Counting objects: 26% (36/135) remote: Counting objects: 27% (37/135) remote: Counting objects: 28% (38/135) remote: Counting objects: 29% (40/135) remote: Counting objects: 30% (41/135) remote: Counting objects: 31% (42/135) remote: Counting objects: 32% (44/135) remote: Counting objects: 33% (45/135) remote: Counting objects: 34% (46/135) remote: Counting objects: 35% (48/135) remote: Counting objects: 36% (49/135) remote: Counting objects: 37% (50/135) remote: Counting objects: 38% (52/135) remote: Counting objects: 39% (53/135) remote: Counting objects: 40% (54/135) remote: Counting objects: 41% (56/135) remote: Counting objects: 42% (57/135) remote: Counting objects: 43% (59/135) remote: Counting objects: 44% (60/135) remote: Counting objects: 45% (61/135) remote: Counting objects: 46% (63/135) remote: Counting objects: 47% (64/135) remote: Counting objects: 48% (65/135) remote: Counting objects: 49% (67/135) remote: Counting objects: 50% (68/135) remote: Counting objects: 51% (69/135) remote: Counting objects: 52% (71/135) remote: Counting objects: 53% (72/135) remote: Counting objects: 54% (73/135) remote: Counting objects: 55% (75/135) remote: Counting objects: 56% (76/135) remote: Counting objects: 57% (77/135) remote: Counting objects: 58% (79/135) remote: Counting objects: 59% (80/135) remote: Counting objects: 60% (81/135) remote: Counting objects: 61% (83/135) remote: Counting objects: 62% (84/135) remote: Counting objects: 63% (86/135) remote: Counting objects: 64% (87/135) remote: Counting objects: 65% (88/135) remote: Counting objects: 66% (90/135) remote: Counting objects: 67% (91/135) remote: Counting objects: 68% (92/135) remote: Counting objects: 69% (94/135) remote: Counting objects: 70% (95/135) remote: Counting objects: 71% (96/135) remote: Counting objects: 72% (98/135) remote: Counting objects: 73% (99/135) remote: Counting objects: 74% (100/135) remote: Counting objects: 75% (102/135) remote: Counting objects: 76% (103/135) remote: Counting objects: 77% (104/135) remote: Counting objects: 78% (106/135) remote: Counting objects: 79% (107/135) remote: Counting objects: 80% (108/135) remote: Counting objects: 81% (110/135) remote: Counting objects: 82% (111/135) remote: Counting objects: 83% (113/135) remote: Counting objects: 84% (114/135) remote: Counting objects: 85% (115/135) remote: Counting objects: 86% (117/135) remote: Counting objects: 87% (118/135) remote: Counting objects: 88% (119/135) remote: Counting objects: 89% (121/135) remote: Counting objects: 90% (122/135) remote: Counting objects: 91% (123/135) remote: Counting objects: 92% (125/135) remote: Counting objects: 93% (126/135) remote: Counting objects: 94% (127/135) remote: Counting objects: 95% (129/135) remote: Counting objects: 96% (130/135) remote: Counting objects: 97% (131/135) remote: Counting objects: 98% (133/135) remote: Counting objects: 99% (134/135) remote: Counting objects: 100% (135/135) remote: Counting objects: 100% (135/135), done. remote: Compressing objects: 1% (1/68) remote: Compressing objects: 2% (2/68) remote: Compressing objects: 4% (3/68) remote: Compressing objects: 5% (4/68) remote: Compressing objects: 7% (5/68) remote: Compressing objects: 8% (6/68) remote: Compressing objects: 10% (7/68) remote: Compressing objects: 11% (8/68) remote: Compressing objects: 13% (9/68) remote: Compressing objects: 14% (10/68) remote: Compressing objects: 16% (11/68) remote: Compressing objects: 17% (12/68) remote: Compressing objects: 19% (13/68) remote: Compressing objects: 20% (14/68) remote: Compressing objects: 22% (15/68) remote: Compressing objects: 23% (16/68) remote: Compressing objects: 25% (17/68) remote: Compressing objects: 26% (18/68) remote: Compressing objects: 27% (19/68) remote: Compressing objects: 29% (20/68) remote: Compressing objects: 30% (21/68) remote: Compressing objects: 32% (22/68) remote: Compressing objects: 33% (23/68) remote: Compressing objects: 35% (24/68) remote: Compressing objects: 36% (25/68) remote: Compressing objects: 38% (26/68) remote: Compressing objects: 39% (27/68) remote: Compressing objects: 41% (28/68) remote: Compressing objects: 42% (29/68) remote: Compressing objects: 44% (30/68) remote: Compressing objects: 45% (31/68) remote: Compressing objects: 47% (32/68) remote: Compressing objects: 48% (33/68) remote: Compressing objects: 50% (34/68) remote: Compressing objects: 51% (35/68) remote: Compressing objects: 52% (36/68) remote: Compressing objects: 54% (37/68) remote: Compressing objects: 55% (38/68) remote: Compressing objects: 57% (39/68) remote: Compressing objects: 58% (40/68) remote: Compressing objects: 60% (41/68) remote: Compressing objects: 61% (42/68) remote: Compressing objects: 63% (43/68) remote: Compressing objects: 64% (44/68) remote: Compressing objects: 66% (45/68) remote: Compressing objects: 67% (46/68) remote: Compressing objects: 69% (47/68) remote: Compressing objects: 70% (48/68) remote: Compressing objects: 72% (49/68) remote: Compressing objects: 73% (50/68) remote: Compressing objects: 75% (51/68) remote: Compressing objects: 76% (52/68) remote: Compressing objects: 77% (53/68) remote: Compressing objects: 79% (54/68) remote: Compressing objects: 80% (55/68) remote: Compressing objects: 82% (56/68) remote: Compressing objects: 83% (57/68) remote: Compressing objects: 85% (58/68) remote: Compressing objects: 86% (59/68) remote: Compressing objects: 88% (60/68) remote: Compressing objects: 89% (61/68) remote: Compressing objects: 91% (62/68) remote: Compressing objects: 92% (63/68) remote: Compressing objects: 94% (64/68) remote: Compressing objects: 95% (65/68) remote: Compressing objects: 97% (66/68) remote: Compressing objects: 98% (67/68) remote: Compressing objects: 100% (68/68) remote: Compressing objects: 100% (68/68), done. Receiving objects: 0% (1/135) Receiving objects: 1% (2/135) Receiving objects: 2% (3/135) Receiving objects: 3% (5/135) Receiving objects: 4% (6/135) Receiving objects: 5% (7/135) Receiving objects: 6% (9/135) Receiving objects: 7% (10/135) Receiving objects: 8% (11/135) Receiving objects: 9% (13/135) Receiving objects: 10% (14/135) Receiving objects: 11% (15/135) Receiving objects: 12% (17/135) Receiving objects: 13% (18/135) Receiving objects: 14% (19/135) Receiving objects: 15% (21/135) Receiving objects: 16% (22/135) Receiving objects: 17% (23/135) Receiving objects: 18% (25/135) Receiving objects: 19% (26/135) Receiving objects: 20% (27/135) Receiving objects: 21% (29/135) Receiving objects: 22% (30/135) Receiving objects: 23% (32/135) Receiving objects: 24% (33/135) Receiving objects: 25% (34/135) Receiving objects: 26% (36/135) Receiving objects: 27% (37/135) Receiving objects: 28% (38/135) Receiving objects: 29% (40/135) Receiving objects: 30% (41/135) Receiving objects: 31% (42/135) Receiving objects: 32% (44/135) Receiving objects: 33% (45/135) Receiving objects: 34% (46/135) Receiving objects: 35% (48/135) Receiving objects: 36% (49/135) Receiving objects: 37% (50/135) Receiving objects: 38% (52/135) Receiving objects: 39% (53/135) Receiving objects: 40% (54/135) Receiving objects: 41% (56/135) Receiving objects: 42% (57/135) Receiving objects: 43% (59/135) Receiving objects: 44% (60/135) Receiving objects: 45% (61/135) Receiving objects: 46% (63/135) Receiving objects: 47% (64/135) Receiving objects: 48% (65/135) Receiving objects: 49% (67/135) Receiving objects: 50% (68/135) Receiving objects: 51% (69/135) Receiving objects: 52% (71/135) Receiving objects: 53% (72/135) Receiving objects: 54% (73/135) Receiving objects: 55% (75/135) Receiving objects: 56% (76/135) Receiving objects: 57% (77/135) Receiving objects: 58% (79/135) remote: Total 135 (delta 85), reused 106 (delta 65), pack-reused 0 Receiving objects: 59% (80/135) Receiving objects: 60% (81/135) Receiving objects: 61% (83/135) Receiving objects: 62% (84/135) Receiving objects: 63% (86/135) Receiving objects: 64% (87/135) Receiving objects: 65% (88/135) Receiving objects: 66% (90/135) Receiving objects: 67% (91/135) Receiving objects: 68% (92/135) Receiving objects: 69% (94/135) Receiving objects: 70% (95/135) Receiving objects: 71% (96/135) Receiving objects: 72% (98/135) Receiving objects: 73% (99/135) Receiving objects: 74% (100/135) Receiving objects: 75% (102/135) Receiving objects: 76% (103/135) Receiving objects: 77% (104/135) Receiving objects: 78% (106/135) Receiving objects: 79% (107/135) Receiving objects: 80% (108/135) Receiving objects: 81% (110/135) Receiving objects: 82% (111/135) Receiving objects: 83% (113/135) Receiving objects: 84% (114/135) Receiving objects: 85% (115/135) Receiving objects: 86% (117/135) Receiving objects: 87% (118/135) Receiving objects: 88% (119/135) Receiving objects: 89% (121/135) Receiving objects: 90% (122/135) Receiving objects: 91% (123/135) Receiving objects: 92% (125/135) Receiving objects: 93% (126/135) Receiving objects: 94% (127/135) Receiving objects: 95% (129/135) Receiving objects: 96% (130/135) Receiving objects: 97% (131/135) Receiving objects: 98% (133/135) Receiving objects: 99% (134/135) Receiving objects: 100% (135/135) Receiving objects: 100% (135/135), 56.47 KiB | 8.07 MiB/s, done. Resolving deltas: 0% (0/85) Resolving deltas: 1% (1/85) Resolving deltas: 2% (2/85) Resolving deltas: 3% (3/85) Resolving deltas: 4% (4/85) Resolving deltas: 5% (5/85) Resolving deltas: 7% (6/85) Resolving deltas: 8% (7/85) Resolving deltas: 9% (8/85) Resolving deltas: 10% (9/85) Resolving deltas: 11% (10/85) Resolving deltas: 12% (11/85) Resolving deltas: 14% (12/85) Resolving deltas: 15% (13/85) Resolving deltas: 16% (14/85) Resolving deltas: 17% (15/85) Resolving deltas: 18% (16/85) Resolving deltas: 20% (17/85) Resolving deltas: 21% (18/85) Resolving deltas: 22% (19/85) Resolving deltas: 23% (20/85) Resolving deltas: 24% (21/85) Resolving deltas: 25% (22/85) Resolving deltas: 27% (23/85) Resolving deltas: 28% (24/85) Resolving deltas: 29% (25/85) Resolving deltas: 30% (26/85) Resolving deltas: 31% (27/85) Resolving deltas: 32% (28/85) Resolving deltas: 34% (29/85) Resolving deltas: 35% (30/85) Resolving deltas: 36% (31/85) Resolving deltas: 37% (32/85) Resolving deltas: 38% (33/85) Resolving deltas: 40% (34/85) Resolving deltas: 41% (35/85) Resolving deltas: 42% (36/85) Resolving deltas: 43% (37/85) Resolving deltas: 44% (38/85) Resolving deltas: 45% (39/85) Resolving deltas: 47% (40/85) Resolving deltas: 48% (41/85) Resolving deltas: 49% (42/85) Resolving deltas: 50% (43/85) Resolving deltas: 51% (44/85) Resolving deltas: 52% (45/85) Resolving deltas: 54% (46/85) Resolving deltas: 55% (47/85) Resolving deltas: 56% (48/85) Resolving deltas: 57% (49/85) Resolving deltas: 58% (50/85) Resolving deltas: 60% (51/85) Resolving deltas: 61% (52/85) Resolving deltas: 62% (53/85) Resolving deltas: 63% (54/85) Resolving deltas: 64% (55/85) Resolving deltas: 65% (56/85) Resolving deltas: 67% (57/85) Resolving deltas: 68% (58/85) Resolving deltas: 69% (59/85) Resolving deltas: 70% (60/85) Resolving deltas: 71% (61/85) Resolving deltas: 72% (62/85) Resolving deltas: 74% (63/85) Resolving deltas: 75% (64/85) Resolving deltas: 76% (65/85) Resolving deltas: 77% (66/85) Resolving deltas: 78% (67/85) Resolving deltas: 80% (68/85) Resolving deltas: 81% (69/85) Resolving deltas: 82% (70/85) Resolving deltas: 83% (71/85) Resolving deltas: 84% (72/85) Resolving deltas: 85% (73/85) Resolving deltas: 87% (74/85) Resolving deltas: 88% (75/85) Resolving deltas: 89% (76/85) Resolving deltas: 90% (77/85) Resolving deltas: 91% (78/85) Resolving deltas: 92% (79/85) Resolving deltas: 94% (80/85) Resolving deltas: 95% (81/85) Resolving deltas: 96% (82/85) Resolving deltas: 97% (83/85) Resolving deltas: 98% (84/85) Resolving deltas: 100% (85/85) Resolving deltas: 100% (85/85), done. Note: Deploying release embedded_components=0.1.0... Cloning into '/home/runner/work/alire-crates-ci/alire-crates-ci/test/8f7172b2-86e9-420b-8c55-83f5b867d8d9/microbit_examples_0.1.0_a926cc69/alire/cache/dependencies/alr-sljl.tmp'... remote: Enumerating objects: 129, done. remote: Counting objects: 0% (1/129) remote: Counting objects: 1% (2/129) remote: Counting objects: 2% (3/129) remote: Counting objects: 3% (4/129) remote: Counting objects: 4% (6/129) remote: Counting objects: 5% (7/129) remote: Counting objects: 6% (8/129) remote: Counting objects: 7% (10/129) remote: Counting objects: 8% (11/129) remote: Counting objects: 9% (12/129) remote: Counting objects: 10% (13/129) remote: Counting objects: 11% (15/129) remote: Counting objects: 12% (16/129) remote: Counting objects: 13% (17/129) remote: Counting objects: 14% (19/129) remote: Counting objects: 15% (20/129) remote: Counting objects: 16% (21/129) remote: Counting objects: 17% (22/129) remote: Counting objects: 18% (24/129) remote: Counting objects: 19% (25/129) remote: Counting objects: 20% (26/129) remote: Counting objects: 21% (28/129) remote: Counting objects: 22% (29/129) remote: Counting objects: 23% (30/129) remote: Counting objects: 24% (31/129) remote: Counting objects: 25% (33/129) remote: Counting objects: 26% (34/129) remote: Counting objects: 27% (35/129) remote: Counting objects: 28% (37/129) remote: Counting objects: 29% (38/129) remote: Counting objects: 30% (39/129) remote: Counting objects: 31% (40/129) remote: Counting objects: 32% (42/129) remote: Counting objects: 33% (43/129) remote: Counting objects: 34% (44/129) remote: Counting objects: 35% (46/129) remote: Counting objects: 36% (47/129) remote: Counting objects: 37% (48/129) remote: Counting objects: 38% (50/129) remote: Counting objects: 39% (51/129) remote: Counting objects: 40% (52/129) remote: Counting objects: 41% (53/129) remote: Counting objects: 42% (55/129) remote: Counting objects: 43% (56/129) remote: Counting objects: 44% (57/129) remote: Counting objects: 45% (59/129) remote: Counting objects: 46% (60/129) remote: Counting objects: 47% (61/129) remote: Counting objects: 48% (62/129) remote: Counting objects: 49% (64/129) remote: Counting objects: 50% (65/129) remote: Counting objects: 51% (66/129) remote: Counting objects: 52% (68/129) remote: Counting objects: 53% (69/129) remote: Counting objects: 54% (70/129) remote: Counting objects: 55% (71/129) remote: Counting objects: 56% (73/129) remote: Counting objects: 57% (74/129) remote: Counting objects: 58% (75/129) remote: Counting objects: 59% (77/129) remote: Counting objects: 60% (78/129) remote: Counting objects: 61% (79/129) remote: Counting objects: 62% (80/129) remote: Counting objects: 63% (82/129) remote: Counting objects: 64% (83/129) remote: Counting objects: 65% (84/129) remote: Counting objects: 66% (86/129) remote: Counting objects: 67% (87/129) remote: Counting objects: 68% (88/129) remote: Counting objects: 69% (90/129) remote: Counting objects: 70% (91/129) remote: Counting objects: 71% (92/129) remote: Counting objects: 72% (93/129) remote: Counting objects: 73% (95/129) remote: Counting objects: 74% (96/129) remote: Counting objects: 75% (97/129) remote: Counting objects: 76% (99/129) remote: Counting objects: 77% (100/129) remote: Counting objects: 78% (101/129) remote: Counting objects: 79% (102/129) remote: Counting objects: 80% (104/129) remote: Counting objects: 81% (105/129) remote: Counting objects: 82% (106/129) remote: Counting objects: 83% (108/129) remote: Counting objects: 84% (109/129) remote: Counting objects: 85% (110/129) remote: Counting objects: 86% (111/129) remote: Counting objects: 87% (113/129) remote: Counting objects: 88% (114/129) remote: Counting objects: 89% (115/129) remote: Counting objects: 90% (117/129) remote: Counting objects: 91% (118/129) remote: Counting objects: 92% (119/129) remote: Counting objects: 93% (120/129) remote: Counting objects: 94% (122/129) remote: Counting objects: 95% (123/129) remote: Counting objects: 96% (124/129) remote: Counting objects: 97% (126/129) remote: Counting objects: 98% (127/129) remote: Counting objects: 99% (128/129) remote: Counting objects: 100% (129/129) remote: Counting objects: 100% (129/129), done. remote: Compressing objects: 1% (1/92) remote: Compressing objects: 2% (2/92) remote: Compressing objects: 3% (3/92) remote: Compressing objects: 4% (4/92) remote: Compressing objects: 5% (5/92) remote: Compressing objects: 6% (6/92) remote: Compressing objects: 7% (7/92) remote: Compressing objects: 8% (8/92) remote: Compressing objects: 9% (9/92) remote: Compressing objects: 10% (10/92) remote: Compressing objects: 11% (11/92) remote: Compressing objects: 13% (12/92) remote: Compressing objects: 14% (13/92) remote: Compressing objects: 15% (14/92) remote: Compressing objects: 16% (15/92) remote: Compressing objects: 17% (16/92) remote: Compressing objects: 18% (17/92) remote: Compressing objects: 19% (18/92) remote: Compressing objects: 20% (19/92) remote: Compressing objects: 21% (20/92) remote: Compressing objects: 22% (21/92) remote: Compressing objects: 23% (22/92) remote: Compressing objects: 25% (23/92) remote: Compressing objects: 26% (24/92) remote: Compressing objects: 27% (25/92) remote: Compressing objects: 28% (26/92) remote: Compressing objects: 29% (27/92) remote: Compressing objects: 30% (28/92) remote: Compressing objects: 31% (29/92) remote: Compressing objects: 32% (30/92) remote: Compressing objects: 33% (31/92) remote: Compressing objects: 34% (32/92) remote: Compressing objects: 35% (33/92) remote: Compressing objects: 36% (34/92) remote: Compressing objects: 38% (35/92) remote: Compressing objects: 39% (36/92) remote: Compressing objects: 40% (37/92) remote: Compressing objects: 41% (38/92) remote: Compressing objects: 42% (39/92) remote: Compressing objects: 43% (40/92) remote: Compressing objects: 44% (41/92) remote: Compressing objects: 45% (42/92) remote: Compressing objects: 46% (43/92) remote: Compressing objects: 47% (44/92) remote: Compressing objects: 48% (45/92) remote: Compressing objects: 50% (46/92) remote: Compressing objects: 51% (47/92) remote: Compressing objects: 52% (48/92) remote: Compressing objects: 53% (49/92) remote: Compressing objects: 54% (50/92) remote: Compressing objects: 55% (51/92) remote: Compressing objects: 56% (52/92) remote: Compressing objects: 57% (53/92) remote: Compressing objects: 58% (54/92) remote: Compressing objects: 59% (55/92) remote: Compressing objects: 60% (56/92) remote: Compressing objects: 61% (57/92) remote: Compressing objects: 63% (58/92) remote: Compressing objects: 64% (59/92) remote: Compressing objects: 65% (60/92) remote: Compressing objects: 66% (61/92) remote: Compressing objects: 67% (62/92) remote: Compressing objects: 68% (63/92) remote: Compressing objects: 69% (64/92) remote: Compressing objects: 70% (65/92) remote: Compressing objects: 71% (66/92) remote: Compressing objects: 72% (67/92) remote: Compressing objects: 73% (68/92) remote: Compressing objects: 75% (69/92) remote: Compressing objects: 76% (70/92) remote: Compressing objects: 77% (71/92) remote: Compressing objects: 78% (72/92) remote: Compressing objects: 79% (73/92) remote: Compressing objects: 80% (74/92) remote: Compressing objects: 81% (75/92) remote: Compressing objects: 82% (76/92) remote: Compressing objects: 83% (77/92) remote: Compressing objects: 84% (78/92) remote: Compressing objects: 85% (79/92) remote: Compressing objects: 86% (80/92) remote: Compressing objects: 88% (81/92) remote: Compressing objects: 89% (82/92) remote: Compressing objects: 90% (83/92) remote: Compressing objects: 91% (84/92) remote: Compressing objects: 92% (85/92) remote: Compressing objects: 93% (86/92) remote: Compressing objects: 94% (87/92) remote: Compressing objects: 95% (88/92) remote: Compressing objects: 96% (89/92) remote: Compressing objects: 97% (90/92) remote: Compressing objects: 98% (91/92) remote: Compressing objects: 100% (92/92) remote: Compressing objects: 100% (92/92), done. Receiving objects: 0% (1/129) Receiving objects: 1% (2/129) Receiving objects: 2% (3/129) Receiving objects: 3% (4/129) Receiving objects: 4% (6/129) Receiving objects: 5% (7/129) Receiving objects: 6% (8/129) Receiving objects: 7% (10/129) Receiving objects: 8% (11/129) Receiving objects: 9% (12/129) Receiving objects: 10% (13/129) Receiving objects: 11% (15/129) Receiving objects: 12% (16/129) Receiving objects: 13% (17/129) Receiving objects: 14% (19/129) Receiving objects: 15% (20/129) Receiving objects: 16% (21/129) Receiving objects: 17% (22/129) Receiving objects: 18% (24/129) Receiving objects: 19% (25/129) Receiving objects: 20% (26/129) Receiving objects: 21% (28/129) Receiving objects: 22% (29/129) Receiving objects: 23% (30/129) Receiving objects: 24% (31/129) Receiving objects: 25% (33/129) Receiving objects: 26% (34/129) Receiving objects: 27% (35/129) Receiving objects: 28% (37/129) Receiving objects: 29% (38/129) Receiving objects: 30% (39/129) Receiving objects: 31% (40/129) Receiving objects: 32% (42/129) Receiving objects: 33% (43/129) Receiving objects: 34% (44/129) Receiving objects: 35% (46/129) Receiving objects: 36% (47/129) Receiving objects: 37% (48/129) Receiving objects: 38% (50/129) Receiving objects: 39% (51/129) Receiving objects: 40% (52/129) Receiving objects: 41% (53/129) Receiving objects: 42% (55/129) Receiving objects: 43% (56/129) Receiving objects: 44% (57/129) Receiving objects: 45% (59/129) Receiving objects: 46% (60/129) Receiving objects: 47% (61/129) Receiving objects: 48% (62/129) Receiving objects: 49% (64/129) Receiving objects: 50% (65/129) Receiving objects: 51% (66/129) Receiving objects: 52% (68/129) Receiving objects: 53% (69/129) Receiving objects: 54% (70/129) Receiving objects: 55% (71/129) Receiving objects: 56% (73/129) Receiving objects: 57% (74/129) Receiving objects: 58% (75/129) Receiving objects: 59% (77/129) Receiving objects: 60% (78/129) Receiving objects: 61% (79/129) Receiving objects: 62% (80/129) Receiving objects: 63% (82/129) Receiving objects: 64% (83/129) Receiving objects: 65% (84/129) Receiving objects: 66% (86/129) Receiving objects: 67% (87/129) Receiving objects: 68% (88/129) Receiving objects: 69% (90/129) Receiving objects: 70% (91/129) Receiving objects: 71% (92/129) Receiving objects: 72% (93/129) Receiving objects: 73% (95/129) Receiving objects: 74% (96/129) Receiving objects: 75% (97/129) Receiving objects: 76% (99/129) Receiving objects: 77% (100/129) Receiving objects: 78% (101/129) Receiving objects: 79% (102/129) Receiving objects: 80% (104/129) Receiving objects: 81% (105/129) Receiving objects: 82% (106/129) Receiving objects: 83% (108/129) Receiving objects: 84% (109/129) Receiving objects: 85% (110/129) Receiving objects: 86% (111/129) Receiving objects: 87% (113/129) Receiving objects: 88% (114/129) remote: Total 129 (delta 43), reused 115 (delta 36), pack-reused 0 Receiving objects: 89% (115/129) Receiving objects: 90% (117/129) Receiving objects: 91% (118/129) Receiving objects: 92% (119/129) Receiving objects: 93% (120/129) Receiving objects: 94% (122/129) Receiving objects: 95% (123/129) Receiving objects: 96% (124/129) Receiving objects: 97% (126/129) Receiving objects: 98% (127/129) Receiving objects: 99% (128/129) Receiving objects: 100% (129/129) Receiving objects: 100% (129/129), 170.19 KiB | 8.96 MiB/s, done. Resolving deltas: 0% (0/43) Resolving deltas: 2% (1/43) Resolving deltas: 4% (2/43) Resolving deltas: 6% (3/43) Resolving deltas: 9% (4/43) Resolving deltas: 11% (5/43) Resolving deltas: 13% (6/43) Resolving deltas: 16% (7/43) Resolving deltas: 18% (8/43) Resolving deltas: 20% (9/43) Resolving deltas: 23% (10/43) Resolving deltas: 25% (11/43) Resolving deltas: 27% (12/43) Resolving deltas: 30% (13/43) Resolving deltas: 32% (14/43) Resolving deltas: 34% (15/43) Resolving deltas: 37% (16/43) Resolving deltas: 39% (17/43) Resolving deltas: 41% (18/43) Resolving deltas: 44% (19/43) Resolving deltas: 46% (20/43) Resolving deltas: 48% (21/43) Resolving deltas: 51% (22/43) Resolving deltas: 53% (23/43) Resolving deltas: 55% (24/43) Resolving deltas: 58% (25/43) Resolving deltas: 60% (26/43) Resolving deltas: 62% (27/43) Resolving deltas: 65% (28/43) Resolving deltas: 67% (29/43) Resolving deltas: 69% (30/43) Resolving deltas: 72% (31/43) Resolving deltas: 74% (32/43) Resolving deltas: 76% (33/43) Resolving deltas: 79% (34/43) Resolving deltas: 81% (35/43) Resolving deltas: 83% (36/43) Resolving deltas: 86% (37/43) Resolving deltas: 88% (38/43) Resolving deltas: 90% (39/43) Resolving deltas: 93% (40/43) Resolving deltas: 95% (41/43) Resolving deltas: 97% (42/43) Resolving deltas: 100% (43/43) Resolving deltas: 100% (43/43), done. Note: Deploying release nrf5x_hal=0.1.0... Cloning into '/home/runner/work/alire-crates-ci/alire-crates-ci/test/8f7172b2-86e9-420b-8c55-83f5b867d8d9/microbit_examples_0.1.0_a926cc69/alire/cache/dependencies/alr-rdvg.tmp'... remote: Enumerating objects: 135, done. remote: Counting objects: 0% (1/135) remote: Counting objects: 1% (2/135) remote: Counting objects: 2% (3/135) remote: Counting objects: 3% (5/135) remote: Counting objects: 4% (6/135) remote: Counting objects: 5% (7/135) remote: Counting objects: 6% (9/135) remote: Counting objects: 7% (10/135) remote: Counting objects: 8% (11/135) remote: Counting objects: 9% (13/135) remote: Counting objects: 10% (14/135) remote: Counting objects: 11% (15/135) remote: Counting objects: 12% (17/135) remote: Counting objects: 13% (18/135) remote: Counting objects: 14% (19/135) remote: Counting objects: 15% (21/135) remote: Counting objects: 16% (22/135) remote: Counting objects: 17% (23/135) remote: Counting objects: 18% (25/135) remote: Counting objects: 19% (26/135) remote: Counting objects: 20% (27/135) remote: Counting objects: 21% (29/135) remote: Counting objects: 22% (30/135) remote: Counting objects: 23% (32/135) remote: Counting objects: 24% (33/135) remote: Counting objects: 25% (34/135) remote: Counting objects: 26% (36/135) remote: Counting objects: 27% (37/135) remote: Counting objects: 28% (38/135) remote: Counting objects: 29% (40/135) remote: Counting objects: 30% (41/135) remote: Counting objects: 31% (42/135) remote: Counting objects: 32% (44/135) remote: Counting objects: 33% (45/135) remote: Counting objects: 34% (46/135) remote: Counting objects: 35% (48/135) remote: Counting objects: 36% (49/135) remote: Counting objects: 37% (50/135) remote: Counting objects: 38% (52/135) remote: Counting objects: 39% (53/135) remote: Counting objects: 40% (54/135) remote: Counting objects: 41% (56/135) remote: Counting objects: 42% (57/135) remote: Counting objects: 43% (59/135) remote: Counting objects: 44% (60/135) remote: Counting objects: 45% (61/135) remote: Counting objects: 46% (63/135) remote: Counting objects: 47% (64/135) remote: Counting objects: 48% (65/135) remote: Counting objects: 49% (67/135) remote: Counting objects: 50% (68/135) remote: Counting objects: 51% (69/135) remote: Counting objects: 52% (71/135) remote: Counting objects: 53% (72/135) remote: Counting objects: 54% (73/135) remote: Counting objects: 55% (75/135) remote: Counting objects: 56% (76/135) remote: Counting objects: 57% (77/135) remote: Counting objects: 58% (79/135) remote: Counting objects: 59% (80/135) remote: Counting objects: 60% (81/135) remote: Counting objects: 61% (83/135) remote: Counting objects: 62% (84/135) remote: Counting objects: 63% (86/135) remote: Counting objects: 64% (87/135) remote: Counting objects: 65% (88/135) remote: Counting objects: 66% (90/135) remote: Counting objects: 67% (91/135) remote: Counting objects: 68% (92/135) remote: Counting objects: 69% (94/135) remote: Counting objects: 70% (95/135) remote: Counting objects: 71% (96/135) remote: Counting objects: 72% (98/135) remote: Counting objects: 73% (99/135) remote: Counting objects: 74% (100/135) remote: Counting objects: 75% (102/135) remote: Counting objects: 76% (103/135) remote: Counting objects: 77% (104/135) remote: Counting objects: 78% (106/135) remote: Counting objects: 79% (107/135) remote: Counting objects: 80% (108/135) remote: Counting objects: 81% (110/135) remote: Counting objects: 82% (111/135) remote: Counting objects: 83% (113/135) remote: Counting objects: 84% (114/135) remote: Counting objects: 85% (115/135) remote: Counting objects: 86% (117/135) remote: Counting objects: 87% (118/135) remote: Counting objects: 88% (119/135) remote: Counting objects: 89% (121/135) remote: Counting objects: 90% (122/135) remote: Counting objects: 91% (123/135) remote: Counting objects: 92% (125/135) remote: Counting objects: 93% (126/135) remote: Counting objects: 94% (127/135) remote: Counting objects: 95% (129/135) remote: Counting objects: 96% (130/135) remote: Counting objects: 97% (131/135) remote: Counting objects: 98% (133/135) remote: Counting objects: 99% (134/135) remote: Counting objects: 100% (135/135) remote: Counting objects: 100% (135/135), done. remote: Compressing objects: 1% (1/59) remote: Compressing objects: 3% (2/59) remote: Compressing objects: 5% (3/59) remote: Compressing objects: 6% (4/59) remote: Compressing objects: 8% (5/59) remote: Compressing objects: 10% (6/59) remote: Compressing objects: 11% (7/59) remote: Compressing objects: 13% (8/59) remote: Compressing objects: 15% (9/59) remote: Compressing objects: 16% (10/59) remote: Compressing objects: 18% (11/59) remote: Compressing objects: 20% (12/59) remote: Compressing objects: 22% (13/59) remote: Compressing objects: 23% (14/59) remote: Compressing objects: 25% (15/59) remote: Compressing objects: 27% (16/59) remote: Compressing objects: 28% (17/59) remote: Compressing objects: 30% (18/59) remote: Compressing objects: 32% (19/59) remote: Compressing objects: 33% (20/59) remote: Compressing objects: 35% (21/59) remote: Compressing objects: 37% (22/59) remote: Compressing objects: 38% (23/59) remote: Compressing objects: 40% (24/59) remote: Compressing objects: 42% (25/59) remote: Compressing objects: 44% (26/59) remote: Compressing objects: 45% (27/59) remote: Compressing objects: 47% (28/59) remote: Compressing objects: 49% (29/59) remote: Compressing objects: 50% (30/59) remote: Compressing objects: 52% (31/59) remote: Compressing objects: 54% (32/59) remote: Compressing objects: 55% (33/59) remote: Compressing objects: 57% (34/59) remote: Compressing objects: 59% (35/59) remote: Compressing objects: 61% (36/59) remote: Compressing objects: 62% (37/59) remote: Compressing objects: 64% (38/59) remote: Compressing objects: 66% (39/59) remote: Compressing objects: 67% (40/59) remote: Compressing objects: 69% (41/59) remote: Compressing objects: 71% (42/59) remote: Compressing objects: 72% (43/59) remote: Compressing objects: 74% (44/59) remote: Compressing objects: 76% (45/59) remote: Compressing objects: 77% (46/59) remote: Compressing objects: 79% (47/59) remote: Compressing objects: 81% (48/59) remote: Compressing objects: 83% (49/59) remote: Compressing objects: 84% (50/59) remote: Compressing objects: 86% (51/59) remote: Compressing objects: 88% (52/59) remote: Compressing objects: 89% (53/59) remote: Compressing objects: 91% (54/59) remote: Compressing objects: 93% (55/59) remote: Compressing objects: 94% (56/59) remote: Compressing objects: 96% (57/59) remote: Compressing objects: 98% (58/59) remote: Compressing objects: 100% (59/59) remote: Compressing objects: 100% (59/59), done. Receiving objects: 0% (1/135) Receiving objects: 1% (2/135) Receiving objects: 2% (3/135) Receiving objects: 3% (5/135) Receiving objects: 4% (6/135) Receiving objects: 5% (7/135) Receiving objects: 6% (9/135) Receiving objects: 7% (10/135) Receiving objects: 8% (11/135) Receiving objects: 9% (13/135) Receiving objects: 10% (14/135) Receiving objects: 11% (15/135) Receiving objects: 12% (17/135) Receiving objects: 13% (18/135) Receiving objects: 14% (19/135) Receiving objects: 15% (21/135) Receiving objects: 16% (22/135) Receiving objects: 17% (23/135) Receiving objects: 18% (25/135) Receiving objects: 19% (26/135) Receiving objects: 20% (27/135) Receiving objects: 21% (29/135) Receiving objects: 22% (30/135) Receiving objects: 23% (32/135) Receiving objects: 24% (33/135) Receiving objects: 25% (34/135) Receiving objects: 26% (36/135) Receiving objects: 27% (37/135) Receiving objects: 28% (38/135) Receiving objects: 29% (40/135) Receiving objects: 30% (41/135) Receiving objects: 31% (42/135) Receiving objects: 32% (44/135) Receiving objects: 33% (45/135) Receiving objects: 34% (46/135) Receiving objects: 35% (48/135) Receiving objects: 36% (49/135) Receiving objects: 37% (50/135) Receiving objects: 38% (52/135) Receiving objects: 39% (53/135) Receiving objects: 40% (54/135) Receiving objects: 41% (56/135) Receiving objects: 42% (57/135) Receiving objects: 43% (59/135) Receiving objects: 44% (60/135) Receiving objects: 45% (61/135) Receiving objects: 46% (63/135) Receiving objects: 47% (64/135) Receiving objects: 48% (65/135) Receiving objects: 49% (67/135) Receiving objects: 50% (68/135) Receiving objects: 51% (69/135) Receiving objects: 52% (71/135) Receiving objects: 53% (72/135) Receiving objects: 54% (73/135) Receiving objects: 55% (75/135) Receiving objects: 56% (76/135) Receiving objects: 57% (77/135) Receiving objects: 58% (79/135) Receiving objects: 59% (80/135) Receiving objects: 60% (81/135) Receiving objects: 61% (83/135) Receiving objects: 62% (84/135) Receiving objects: 63% (86/135) Receiving objects: 64% (87/135) Receiving objects: 65% (88/135) Receiving objects: 66% (90/135) Receiving objects: 67% (91/135) Receiving objects: 68% (92/135) Receiving objects: 69% (94/135) Receiving objects: 70% (95/135) Receiving objects: 71% (96/135) Receiving objects: 72% (98/135) Receiving objects: 73% (99/135) Receiving objects: 74% (100/135) Receiving objects: 75% (102/135) Receiving objects: 76% (103/135) Receiving objects: 77% (104/135) Receiving objects: 78% (106/135) Receiving objects: 79% (107/135) Receiving objects: 80% (108/135) Receiving objects: 81% (110/135) Receiving objects: 82% (111/135) Receiving objects: 83% (113/135) Receiving objects: 84% (114/135) Receiving objects: 85% (115/135) Receiving objects: 86% (117/135) Receiving objects: 87% (118/135) Receiving objects: 88% (119/135) Receiving objects: 89% (121/135) Receiving objects: 90% (122/135) Receiving objects: 91% (123/135) Receiving objects: 92% (125/135) Receiving objects: 93% (126/135) Receiving objects: 94% (127/135) Receiving objects: 95% (129/135) remote: Total 135 (delta 78), reused 127 (delta 75), pack-reused 0 Receiving objects: 96% (130/135) Receiving objects: 97% (131/135) Receiving objects: 98% (133/135) Receiving objects: 99% (134/135) Receiving objects: 100% (135/135) Receiving objects: 100% (135/135), 213.36 KiB | 7.36 MiB/s, done. Resolving deltas: 0% (0/78) Resolving deltas: 1% (1/78) Resolving deltas: 2% (2/78) Resolving deltas: 3% (3/78) Resolving deltas: 5% (4/78) Resolving deltas: 6% (5/78) Resolving deltas: 7% (6/78) Resolving deltas: 8% (7/78) Resolving deltas: 10% (8/78) Resolving deltas: 11% (9/78) Resolving deltas: 12% (10/78) Resolving deltas: 14% (11/78) Resolving deltas: 15% (12/78) Resolving deltas: 16% (13/78) Resolving deltas: 17% (14/78) Resolving deltas: 19% (15/78) Resolving deltas: 20% (16/78) Resolving deltas: 21% (17/78) Resolving deltas: 23% (18/78) Resolving deltas: 24% (19/78) Resolving deltas: 25% (20/78) Resolving deltas: 26% (21/78) Resolving deltas: 28% (22/78) Resolving deltas: 29% (23/78) Resolving deltas: 30% (24/78) Resolving deltas: 32% (25/78) Resolving deltas: 33% (26/78) Resolving deltas: 34% (27/78) Resolving deltas: 35% (28/78) Resolving deltas: 37% (29/78) Resolving deltas: 38% (30/78) Resolving deltas: 39% (31/78) Resolving deltas: 41% (32/78) Resolving deltas: 42% (33/78) Resolving deltas: 43% (34/78) Resolving deltas: 44% (35/78) Resolving deltas: 46% (36/78) Resolving deltas: 47% (37/78) Resolving deltas: 48% (38/78) Resolving deltas: 50% (39/78) Resolving deltas: 51% (40/78) Resolving deltas: 52% (41/78) Resolving deltas: 53% (42/78) Resolving deltas: 55% (43/78) Resolving deltas: 56% (44/78) Resolving deltas: 57% (45/78) Resolving deltas: 58% (46/78) Resolving deltas: 60% (47/78) Resolving deltas: 61% (48/78) Resolving deltas: 62% (49/78) Resolving deltas: 64% (50/78) Resolving deltas: 65% (51/78) Resolving deltas: 66% (52/78) Resolving deltas: 67% (53/78) Resolving deltas: 69% (54/78) Resolving deltas: 70% (55/78) Resolving deltas: 71% (56/78) Resolving deltas: 73% (57/78) Resolving deltas: 74% (58/78) Resolving deltas: 75% (59/78) Resolving deltas: 76% (60/78) Resolving deltas: 78% (61/78) Resolving deltas: 79% (62/78) Resolving deltas: 80% (63/78) Resolving deltas: 82% (64/78) Resolving deltas: 83% (65/78) Resolving deltas: 84% (66/78) Resolving deltas: 85% (67/78) Resolving deltas: 87% (68/78) Resolving deltas: 88% (69/78) Resolving deltas: 89% (70/78) Resolving deltas: 91% (71/78) Resolving deltas: 92% (72/78) Resolving deltas: 93% (73/78) Resolving deltas: 94% (74/78) Resolving deltas: 96% (75/78) Resolving deltas: 97% (76/78) Resolving deltas: 98% (77/78) Resolving deltas: 100% (78/78) Resolving deltas: 100% (78/78), done. Note: Deploying release microbit_bsp=0.2.0... Cloning into '/home/runner/work/alire-crates-ci/alire-crates-ci/test/8f7172b2-86e9-420b-8c55-83f5b867d8d9/microbit_examples_0.1.0_a926cc69/alire/cache/dependencies/alr-ydhy.tmp'... remote: Enumerating objects: 47, done. remote: Counting objects: 2% (1/47) remote: Counting objects: 4% (2/47) remote: Counting objects: 6% (3/47) remote: Counting objects: 8% (4/47) remote: Counting objects: 10% (5/47) remote: Counting objects: 12% (6/47) remote: Counting objects: 14% (7/47) remote: Counting objects: 17% (8/47) remote: Counting objects: 19% (9/47) remote: Counting objects: 21% (10/47) remote: Counting objects: 23% (11/47) remote: Counting objects: 25% (12/47) remote: Counting objects: 27% (13/47) remote: Counting objects: 29% (14/47) remote: Counting objects: 31% (15/47) remote: Counting objects: 34% (16/47) remote: Counting objects: 36% (17/47) remote: Counting objects: 38% (18/47) remote: Counting objects: 40% (19/47) remote: Counting objects: 42% (20/47) remote: Counting objects: 44% (21/47) remote: Counting objects: 46% (22/47) remote: Counting objects: 48% (23/47) remote: Counting objects: 51% (24/47) remote: Counting objects: 53% (25/47) remote: Counting objects: 55% (26/47) remote: Counting objects: 57% (27/47) remote: Counting objects: 59% (28/47) remote: Counting objects: 61% (29/47) remote: Counting objects: 63% (30/47) remote: Counting objects: 65% (31/47) remote: Counting objects: 68% (32/47) remote: Counting objects: 70% (33/47) remote: Counting objects: 72% (34/47) remote: Counting objects: 74% (35/47) remote: Counting objects: 76% (36/47) remote: Counting objects: 78% (37/47) remote: Counting objects: 80% (38/47) remote: Counting objects: 82% (39/47) remote: Counting objects: 85% (40/47) remote: Counting objects: 87% (41/47) remote: Counting objects: 89% (42/47) remote: Counting objects: 91% (43/47) remote: Counting objects: 93% (44/47) remote: Counting objects: 95% (45/47) remote: Counting objects: 97% (46/47) remote: Counting objects: 100% (47/47) remote: Counting objects: 100% (47/47), done. remote: Compressing objects: 4% (1/23) remote: Compressing objects: 8% (2/23) remote: Compressing objects: 13% (3/23) remote: Compressing objects: 17% (4/23) remote: Compressing objects: 21% (5/23) remote: Compressing objects: 26% (6/23) remote: Compressing objects: 30% (7/23) remote: Compressing objects: 34% (8/23) remote: Compressing objects: 39% (9/23) remote: Compressing objects: 43% (10/23) remote: Compressing objects: 47% (11/23) remote: Compressing objects: 52% (12/23) remote: Compressing objects: 56% (13/23) remote: Compressing objects: 60% (14/23) remote: Compressing objects: 65% (15/23) remote: Compressing objects: 69% (16/23) remote: Compressing objects: 73% (17/23) remote: Compressing objects: 78% (18/23) remote: Compressing objects: 82% (19/23) remote: Compressing objects: 86% (20/23) remote: Compressing objects: 91% (21/23) remote: Compressing objects: 95% (22/23) remote: Compressing objects: 100% (23/23) remote: Compressing objects: 100% (23/23), done. Receiving objects: 2% (1/47) Receiving objects: 4% (2/47) Receiving objects: 6% (3/47) Receiving objects: 8% (4/47) Receiving objects: 10% (5/47) Receiving objects: 12% (6/47) Receiving objects: 14% (7/47) Receiving objects: 17% (8/47) Receiving objects: 19% (9/47) Receiving objects: 21% (10/47) Receiving objects: 23% (11/47) Receiving objects: 25% (12/47) Receiving objects: 27% (13/47) Receiving objects: 29% (14/47) Receiving objects: 31% (15/47) Receiving objects: 34% (16/47) Receiving objects: 36% (17/47) Receiving objects: 38% (18/47) Receiving objects: 40% (19/47) Receiving objects: 42% (20/47) Receiving objects: 44% (21/47) Receiving objects: 46% (22/47) Receiving objects: 48% (23/47) Receiving objects: 51% (24/47) Receiving objects: 53% (25/47) Receiving objects: 55% (26/47) Receiving objects: 57% (27/47) Receiving objects: 59% (28/47) remote: Total 47 (delta 28), reused 37 (delta 23), pack-reused 0 Receiving objects: 61% (29/47) Receiving objects: 63% (30/47) Receiving objects: 65% (31/47) Receiving objects: 68% (32/47) Receiving objects: 70% (33/47) Receiving objects: 72% (34/47) Receiving objects: 74% (35/47) Receiving objects: 76% (36/47) Receiving objects: 78% (37/47) Receiving objects: 80% (38/47) Receiving objects: 82% (39/47) Receiving objects: 85% (40/47) Receiving objects: 87% (41/47) Receiving objects: 89% (42/47) Receiving objects: 91% (43/47) Receiving objects: 93% (44/47) Receiving objects: 95% (45/47) Receiving objects: 97% (46/47) Receiving objects: 100% (47/47) Receiving objects: 100% (47/47), 28.52 KiB | 7.13 MiB/s, done. Resolving deltas: 0% (0/28) Resolving deltas: 3% (1/28) Resolving deltas: 7% (2/28) Resolving deltas: 10% (3/28) Resolving deltas: 14% (4/28) Resolving deltas: 17% (5/28) Resolving deltas: 21% (6/28) Resolving deltas: 25% (7/28) Resolving deltas: 28% (8/28) Resolving deltas: 32% (9/28) Resolving deltas: 35% (10/28) Resolving deltas: 39% (11/28) Resolving deltas: 42% (12/28) Resolving deltas: 46% (13/28) Resolving deltas: 50% (14/28) Resolving deltas: 53% (15/28) Resolving deltas: 57% (16/28) Resolving deltas: 60% (17/28) Resolving deltas: 64% (18/28) Resolving deltas: 67% (19/28) Resolving deltas: 71% (20/28) Resolving deltas: 75% (21/28) Resolving deltas: 78% (22/28) Resolving deltas: 82% (23/28) Resolving deltas: 85% (24/28) Resolving deltas: 89% (25/28) Resolving deltas: 92% (26/28) Resolving deltas: 96% (27/28) Resolving deltas: 100% (28/28) Resolving deltas: 100% (28/28), done. Warning: Possible tilde intended instead of caret for a 0.x version. Alire does not change the meaning of caret and tilde for pre/post-1.0 versions. The suspicious dependency is: microbit_bsp^0.1.0 You can disable this warning by setting the option warning.caret to false. gprconfig: can't find a toolchain for the following configuration: gprconfig: language 'ada', target 'arm-eabi', runtime 'zfp-cortex-m0' gprconfig: can't find a toolchain for the following configuration: gprconfig: language 'asm_cpp', target 'arm-eabi', default runtime Setup [mkdir] object directory for project HAL [mkdir] library directory for project HAL [mkdir] object directory for project Cortex_M0 [mkdir] library directory for project Cortex_M0 [mkdir] object directory for project NRF51 [mkdir] library directory for project NRF51 [mkdir] object directory for project Adl_Middleware [mkdir] library directory for project Adl_Middleware [mkdir] object directory for project Embedded_Components [mkdir] library directory for project Embedded_Components [mkdir] object directory for project Microbit_Bsp [mkdir] library directory for project Microbit_Bsp [mkdir] object directory for project Analog_In microbit_bsp.gpr:12:25: warning: libraries are not supported on this platform hal.gpr:5:24: warning: libraries are not supported on this platform nrf51.gpr:18:25: warning: libraries are not supported on this platform cortex_m0.gpr:17:25: warning: libraries are not supported on this platform embedded_components.gpr:6:25: warning: libraries are not supported on this platform adl_middleware.gpr:5:25: warning: libraries are not supported on this platform adl_middleware.gpr:3:09: no compiler for language "Ada", cannot compile "filesystem-fat-files.ads" gprbuild: *** compilation phase failed stderr: Command ["gprbuild", "-gnatwU", "-j0", "-p", "-P", "analog_in/analog_in.gpr"] exited with code 4 ERROR: Command ["gprbuild", "-gnatwU", "-j0", "-p", "-P", "analog_in/analog_in.gpr"] exited with code 4 Warning: microbit_examples=0.1.0 successfully retrieved but its build failed. Dependencies were solved as follows: + adl_middleware 0.1.1 (new,indirect) + cortex_m 0.3.0 (new,indirect) + embedded_components 0.1.0 (new,indirect) + hal 0.3.0 (new,indirect) + microbit_bsp 0.2.0 (new) + nrf5x_hal 0.1.0 (new,indirect) ERROR: Build ended with errors