Skip to content

treewide: update to Ubuntu 26.04 LTS Resolute Raccoon 馃 - #286

Draft
crasbe wants to merge 5 commits into
RIOT-OS:masterfrom
crasbe:pr/resolute
Draft

treewide: update to Ubuntu 26.04 LTS Resolute Raccoon 馃#286
crasbe wants to merge 5 commits into
RIOT-OS:masterfrom
crasbe:pr/resolute

Conversation

@crasbe

@crasbe crasbe commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

This PR is currently WIP as it combines the previous PRs #280, #281, #282, #283, #284 and #285 and has to be rebased as they are merged.

This is the replacement for the previous effort in #239.

@crasbe crasbe added enhancement dependencies Pull requests that update a dependency file State: waiting for release This PR is ready, but waiting for the upcoming release to happen to avoid CI chaos. State: waiting for PR This PR is waiting for another PR to be merged. State: needs rebase The PR has to be rebased to avoid merge conflicts or include features from another PR. labels Aug 14, 2026
Comment thread riotbuild/Dockerfile
# get git-cache-rs binary and set the environment variable for
# the RIOT package subsystem
COPY --from=ghcr.io/kaspar030/git-cache:0.2.8-jammy /git-cache /usr/bin/git-cache
COPY --from=ghcr.io/kaspar030/git-cache:0.2.8-ubuntu /git-cache /usr/bin/git-cache

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
COPY --from=ghcr.io/kaspar030/git-cache:0.2.8-ubuntu /git-cache /usr/bin/git-cache
COPY --from=ghcr.io/kaspar030/git-cache:0.2.8-resolute /git-cache /usr/bin/git-cache

This has to be changed once kaspar030/git-cache-rs#144 is merged.

resolute won't always be ubuntu-latest, in fact only for the next two months.

Comment thread riotbuild/Dockerfile

# get laze binary
COPY --from=kaspar030/laze:0.1.20-jammy /laze /usr/bin/laze
COPY --from=kaspar030/laze:0.1.20-ubuntu /laze /usr/bin/laze

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
COPY --from=kaspar030/laze:0.1.20-ubuntu /laze /usr/bin/laze
COPY --from=kaspar030/laze:0.1.20-resolute /laze /usr/bin/laze

This has to be changed once kaspar030/laze#902 is merged.

@crasbe
crasbe force-pushed the pr/resolute branch 2 times, most recently from cbfad24 to e0e1acb Compare August 14, 2026 13:49
@crasbe crasbe removed the State: waiting for release This PR is ready, but waiting for the upcoming release to happen to avoid CI chaos. label Aug 21, 2026
@crasbe
crasbe force-pushed the pr/resolute branch 2 times, most recently from ee56e5d to 2ac034e Compare August 27, 2026 12:17
@crasbe

crasbe commented Aug 29, 2026

Copy link
Copy Markdown
Contributor Author

Okay, C2Rust does not work with LLVM 22. But that's a story for another day then.
Let's see first why the rust builds fail with some more logging.

Good thing that the builds got fixed with #290 馃槄

@crasbe

crasbe commented Aug 31, 2026

Copy link
Copy Markdown
Contributor Author

I have started a compile run with LLVM 17, comparable to what I did in #282 to catch any potential issues that might arise from the update. LLVM 15 broke pkg/mjson, so it's not unlikely something else might break too.

@crasbe

crasbe commented Sep 1, 2026

Copy link
Copy Markdown
Contributor Author

I have started a compile run with LLVM 17, comparable to what I did in #282 to catch any potential issues that might arise from the update. LLVM 15 broke pkg/mjson, so it's not unlikely something else might break too.

The long compilation run revealed that xxd is missing, which is installed with vim.
Another run has been started and we'll see what else might come up.

This is the result of the first run.
Green FAIL lines are bad because they caused a regression, green PASS lines are good because they caused an improvement.

LLVM17 compilation resoluts before xxd
--- /dev/fd/63  2026-09-02 11:46:15.069814600 +0200
+++ /dev/fd/62  2026-09-02 11:46:15.069814600 +0200
@@ -1493,57 +1493,57 @@
 examples/guides/timers         waveshare-nrf52840-eval-kit    PASS
 examples/guides/timers         weact-f401ce                   PASS
 examples/guides/timers         z1                             FAIL
-examples/lang_support/community/forth_blinky adafruit-itsybitsy-m4          PASS
-examples/lang_support/community/forth_blinky arduino-due                    PASS
-examples/lang_support/community/forth_blinky arduino-mkrzero                PASS
+examples/lang_support/community/forth_blinky adafruit-itsybitsy-m4          FAIL
+examples/lang_support/community/forth_blinky arduino-due                    FAIL
+examples/lang_support/community/forth_blinky arduino-mkrzero                FAIL
 examples/lang_support/community/forth_blinky avsextrem                      FAIL
-examples/lang_support/community/forth_blinky bastwan                        PASS
-examples/lang_support/community/forth_blinky b-l475e-iot01a                 PASS
+examples/lang_support/community/forth_blinky bastwan                        FAIL
+examples/lang_support/community/forth_blinky b-l475e-iot01a                 FAIL
 examples/lang_support/community/forth_blinky cc1352-launchpad               FAIL
 examples/lang_support/community/forth_blinky cc2650-launchpad               FAIL
-examples/lang_support/community/forth_blinky dwm1001                        PASS
+examples/lang_support/community/forth_blinky dwm1001                        FAIL
 examples/lang_support/community/forth_blinky esp32c3-devkit                 FAIL
 examples/lang_support/community/forth_blinky esp32-heltec-lora32-v2         FAIL
 examples/lang_support/community/forth_blinky esp32-olimex-evb               FAIL
 examples/lang_support/community/forth_blinky esp32s2-devkit                 FAIL
 examples/lang_support/community/forth_blinky esp32s3-devkit                 FAIL
 examples/lang_support/community/forth_blinky esp8266-esp-12x                FAIL
-examples/lang_support/community/forth_blinky hamilton                       PASS
-examples/lang_support/community/forth_blinky hifive1                        PASS
-examples/lang_support/community/forth_blinky mbed_lpc1768                   PASS
-examples/lang_support/community/forth_blinky microbit                       PASS
-examples/lang_support/community/forth_blinky mulle                          PASS
-examples/lang_support/community/forth_blinky native32                       PASS
-examples/lang_support/community/forth_blinky native64                       PASS
-examples/lang_support/community/forth_blinky nrf52840dk                     PASS
-examples/lang_support/community/forth_blinky nrf9160dk                      PASS
-examples/lang_support/community/forth_blinky nucleo-f072rb                  PASS
-examples/lang_support/community/forth_blinky nucleo-f103rb                  PASS
-examples/lang_support/community/forth_blinky nucleo-f207zg                  PASS
-examples/lang_support/community/forth_blinky nucleo-f334r8                  PASS
-examples/lang_support/community/forth_blinky nucleo-f429zi                  PASS
-examples/lang_support/community/forth_blinky nucleo-f767zi                  PASS
-examples/lang_support/community/forth_blinky nucleo-g071rb                  PASS
-examples/lang_support/community/forth_blinky nucleo-g474re                  PASS
+examples/lang_support/community/forth_blinky hamilton                       FAIL
+examples/lang_support/community/forth_blinky hifive1                        FAIL
+examples/lang_support/community/forth_blinky mbed_lpc1768                   FAIL
+examples/lang_support/community/forth_blinky microbit                       FAIL
+examples/lang_support/community/forth_blinky mulle                          FAIL
+examples/lang_support/community/forth_blinky native32                       FAIL
+examples/lang_support/community/forth_blinky native64                       FAIL
+examples/lang_support/community/forth_blinky nrf52840dk                     FAIL
+examples/lang_support/community/forth_blinky nrf9160dk                      FAIL
+examples/lang_support/community/forth_blinky nucleo-f072rb                  FAIL
+examples/lang_support/community/forth_blinky nucleo-f103rb                  FAIL
+examples/lang_support/community/forth_blinky nucleo-f207zg                  FAIL
+examples/lang_support/community/forth_blinky nucleo-f334r8                  FAIL
+examples/lang_support/community/forth_blinky nucleo-f429zi                  FAIL
+examples/lang_support/community/forth_blinky nucleo-f767zi                  FAIL
+examples/lang_support/community/forth_blinky nucleo-g071rb                  FAIL
+examples/lang_support/community/forth_blinky nucleo-g474re                  FAIL
 examples/lang_support/community/forth_blinky nucleo-l011k4                  FAIL
-examples/lang_support/community/forth_blinky nucleo-l073rz                  PASS
-examples/lang_support/community/forth_blinky nucleo-l152re                  PASS
-examples/lang_support/community/forth_blinky nucleo-l433rc                  PASS
-examples/lang_support/community/forth_blinky nucleo-l552ze-q                PASS
-examples/lang_support/community/forth_blinky pba-d-01-kw2x                  PASS
-examples/lang_support/community/forth_blinky p-nucleo-wb55                  PASS
-examples/lang_support/community/forth_blinky qn9080dk                       PASS
-examples/lang_support/community/forth_blinky remote-revb                    PASS
-examples/lang_support/community/forth_blinky same54-xpro                    PASS
-examples/lang_support/community/forth_blinky samr21-xpro                    PASS
-examples/lang_support/community/forth_blinky seeedstudio-gd32               PASS
-examples/lang_support/community/forth_blinky slstk3400a                     PASS
-examples/lang_support/community/forth_blinky sltb001a                       PASS
-examples/lang_support/community/forth_blinky slwstk6220a                    PASS
-examples/lang_support/community/forth_blinky stm32f723e-disco               PASS
-examples/lang_support/community/forth_blinky stm32mp157c-dk2                PASS
-examples/lang_support/community/forth_blinky waveshare-nrf52840-eval-kit    PASS
-examples/lang_support/community/forth_blinky weact-f401ce                   PASS
+examples/lang_support/community/forth_blinky nucleo-l073rz                  FAIL
+examples/lang_support/community/forth_blinky nucleo-l152re                  FAIL
+examples/lang_support/community/forth_blinky nucleo-l433rc                  FAIL
+examples/lang_support/community/forth_blinky nucleo-l552ze-q                FAIL
+examples/lang_support/community/forth_blinky pba-d-01-kw2x                  FAIL
+examples/lang_support/community/forth_blinky p-nucleo-wb55                  FAIL
+examples/lang_support/community/forth_blinky qn9080dk                       FAIL
+examples/lang_support/community/forth_blinky remote-revb                    FAIL
+examples/lang_support/community/forth_blinky same54-xpro                    FAIL
+examples/lang_support/community/forth_blinky samr21-xpro                    FAIL
+examples/lang_support/community/forth_blinky seeedstudio-gd32               FAIL
+examples/lang_support/community/forth_blinky slstk3400a                     FAIL
+examples/lang_support/community/forth_blinky sltb001a                       FAIL
+examples/lang_support/community/forth_blinky slwstk6220a                    FAIL
+examples/lang_support/community/forth_blinky stm32f723e-disco               FAIL
+examples/lang_support/community/forth_blinky stm32mp157c-dk2                FAIL
+examples/lang_support/community/forth_blinky waveshare-nrf52840-eval-kit    FAIL
+examples/lang_support/community/forth_blinky weact-f401ce                   FAIL
 examples/lang_support/community/forth_REPL adafruit-itsybitsy-m4          PASS
 examples/lang_support/community/forth_REPL arduino-due                    PASS
 examples/lang_support/community/forth_REPL arduino-mkrzero                PASS
@@ -1595,196 +1595,196 @@
 examples/lang_support/community/forth_REPL stm32mp157c-dk2                PASS
 examples/lang_support/community/forth_REPL waveshare-nrf52840-eval-kit    PASS
 examples/lang_support/community/forth_REPL weact-f401ce                   PASS
-examples/lang_support/community/javascript adafruit-itsybitsy-m4          PASS
-examples/lang_support/community/javascript arduino-due                    PASS
-examples/lang_support/community/javascript arduino-mkrzero                PASS
+examples/lang_support/community/javascript adafruit-itsybitsy-m4          FAIL
+examples/lang_support/community/javascript arduino-due                    FAIL
+examples/lang_support/community/javascript arduino-mkrzero                FAIL
 examples/lang_support/community/javascript avsextrem                      FAIL
-examples/lang_support/community/javascript bastwan                        PASS
-examples/lang_support/community/javascript b-l475e-iot01a                 PASS
-examples/lang_support/community/javascript cc1352-launchpad               PASS
+examples/lang_support/community/javascript bastwan                        FAIL
+examples/lang_support/community/javascript b-l475e-iot01a                 FAIL
+examples/lang_support/community/javascript cc1352-launchpad               FAIL
 examples/lang_support/community/javascript cc2650-launchpad               FAIL
-examples/lang_support/community/javascript dwm1001                        PASS
+examples/lang_support/community/javascript dwm1001                        FAIL
 examples/lang_support/community/javascript esp32c3-devkit                 FAIL
 examples/lang_support/community/javascript esp32-heltec-lora32-v2         FAIL
 examples/lang_support/community/javascript esp32-olimex-evb               FAIL
 examples/lang_support/community/javascript esp32s2-devkit                 FAIL
 examples/lang_support/community/javascript esp32s3-devkit                 FAIL
 examples/lang_support/community/javascript esp8266-esp-12x                FAIL
-examples/lang_support/community/javascript hamilton                       PASS
-examples/lang_support/community/javascript hifive1                        PASS
-examples/lang_support/community/javascript mbed_lpc1768                   PASS
-examples/lang_support/community/javascript microbit                       PASS
-examples/lang_support/community/javascript mulle                          PASS
-examples/lang_support/community/javascript native32                       PASS
-examples/lang_support/community/javascript native64                       PASS
-examples/lang_support/community/javascript nrf52840dk                     PASS
-examples/lang_support/community/javascript nrf9160dk                      PASS
-examples/lang_support/community/javascript nucleo-f072rb                  PASS
-examples/lang_support/community/javascript nucleo-f103rb                  PASS
-examples/lang_support/community/javascript nucleo-f207zg                  PASS
-examples/lang_support/community/javascript nucleo-f334r8                  PASS
-examples/lang_support/community/javascript nucleo-f429zi                  PASS
-examples/lang_support/community/javascript nucleo-f767zi                  PASS
-examples/lang_support/community/javascript nucleo-g071rb                  PASS
-examples/lang_support/community/javascript nucleo-g474re                  PASS
+examples/lang_support/community/javascript hamilton                       FAIL
+examples/lang_support/community/javascript hifive1                        FAIL
+examples/lang_support/community/javascript mbed_lpc1768                   FAIL
+examples/lang_support/community/javascript microbit                       FAIL
+examples/lang_support/community/javascript mulle                          FAIL
+examples/lang_support/community/javascript native32                       FAIL
+examples/lang_support/community/javascript native64                       FAIL
+examples/lang_support/community/javascript nrf52840dk                     FAIL
+examples/lang_support/community/javascript nrf9160dk                      FAIL
+examples/lang_support/community/javascript nucleo-f072rb                  FAIL
+examples/lang_support/community/javascript nucleo-f103rb                  FAIL
+examples/lang_support/community/javascript nucleo-f207zg                  FAIL
+examples/lang_support/community/javascript nucleo-f334r8                  FAIL
+examples/lang_support/community/javascript nucleo-f429zi                  FAIL
+examples/lang_support/community/javascript nucleo-f767zi                  FAIL
+examples/lang_support/community/javascript nucleo-g071rb                  FAIL
+examples/lang_support/community/javascript nucleo-g474re                  FAIL
 examples/lang_support/community/javascript nucleo-l011k4                  FAIL
-examples/lang_support/community/javascript nucleo-l073rz                  PASS
-examples/lang_support/community/javascript nucleo-l152re                  PASS
-examples/lang_support/community/javascript nucleo-l433rc                  PASS
-examples/lang_support/community/javascript nucleo-l552ze-q                PASS
-examples/lang_support/community/javascript pba-d-01-kw2x                  PASS
-examples/lang_support/community/javascript p-nucleo-wb55                  PASS
-examples/lang_support/community/javascript qn9080dk                       PASS
-examples/lang_support/community/javascript remote-revb                    PASS
-examples/lang_support/community/javascript same54-xpro                    PASS
-examples/lang_support/community/javascript samr21-xpro                    PASS
+examples/lang_support/community/javascript nucleo-l073rz                  FAIL
+examples/lang_support/community/javascript nucleo-l152re                  FAIL
+examples/lang_support/community/javascript nucleo-l433rc                  FAIL
+examples/lang_support/community/javascript nucleo-l552ze-q                FAIL
+examples/lang_support/community/javascript pba-d-01-kw2x                  FAIL
+examples/lang_support/community/javascript p-nucleo-wb55                  FAIL
+examples/lang_support/community/javascript qn9080dk                       FAIL
+examples/lang_support/community/javascript remote-revb                    FAIL
+examples/lang_support/community/javascript same54-xpro                    FAIL
+examples/lang_support/community/javascript samr21-xpro                    FAIL
 examples/lang_support/community/javascript seeedstudio-gd32               FAIL
-examples/lang_support/community/javascript slstk3400a                     PASS
-examples/lang_support/community/javascript sltb001a                       PASS
-examples/lang_support/community/javascript slwstk6220a                    PASS
-examples/lang_support/community/javascript stm32f723e-disco               PASS
-examples/lang_support/community/javascript stm32mp157c-dk2                PASS
-examples/lang_support/community/javascript waveshare-nrf52840-eval-kit    PASS
-examples/lang_support/community/javascript weact-f401ce                   PASS
-examples/lang_support/community/lua_basic adafruit-itsybitsy-m4          PASS
-examples/lang_support/community/lua_basic arduino-due                    PASS
-examples/lang_support/community/lua_basic arduino-mkrzero                PASS
+examples/lang_support/community/javascript slstk3400a                     FAIL
+examples/lang_support/community/javascript sltb001a                       FAIL
+examples/lang_support/community/javascript slwstk6220a                    FAIL
+examples/lang_support/community/javascript stm32f723e-disco               FAIL
+examples/lang_support/community/javascript stm32mp157c-dk2                FAIL
+examples/lang_support/community/javascript waveshare-nrf52840-eval-kit    FAIL
+examples/lang_support/community/javascript weact-f401ce                   FAIL
+examples/lang_support/community/lua_basic adafruit-itsybitsy-m4          FAIL
+examples/lang_support/community/lua_basic arduino-due                    FAIL
+examples/lang_support/community/lua_basic arduino-mkrzero                FAIL
 examples/lang_support/community/lua_basic avsextrem                      FAIL
-examples/lang_support/community/lua_basic bastwan                        PASS
-examples/lang_support/community/lua_basic b-l475e-iot01a                 PASS
+examples/lang_support/community/lua_basic bastwan                        FAIL
+examples/lang_support/community/lua_basic b-l475e-iot01a                 FAIL
 examples/lang_support/community/lua_basic cc1352-launchpad               FAIL
 examples/lang_support/community/lua_basic cc2650-launchpad               FAIL
-examples/lang_support/community/lua_basic dwm1001                        PASS
+examples/lang_support/community/lua_basic dwm1001                        FAIL
 examples/lang_support/community/lua_basic esp32c3-devkit                 FAIL
 examples/lang_support/community/lua_basic esp32-heltec-lora32-v2         FAIL
 examples/lang_support/community/lua_basic esp32-olimex-evb               FAIL
 examples/lang_support/community/lua_basic esp32s2-devkit                 FAIL
 examples/lang_support/community/lua_basic esp32s3-devkit                 FAIL
 examples/lang_support/community/lua_basic esp8266-esp-12x                FAIL
-examples/lang_support/community/lua_basic hamilton                       PASS
-examples/lang_support/community/lua_basic mbed_lpc1768                   PASS
-examples/lang_support/community/lua_basic microbit                       PASS
-examples/lang_support/community/lua_basic mulle                          PASS
-examples/lang_support/community/lua_basic native32                       PASS
-examples/lang_support/community/lua_basic native64                       PASS
-examples/lang_support/community/lua_basic nrf52840dk                     PASS
-examples/lang_support/community/lua_basic nrf9160dk                      PASS
-examples/lang_support/community/lua_basic nucleo-f072rb                  PASS
-examples/lang_support/community/lua_basic nucleo-f103rb                  PASS
-examples/lang_support/community/lua_basic nucleo-f207zg                  PASS
-examples/lang_support/community/lua_basic nucleo-f334r8                  PASS
-examples/lang_support/community/lua_basic nucleo-f429zi                  PASS
-examples/lang_support/community/lua_basic nucleo-f767zi                  PASS
-examples/lang_support/community/lua_basic nucleo-g071rb                  PASS
-examples/lang_support/community/lua_basic nucleo-g474re                  PASS
-examples/lang_support/community/lua_basic nucleo-l073rz                  PASS
-examples/lang_support/community/lua_basic nucleo-l152re                  PASS
-examples/lang_support/community/lua_basic nucleo-l433rc                  PASS
-examples/lang_support/community/lua_basic nucleo-l552ze-q                PASS
-examples/lang_support/community/lua_basic pba-d-01-kw2x                  PASS
-examples/lang_support/community/lua_basic p-nucleo-wb55                  PASS
-examples/lang_support/community/lua_basic qn9080dk                       PASS
-examples/lang_support/community/lua_basic remote-revb                    PASS
-examples/lang_support/community/lua_basic same54-xpro                    PASS
-examples/lang_support/community/lua_basic samr21-xpro                    PASS
-examples/lang_support/community/lua_basic slstk3400a                     PASS
-examples/lang_support/community/lua_basic sltb001a                       PASS
-examples/lang_support/community/lua_basic slwstk6220a                    PASS
-examples/lang_support/community/lua_basic stm32f723e-disco               PASS
-examples/lang_support/community/lua_basic stm32mp157c-dk2                PASS
-examples/lang_support/community/lua_basic waveshare-nrf52840-eval-kit    PASS
-examples/lang_support/community/lua_basic weact-f401ce                   PASS
-examples/lang_support/community/lua_REPL adafruit-itsybitsy-m4          PASS
-examples/lang_support/community/lua_REPL arduino-due                    PASS
-examples/lang_support/community/lua_REPL arduino-mkrzero                PASS
+examples/lang_support/community/lua_basic hamilton                       FAIL
+examples/lang_support/community/lua_basic mbed_lpc1768                   FAIL
+examples/lang_support/community/lua_basic microbit                       FAIL
+examples/lang_support/community/lua_basic mulle                          FAIL
+examples/lang_support/community/lua_basic native32                       FAIL
+examples/lang_support/community/lua_basic native64                       FAIL
+examples/lang_support/community/lua_basic nrf52840dk                     FAIL
+examples/lang_support/community/lua_basic nrf9160dk                      FAIL
+examples/lang_support/community/lua_basic nucleo-f072rb                  FAIL
+examples/lang_support/community/lua_basic nucleo-f103rb                  FAIL
+examples/lang_support/community/lua_basic nucleo-f207zg                  FAIL
+examples/lang_support/community/lua_basic nucleo-f334r8                  FAIL
+examples/lang_support/community/lua_basic nucleo-f429zi                  FAIL
+examples/lang_support/community/lua_basic nucleo-f767zi                  FAIL
+examples/lang_support/community/lua_basic nucleo-g071rb                  FAIL
+examples/lang_support/community/lua_basic nucleo-g474re                  FAIL
+examples/lang_support/community/lua_basic nucleo-l073rz                  FAIL
+examples/lang_support/community/lua_basic nucleo-l152re                  FAIL
+examples/lang_support/community/lua_basic nucleo-l433rc                  FAIL
+examples/lang_support/community/lua_basic nucleo-l552ze-q                FAIL
+examples/lang_support/community/lua_basic pba-d-01-kw2x                  FAIL
+examples/lang_support/community/lua_basic p-nucleo-wb55                  FAIL
+examples/lang_support/community/lua_basic qn9080dk                       FAIL
+examples/lang_support/community/lua_basic remote-revb                    FAIL
+examples/lang_support/community/lua_basic same54-xpro                    FAIL
+examples/lang_support/community/lua_basic samr21-xpro                    FAIL
+examples/lang_support/community/lua_basic slstk3400a                     FAIL
+examples/lang_support/community/lua_basic sltb001a                       FAIL
+examples/lang_support/community/lua_basic slwstk6220a                    FAIL
+examples/lang_support/community/lua_basic stm32f723e-disco               FAIL
+examples/lang_support/community/lua_basic stm32mp157c-dk2                FAIL
+examples/lang_support/community/lua_basic waveshare-nrf52840-eval-kit    FAIL
+examples/lang_support/community/lua_basic weact-f401ce                   FAIL
+examples/lang_support/community/lua_REPL adafruit-itsybitsy-m4          FAIL
+examples/lang_support/community/lua_REPL arduino-due                    FAIL
+examples/lang_support/community/lua_REPL arduino-mkrzero                FAIL
 examples/lang_support/community/lua_REPL avsextrem                      FAIL
-examples/lang_support/community/lua_REPL bastwan                        PASS
-examples/lang_support/community/lua_REPL b-l475e-iot01a                 PASS
+examples/lang_support/community/lua_REPL bastwan                        FAIL
+examples/lang_support/community/lua_REPL b-l475e-iot01a                 FAIL
 examples/lang_support/community/lua_REPL cc1352-launchpad               FAIL
 examples/lang_support/community/lua_REPL cc2650-launchpad               FAIL
-examples/lang_support/community/lua_REPL dwm1001                        PASS
+examples/lang_support/community/lua_REPL dwm1001                        FAIL
 examples/lang_support/community/lua_REPL esp32c3-devkit                 FAIL
 examples/lang_support/community/lua_REPL esp32-heltec-lora32-v2         FAIL
 examples/lang_support/community/lua_REPL esp32-olimex-evb               FAIL
 examples/lang_support/community/lua_REPL esp32s2-devkit                 FAIL
 examples/lang_support/community/lua_REPL esp32s3-devkit                 FAIL
 examples/lang_support/community/lua_REPL esp8266-esp-12x                FAIL
-examples/lang_support/community/lua_REPL hamilton                       PASS
-examples/lang_support/community/lua_REPL mbed_lpc1768                   PASS
-examples/lang_support/community/lua_REPL microbit                       PASS
-examples/lang_support/community/lua_REPL mulle                          PASS
-examples/lang_support/community/lua_REPL native32                       PASS
-examples/lang_support/community/lua_REPL native64                       PASS
-examples/lang_support/community/lua_REPL nrf52840dk                     PASS
-examples/lang_support/community/lua_REPL nrf9160dk                      PASS
-examples/lang_support/community/lua_REPL nucleo-f072rb                  PASS
-examples/lang_support/community/lua_REPL nucleo-f103rb                  PASS
-examples/lang_support/community/lua_REPL nucleo-f207zg                  PASS
-examples/lang_support/community/lua_REPL nucleo-f334r8                  PASS
-examples/lang_support/community/lua_REPL nucleo-f429zi                  PASS
-examples/lang_support/community/lua_REPL nucleo-f767zi                  PASS
-examples/lang_support/community/lua_REPL nucleo-g071rb                  PASS
-examples/lang_support/community/lua_REPL nucleo-g474re                  PASS
-examples/lang_support/community/lua_REPL nucleo-l073rz                  PASS
-examples/lang_support/community/lua_REPL nucleo-l152re                  PASS
-examples/lang_support/community/lua_REPL nucleo-l433rc                  PASS
-examples/lang_support/community/lua_REPL nucleo-l552ze-q                PASS
-examples/lang_support/community/lua_REPL pba-d-01-kw2x                  PASS
-examples/lang_support/community/lua_REPL p-nucleo-wb55                  PASS
-examples/lang_support/community/lua_REPL qn9080dk                       PASS
-examples/lang_support/community/lua_REPL remote-revb                    PASS
-examples/lang_support/community/lua_REPL same54-xpro                    PASS
-examples/lang_support/community/lua_REPL samr21-xpro                    PASS
-examples/lang_support/community/lua_REPL slstk3400a                     PASS
-examples/lang_support/community/lua_REPL sltb001a                       PASS
-examples/lang_support/community/lua_REPL slwstk6220a                    PASS
-examples/lang_support/community/lua_REPL stm32f723e-disco               PASS
-examples/lang_support/community/lua_REPL stm32mp157c-dk2                PASS
-examples/lang_support/community/lua_REPL waveshare-nrf52840-eval-kit    PASS
-examples/lang_support/community/lua_REPL weact-f401ce                   PASS
-examples/lang_support/community/micropython adafruit-itsybitsy-m4          PASS
-examples/lang_support/community/micropython arduino-due                    PASS
-examples/lang_support/community/micropython arduino-mkrzero                PASS
+examples/lang_support/community/lua_REPL hamilton                       FAIL
+examples/lang_support/community/lua_REPL mbed_lpc1768                   FAIL
+examples/lang_support/community/lua_REPL microbit                       FAIL
+examples/lang_support/community/lua_REPL mulle                          FAIL
+examples/lang_support/community/lua_REPL native32                       FAIL
+examples/lang_support/community/lua_REPL native64                       FAIL
+examples/lang_support/community/lua_REPL nrf52840dk                     FAIL
+examples/lang_support/community/lua_REPL nrf9160dk                      FAIL
+examples/lang_support/community/lua_REPL nucleo-f072rb                  FAIL
+examples/lang_support/community/lua_REPL nucleo-f103rb                  FAIL
+examples/lang_support/community/lua_REPL nucleo-f207zg                  FAIL
+examples/lang_support/community/lua_REPL nucleo-f334r8                  FAIL
+examples/lang_support/community/lua_REPL nucleo-f429zi                  FAIL
+examples/lang_support/community/lua_REPL nucleo-f767zi                  FAIL
+examples/lang_support/community/lua_REPL nucleo-g071rb                  FAIL
+examples/lang_support/community/lua_REPL nucleo-g474re                  FAIL
+examples/lang_support/community/lua_REPL nucleo-l073rz                  FAIL
+examples/lang_support/community/lua_REPL nucleo-l152re                  FAIL
+examples/lang_support/community/lua_REPL nucleo-l433rc                  FAIL
+examples/lang_support/community/lua_REPL nucleo-l552ze-q                FAIL
+examples/lang_support/community/lua_REPL pba-d-01-kw2x                  FAIL
+examples/lang_support/community/lua_REPL p-nucleo-wb55                  FAIL
+examples/lang_support/community/lua_REPL qn9080dk                       FAIL
+examples/lang_support/community/lua_REPL remote-revb                    FAIL
+examples/lang_support/community/lua_REPL same54-xpro                    FAIL
+examples/lang_support/community/lua_REPL samr21-xpro                    FAIL
+examples/lang_support/community/lua_REPL slstk3400a                     FAIL
+examples/lang_support/community/lua_REPL sltb001a                       FAIL
+examples/lang_support/community/lua_REPL slwstk6220a                    FAIL
+examples/lang_support/community/lua_REPL stm32f723e-disco               FAIL
+examples/lang_support/community/lua_REPL stm32mp157c-dk2                FAIL
+examples/lang_support/community/lua_REPL waveshare-nrf52840-eval-kit    FAIL
+examples/lang_support/community/lua_REPL weact-f401ce                   FAIL
+examples/lang_support/community/micropython adafruit-itsybitsy-m4          FAIL
+examples/lang_support/community/micropython arduino-due                    FAIL
+examples/lang_support/community/micropython arduino-mkrzero                FAIL
 examples/lang_support/community/micropython avsextrem                      FAIL
-examples/lang_support/community/micropython bastwan                        PASS
-examples/lang_support/community/micropython b-l475e-iot01a                 PASS
+examples/lang_support/community/micropython bastwan                        FAIL
+examples/lang_support/community/micropython b-l475e-iot01a                 FAIL
 examples/lang_support/community/micropython cc1352-launchpad               FAIL
 examples/lang_support/community/micropython cc2650-launchpad               FAIL
-examples/lang_support/community/micropython dwm1001                        PASS
-examples/lang_support/community/micropython hamilton                       PASS
-examples/lang_support/community/micropython mbed_lpc1768                   PASS
-examples/lang_support/community/micropython microbit                       PASS
-examples/lang_support/community/micropython mulle                          PASS
-examples/lang_support/community/micropython native32                       PASS
-examples/lang_support/community/micropython native64                       PASS
-examples/lang_support/community/micropython nrf52840dk                     PASS
-examples/lang_support/community/micropython nrf9160dk                      PASS
-examples/lang_support/community/micropython nucleo-f072rb                  PASS
+examples/lang_support/community/micropython dwm1001                        FAIL
+examples/lang_support/community/micropython hamilton                       FAIL
+examples/lang_support/community/micropython mbed_lpc1768                   FAIL
+examples/lang_support/community/micropython microbit                       FAIL
+examples/lang_support/community/micropython mulle                          FAIL
+examples/lang_support/community/micropython native32                       FAIL
+examples/lang_support/community/micropython native64                       FAIL
+examples/lang_support/community/micropython nrf52840dk                     FAIL
+examples/lang_support/community/micropython nrf9160dk                      FAIL
+examples/lang_support/community/micropython nucleo-f072rb                  FAIL
 examples/lang_support/community/micropython nucleo-f103rb                  FAIL
-examples/lang_support/community/micropython nucleo-f207zg                  PASS
+examples/lang_support/community/micropython nucleo-f207zg                  FAIL
 examples/lang_support/community/micropython nucleo-f334r8                  FAIL
-examples/lang_support/community/micropython nucleo-f429zi                  PASS
-examples/lang_support/community/micropython nucleo-f767zi                  PASS
-examples/lang_support/community/micropython nucleo-g071rb                  PASS
-examples/lang_support/community/micropython nucleo-g474re                  PASS
+examples/lang_support/community/micropython nucleo-f429zi                  FAIL
+examples/lang_support/community/micropython nucleo-f767zi                  FAIL
+examples/lang_support/community/micropython nucleo-g071rb                  FAIL
+examples/lang_support/community/micropython nucleo-g474re                  FAIL
 examples/lang_support/community/micropython nucleo-l011k4                  FAIL
-examples/lang_support/community/micropython nucleo-l073rz                  PASS
-examples/lang_support/community/micropython nucleo-l152re                  PASS
-examples/lang_support/community/micropython nucleo-l433rc                  PASS
-examples/lang_support/community/micropython nucleo-l552ze-q                PASS
-examples/lang_support/community/micropython pba-d-01-kw2x                  PASS
+examples/lang_support/community/micropython nucleo-l073rz                  FAIL
+examples/lang_support/community/micropython nucleo-l152re                  FAIL
+examples/lang_support/community/micropython nucleo-l433rc                  FAIL
+examples/lang_support/community/micropython nucleo-l552ze-q                FAIL
+examples/lang_support/community/micropython pba-d-01-kw2x                  FAIL
 examples/lang_support/community/micropython p-nucleo-wb55                  FAIL
-examples/lang_support/community/micropython qn9080dk                       PASS
-examples/lang_support/community/micropython remote-revb                    PASS
-examples/lang_support/community/micropython same54-xpro                    PASS
-examples/lang_support/community/micropython samr21-xpro                    PASS
-examples/lang_support/community/micropython slstk3400a                     PASS
-examples/lang_support/community/micropython sltb001a                       PASS
-examples/lang_support/community/micropython slwstk6220a                    PASS
-examples/lang_support/community/micropython stm32f723e-disco               PASS
-examples/lang_support/community/micropython stm32mp157c-dk2                PASS
-examples/lang_support/community/micropython waveshare-nrf52840-eval-kit    PASS
-examples/lang_support/community/micropython weact-f401ce                   PASS
+examples/lang_support/community/micropython qn9080dk                       FAIL
+examples/lang_support/community/micropython remote-revb                    FAIL
+examples/lang_support/community/micropython same54-xpro                    FAIL
+examples/lang_support/community/micropython samr21-xpro                    FAIL
+examples/lang_support/community/micropython slstk3400a                     FAIL
+examples/lang_support/community/micropython sltb001a                       FAIL
+examples/lang_support/community/micropython slwstk6220a                    FAIL
+examples/lang_support/community/micropython stm32f723e-disco               FAIL
+examples/lang_support/community/micropython stm32mp157c-dk2                FAIL
+examples/lang_support/community/micropython waveshare-nrf52840-eval-kit    FAIL
+examples/lang_support/community/micropython weact-f401ce                   FAIL
 examples/lang_support/community/wasm adafruit-itsybitsy-m4          FAIL
 examples/lang_support/community/wasm arduino-due                    FAIL
 examples/lang_support/community/wasm arduino-mkrzero                FAIL
@@ -2360,7 +2360,7 @@
 examples/networking/coap/unicoap_message esp32s3-devkit                 FAIL
 examples/networking/coap/unicoap_message esp8266-esp-12x                FAIL
 examples/networking/coap/unicoap_message hamilton                       PASS
-examples/networking/coap/unicoap_message hifive1                        FAIL
+examples/networking/coap/unicoap_message hifive1                        PASS
 examples/networking/coap/unicoap_message mbed_lpc1768                   PASS
 examples/networking/coap/unicoap_message mega-xplained                  FAIL
 examples/networking/coap/unicoap_message microbit                       PASS
@@ -2388,7 +2388,7 @@
 examples/networking/coap/unicoap_message remote-revb                    PASS
 examples/networking/coap/unicoap_message same54-xpro                    PASS
 examples/networking/coap/unicoap_message samr21-xpro                    PASS
-examples/networking/coap/unicoap_message seeedstudio-gd32               FAIL
+examples/networking/coap/unicoap_message seeedstudio-gd32               PASS
 examples/networking/coap/unicoap_message slstk3400a                     PASS
 examples/networking/coap/unicoap_message sltb001a                       PASS
 examples/networking/coap/unicoap_message slwstk6220a                    PASS
@@ -2420,7 +2420,7 @@
 examples/networking/coap/unicoap_server esp32s3-devkit                 FAIL
 examples/networking/coap/unicoap_server esp8266-esp-12x                FAIL
 examples/networking/coap/unicoap_server hamilton                       PASS
-examples/networking/coap/unicoap_server hifive1                        FAIL
+examples/networking/coap/unicoap_server hifive1                        PASS
 examples/networking/coap/unicoap_server mbed_lpc1768                   PASS
 examples/networking/coap/unicoap_server mega-xplained                  FAIL
 examples/networking/coap/unicoap_server microbit                       PASS
@@ -4467,65 +4467,65 @@
 tests/bench/ztimer             weact-f401ce                   PASS
 tests/bench/ztimer             z1                             FAIL
 tests/board_microbit           microbit                       FAIL
-tests/build_system/blob        adafruit-itsybitsy-m4          PASS
-tests/build_system/blob        arduino-due                    PASS
+tests/build_system/blob        adafruit-itsybitsy-m4          FAIL
+tests/build_system/blob        arduino-due                    FAIL
 tests/build_system/blob        arduino-leonardo               FAIL
 tests/build_system/blob        arduino-mega2560               FAIL
-tests/build_system/blob        arduino-mkrzero                PASS
+tests/build_system/blob        arduino-mkrzero                FAIL
 tests/build_system/blob        arduino-nano                   FAIL
 tests/build_system/blob        atxmega-a1-xplained            FAIL
 tests/build_system/blob        atxmega-a3bu-xplained          FAIL
 tests/build_system/blob        avr-rss2                       FAIL
 tests/build_system/blob        avsextrem                      FAIL
-tests/build_system/blob        bastwan                        PASS
-tests/build_system/blob        b-l475e-iot01a                 PASS
-tests/build_system/blob        cc1352-launchpad               PASS
+tests/build_system/blob        bastwan                        FAIL
+tests/build_system/blob        b-l475e-iot01a                 FAIL
+tests/build_system/blob        cc1352-launchpad               FAIL
 tests/build_system/blob        cc2650-launchpad               FAIL
 tests/build_system/blob        derfmega128                    FAIL
-tests/build_system/blob        dwm1001                        PASS
+tests/build_system/blob        dwm1001                        FAIL
 tests/build_system/blob        esp32c3-devkit                 FAIL
 tests/build_system/blob        esp32-heltec-lora32-v2         FAIL
 tests/build_system/blob        esp32-olimex-evb               FAIL
 tests/build_system/blob        esp32s2-devkit                 FAIL
 tests/build_system/blob        esp32s3-devkit                 FAIL
 tests/build_system/blob        esp8266-esp-12x                FAIL
-tests/build_system/blob        hamilton                       PASS
-tests/build_system/blob        hifive1                        PASS
-tests/build_system/blob        mbed_lpc1768                   PASS
+tests/build_system/blob        hamilton                       FAIL
+tests/build_system/blob        hifive1                        FAIL
+tests/build_system/blob        mbed_lpc1768                   FAIL
 tests/build_system/blob        mega-xplained                  FAIL
-tests/build_system/blob        microbit                       PASS
-tests/build_system/blob        mulle                          PASS
-tests/build_system/blob        native32                       PASS
-tests/build_system/blob        native64                       PASS
-tests/build_system/blob        nrf52840dk                     PASS
-tests/build_system/blob        nrf9160dk                      PASS
-tests/build_system/blob        nucleo-f072rb                  PASS
-tests/build_system/blob        nucleo-f103rb                  PASS
-tests/build_system/blob        nucleo-f207zg                  PASS
-tests/build_system/blob        nucleo-f334r8                  PASS
-tests/build_system/blob        nucleo-f429zi                  PASS
-tests/build_system/blob        nucleo-f767zi                  PASS
-tests/build_system/blob        nucleo-g071rb                  PASS
-tests/build_system/blob        nucleo-g474re                  PASS
+tests/build_system/blob        microbit                       FAIL
+tests/build_system/blob        mulle                          FAIL
+tests/build_system/blob        native32                       FAIL
+tests/build_system/blob        native64                       FAIL
+tests/build_system/blob        nrf52840dk                     FAIL
+tests/build_system/blob        nrf9160dk                      FAIL
+tests/build_system/blob        nucleo-f072rb                  FAIL
+tests/build_system/blob        nucleo-f103rb                  FAIL
+tests/build_system/blob        nucleo-f207zg                  FAIL
+tests/build_system/blob        nucleo-f334r8                  FAIL
+tests/build_system/blob        nucleo-f429zi                  FAIL
+tests/build_system/blob        nucleo-f767zi                  FAIL
+tests/build_system/blob        nucleo-g071rb                  FAIL
+tests/build_system/blob        nucleo-g474re                  FAIL
 tests/build_system/blob        nucleo-l011k4                  FAIL
-tests/build_system/blob        nucleo-l073rz                  PASS
-tests/build_system/blob        nucleo-l152re                  PASS
-tests/build_system/blob        nucleo-l433rc                  PASS
-tests/build_system/blob        nucleo-l552ze-q                PASS
-tests/build_system/blob        pba-d-01-kw2x                  PASS
-tests/build_system/blob        p-nucleo-wb55                  PASS
-tests/build_system/blob        qn9080dk                       PASS
-tests/build_system/blob        remote-revb                    PASS
-tests/build_system/blob        same54-xpro                    PASS
-tests/build_system/blob        samr21-xpro                    PASS
-tests/build_system/blob        seeedstudio-gd32               PASS
-tests/build_system/blob        slstk3400a                     PASS
-tests/build_system/blob        sltb001a                       PASS
-tests/build_system/blob        slwstk6220a                    PASS
-tests/build_system/blob        stm32f723e-disco               PASS
-tests/build_system/blob        stm32mp157c-dk2                PASS
-tests/build_system/blob        waveshare-nrf52840-eval-kit    PASS
-tests/build_system/blob        weact-f401ce                   PASS
+tests/build_system/blob        nucleo-l073rz                  FAIL
+tests/build_system/blob        nucleo-l152re                  FAIL
+tests/build_system/blob        nucleo-l433rc                  FAIL
+tests/build_system/blob        nucleo-l552ze-q                FAIL
+tests/build_system/blob        pba-d-01-kw2x                  FAIL
+tests/build_system/blob        p-nucleo-wb55                  FAIL
+tests/build_system/blob        qn9080dk                       FAIL
+tests/build_system/blob        remote-revb                    FAIL
+tests/build_system/blob        same54-xpro                    FAIL
+tests/build_system/blob        samr21-xpro                    FAIL
+tests/build_system/blob        seeedstudio-gd32               FAIL
+tests/build_system/blob        slstk3400a                     FAIL
+tests/build_system/blob        sltb001a                       FAIL
+tests/build_system/blob        slwstk6220a                    FAIL
+tests/build_system/blob        stm32f723e-disco               FAIL
+tests/build_system/blob        stm32mp157c-dk2                FAIL
+tests/build_system/blob        waveshare-nrf52840-eval-kit    FAIL
+tests/build_system/blob        weact-f401ce                   FAIL
 tests/build_system/blob        z1                             FAIL
 tests/build_system/cflags_spaces adafruit-itsybitsy-m4          PASS
 tests/build_system/cflags_spaces arduino-due                    PASS
@@ -8947,7 +8947,7 @@
 tests/drivers/candev           hifive1                        PASS
 tests/drivers/candev           mega-xplained                  FAIL
 tests/drivers/candev           mulle                          PASS
-tests/drivers/candev           native32                       FAIL
+tests/drivers/candev           native32                       PASS
 tests/drivers/candev           native64                       PASS
 tests/drivers/candev           nrf52840dk                     PASS
 tests/drivers/candev           nrf9160dk                      PASS
@@ -8956,7 +8956,7 @@
 tests/drivers/candev           nucleo-f207zg                  PASS
 tests/drivers/candev           nucleo-f334r8                  PASS
 tests/drivers/candev           nucleo-f429zi                  PASS
-tests/drivers/candev           nucleo-f767zi                  PASS
+tests/drivers/candev           nucleo-f767zi                  FAIL
 tests/drivers/candev           nucleo-g071rb                  PASS
 tests/drivers/candev           nucleo-g474re                  PASS
 tests/drivers/candev           nucleo-l011k4                  FAIL
@@ -9248,10 +9248,10 @@
 tests/drivers/cst816s          stm32f723e-disco               PASS
 tests/drivers/cst816s          waveshare-nrf52840-eval-kit    PASS
 tests/drivers/cst816s          weact-f401ce                   PASS
-tests/drivers/dac_dds          adafruit-itsybitsy-m4          PASS
+tests/drivers/dac_dds          adafruit-itsybitsy-m4          FAIL
 tests/drivers/dac_dds          avsextrem                      FAIL
-tests/drivers/dac_dds          nucleo-l152re                  PASS
-tests/drivers/dac_dds          same54-xpro                    PASS
+tests/drivers/dac_dds          nucleo-l152re                  FAIL
+tests/drivers/dac_dds          same54-xpro                    FAIL
 tests/drivers/dcf77            adafruit-itsybitsy-m4          PASS
 tests/drivers/dcf77            arduino-due                    PASS
 tests/drivers/dcf77            arduino-leonardo               FAIL
@@ -20224,10 +20224,10 @@
 tests/periph/gpio_arduino      nrf52840dk                     PASS
 tests/periph/gpio_arduino      nucleo-f072rb                  PASS
 tests/periph/gpio_arduino      nucleo-f103rb                  PASS
-tests/periph/gpio_arduino      nucleo-f207zg                  FAIL
+tests/periph/gpio_arduino      nucleo-f207zg                  PASS
 tests/periph/gpio_arduino      nucleo-f334r8                  FAIL
-tests/periph/gpio_arduino      nucleo-f429zi                  FAIL
-tests/periph/gpio_arduino      nucleo-f767zi                  FAIL
+tests/periph/gpio_arduino      nucleo-f429zi                  PASS
+tests/periph/gpio_arduino      nucleo-f767zi                  PASS
 tests/periph/gpio_arduino      nucleo-g071rb                  PASS
 tests/periph/gpio_arduino      nucleo-g474re                  FAIL
 tests/periph/gpio_arduino      nucleo-l011k4                  FAIL
@@ -21067,10 +21067,10 @@
 tests/pkg/arduino_adafruit_sensor nrf52840dk                     PASS
 tests/pkg/arduino_adafruit_sensor nucleo-f072rb                  PASS
 tests/pkg/arduino_adafruit_sensor nucleo-f103rb                  PASS
-tests/pkg/arduino_adafruit_sensor nucleo-f207zg                  FAIL
+tests/pkg/arduino_adafruit_sensor nucleo-f207zg                  PASS
 tests/pkg/arduino_adafruit_sensor nucleo-f334r8                  FAIL
-tests/pkg/arduino_adafruit_sensor nucleo-f429zi                  FAIL
-tests/pkg/arduino_adafruit_sensor nucleo-f767zi                  FAIL
+tests/pkg/arduino_adafruit_sensor nucleo-f429zi                  PASS
+tests/pkg/arduino_adafruit_sensor nucleo-f767zi                  PASS
 tests/pkg/arduino_adafruit_sensor nucleo-g071rb                  PASS
 tests/pkg/arduino_adafruit_sensor nucleo-g474re                  FAIL
 tests/pkg/arduino_adafruit_sensor nucleo-l011k4                  FAIL
@@ -21098,10 +21098,10 @@
 tests/pkg/arduino_sdi_12       nrf52840dk                     PASS
 tests/pkg/arduino_sdi_12       nucleo-f072rb                  PASS
 tests/pkg/arduino_sdi_12       nucleo-f103rb                  PASS
-tests/pkg/arduino_sdi_12       nucleo-f207zg                  FAIL
+tests/pkg/arduino_sdi_12       nucleo-f207zg                  PASS
 tests/pkg/arduino_sdi_12       nucleo-f334r8                  FAIL
-tests/pkg/arduino_sdi_12       nucleo-f429zi                  FAIL
-tests/pkg/arduino_sdi_12       nucleo-f767zi                  FAIL
+tests/pkg/arduino_sdi_12       nucleo-f429zi                  PASS
+tests/pkg/arduino_sdi_12       nucleo-f767zi                  PASS
 tests/pkg/arduino_sdi_12       nucleo-g071rb                  PASS
 tests/pkg/arduino_sdi_12       nucleo-g474re                  FAIL
 tests/pkg/arduino_sdi_12       nucleo-l011k4                  FAIL
@@ -21466,65 +21466,65 @@
 tests/pkg/elk                  waveshare-nrf52840-eval-kit    PASS
 tests/pkg/elk                  weact-f401ce                   PASS
 tests/pkg/elk                  z1                             FAIL
-tests/pkg/emlearn              adafruit-itsybitsy-m4          PASS
-tests/pkg/emlearn              arduino-due                    PASS
+tests/pkg/emlearn              adafruit-itsybitsy-m4          FAIL
+tests/pkg/emlearn              arduino-due                    FAIL
 tests/pkg/emlearn              arduino-leonardo               FAIL
 tests/pkg/emlearn              arduino-mega2560               FAIL
-tests/pkg/emlearn              arduino-mkrzero                PASS
+tests/pkg/emlearn              arduino-mkrzero                FAIL
 tests/pkg/emlearn              arduino-nano                   FAIL
 tests/pkg/emlearn              atxmega-a1-xplained            FAIL
 tests/pkg/emlearn              atxmega-a3bu-xplained          FAIL
 tests/pkg/emlearn              avr-rss2                       FAIL
 tests/pkg/emlearn              avsextrem                      FAIL
-tests/pkg/emlearn              bastwan                        PASS
-tests/pkg/emlearn              b-l475e-iot01a                 PASS
-tests/pkg/emlearn              cc1352-launchpad               PASS
+tests/pkg/emlearn              bastwan                        FAIL
+tests/pkg/emlearn              b-l475e-iot01a                 FAIL
+tests/pkg/emlearn              cc1352-launchpad               FAIL
 tests/pkg/emlearn              cc2650-launchpad               FAIL
 tests/pkg/emlearn              derfmega128                    FAIL
-tests/pkg/emlearn              dwm1001                        PASS
+tests/pkg/emlearn              dwm1001                        FAIL
 tests/pkg/emlearn              esp32c3-devkit                 FAIL
 tests/pkg/emlearn              esp32-heltec-lora32-v2         FAIL
 tests/pkg/emlearn              esp32-olimex-evb               FAIL
 tests/pkg/emlearn              esp32s2-devkit                 FAIL
 tests/pkg/emlearn              esp32s3-devkit                 FAIL
 tests/pkg/emlearn              esp8266-esp-12x                FAIL
-tests/pkg/emlearn              hamilton                       PASS
-tests/pkg/emlearn              hifive1                        PASS
-tests/pkg/emlearn              mbed_lpc1768                   PASS
+tests/pkg/emlearn              hamilton                       FAIL
+tests/pkg/emlearn              hifive1                        FAIL
+tests/pkg/emlearn              mbed_lpc1768                   FAIL
 tests/pkg/emlearn              mega-xplained                  FAIL
-tests/pkg/emlearn              microbit                       PASS
-tests/pkg/emlearn              mulle                          PASS
-tests/pkg/emlearn              native32                       PASS
-tests/pkg/emlearn              native64                       PASS
-tests/pkg/emlearn              nrf52840dk                     PASS
-tests/pkg/emlearn              nrf9160dk                      PASS
-tests/pkg/emlearn              nucleo-f072rb                  PASS
-tests/pkg/emlearn              nucleo-f103rb                  PASS
-tests/pkg/emlearn              nucleo-f207zg                  PASS
-tests/pkg/emlearn              nucleo-f334r8                  PASS
-tests/pkg/emlearn              nucleo-f429zi                  PASS
-tests/pkg/emlearn              nucleo-f767zi                  PASS
-tests/pkg/emlearn              nucleo-g071rb                  PASS
-tests/pkg/emlearn              nucleo-g474re                  PASS
+tests/pkg/emlearn              microbit                       FAIL
+tests/pkg/emlearn              mulle                          FAIL
+tests/pkg/emlearn              native32                       FAIL
+tests/pkg/emlearn              native64                       FAIL
+tests/pkg/emlearn              nrf52840dk                     FAIL
+tests/pkg/emlearn              nrf9160dk                      FAIL
+tests/pkg/emlearn              nucleo-f072rb                  FAIL
+tests/pkg/emlearn              nucleo-f103rb                  FAIL
+tests/pkg/emlearn              nucleo-f207zg                  FAIL
+tests/pkg/emlearn              nucleo-f334r8                  FAIL
+tests/pkg/emlearn              nucleo-f429zi                  FAIL
+tests/pkg/emlearn              nucleo-f767zi                  FAIL
+tests/pkg/emlearn              nucleo-g071rb                  FAIL
+tests/pkg/emlearn              nucleo-g474re                  FAIL
 tests/pkg/emlearn              nucleo-l011k4                  FAIL
-tests/pkg/emlearn              nucleo-l073rz                  PASS
-tests/pkg/emlearn              nucleo-l152re                  PASS
-tests/pkg/emlearn              nucleo-l433rc                  PASS
-tests/pkg/emlearn              nucleo-l552ze-q                PASS
-tests/pkg/emlearn              pba-d-01-kw2x                  PASS
-tests/pkg/emlearn              p-nucleo-wb55                  PASS
-tests/pkg/emlearn              qn9080dk                       PASS
-tests/pkg/emlearn              remote-revb                    PASS
-tests/pkg/emlearn              same54-xpro                    PASS
-tests/pkg/emlearn              samr21-xpro                    PASS
-tests/pkg/emlearn              seeedstudio-gd32               PASS
-tests/pkg/emlearn              slstk3400a                     PASS
-tests/pkg/emlearn              sltb001a                       PASS
-tests/pkg/emlearn              slwstk6220a                    PASS
-tests/pkg/emlearn              stm32f723e-disco               PASS
-tests/pkg/emlearn              stm32mp157c-dk2                PASS
-tests/pkg/emlearn              waveshare-nrf52840-eval-kit    PASS
-tests/pkg/emlearn              weact-f401ce                   PASS
+tests/pkg/emlearn              nucleo-l073rz                  FAIL
+tests/pkg/emlearn              nucleo-l152re                  FAIL
+tests/pkg/emlearn              nucleo-l433rc                  FAIL
+tests/pkg/emlearn              nucleo-l552ze-q                FAIL
+tests/pkg/emlearn              pba-d-01-kw2x                  FAIL
+tests/pkg/emlearn              p-nucleo-wb55                  FAIL
+tests/pkg/emlearn              qn9080dk                       FAIL
+tests/pkg/emlearn              remote-revb                    FAIL
+tests/pkg/emlearn              same54-xpro                    FAIL
+tests/pkg/emlearn              samr21-xpro                    FAIL
+tests/pkg/emlearn              seeedstudio-gd32               FAIL
+tests/pkg/emlearn              slstk3400a                     FAIL
+tests/pkg/emlearn              sltb001a                       FAIL
+tests/pkg/emlearn              slwstk6220a                    FAIL
+tests/pkg/emlearn              stm32f723e-disco               FAIL
+tests/pkg/emlearn              stm32mp157c-dk2                FAIL
+tests/pkg/emlearn              waveshare-nrf52840-eval-kit    FAIL
+tests/pkg/emlearn              weact-f401ce                   FAIL
 tests/pkg/etl                  adafruit-itsybitsy-m4          PASS
 tests/pkg/etl                  arduino-due                    PASS
 tests/pkg/etl                  arduino-leonardo               FAIL
@@ -22832,7 +22832,7 @@
 tests/pkg/lvgl_touch           remote-revb                    PASS
 tests/pkg/lvgl_touch           same54-xpro                    PASS
 tests/pkg/lvgl_touch           samr21-xpro                    PASS
-tests/pkg/lvgl_touch           seeedstudio-gd32               FAIL
+tests/pkg/lvgl_touch           seeedstudio-gd32               PASS
 tests/pkg/lvgl_touch           slstk3400a                     PASS
 tests/pkg/lvgl_touch           sltb001a                       PASS
 tests/pkg/lvgl_touch           slwstk6220a                    PASS
@@ -23324,65 +23324,65 @@
 tests/pkg/minmea               waveshare-nrf52840-eval-kit    PASS
 tests/pkg/minmea               weact-f401ce                   PASS
 tests/pkg/minmea               z1                             FAIL
-tests/pkg/mjson                adafruit-itsybitsy-m4          PASS
-tests/pkg/mjson                arduino-due                    PASS
+tests/pkg/mjson                adafruit-itsybitsy-m4          FAIL
+tests/pkg/mjson                arduino-due                    FAIL
 tests/pkg/mjson                arduino-leonardo               FAIL
 tests/pkg/mjson                arduino-mega2560               FAIL
-tests/pkg/mjson                arduino-mkrzero                PASS
+tests/pkg/mjson                arduino-mkrzero                FAIL
 tests/pkg/mjson                arduino-nano                   FAIL
 tests/pkg/mjson                atxmega-a1-xplained            FAIL
 tests/pkg/mjson                atxmega-a3bu-xplained          FAIL
 tests/pkg/mjson                avr-rss2                       FAIL
 tests/pkg/mjson                avsextrem                      FAIL
-tests/pkg/mjson                bastwan                        PASS
-tests/pkg/mjson                b-l475e-iot01a                 PASS
-tests/pkg/mjson                cc1352-launchpad               PASS
+tests/pkg/mjson                bastwan                        FAIL
+tests/pkg/mjson                b-l475e-iot01a                 FAIL
+tests/pkg/mjson                cc1352-launchpad               FAIL
 tests/pkg/mjson                cc2650-launchpad               FAIL
 tests/pkg/mjson                derfmega128                    FAIL
-tests/pkg/mjson                dwm1001                        PASS
+tests/pkg/mjson                dwm1001                        FAIL
 tests/pkg/mjson                esp32c3-devkit                 FAIL
 tests/pkg/mjson                esp32-heltec-lora32-v2         FAIL
 tests/pkg/mjson                esp32-olimex-evb               FAIL
 tests/pkg/mjson                esp32s2-devkit                 FAIL
 tests/pkg/mjson                esp32s3-devkit                 FAIL
 tests/pkg/mjson                esp8266-esp-12x                FAIL
-tests/pkg/mjson                hamilton                       PASS
-tests/pkg/mjson                hifive1                        PASS
-tests/pkg/mjson                mbed_lpc1768                   PASS
+tests/pkg/mjson                hamilton                       FAIL
+tests/pkg/mjson                hifive1                        FAIL
+tests/pkg/mjson                mbed_lpc1768                   FAIL
 tests/pkg/mjson                mega-xplained                  FAIL
-tests/pkg/mjson                microbit                       PASS
-tests/pkg/mjson                mulle                          PASS
-tests/pkg/mjson                native32                       PASS
-tests/pkg/mjson                native64                       PASS
-tests/pkg/mjson                nrf52840dk                     PASS
-tests/pkg/mjson                nrf9160dk                      PASS
-tests/pkg/mjson                nucleo-f072rb                  PASS
-tests/pkg/mjson                nucleo-f103rb                  PASS
-tests/pkg/mjson                nucleo-f207zg                  PASS
-tests/pkg/mjson                nucleo-f334r8                  PASS
-tests/pkg/mjson                nucleo-f429zi                  PASS
-tests/pkg/mjson                nucleo-f767zi                  PASS
-tests/pkg/mjson                nucleo-g071rb                  PASS
-tests/pkg/mjson                nucleo-g474re                  PASS
+tests/pkg/mjson                microbit                       FAIL
+tests/pkg/mjson                mulle                          FAIL
+tests/pkg/mjson                native32                       FAIL
+tests/pkg/mjson                native64                       FAIL
+tests/pkg/mjson                nrf52840dk                     FAIL
+tests/pkg/mjson                nrf9160dk                      FAIL
+tests/pkg/mjson                nucleo-f072rb                  FAIL
+tests/pkg/mjson                nucleo-f103rb                  FAIL
+tests/pkg/mjson                nucleo-f207zg                  FAIL
+tests/pkg/mjson                nucleo-f334r8                  FAIL
+tests/pkg/mjson                nucleo-f429zi                  FAIL
+tests/pkg/mjson                nucleo-f767zi                  FAIL
+tests/pkg/mjson                nucleo-g071rb                  FAIL
+tests/pkg/mjson                nucleo-g474re                  FAIL
 tests/pkg/mjson                nucleo-l011k4                  FAIL
-tests/pkg/mjson                nucleo-l073rz                  PASS
-tests/pkg/mjson                nucleo-l152re                  PASS
-tests/pkg/mjson                nucleo-l433rc                  PASS
-tests/pkg/mjson                nucleo-l552ze-q                PASS
-tests/pkg/mjson                pba-d-01-kw2x                  PASS
-tests/pkg/mjson                p-nucleo-wb55                  PASS
-tests/pkg/mjson                qn9080dk                       PASS
-tests/pkg/mjson                remote-revb                    PASS
-tests/pkg/mjson                same54-xpro                    PASS
-tests/pkg/mjson                samr21-xpro                    PASS
-tests/pkg/mjson                seeedstudio-gd32               PASS
-tests/pkg/mjson                slstk3400a                     PASS
-tests/pkg/mjson                sltb001a                       PASS
-tests/pkg/mjson                slwstk6220a                    PASS
-tests/pkg/mjson                stm32f723e-disco               PASS
-tests/pkg/mjson                stm32mp157c-dk2                PASS
-tests/pkg/mjson                waveshare-nrf52840-eval-kit    PASS
-tests/pkg/mjson                weact-f401ce                   PASS
+tests/pkg/mjson                nucleo-l073rz                  FAIL
+tests/pkg/mjson                nucleo-l152re                  FAIL
+tests/pkg/mjson                nucleo-l433rc                  FAIL
+tests/pkg/mjson                nucleo-l552ze-q                FAIL
+tests/pkg/mjson                pba-d-01-kw2x                  FAIL
+tests/pkg/mjson                p-nucleo-wb55                  FAIL
+tests/pkg/mjson                qn9080dk                       FAIL
+tests/pkg/mjson                remote-revb                    FAIL
+tests/pkg/mjson                same54-xpro                    FAIL
+tests/pkg/mjson                samr21-xpro                    FAIL
+tests/pkg/mjson                seeedstudio-gd32               FAIL
+tests/pkg/mjson                slstk3400a                     FAIL
+tests/pkg/mjson                sltb001a                       FAIL
+tests/pkg/mjson                slwstk6220a                    FAIL
+tests/pkg/mjson                stm32f723e-disco               FAIL
+tests/pkg/mjson                stm32mp157c-dk2                FAIL
+tests/pkg/mjson                waveshare-nrf52840-eval-kit    FAIL
+tests/pkg/mjson                weact-f401ce                   FAIL
 tests/pkg/mjson                z1                             FAIL
 tests/pkg/monocypher           adafruit-itsybitsy-m4          PASS
 tests/pkg/monocypher           arduino-due                    PASS
@@ -24064,65 +24064,65 @@
 tests/pkg/tinyusb_netdev       seeedstudio-gd32               FAIL
 tests/pkg/tinyusb_netdev       stm32f723e-disco               PASS
 tests/pkg/tinyusb_netdev       waveshare-nrf52840-eval-kit    PASS
-tests/pkg/tinyvcdiff           adafruit-itsybitsy-m4          PASS
-tests/pkg/tinyvcdiff           arduino-due                    PASS
+tests/pkg/tinyvcdiff           adafruit-itsybitsy-m4          FAIL
+tests/pkg/tinyvcdiff           arduino-due                    FAIL
 tests/pkg/tinyvcdiff           arduino-leonardo               FAIL
 tests/pkg/tinyvcdiff           arduino-mega2560               FAIL
-tests/pkg/tinyvcdiff           arduino-mkrzero                PASS
+tests/pkg/tinyvcdiff           arduino-mkrzero                FAIL
 tests/pkg/tinyvcdiff           arduino-nano                   FAIL
 tests/pkg/tinyvcdiff           atxmega-a1-xplained            FAIL
 tests/pkg/tinyvcdiff           atxmega-a3bu-xplained          FAIL
 tests/pkg/tinyvcdiff           avr-rss2                       FAIL
 tests/pkg/tinyvcdiff           avsextrem                      FAIL
-tests/pkg/tinyvcdiff           bastwan                        PASS
-tests/pkg/tinyvcdiff           b-l475e-iot01a                 PASS
-tests/pkg/tinyvcdiff           cc1352-launchpad               PASS
+tests/pkg/tinyvcdiff           bastwan                        FAIL
+tests/pkg/tinyvcdiff           b-l475e-iot01a                 FAIL
+tests/pkg/tinyvcdiff           cc1352-launchpad               FAIL
 tests/pkg/tinyvcdiff           cc2650-launchpad               FAIL
 tests/pkg/tinyvcdiff           derfmega128                    FAIL
-tests/pkg/tinyvcdiff           dwm1001                        PASS
+tests/pkg/tinyvcdiff           dwm1001                        FAIL
 tests/pkg/tinyvcdiff           esp32c3-devkit                 FAIL
 tests/pkg/tinyvcdiff           esp32-heltec-lora32-v2         FAIL
 tests/pkg/tinyvcdiff           esp32-olimex-evb               FAIL
 tests/pkg/tinyvcdiff           esp32s2-devkit                 FAIL
 tests/pkg/tinyvcdiff           esp32s3-devkit                 FAIL
 tests/pkg/tinyvcdiff           esp8266-esp-12x                FAIL
-tests/pkg/tinyvcdiff           hamilton                       PASS
-tests/pkg/tinyvcdiff           hifive1                        PASS
-tests/pkg/tinyvcdiff           mbed_lpc1768                   PASS
+tests/pkg/tinyvcdiff           hamilton                       FAIL
+tests/pkg/tinyvcdiff           hifive1                        FAIL
+tests/pkg/tinyvcdiff           mbed_lpc1768                   FAIL
 tests/pkg/tinyvcdiff           mega-xplained                  FAIL
-tests/pkg/tinyvcdiff           microbit                       PASS
-tests/pkg/tinyvcdiff           mulle                          PASS
-tests/pkg/tinyvcdiff           native32                       PASS
-tests/pkg/tinyvcdiff           native64                       PASS
-tests/pkg/tinyvcdiff           nrf52840dk                     PASS
-tests/pkg/tinyvcdiff           nrf9160dk                      PASS
-tests/pkg/tinyvcdiff           nucleo-f072rb                  PASS
-tests/pkg/tinyvcdiff           nucleo-f103rb                  PASS
-tests/pkg/tinyvcdiff           nucleo-f207zg                  PASS
-tests/pkg/tinyvcdiff           nucleo-f334r8                  PASS
-tests/pkg/tinyvcdiff           nucleo-f429zi                  PASS
-tests/pkg/tinyvcdiff           nucleo-f767zi                  PASS
-tests/pkg/tinyvcdiff           nucleo-g071rb                  PASS
-tests/pkg/tinyvcdiff           nucleo-g474re                  PASS
+tests/pkg/tinyvcdiff           microbit                       FAIL
+tests/pkg/tinyvcdiff           mulle                          FAIL
+tests/pkg/tinyvcdiff           native32                       FAIL
+tests/pkg/tinyvcdiff           native64                       FAIL
+tests/pkg/tinyvcdiff           nrf52840dk                     FAIL
+tests/pkg/tinyvcdiff           nrf9160dk                      FAIL
+tests/pkg/tinyvcdiff           nucleo-f072rb                  FAIL
+tests/pkg/tinyvcdiff           nucleo-f103rb                  FAIL
+tests/pkg/tinyvcdiff           nucleo-f207zg                  FAIL
+tests/pkg/tinyvcdiff           nucleo-f334r8                  FAIL
+tests/pkg/tinyvcdiff           nucleo-f429zi                  FAIL
+tests/pkg/tinyvcdiff           nucleo-f767zi                  FAIL
+tests/pkg/tinyvcdiff           nucleo-g071rb                  FAIL
+tests/pkg/tinyvcdiff           nucleo-g474re                  FAIL
 tests/pkg/tinyvcdiff           nucleo-l011k4                  FAIL
-tests/pkg/tinyvcdiff           nucleo-l073rz                  PASS
-tests/pkg/tinyvcdiff           nucleo-l152re                  PASS
-tests/pkg/tinyvcdiff           nucleo-l433rc                  PASS
-tests/pkg/tinyvcdiff           nucleo-l552ze-q                PASS
-tests/pkg/tinyvcdiff           pba-d-01-kw2x                  PASS
-tests/pkg/tinyvcdiff           p-nucleo-wb55                  PASS
-tests/pkg/tinyvcdiff           qn9080dk                       PASS
-tests/pkg/tinyvcdiff           remote-revb                    PASS
-tests/pkg/tinyvcdiff           same54-xpro                    PASS
-tests/pkg/tinyvcdiff           samr21-xpro                    PASS
+tests/pkg/tinyvcdiff           nucleo-l073rz                  FAIL
+tests/pkg/tinyvcdiff           nucleo-l152re                  FAIL
+tests/pkg/tinyvcdiff           nucleo-l433rc                  FAIL
+tests/pkg/tinyvcdiff           nucleo-l552ze-q                FAIL
+tests/pkg/tinyvcdiff           pba-d-01-kw2x                  FAIL
+tests/pkg/tinyvcdiff           p-nucleo-wb55                  FAIL
+tests/pkg/tinyvcdiff           qn9080dk                       FAIL
+tests/pkg/tinyvcdiff           remote-revb                    FAIL
+tests/pkg/tinyvcdiff           same54-xpro                    FAIL
+tests/pkg/tinyvcdiff           samr21-xpro                    FAIL
 tests/pkg/tinyvcdiff           seeedstudio-gd32               FAIL
-tests/pkg/tinyvcdiff           slstk3400a                     PASS
-tests/pkg/tinyvcdiff           sltb001a                       PASS
-tests/pkg/tinyvcdiff           slwstk6220a                    PASS
-tests/pkg/tinyvcdiff           stm32f723e-disco               PASS
-tests/pkg/tinyvcdiff           stm32mp157c-dk2                PASS
-tests/pkg/tinyvcdiff           waveshare-nrf52840-eval-kit    PASS
-tests/pkg/tinyvcdiff           weact-f401ce                   PASS
+tests/pkg/tinyvcdiff           slstk3400a                     FAIL
+tests/pkg/tinyvcdiff           sltb001a                       FAIL
+tests/pkg/tinyvcdiff           slwstk6220a                    FAIL
+tests/pkg/tinyvcdiff           stm32f723e-disco               FAIL
+tests/pkg/tinyvcdiff           stm32mp157c-dk2                FAIL
+tests/pkg/tinyvcdiff           waveshare-nrf52840-eval-kit    FAIL
+tests/pkg/tinyvcdiff           weact-f401ce                   FAIL
 tests/pkg/tweetnacl            adafruit-itsybitsy-m4          PASS
 tests/pkg/tweetnacl            arduino-due                    PASS
 tests/pkg/tweetnacl            arduino-leonardo               FAIL
@@ -24261,8 +24261,8 @@
 tests/pkg/ubasic               mbed_lpc1768                   PASS
 tests/pkg/ubasic               microbit                       PASS
 tests/pkg/ubasic               mulle                          PASS
-tests/pkg/ubasic               native32                       PASS
-tests/pkg/ubasic               native64                       PASS
+tests/pkg/ubasic               native32                       FAIL
+tests/pkg/ubasic               native64                       FAIL
 tests/pkg/ubasic               nrf52840dk                     PASS
 tests/pkg/ubasic               nrf9160dk                      PASS
 tests/pkg/ubasic               nucleo-f072rb                  PASS
@@ -24411,57 +24411,57 @@
 tests/pkg/umorse               waveshare-nrf52840-eval-kit    PASS
 tests/pkg/umorse               weact-f401ce                   PASS
 tests/pkg/umorse               z1                             FAIL
-tests/pkg/utensor              adafruit-itsybitsy-m4          PASS
-tests/pkg/utensor              arduino-due                    PASS
-tests/pkg/utensor              arduino-mkrzero                PASS
+tests/pkg/utensor              adafruit-itsybitsy-m4          FAIL
+tests/pkg/utensor              arduino-due                    FAIL
+tests/pkg/utensor              arduino-mkrzero                FAIL
 tests/pkg/utensor              avsextrem                      FAIL
-tests/pkg/utensor              bastwan                        PASS
-tests/pkg/utensor              b-l475e-iot01a                 PASS
-tests/pkg/utensor              cc1352-launchpad               PASS
+tests/pkg/utensor              bastwan                        FAIL
+tests/pkg/utensor              b-l475e-iot01a                 FAIL
+tests/pkg/utensor              cc1352-launchpad               FAIL
 tests/pkg/utensor              cc2650-launchpad               FAIL
-tests/pkg/utensor              dwm1001                        PASS
+tests/pkg/utensor              dwm1001                        FAIL
 tests/pkg/utensor              esp32c3-devkit                 FAIL
 tests/pkg/utensor              esp32-heltec-lora32-v2         FAIL
 tests/pkg/utensor              esp32-olimex-evb               FAIL
 tests/pkg/utensor              esp32s2-devkit                 FAIL
 tests/pkg/utensor              esp32s3-devkit                 FAIL
 tests/pkg/utensor              esp8266-esp-12x                FAIL
-tests/pkg/utensor              hamilton                       PASS
-tests/pkg/utensor              hifive1                        PASS
-tests/pkg/utensor              mbed_lpc1768                   PASS
-tests/pkg/utensor              microbit                       PASS
-tests/pkg/utensor              mulle                          PASS
-tests/pkg/utensor              native32                       PASS
-tests/pkg/utensor              native64                       PASS
-tests/pkg/utensor              nrf52840dk                     PASS
-tests/pkg/utensor              nrf9160dk                      PASS
-tests/pkg/utensor              nucleo-f072rb                  PASS
-tests/pkg/utensor              nucleo-f103rb                  PASS
-tests/pkg/utensor              nucleo-f207zg                  PASS
-tests/pkg/utensor              nucleo-f334r8                  PASS
-tests/pkg/utensor              nucleo-f429zi                  PASS
-tests/pkg/utensor              nucleo-f767zi                  PASS
-tests/pkg/utensor              nucleo-g071rb                  PASS
-tests/pkg/utensor              nucleo-g474re                  PASS
+tests/pkg/utensor              hamilton                       FAIL
+tests/pkg/utensor              hifive1                        FAIL
+tests/pkg/utensor              mbed_lpc1768                   FAIL
+tests/pkg/utensor              microbit                       FAIL
+tests/pkg/utensor              mulle                          FAIL
+tests/pkg/utensor              native32                       FAIL
+tests/pkg/utensor              native64                       FAIL
+tests/pkg/utensor              nrf52840dk                     FAIL
+tests/pkg/utensor              nrf9160dk                      FAIL
+tests/pkg/utensor              nucleo-f072rb                  FAIL
+tests/pkg/utensor              nucleo-f103rb                  FAIL
+tests/pkg/utensor              nucleo-f207zg                  FAIL
+tests/pkg/utensor              nucleo-f334r8                  FAIL
+tests/pkg/utensor              nucleo-f429zi                  FAIL
+tests/pkg/utensor              nucleo-f767zi                  FAIL
+tests/pkg/utensor              nucleo-g071rb                  FAIL
+tests/pkg/utensor              nucleo-g474re                  FAIL
 tests/pkg/utensor              nucleo-l011k4                  FAIL
-tests/pkg/utensor              nucleo-l073rz                  PASS
-tests/pkg/utensor              nucleo-l152re                  PASS
-tests/pkg/utensor              nucleo-l433rc                  PASS
-tests/pkg/utensor              nucleo-l552ze-q                PASS
-tests/pkg/utensor              pba-d-01-kw2x                  PASS
-tests/pkg/utensor              p-nucleo-wb55                  PASS
-tests/pkg/utensor              qn9080dk                       PASS
-tests/pkg/utensor              remote-revb                    PASS
-tests/pkg/utensor              same54-xpro                    PASS
-tests/pkg/utensor              samr21-xpro                    PASS
-tests/pkg/utensor              seeedstudio-gd32               PASS
-tests/pkg/utensor              slstk3400a                     PASS
-tests/pkg/utensor              sltb001a                       PASS
-tests/pkg/utensor              slwstk6220a                    PASS
-tests/pkg/utensor              stm32f723e-disco               PASS
-tests/pkg/utensor              stm32mp157c-dk2                PASS
-tests/pkg/utensor              waveshare-nrf52840-eval-kit    PASS
-tests/pkg/utensor              weact-f401ce                   PASS
+tests/pkg/utensor              nucleo-l073rz                  FAIL
+tests/pkg/utensor              nucleo-l152re                  FAIL
+tests/pkg/utensor              nucleo-l433rc                  FAIL
+tests/pkg/utensor              nucleo-l552ze-q                FAIL
+tests/pkg/utensor              pba-d-01-kw2x                  FAIL
+tests/pkg/utensor              p-nucleo-wb55                  FAIL
+tests/pkg/utensor              qn9080dk                       FAIL
+tests/pkg/utensor              remote-revb                    FAIL
+tests/pkg/utensor              same54-xpro                    FAIL
+tests/pkg/utensor              samr21-xpro                    FAIL
+tests/pkg/utensor              seeedstudio-gd32               FAIL
+tests/pkg/utensor              slstk3400a                     FAIL
+tests/pkg/utensor              sltb001a                       FAIL
+tests/pkg/utensor              slwstk6220a                    FAIL
+tests/pkg/utensor              stm32f723e-disco               FAIL
+tests/pkg/utensor              stm32mp157c-dk2                FAIL
+tests/pkg/utensor              waveshare-nrf52840-eval-kit    FAIL
+tests/pkg/utensor              weact-f401ce                   FAIL
 tests/pkg/uzlib                adafruit-itsybitsy-m4          PASS
 tests/pkg/uzlib                arduino-due                    PASS
 tests/pkg/uzlib                arduino-mkrzero                PASS
@@ -24744,12 +24744,12 @@
 tests/rust_libs                cc2650-launchpad               FAIL
 tests/rust_libs                dwm1001                        PASS
 tests/rust_libs                hamilton                       PASS
-tests/rust_libs                hifive1                        PASS
+tests/rust_libs                hifive1                        FAIL
 tests/rust_libs                mbed_lpc1768                   PASS
 tests/rust_libs                microbit                       PASS
 tests/rust_libs                mulle                          PASS
-tests/rust_libs                native32                       PASS
-tests/rust_libs                native64                       PASS
+tests/rust_libs                native32                       FAIL
+tests/rust_libs                native64                       FAIL
 tests/rust_libs                nrf52840dk                     PASS
 tests/rust_libs                nucleo-f072rb                  PASS
 tests/rust_libs                nucleo-f103rb                  PASS
@@ -24768,7 +24768,7 @@
 tests/rust_libs                remote-revb                    PASS
 tests/rust_libs                same54-xpro                    PASS
 tests/rust_libs                samr21-xpro                    PASS
-tests/rust_libs                seeedstudio-gd32               PASS
+tests/rust_libs                seeedstudio-gd32               FAIL
 tests/rust_libs                slstk3400a                     PASS
 tests/rust_libs                sltb001a                       PASS
 tests/rust_libs                slwstk6220a                    PASS
@@ -24784,12 +24784,12 @@
 tests/rust_minimal             cc2650-launchpad               FAIL
 tests/rust_minimal             dwm1001                        PASS
 tests/rust_minimal             hamilton                       PASS
-tests/rust_minimal             hifive1                        PASS
+tests/rust_minimal             hifive1                        FAIL
 tests/rust_minimal             mbed_lpc1768                   PASS
 tests/rust_minimal             microbit                       PASS
 tests/rust_minimal             mulle                          PASS
-tests/rust_minimal             native32                       PASS
-tests/rust_minimal             native64                       PASS
+tests/rust_minimal             native32                       FAIL
+tests/rust_minimal             native64                       FAIL
 tests/rust_minimal             nrf52840dk                     PASS
 tests/rust_minimal             nucleo-f072rb                  PASS
 tests/rust_minimal             nucleo-f103rb                  PASS
@@ -24808,7 +24808,7 @@
 tests/rust_minimal             remote-revb                    PASS
 tests/rust_minimal             same54-xpro                    PASS
 tests/rust_minimal             samr21-xpro                    PASS
-tests/rust_minimal             seeedstudio-gd32               PASS
+tests/rust_minimal             seeedstudio-gd32               FAIL
 tests/rust_minimal             slstk3400a                     PASS
 tests/rust_minimal             sltb001a                       PASS
 tests/rust_minimal             slwstk6220a                    PASS
@@ -24889,10 +24889,10 @@
 tests/sys/arduino              nrf52840dk                     PASS
 tests/sys/arduino              nucleo-f072rb                  PASS
 tests/sys/arduino              nucleo-f103rb                  PASS
-tests/sys/arduino              nucleo-f207zg                  FAIL
+tests/sys/arduino              nucleo-f207zg                  PASS
 tests/sys/arduino              nucleo-f334r8                  FAIL
-tests/sys/arduino              nucleo-f429zi                  FAIL
-tests/sys/arduino              nucleo-f767zi                  FAIL
+tests/sys/arduino              nucleo-f429zi                  PASS
+tests/sys/arduino              nucleo-f767zi                  PASS
 tests/sys/arduino              nucleo-g071rb                  PASS
 tests/sys/arduino              nucleo-g474re                  FAIL
 tests/sys/arduino              nucleo-l011k4                  FAIL
@@ -24929,10 +24929,10 @@
 tests/sys/arduino_blinky       nrf52840dk                     PASS
 tests/sys/arduino_blinky       nucleo-f072rb                  PASS
 tests/sys/arduino_blinky       nucleo-f103rb                  PASS
-tests/sys/arduino_blinky       nucleo-f207zg                  FAIL
+tests/sys/arduino_blinky       nucleo-f207zg                  PASS
 tests/sys/arduino_blinky       nucleo-f334r8                  FAIL
-tests/sys/arduino_blinky       nucleo-f429zi                  FAIL
-tests/sys/arduino_blinky       nucleo-f767zi                  FAIL
+tests/sys/arduino_blinky       nucleo-f429zi                  PASS
+tests/sys/arduino_blinky       nucleo-f767zi                  PASS
 tests/sys/arduino_blinky       nucleo-g071rb                  PASS
 tests/sys/arduino_blinky       nucleo-g474re                  FAIL
 tests/sys/arduino_blinky       nucleo-l011k4                  FAIL
@@ -24960,10 +24960,10 @@
 tests/sys/arduino_lib          nrf52840dk                     PASS
 tests/sys/arduino_lib          nucleo-f072rb                  PASS
 tests/sys/arduino_lib          nucleo-f103rb                  PASS
-tests/sys/arduino_lib          nucleo-f207zg                  FAIL
+tests/sys/arduino_lib          nucleo-f207zg                  PASS
 tests/sys/arduino_lib          nucleo-f334r8                  FAIL
-tests/sys/arduino_lib          nucleo-f429zi                  FAIL
-tests/sys/arduino_lib          nucleo-f767zi                  FAIL
+tests/sys/arduino_lib          nucleo-f429zi                  PASS
+tests/sys/arduino_lib          nucleo-f767zi                  PASS
 tests/sys/arduino_lib          nucleo-g071rb                  PASS
 tests/sys/arduino_lib          nucleo-g474re                  FAIL
 tests/sys/arduino_lib          nucleo-l011k4                  FAIL
@@ -25700,7 +25700,7 @@
 tests/sys/conn_can             esp32-olimex-evb               FAIL
 tests/sys/conn_can             native32                       PASS
 tests/sys/conn_can             native64                       PASS
-tests/sys/conn_can             nucleo-f767zi                  PASS
+tests/sys/conn_can             nucleo-f767zi                  FAIL
 tests/sys/conn_can             same54-xpro                    PASS
 tests/sys/cpp11_condition_variable adafruit-itsybitsy-m4          PASS
 tests/sys/cpp11_condition_variable arduino-due                    PASS
@@ -26030,7 +26030,7 @@
 tests/sys/crypto_aes_ccm       sltb001a                       PASS
 tests/sys/crypto_aes_ccm       slwstk6220a                    PASS
 tests/sys/crypto_aes_ccm       stm32f723e-disco               PASS
-tests/sys/crypto_aes_ccm       stm32mp157c-dk2                FAIL
+tests/sys/crypto_aes_ccm       stm32mp157c-dk2                PASS
 tests/sys/crypto_aes_ccm       waveshare-nrf52840-eval-kit    PASS
 tests/sys/crypto_aes_ccm       weact-f401ce                   PASS
 tests/sys/crypto_aes_ccm       z1                             FAIL
@@ -32548,7 +32548,7 @@
 tests/unittests                dwm1001                        PASS
 tests/unittests                esp8266-esp-12x                FAIL
 tests/unittests                hamilton                       PASS
-tests/unittests                hifive1                        FAIL
+tests/unittests                hifive1                        PASS
 tests/unittests                mbed_lpc1768                   PASS
 tests/unittests                microbit                       PASS
 tests/unittests                native32                       PASS

@crasbe crasbe removed the State: needs rebase The PR has to be rebased to avoid merge conflicts or include features from another PR. label Sep 2, 2026
@crasbe

crasbe commented Sep 2, 2026

Copy link
Copy Markdown
Contributor Author

Failures that have to be fixed in RIOT:

buechse@skyleaf:~/RIOTstuff/riot-fresh/RIOT$ BOARD=nucleo-f767zi TOOLCHAIN=llvm BUILD_IN_DOCKER=1 DOCKER_IMAGE=ca070cefc092 make -C tests/drivers/candev/
make: Entering directory '/home/buechse/RIOTstuff/riot-fresh/RIOT/tests/drivers/candev'
Launching build container using image "ca070cefc092".
docker run --rm --tty --user $(id -u):$(id -g) --platform linux/amd64 -v '/home/buechse/RIOTstuff/riot-fresh/RIOT:/data/riotbuild/riotbase:delegated' -v '/home/buechse/.cargo/registry:/data/riotbuild/.cargo/registry:delegated' -v '/home/buechse/.cargo/git:/data/riotbuild/.cargo/git:delegated' -e 'TZ=Europe/Berlin' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'BUILD_IN_DOCKER=0' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles' -v '/home/buechse/.gitcache:/data/riotbuild/gitcache:delegated' -e 'GIT_CACHE_DIR=/data/riotbuild/gitcache'    -e 'BOARD=nucleo-f767zi' -e 'TOOLCHAIN=llvm' -e 'DISABLE_MODULE=' -e 'DEFAULT_MODULE=' -e 'FEATURES_REQUIRED=' -e 'FEATURES_BLACKLIST=' -e 'FEATURES_OPTIONAL=periph_can' -e 'USEMODULE=can isrpipe shell' -e 'USEPKG='  -w '/data/riotbuild/riotbase/tests/drivers/candev/' 'ca070cefc092' make
Building application "tests_candev" for "nucleo-f767zi" with CPU "stm32".

"make" -C /data/riotbuild/riotbase/pkg/cmsis/
"make" -C /data/riotbuild/riotbase/pkg/mpaland-printf/
"make" -C /data/riotbuild/riotbase/build/pkg/mpaland-printf -f /data/riotbuild/riotbase/pkg/mpaland-printf/mpaland-printf.mk
"make" -C /data/riotbuild/riotbase/boards
"make" -C /data/riotbuild/riotbase/boards/common/init
"make" -C /data/riotbuild/riotbase/boards/nucleo-f767zi
"make" -C /data/riotbuild/riotbase/boards/common/nucleo
"make" -C /data/riotbuild/riotbase/core
"make" -C /data/riotbuild/riotbase/core/lib
"make" -C /data/riotbuild/riotbase/cpu/stm32
"make" -C /data/riotbuild/riotbase/cpu/cortexm_common
"make" -C /data/riotbuild/riotbase/cpu/cortexm_common/periph
"make" -C /data/riotbuild/riotbase/cpu/stm32/periph
/data/riotbuild/riotbase/cpu/stm32/periph/classiccan.c:577:29: error: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Werror,-Wsingle-bit-bitfield-constant-conversion]
  577 |     dev->isr_flags.isr_wkup = 1;
      |                             ^ ~
1 error generated.
make[3]: *** [/data/riotbuild/riotbase/Makefile.base:162: /data/riotbuild/riotbase/tests/drivers/candev/bin/nucleo-f767zi/periph/classiccan.o] Error 1
make[2]: *** [/data/riotbuild/riotbase/Makefile.base:31: ALL--/data/riotbuild/riotbase/cpu/stm32/periph] Error 2
make[1]: *** [/data/riotbuild/riotbase/Makefile.base:31: ALL--/data/riotbuild/riotbase/cpu/stm32] Error 2
make: *** [/data/riotbuild/riotbase/Makefile.include:751: application_tests_candev.module] Error 2
make: *** [/home/buechse/RIOTstuff/riot-fresh/RIOT/makefiles/docker.inc.mk:403: ..in-docker-container] Error 2
make: Leaving directory '/home/buechse/RIOTstuff/riot-fresh/RIOT/tests/drivers/candev'

@crasbe

crasbe commented Sep 2, 2026

Copy link
Copy Markdown
Contributor Author

Another run with LLVM 17 is currently going on on skyleaf because I had to add the xxd package explicitly instead of vim. Maybe I should've tested that before letting the server roll for hours 馃槄

@AnnsAnns

AnnsAnns commented Sep 2, 2026

Copy link
Copy Markdown
Member

llvm couldn't escape vim 馃様

@crasbe

crasbe commented Sep 2, 2026

Copy link
Copy Markdown
Contributor Author

llvm couldn't escape vim 馃様

Oh that doesn't have anything to do with LLVM actually, I just noticed that xxd is missing since I ran the LLVM compilation, which tests a lot of programs.

In fact, xxd used to be part of vim-common, which it is not anymore. That means that we can remove vim-common though: #34

Ubuntu just changed what's included in which package.

Previously, xxd was installed as part of vim-common, which is not the
case anymore and has to be added explicitly.
Therefore we can remove vim-common as an explicit dependency.

Reverts/updates RIOT-OS#34
@crasbe

crasbe commented Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

This is the current state. I'm a bit confused why the ESPs are added to the list for micropython because they are not supported by LLVM as far as I know. The seeedstudio-gd32 has a bug in the RIOT repo, but even when fixing that, micropython does not fit in the flash 馃槄

The CAN errors are fixed with the aforementioned PR.

--- /dev/fd/63  2026-09-03 12:08:43.229656554 +0200
+++ /dev/fd/62  2026-09-03 12:08:43.229656554 +0200
@@ -1641 +1641 @@
-examples/lang_support/community/javascript seeedstudio-gd32               FAIL
+examples/lang_support/community/javascript seeedstudio-gd32               PASS
@@ -1753,0 +1754,6 @@
+examples/lang_support/community/micropython esp32c3-devkit                 FAIL
+examples/lang_support/community/micropython esp32-heltec-lora32-v2         FAIL
+examples/lang_support/community/micropython esp32-olimex-evb               FAIL
+examples/lang_support/community/micropython esp32s2-devkit                 FAIL
+examples/lang_support/community/micropython esp32s3-devkit                 FAIL
+examples/lang_support/community/micropython esp8266-esp-12x                FAIL
@@ -1754,0 +1761 @@
+examples/lang_support/community/micropython hifive1                        PASS
@@ -1763 +1770 @@
-examples/lang_support/community/micropython nucleo-f103rb                  FAIL
+examples/lang_support/community/micropython nucleo-f103rb                  PASS
@@ -1780,0 +1788 @@
+examples/lang_support/community/micropython seeedstudio-gd32               FAIL
@@ -2363 +2371 @@
-examples/networking/coap/unicoap_message hifive1                        FAIL
+examples/networking/coap/unicoap_message hifive1                        PASS
@@ -2391 +2399 @@
-examples/networking/coap/unicoap_message seeedstudio-gd32               FAIL
+examples/networking/coap/unicoap_message seeedstudio-gd32               PASS
@@ -2423 +2431 @@
-examples/networking/coap/unicoap_server hifive1                        FAIL
+examples/networking/coap/unicoap_server hifive1                        PASS
@@ -7296,0 +7305,3 @@
+tests/cpu/efm32_info           slstk3400a                     PASS
+tests/cpu/efm32_info           sltb001a                       PASS
+tests/cpu/efm32_info           slwstk6220a                    PASS
@@ -8950 +8961 @@
-tests/drivers/candev           native32                       FAIL
+tests/drivers/candev           native32                       PASS
@@ -8959 +8970 @@
-tests/drivers/candev           nucleo-f767zi                  PASS
+tests/drivers/candev           nucleo-f767zi                  FAIL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file enhancement State: waiting for PR This PR is waiting for another PR to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants