Skip to content

examples/leds_rust: Add Rust App for blinking the LED #52

examples/leds_rust: Add Rust App for blinking the LED

examples/leds_rust: Add Rust App for blinking the LED #52

Triggered via push August 6, 2024 04:17
Status Success
Total duration 2h 14m 23s
Artifacts 25

build.yml

on: push
Matrix: Linux
Matrix: macOS
Matrix: msys2
Fit to window
Zoom out
Zoom in

Annotations

61 warnings
Linux (arm-11)
CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages]
Linux (arm-11)
CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages]
Linux (arm-11)
CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages]
Linux (arm-11)
CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages]
Linux (arm-09)
CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages]
Linux (arm-08)
CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages]
msys2 (msys2)
array subscript has type ‘char’ [-Wchar-subscripts]
msys2 (msys2)
array subscript has type ‘char’ [-Wchar-subscripts]
msys2 (msys2)
array subscript has type ‘char’ [-Wchar-subscripts]
msys2 (msys2)
array subscript has type ‘char’ [-Wchar-subscripts]
msys2 (msys2)
array subscript has type ‘char’ [-Wchar-subscripts]
msys2 (msys2)
array subscript has type ‘char’ [-Wchar-subscripts]
msys2 (msys2)
storing the address of local variable ‘cv_stack’ in ‘check_top’ [-Wdangling-pointer=]
msys2 (msys2)
array subscript has type ‘char’ [-Wchar-subscripts]
msys2 (msys2)
array subscript has type ‘char’ [-Wchar-subscripts]
msys2 (msys2)
array subscript has type ‘char’ [-Wchar-subscripts]
macOS (macos)
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
macOS (macos)
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
macOS (macos)
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
macOS (macos)
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
macOS (macos)
passing arguments to 'getenv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
macOS (macos)
a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
macOS (macos)
operator '?:' has lower precedence than '|'; '|' will be evaluated first [-Wbitwise-conditional-parentheses]
macOS (macos)
format string is empty [-Wformat-zero-length]
macOS (macos)
operator '?:' has lower precedence than '|'; '|' will be evaluated first [-Wbitwise-conditional-parentheses]
macOS (macos)
format string is empty [-Wformat-zero-length]
Linux (risc-v-02)
#warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp]
Linux (risc-v-02)
#warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp]
Linux (risc-v-02)
#warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp]
Linux (risc-v-02)
#warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp]
Linux (risc-v-02)
#warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp]
Linux (risc-v-02)
#warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp]
Linux (risc-v-02)
#warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp]
Linux (risc-v-02)
#warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp]
Linux (risc-v-02)
#warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp]
Linux (risc-v-02)
#warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp]
macOS (sim-02)
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
macOS (sim-02)
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
macOS (sim-02)
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
macOS (sim-02)
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
macOS (sim-02)
passing arguments to 'getenv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
macOS (sim-02)
a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
macOS (sim-02)
operator '?:' has lower precedence than '|'; '|' will be evaluated first [-Wbitwise-conditional-parentheses]
macOS (sim-02)
format string is empty [-Wformat-zero-length]
macOS (sim-02)
operator '?:' has lower precedence than '|'; '|' will be evaluated first [-Wbitwise-conditional-parentheses]
macOS (sim-02)
format string is empty [-Wformat-zero-length]
Linux (risc-v-01)
#warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp]
Linux (risc-v-01)
#warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp]
Linux (risc-v-01)
format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
Linux (risc-v-01)
#warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp]
Linux (risc-v-01)
#warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp]
macOS (sim-01)
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
macOS (sim-01)
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
macOS (sim-01)
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
macOS (sim-01)
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
macOS (sim-01)
passing arguments to 'getenv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
macOS (sim-01)
a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
macOS (sim-01)
operator '?:' has lower precedence than '|'; '|' will be evaluated first [-Wbitwise-conditional-parentheses]
macOS (sim-01)
format string is empty [-Wformat-zero-length]
macOS (sim-01)
operator '?:' has lower precedence than '|'; '|' will be evaluated first [-Wbitwise-conditional-parentheses]
macOS (sim-01)
format string is empty [-Wformat-zero-length]

Artifacts

Produced during runtime
Name Size
linux-arm-01-builds
71.1 MB
linux-arm-02-builds
62.1 MB
linux-arm-03-builds
12.1 MB
linux-arm-04-builds
26.3 MB
linux-arm-05-builds
145 MB
linux-arm-06-builds
40.3 MB
linux-arm-07-builds
21.5 MB
linux-arm-08-builds
24 MB
linux-arm-09-builds
16.6 MB
linux-arm-10-builds
16 MB
linux-arm-11-builds
21.6 MB
linux-arm-12-builds
50.2 MB
linux-arm-13-builds
34.3 MB
linux-other-builds
53.4 MB
linux-risc-v-01-builds
105 MB
linux-risc-v-02-builds
82.3 MB
linux-sim-01-builds
62.7 MB
linux-sim-02-builds
33.7 MB
linux-xtensa-01-builds
111 MB
linux-xtensa-02-builds
102 MB
macos-macos-builds
11.7 MB
macos-sim-01-builds
6.45 MB
macos-sim-02-builds
6.54 MB
msys2-msys2-builds
2.43 MB
source-bundle
382 MB