Skip to content

Improve printf types to fix ESP32C6 compatibility #2370

Improve printf types to fix ESP32C6 compatibility

Improve printf types to fix ESP32C6 compatibility #2370

Re-run triggered December 11, 2024 12:50
Status Failure
Total duration 5m 4s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 10 warnings
lint-clang-tidy
format specifies type 'unsigned long' but the argument has type 'uint32_t' (aka 'unsigned int') [clang-diagnostic-format,-warnings-as-errors]
lint-clang-tidy
format specifies type 'long' but the argument has type 'uint32_t' (aka 'unsigned int') [clang-diagnostic-format,-warnings-as-errors]
lint-clang-tidy
format specifies type 'long' but the argument has type 'uint32_t' (aka 'unsigned int') [clang-diagnostic-format,-warnings-as-errors]
lint-clang-tidy
Process completed with exit code 1.
esphome-compile
format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint32_t' {aka 'unsigned int'} [-Werror=format=]
esphome-compile
format '%ld' expects argument of type 'long int', but argument 5 has type 'uint32_t' {aka 'unsigned int'} [-Werror=format=]
esphome-compile
format '%ld' expects argument of type 'long int', but argument 5 has type 'uint32_t' {aka 'unsigned int'} [-Werror=format=]
esphome-compile
Process completed with exit code 1.
lint-clang-tidy
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
lint-python
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
lint-clang-format
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
yamllint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
esphome-config
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
esphome-compile
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
lint-python
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint-clang-format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint-clang-tidy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
esphome-compile
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636