Skip to content

logging tests fails to build on a number of platforms #34526

@galak

Description

@galak

./scripts/twister -s tests/subsys/logging/log_benchmark/logging.log_benchmark_v2 -s tests/subsys/logging/log_benchmark/logging.log_benchmark_v2_speed -l

Fails to build on:

ERROR   - segger_trb_stm32f407      tests/subsys/logging/log_benchmark/logging.log_benchmark_v2_speed FAILED: Build failure
ERROR   - see: /home/galak/git/zephyr/twister-out/segger_trb_stm32f407/tests/subsys/logging/log_benchmark/logging.log_benchmark_v2_speed/build.log
INFO    - Total complete:  162/ 658  24%  skipped:   42, failed:    1
ERROR   - ip_k66f                   tests/subsys/logging/log_benchmark/logging.log_benchmark_v2_speed FAILED: Build failure
ERROR   - see: /home/galak/git/zephyr/twister-out/ip_k66f/tests/subsys/logging/log_benchmark/logging.log_benchmark_v2_speed/build.log
INFO    - Total complete:  187/ 658  28%  skipped:   42, failed:    2
ERROR   - decawave_dwm1001_dev      tests/subsys/logging/log_benchmark/logging.log_benchmark_v2_speed FAILED: Build failure
ERROR   - see: /home/galak/git/zephyr/twister-out/decawave_dwm1001_dev/tests/subsys/logging/log_benchmark/logging.log_benchmark_v2_speed/build.log
INFO    - Total complete:  194/ 658  29%  skipped:   42, failed:    3
ERROR   - bt510                     tests/subsys/logging/log_benchmark/logging.log_benchmark_v2_speed FAILED: Build failure
ERROR   - see: /home/galak/git/zephyr/twister-out/bt510/tests/subsys/logging/log_benchmark/logging.log_benchmark_v2_speed/build.log
INFO    - Total complete:  197/ 658  29%  skipped:   42, failed:    4
ERROR   - bl654_dvk                 tests/subsys/logging/log_benchmark/logging.log_benchmark_v2_speed FAILED: Build failure
ERROR   - see: /home/galak/git/zephyr/twister-out/bl654_dvk/tests/subsys/logging/log_benchmark/logging.log_benchmark_v2_speed/build.log
INFO    - Total complete:  202/ 658  30%  skipped:   42, failed:    5
ERROR   - bl652_dvk                 tests/subsys/logging/log_benchmark/logging.log_benchmark_v2_speed FAILED: Build failure
ERROR   - see: /home/galak/git/zephyr/twister-out/bl652_dvk/tests/subsys/logging/log_benchmark/logging.log_benchmark_v2_speed/build.log
INFO    - Total complete:  237/ 658  36%  skipped:   42, failed:    6
ERROR   - usb_kw24d512              tests/subsys/logging/log_benchmark/logging.log_benchmark_v2_speed FAILED: Build failure
ERROR   - see: /home/galak/git/zephyr/twister-out/usb_kw24d512/tests/subsys/logging/log_benchmark/logging.log_benchmark_v2_speed/build.log
INFO    - Total complete:  264/ 658  40%  skipped:   42, failed:    7
ERROR   - hexiwear_kw40z            tests/subsys/logging/log_benchmark/logging.log_benchmark_v2_speed FAILED: Build failure
ERROR   - see: /home/galak/git/zephyr/twister-out/hexiwear_kw40z/tests/subsys/logging/log_benchmark/logging.log_benchmark_v2_speed/build.log
INFO    - Total complete:  385/ 658  58%  skipped:   42, failed:    8
ERROR   - segger_trb_stm32f407      tests/subsys/logging/log_benchmark/logging.log_benchmark_v2 FAILED: Build failure
ERROR   - see: /home/galak/git/zephyr/twister-out/segger_trb_stm32f407/tests/subsys/logging/log_benchmark/logging.log_benchmark_v2/build.log
INFO    - Total complete:  495/ 658  75%  skipped:   42, failed:    9
ERROR   - ip_k66f                   tests/subsys/logging/log_benchmark/logging.log_benchmark_v2 FAILED: Build failure
ERROR   - see: /home/galak/git/zephyr/twister-out/ip_k66f/tests/subsys/logging/log_benchmark/logging.log_benchmark_v2/build.log
INFO    - Total complete:  513/ 658  77%  skipped:   42, failed:   10
ERROR   - decawave_dwm1001_dev      tests/subsys/logging/log_benchmark/logging.log_benchmark_v2 FAILED: Build failure
ERROR   - see: /home/galak/git/zephyr/twister-out/decawave_dwm1001_dev/tests/subsys/logging/log_benchmark/logging.log_benchmark_v2/build.log
INFO    - Total complete:  522/ 658  79%  skipped:   42, failed:   11
ERROR   - bt510                     tests/subsys/logging/log_benchmark/logging.log_benchmark_v2 FAILED: Build failure
ERROR   - see: /home/galak/git/zephyr/twister-out/bt510/tests/subsys/logging/log_benchmark/logging.log_benchmark_v2/build.log
INFO    - Total complete:  531/ 658  80%  skipped:   42, failed:   12
ERROR   - bl654_dvk                 tests/subsys/logging/log_benchmark/logging.log_benchmark_v2 FAILED: Build failure
ERROR   - see: /home/galak/git/zephyr/twister-out/bl654_dvk/tests/subsys/logging/log_benchmark/logging.log_benchmark_v2/build.log
INFO    - Total complete:  535/ 658  81%  skipped:   42, failed:   13
ERROR   - bl652_dvk                 tests/subsys/logging/log_benchmark/logging.log_benchmark_v2 FAILED: Build failure
ERROR   - see: /home/galak/git/zephyr/twister-out/bl652_dvk/tests/subsys/logging/log_benchmark/logging.log_benchmark_v2/build.log
INFO    - Total complete:  565/ 658  85%  skipped:   42, failed:   14
ERROR   - usb_kw24d512              tests/subsys/logging/log_benchmark/logging.log_benchmark_v2 FAILED: Build failure
ERROR   - see: /home/galak/git/zephyr/twister-out/usb_kw24d512/tests/subsys/logging/log_benchmark/logging.log_benchmark_v2/build.log
INFO    - Total complete:  596/ 658  90%  skipped:   42, failed:   15
ERROR   - hexiwear_kw40z            tests/subsys/logging/log_benchmark/logging.log_benchmark_v2 FAILED: Build failure
ERROR   - see: /home/galak/git/zephyr/twister-out/hexiwear_kw40z/tests/subsys/logging/log_benchmark/logging.log_benchmark_v2/build.log
INFO    - Total complete:  654/ 658  99%  skipped:   42, failed:   16

Metadata

Metadata

Assignees

Labels

area: LoggingbugThe issue is a bug, or the PR is fixing a bugpriority: highHigh impact/importance bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions