zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.34k stars 6.33k forks source link

mec15xxevb_assy6853:running tests/kernel/sched/schedule_api/ failed #28556

Closed Zhaoningx closed 3 years ago

Zhaoningx commented 3 years ago

Describe the bug running tests/kernel/sched/schedule_api/ error, it showed me assertion failed.

To Reproduce Steps to reproduce the behavior:

sanitycheck --hardware-map ~/mec1.file --device-testing -T tests/kernel/sched/schedule_api/ see error

START - test_slice_reset
PASS - test_slice_reset

===================================================================
START - test_slice_scheduling
AB
AB
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
A
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
FAIL - test_slice_scheduling

==================================================================
START - test_priority_scheduling
AB
AB
AB
AB
AB
PASS - test_priority_scheduling

===================================================================
START - test_wakeup_expired_timer_thread
PASS - test_wakeup_expired_timer_thread

===================================================================
START - test_user_k_wakeup
PASS - test_user_k_wakeup

===================================================================
START - test_user_k_is_preempt
PASS - test_user_k_is_preempt

===================================================================
Test suite threads_scheduling failed.

===================================================================
PROJECT EXECUTION FAILED

Environment (please complete the following information): OS: Fedora28 Toolchain: Zephyr-sdk-0.11.3 Commit ID: 122bc38fad

chrta commented 3 years ago

The same test fails for me with the current master (6a15118937a817968701b386b3f3c4b47879bde3) on the efm32pg_stk3402a board (ubuntu 18.04, zephyr sdk 0.11.1):

$ sanitycheck -p efm32pg_stk3402a -v --device-testing --device-serial /dev/ttyACM1 -s tests/kernel/sched/schedule_api/kernel.scheduler

...

$ cat .../handler.log

...

START - test_slice_reset
PASS - test_slice_reset
===================================================================
START - test_slice_scheduling
ABCDEFGHI
AB
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
C
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
D
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
E
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
F
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
G
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
H
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
I
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
A
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
FAIL - test_slice_scheduling
===================================================================
START - test_priority_scheduling
ABCDEFGHI
ABCDEFGHI
ABCDEFGHI
ABCDEFGHI
ABCDEFGHI
PASS - test_priority_scheduling

The test tests/kernel/sched/schedule_api/kernel.scheduler.multiq fails in the same way.

maksimmasalski commented 3 years ago

The same test fails for me with the current master (6a15118) on the efm32pg_stk3402a board (ubuntu 18.04, zephyr sdk 0.11.1):

$ sanitycheck -p efm32pg_stk3402a -v --device-testing --device-serial /dev/ttyACM1 -s tests/kernel/sched/schedule_api/kernel.scheduler

...

$ cat .../handler.log

...

START - test_slice_reset
PASS - test_slice_reset
===================================================================
START - test_slice_scheduling
ABCDEFGHI
AB
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
C
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
D
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
E
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
F
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
G
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
H
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
I
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
A
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/sched/schedule_api/src/test_slice_scheduling.c:61: thread_tslice: ((tdelta >= expected_slice_min) && (tdelta <= expected_slice_max) && (idx == thread_idx)) is false
FAIL - test_slice_scheduling
===================================================================
START - test_priority_scheduling
ABCDEFGHI
ABCDEFGHI
ABCDEFGHI
ABCDEFGHI
ABCDEFGHI
PASS - test_priority_scheduling

The test tests/kernel/sched/schedule_api/kernel.scheduler.multiq fails in the same way.

Thanks for that data. At least, I see both boards are Cortex M4, so it can help me to find a root cause.

maksimmasalski commented 3 years ago

I don't see that bug happens on the Microchip board using the latest commit sanitycheck --hardware-map ~/mec1.file --device-testing -T tests/kernel/sched/schedule_api/ -vv 34cf1c74c21b10acfbc6504cd9bc212317c726d0 For the efm32pg_stk3402a I don't have that hardware, could you check that test again @chrta ? If you still see the bug for your board, please open new issue. I will close that one.

maksimmasalski commented 3 years ago
INFO    - JOBS: 8
DEBUG   - Reading test case configuration files under /home/ztest/work/zephyrpro                                                                                                                                                       ject/zephyr/tests/kernel/sched/schedule_api...
DEBUG   - scanning /home/ztest/work/zephyrproject/zephyr/tests/kernel/sched/sche                                                                                                                                                       dule_api
DEBUG   - Found possible test case in /home/ztest/work/zephyrproject/zephyr/test                                                                                                                                                       s/kernel/sched/schedule_api
DEBUG   - Reading platform configuration files under /home/ztest/work/zephyrproj                                                                                                                                                       ect/zephyr/boards...
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/emsdp/emsdp_em7d_esp.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/emsdp/emsdp_em4.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/emsdp/emsdp_em5d.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/emsdp/emsdp.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/emsdp/emsdp_em7d.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/emsdp/emsdp_em6.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/emsdp/emsdp_em9d.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/em_starterkit/em_starterkit_em7d.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/em_starterkit/em_starterkit_em11d.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/em_starterkit/em_starterkit.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/em_starterkit/em_starterkit_em7d_v22.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/hsdk/hsdk.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/hsdk/hsdk_2cores.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/iotdk/iotdk.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/nsim/nsim_hs_smp.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/nsim/nsim_em.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/nsim/nsim_em7d_v22.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/nsim/nsim_hs.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/nsim/nsim_sem_mpu_stack_guard.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/nsim/nsim_sem.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/qemu_arc/qemu_arc_em.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arc/qemu_arc/qemu_arc_hs.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/xtensa/esp32/esp32.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/xtensa/intel_s1000_crb/intel_s1000_crb.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/xtensa/xt-sim/xt-sim.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/xtensa/odroid_go/odroid_go.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/xtensa/up_squared_adsp/up_squared_adsp.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/xtensa/qemu_xtensa/qemu_xtensa.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/nios2/altera_max10/altera_max10.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/nios2/qemu_nios2/qemu_nios2.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/riscv/m2gl025_miv/m2gl025_miv.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/riscv/hifive1/hifive1.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/riscv/qemu_riscv64/qemu_riscv64.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/riscv/litex_vexriscv/litex_vexriscv.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/riscv/hifive1_revb/hifive1_revb.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/riscv/rv32m1_vega/rv32m1_vega_ri5cy.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/riscv/rv32m1_vega/rv32m1_vega_zero_riscy.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/riscv/qemu_riscv32/qemu_riscv32.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/posix/native_posix/native_posix_64.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/posix/native_posix/native_posix.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/posix/nrf52_bsim/nrf52_bsim.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32f3_disco/stm32f3_disco.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/96b_carbon/96b_carbon.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32f411e_disco/stm32f411e_disco.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/mimx8mm_evk/mimx8mm_evk.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/hexiwear_kw40z/hexiwear_kw40z.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/frdm_k22f/frdm_k22f.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32vl_disco/stm32vl_disco.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/cc3235sf_launchxl/cc3235sf_launchxl.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32h747i_disco/stm32h747i_disco_m4.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32h747i_disco/stm32h747i_disco_m7.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_f091rc/nucleo_f091rc.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_f412zg/nucleo_f412zg.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf9160dk_nrf52840/nrf9160dk_nrf52840.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/ruuvi_ruuvitag/ruuvi_ruuvitag.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/disco_l475_iot1/disco_l475_iot1.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_l476rg/nucleo_l476rg.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/pico_pi_m4/pico_pi_m4.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/96b_wistrio/96b_wistrio.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/cy8ckit_062_wifi_bt/cy8ckit_062_wifi_bt_m0.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/cy8ckit_062_wifi_bt/cy8ckit_062_wifi_bt_m4.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/bl654_dvk/bl654_dvk.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/mec1501modular_assy6885/mec1501modular_assy6885.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32f4_disco/stm32f4_disco.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_f334r8/nucleo_f334r8.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf52833dk_nrf52833/nrf52833dk_nrf52833.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_l152re/nucleo_l152re.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf52833dk_nrf52820/nrf52833dk_nrf52820.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_wb55rg/nucleo_wb55rg.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32g0316_disco/stm32g0316_disco.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/black_f407zg_pro/black_f407zg_pro.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_h745zi_q/nucleo_h745zi_q_m4.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_h745zi_q/nucleo_h745zi_q_m7.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_f030r8/nucleo_f030r8.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32_min_dev/stm32_min_dev_black.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32_min_dev/stm32_min_dev_blue.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/96b_carbon_nrf51/96b_carbon_nrf51.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/v2m_musca/v2m_musca_nonsecure.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/v2m_musca/v2m_musca.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/sam4e_xpro/sam4e_xpro.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32f429i_disc1/stm32f429i_disc1.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf52840_papyr/nrf52840_papyr.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/bt510/bt510.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/adafruit_trinket_m0/adafruit_trinket_m0.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/mec2016evb_assy6797/mec2016evb_assy6797.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/arduino_zero/arduino_zero.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/segger_trb_stm32f407/segger_trb_stm32f407.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/reel_board/reel_board_v2.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/reel_board/reel_board.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_l073rz/nucleo_l073rz.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/b_l072z_lrwan1/b_l072z_lrwan1.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/cc1352r1_launchxl/cc1352r1_launchxl.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/efm32pg_stk3402a/efm32pg_stk3402a_jg.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/efm32pg_stk3402a/efm32pg_stk3402a.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/96b_aerocore2/96b_aerocore2.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/decawave_dwm1001_dev/decawave_dwm1001_dev.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32373c_eval/stm32373c_eval.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/mimxrt1060_evk/mimxrt1060_evk.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/mimxrt1060_evk/mimxrt1060_evk_hyperflash.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf52_blenano2/nrf52_blenano2.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_f411re/nucleo_f411re.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_f767zi/nucleo_f767zi.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_f746zg/nucleo_f746zg.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/mm_swiftio/mm_swiftio.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/adafruit_itsybitsy_m4_express/adafruit_itsybitsy_m4_express.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32f072_eval/stm32f072_eval.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/adafruit_feather_stm32f405/adafruit_feather_stm32f405.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/udoo_neo_full_m4/udoo_neo_full_m4.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_f756zg/nucleo_f756zg.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf51dongle_nrf51422/nrf51dongle_nrf51422.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/mikroe_mini_m4_for_stm32/mikroe_mini_m4_for_stm32.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/warp7_m4/warp7_m4.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/xmc45_relax_kit/xmc45_relax_kit.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf52dk_nrf52805/nrf52dk_nrf52805.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/steval_fcu001v1/steval_fcu001v1.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/v2m_musca_b1/v2m_musca_b1_nonsecure.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/v2m_musca_b1/v2m_musca_b1.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/mec15xxevb_assy6853/mec15xxevb_assy6853.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf52840_mdk/nrf52840_mdk.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/arduino_due/arduino_due.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/thingy52_nrf52832/thingy52_nrf52832.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf52832_mdk/nrf52832_mdk.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/seeeduino_xiao/seeeduino_xiao.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/google_kukui/google_kukui.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/mimxrt1064_evk/mimxrt1064_evk.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf51_ble400/nrf51_ble400.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/lpcxpresso54114/lpcxpresso54114_m0.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/lpcxpresso54114/lpcxpresso54114_m4.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/olimex_stm32_h103/olimex_stm32_h103.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_l053r8/nucleo_l053r8.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_l4r5zi/nucleo_l4r5zi.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_g071rb/nucleo_g071rb.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/frdm_kl25z/frdm_kl25z.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/adafruit_feather_m0_basic_proto/adafruit_feather_m0_basic_proto.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/adafruit_feather_nrf52840/adafruit_feather_nrf52840.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/96b_nitrogen/96b_nitrogen.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/sam4l_ek/sam4l_ek.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/96b_stm32_sensor_mez/96b_stm32_sensor_mez.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/serpente/serpente.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/mimxrt1010_evk/mimxrt1010_evk.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_f302r8/nucleo_f302r8.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_l432kc/nucleo_l432kc.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_g431rb/nucleo_g431rb.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_l496zg/nucleo_l496zg.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/ip_k66f/ip_k66f.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf52_vbluno52/nrf52_vbluno52.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/blackpill_f411ce/blackpill_f411ce.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/bl653_dvk/bl653_dvk.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/96b_neonkey/96b_neonkey.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/sensortile_box/sensortile_box.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32l476g_disco/stm32l476g_disco.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nuvoton_pfm_m487/nuvoton_pfm_m487.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/mimxrt1020_evk/mimxrt1020_evk.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf21540dk_nrf52840/nrf21540dk_nrf52840.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160ns.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf51_blenano/nrf51_blenano.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf52840_blip/nrf52840_blip.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/particle_argon/particle_argon.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/efr32_radio/efr32_radio_brd4104a.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/efr32_radio/efr32_radio_brd4180a.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/efr32_radio/efr32_radio_brd4250b.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_f429zi/nucleo_f429zi.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_h743zi/nucleo_h743zi.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf52dk_nrf52810/nrf52dk_nrf52810.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/mimxrt1050_evk/mimxrt1050_evk_qspi.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/mimxrt1050_evk/mimxrt1050_evk.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf52840dk_nrf52811/nrf52840dk_nrf52811.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_l552ze_q/nucleo_l552ze_q.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_l552ze_q/nucleo_l552ze_q_ns.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32f030_demo/stm32f030_demo.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/efm32hg_slstk3400a/efm32hg_slstk3400a.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/b_l4s5i_iot01a/b_l4s5i_iot01a.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_f413zh/nucleo_f413zh.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/bcm958401m2/bcm958401m2.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/atsamd20_xpro/atsamd20_xpro.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/usb_kw24d512/usb_kw24d512.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32f469i_disco/stm32f469i_disco.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/atsamr21_xpro/atsamr21_xpro.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/cc3220sf_launchxl/cc3220sf_launchxl.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/msp_exp432p401r_launchxl/msp_exp432p401r_launchxl.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/lpcxpresso55s16/lpcxpresso55s16_ns.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf52_sparkfun/nrf52_sparkfun.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/efm32gg_stk3701a/efm32gg_stk3701a.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32f769i_disco/stm32f769i_disco.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/efr32mg_sltb004a/efr32mg_sltb004a.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_f207zg/nucleo_f207zg.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/qemu_cortex_m0/qemu_cortex_m0.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32f746g_disco/stm32f746g_disco.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/sam_e70_xplained/sam_e70_xplained.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/sam_e70_xplained/sam_e70b_xplained.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/hexiwear_k64/hexiwear_k64.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/mimxrt685_evk/mimxrt685_evk_cm33.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/bcm958402m2_a72/bcm958402m2_a72.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf51dk_nrf51422/nrf51dk_nrf51422.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_f401re/nucleo_f401re.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/bcm958402m2_m7/bcm958402m2_m7.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/lpcxpresso55s69/lpcxpresso55s69_ns.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/lpcxpresso55s69/lpcxpresso55s69_cpu1.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/lpcxpresso55s69/lpcxpresso55s69_cpu0.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_f446re/nucleo_f446re.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32l496g_disco/stm32l496g_disco.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/faze/faze.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf51_vbluno51/nrf51_vbluno51.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/v2m_beetle/v2m_beetle.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/olimex_stm32_e407/olimex_stm32_e407.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/cc1352r_sensortag/cc1352r_sensortag.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/efm32gg_slwstk6121a/efm32gg_slwstk6121a.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/degu_evk/degu_evk.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/arty/arty_a7_arm_designstart_m1.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/arty/arty_a7_arm_designstart_m3.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf9160_innblue22/nrf9160_innblue22ns.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf9160_innblue22/nrf9160_innblue22.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/pinnacle_100_dvk/pinnacle_100_dvk.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/qemu_cortex_a53/qemu_cortex_a53.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/actinius_icarus/actinius_icarus_ns.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/actinius_icarus/actinius_icarus.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/olimexino_stm32/olimexino_stm32.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/qemu_cortex_m3/qemu_cortex_m3.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf52840dongle_nrf52840/nrf52840dongle_nrf52840.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/mps2_an385/mps2_an385.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/arduino_nano_33_iot/arduino_nano_33_iot.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/colibri_imx7d_m4/colibri_imx7d_m4.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/particle_boron/particle_boron.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm3210c_eval/stm3210c_eval.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf52dk_nrf52832/nrf52dk_nrf52832.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/particle_xenon/particle_xenon.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/mimxrt1015_evk/mimxrt1015_evk.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32f412g_disco/stm32f412g_disco.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/96b_meerkat96/96b_meerkat96.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf52_adafruit_feather/nrf52_adafruit_feather.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/olimex_stm32_p405/olimex_stm32_p405.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/npcx7m6fb_evb/npcx7m6fb_evb.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/twr_kv58f220m/twr_kv58f220m.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32mp157c_dk2/stm32mp157c_dk2.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf5340dk_nrf5340/nrf5340dk_nrf5340_cpuappns.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf5340dk_nrf5340/nrf5340pdk_nrf5340_cpuapp.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf5340dk_nrf5340/nrf5340dk_nrf5340_cpuapp.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf5340dk_nrf5340/nrf5340pdk_nrf5340_cpunet.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf5340dk_nrf5340/nrf5340pdk_nrf5340_cpuappns.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf5340dk_nrf5340/nrf5340dk_nrf5340_cpunet.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/waveshare_open103z/waveshare_open103z.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/circuitdojo_feather_nrf9160/circuitdojo_feather_nrf9160ns.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/circuitdojo_feather_nrf9160/circuitdojo_feather_nrf9160.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/sam4s_xplained/sam4s_xplained.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/cc26x2r1_launchxl/cc26x2r1_launchxl.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32f0_disco/stm32f0_disco.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/lpcxpresso11u68/lpcxpresso11u68.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/sam_v71_xult/sam_v71_xult.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/sam_v71_xult/sam_v71b_xult.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32f723e_disco/stm32f723e_disco.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32f072b_disco/stm32f072b_disco.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_l452re/nucleo_l452re_p.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_l452re/nucleo_l452re.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_f303re/nucleo_f303re.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_g474re/nucleo_g474re.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf9160_innblue21/nrf9160_innblue21ns.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nrf9160_innblue21/nrf9160_innblue21.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/stm32l1_disco/stm32l1_disco.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/atsame54_xpro/atsame54_xpro.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/dragino_lsn50/dragino_lsn50.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/qemu_cortex_r5/qemu_cortex_r5.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/mps2_an521/mps2_an521_nonsecure.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/mps2_an521/mps2_an521.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/bl652_dvk/bl652_dvk.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/bbc_microbit/bbc_microbit.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/frdm_k82f/frdm_k82f.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/frdm_kw41z/frdm_kw41z.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_f070rb/nucleo_f070rb.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/black_f407ve/black_f407ve.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/quick_feather/quick_feather.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/atsamd21_xpro/atsamd21_xpro.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/olimex_stm32_h407/olimex_stm32_h407.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/96b_argonkey/96b_argonkey.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/96b_avenger96/96b_avenger96.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/twr_ke18f/twr_ke18f.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/holyiot_yj16019/holyiot_yj16019.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/frdm_k64f/frdm_k64f.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/nucleo_f103rb/nucleo_f103rb.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/arm/efm32wg_stk3800/efm32wg_stk3800.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/x86/qemu_x86/qemu_x86.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/x86/qemu_x86/qemu_x86_xip.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/x86/qemu_x86/qemu_x86_nommu.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/x86/qemu_x86/qemu_x86_coverage.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/x86/qemu_x86/qemu_x86_64.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/x86/qemu_x86/qemu_x86_nopae.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/x86/acrn/acrn.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/x86/up_squared/up_squared_32.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/x86/up_squared/up_squared.yaml
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/boa                                                                                                                                                       rds/x86/minnowboard/minnowboard.yaml
DEBUG   - Reading platform configuration files under /home/ztest/work/zephyrproj                                                                                                                                                       ect/zephyr/scripts/sanity_chk/boards...
DEBUG   - Found platform configuration /home/ztest/work/zephyrproject/zephyr/scr                                                                                                                                                       ipts/sanity_chk/boards/unit/unit_testing/unit_testing.yaml
DEBUG   - platform filter: ['mec15xxevb_assy6853']
DEBUG   -     arch_filter: None
DEBUG   -      tag_filter: None
DEBUG   -     exclude_tag: None
INFO    - Building initial testcase list...
INFO    - 4 test configurations selected, 0 configurations discarded due to filt                                                                                                                                                       ers.

Device testing on:

| Platform            | ID       | Serial device   |
|---------------------|----------|-----------------|
| mec15xxevb_assy6853 | FT9FPJYP | /dev/ttyUSB2    |

INFO    - Adding tasks to the queue...
DEBUG   - Running cmake on /home/ztest/work/zephyrproject/zephyr/tests/kernel/sc                                                                                                                                                       hed/schedule_api for mec15xxevb_assy6853
DEBUG   - Calling cmake with arguments: ['-B/home/ztest/work/zephyrproject/zephy                                                                                                                                                       r/sanity-out/mec15xxevb_assy6853/tests/kernel/sched/schedule_api/kernel.schedule                                                                                                                                                       r.multiq_no_timeslicing', '-S/home/ztest/work/zephyrproject/zephyr/tests/kernel/                                                                                                                                                       sched/schedule_api', '-DEXTRA_CFLAGS="-Werror"', '-DEXTRA_AFLAGS="-Wa,--fatal-wa                                                                                                                                                       rnings', '-DEXTRA_LDFLAGS="-Wl,--fatal-warnings"', '-GUnix Makefiles', '-DCONF_F                                                                                                                                                       ILE=prj_multiq.conf', '-DOVERLAY_CONFIG=/home/ztest/work/zephyrproject/zephyr/sa                                                                                                                                                       nity-out/mec15xxevb_assy6853/tests/kernel/sched/schedule_api/kernel.scheduler.mu                                                                                                                                                       ltiq_no_timeslicing/sanitycheck/testcase_extra.conf', '-DBOARD=mec15xxevb_assy68                                                                                                                                                       53']
DEBUG   - Running cmake on /home/ztest/work/zephyrproject/zephyr/tests/kernel/sc                                                                                                                                                       hed/schedule_api for mec15xxevb_assy6853
DEBUG   - Calling cmake with arguments: ['-B/home/ztest/work/zephyrproject/zephy                                                                                                                                                       r/sanity-out/mec15xxevb_assy6853/tests/kernel/sched/schedule_api/kernel.schedule                                                                                                                                                       r.multiq', '-S/home/ztest/work/zephyrproject/zephyr/tests/kernel/sched/schedule_                                                                                                                                                       api', '-DEXTRA_CFLAGS="-Werror"', '-DEXTRA_AFLAGS="-Wa,--fatal-warnings', '-DEXT                                                                                                                                                       RA_LDFLAGS="-Wl,--fatal-warnings"', '-GUnix Makefiles', '-DCONF_FILE=prj_multiq.                                                                                                                                                       conf', '-DOVERLAY_CONFIG=/home/ztest/work/zephyrproject/zephyr/sanity-out/mec15x                                                                                                                                                       xevb_assy6853/tests/kernel/sched/schedule_api/kernel.scheduler.multiq/sanitychec                                                                                                                                                       k/testcase_extra.conf', '-DBOARD=mec15xxevb_assy6853']
DEBUG   - Running cmake on /home/ztest/work/zephyrproject/zephyr/tests/kernel/sc                                                                                                                                                       hed/schedule_api for mec15xxevb_assy6853
DEBUG   - Running cmake on /home/ztest/work/zephyrproject/zephyr/tests/kernel/sc                                                                                                                                                       hed/schedule_api for mec15xxevb_assy6853
DEBUG   - Calling cmake with arguments: ['-B/home/ztest/work/zephyrproject/zephy                                                                                                                                                       r/sanity-out/mec15xxevb_assy6853/tests/kernel/sched/schedule_api/kernel.schedule                                                                                                                                                       r.no_timeslicing', '-S/home/ztest/work/zephyrproject/zephyr/tests/kernel/sched/s                                                                                                                                                       chedule_api', '-DEXTRA_CFLAGS="-Werror"', '-DEXTRA_AFLAGS="-Wa,--fatal-warnings'                                                                                                                                                       , '-DEXTRA_LDFLAGS="-Wl,--fatal-warnings"', '-GUnix Makefiles', '-DOVERLAY_CONFI                                                                                                                                                       G=/home/ztest/work/zephyrproject/zephyr/sanity-out/mec15xxevb_assy6853/tests/ker                                                                                                                                                       nel/sched/schedule_api/kernel.scheduler.no_timeslicing/sanitycheck/testcase_extr                                                                                                                                                       a.conf', '-DBOARD=mec15xxevb_assy6853']
DEBUG   - Calling cmake with arguments: ['-B/home/ztest/work/zephyrproject/zephy                                                                                                                                                       r/sanity-out/mec15xxevb_assy6853/tests/kernel/sched/schedule_api/kernel.schedule                                                                                                                                                       r', '-S/home/ztest/work/zephyrproject/zephyr/tests/kernel/sched/schedule_api', '                                                                                                                                                       -DEXTRA_CFLAGS="-Werror"', '-DEXTRA_AFLAGS="-Wa,--fatal-warnings', '-DEXTRA_LDFL                                                                                                                                                       AGS="-Wl,--fatal-warnings"', '-GUnix Makefiles', '-DOVERLAY_CONFIG=/home/ztest/w                                                                                                                                                       ork/zephyrproject/zephyr/sanity-out/mec15xxevb_assy6853/tests/kernel/sched/sched                                                                                                                                                       ule_api/kernel.scheduler/sanitycheck/testcase_extra.conf', '-DBOARD=mec15xxevb_a                                                                                                                                                       ssy6853']
DEBUG   - DONE FEEDING
DEBUG   - Finished building /home/ztest/work/zephyrproject/zephyr/tests/kernel/s                                                                                                                                                       ched/schedule_api for mec15xxevb_assy6853
DEBUG   - Finished building /home/ztest/work/zephyrproject/zephyr/tests/kernel/s                                                                                                                                                       ched/schedule_api for mec15xxevb_assy6853
DEBUG   - Finished building /home/ztest/work/zephyrproject/zephyr/tests/kernel/s                                                                                                                                                       ched/schedule_api for mec15xxevb_assy6853
DEBUG   - Finished building /home/ztest/work/zephyrproject/zephyr/tests/kernel/s                                                                                                                                                       ched/schedule_api for mec15xxevb_assy6853
DEBUG   - build test: mec15xxevb_assy6853/tests/kernel/sched/schedule_api/kernel                                                                                                                                                       .scheduler.multiq_no_timeslicing
DEBUG   - Building /home/ztest/work/zephyrproject/zephyr/tests/kernel/sched/sche                                                                                                                                                       dule_api for mec15xxevb_assy6853
DEBUG   - build test: mec15xxevb_assy6853/tests/kernel/sched/schedule_api/kernel                                                                                                                                                       .scheduler.no_timeslicing
DEBUG   - Building /home/ztest/work/zephyrproject/zephyr/tests/kernel/sched/sche                                                                                                                                                       dule_api for mec15xxevb_assy6853
DEBUG   - build test: mec15xxevb_assy6853/tests/kernel/sched/schedule_api/kernel                                                                                                                                                       .scheduler
DEBUG   - Building /home/ztest/work/zephyrproject/zephyr/tests/kernel/sched/sche                                                                                                                                                       dule_api for mec15xxevb_assy6853
DEBUG   - build test: mec15xxevb_assy6853/tests/kernel/sched/schedule_api/kernel                                                                                                                                                       .scheduler.multiq
DEBUG   - Building /home/ztest/work/zephyrproject/zephyr/tests/kernel/sched/sche                                                                                                                                                       dule_api for mec15xxevb_assy6853
DEBUG   - run test: mec15xxevb_assy6853/tests/kernel/sched/schedule_api/kernel.s                                                                                                                                                       cheduler
DEBUG   - run test: mec15xxevb_assy6853/tests/kernel/sched/schedule_api/kernel.s                                                                                                                                                       cheduler.multiq
DEBUG   - run test: mec15xxevb_assy6853/tests/kernel/sched/schedule_api/kernel.s                                                                                                                                                       cheduler.multiq_no_timeslicing
DEBUG   - run test: mec15xxevb_assy6853/tests/kernel/sched/schedule_api/kernel.s                                                                                                                                                       cheduler.no_timeslicing
DEBUG   - Using serial device /dev/ttyUSB2
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   -
Searching for connected FTDI devices with USB VID:PID=0x0403:0x6001...
MATCH: FTDI device 0 (FTDI TTL232R-3V3, Serial #: FT9FPJZR)
SKIPPING: FTDI device 1 (FTDI TTL232R-3V3, Serial #: FT9FTT5P)
Setting GPIO 0x01 to 0.
Done!

DEBUG   - Flash command: ['west', 'flash', '--skip-rebuild', '-d', '/home/ztest/                                                                                                                                                       work/zephyrproject/zephyr/sanity-out/mec15xxevb_assy6853/tests/kernel/sched/sche                                                                                                                                                       dule_api/kernel.scheduler', '--runner', 'dediprog']
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   -
Searching for connected FTDI devices with USB VID:PID=0x0403:0x6001...
MATCH: FTDI device 0 (FTDI TTL232R-3V3, Serial #: FT9FPJZR)
SKIPPING: FTDI device 1 (FTDI TTL232R-3V3, Serial #: FT9FTT5P)
Setting GPIO 0x01 to 1.
Done!

DEBUG   - DEVICE: *** Booting Zephyr OS build zephyr-v2.4.0-617-g34cf1c74c21b  *                                                                                                                                                       **
DEBUG   - DEVICE: Running test suite threads_scheduling
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_bad_priorities
DEBUG   - DEVICE: PASS - test_bad_priorities
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_priority_cooperative
DEBUG   - DEVICE: PASS - test_priority_cooperative
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_priority_preemptible
DEBUG   - DEVICE: PASS - test_priority_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_priority_preemptible_wait_prio
DEBUG   - DEVICE: PASS - test_priority_preemptible_wait_prio
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_yield_cooperative
DEBUG   - DEVICE: PASS - test_yield_cooperative
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_sleep_cooperative
DEBUG   - DEVICE: PASS - test_sleep_cooperative
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_sleep_wakeup_preemptible
DEBUG   - DEVICE: PASS - test_sleep_wakeup_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_pending_thread_wakeup
DEBUG   - DEVICE: PASS - test_pending_thread_wakeup
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_time_slicing_preemptible
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - DEVICE: PASS - test_time_slicing_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_time_slicing_disable_preemptible
DEBUG   - DEVICE: PASS - test_time_slicing_disable_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_lock_preemptible
DEBUG   - DEVICE: PASS - test_lock_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_unlock_preemptible
DEBUG   - DEVICE: PASS - test_unlock_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - DEVICE: START - test_unlock_nested_sched_lock
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - DEVICE: PASS - test_unlock_nested_sched_lock
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_sched_is_preempt_thread
DEBUG   - DEVICE: PASS - test_sched_is_preempt_thread
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_slice_reset
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - DEVICE: PASS - test_slice_reset
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_slice_scheduling
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: AB
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - DEVICE: AB
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - DEVICE: AB
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: AB
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - DEVICE: PASS - test_slice_scheduling
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_priority_scheduling
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: PASS - test_priority_scheduling
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_wakeup_expired_timer_thread
DEBUG   - DEVICE: PASS - test_wakeup_expired_timer_thread
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_user_k_wakeup
DEBUG   - DEVICE: PASS - test_user_k_wakeup
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_user_k_is_preempt
DEBUG   - DEVICE: PASS - test_user_k_is_preempt
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: Test suite threads_scheduling succeeded
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: PROJECT EXECUTION SUCCESSFUL
DEBUG   - run status: passed
DEBUG   - Using serial device /dev/ttyUSB2
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   -
Searching for connected FTDI devices with USB VID:PID=0x0403:0x6001...
MATCH: FTDI device 0 (FTDI TTL232R-3V3, Serial #: FT9FPJZR)
SKIPPING: FTDI device 1 (FTDI TTL232R-3V3, Serial #: FT9FTT5P)
Setting GPIO 0x01 to 0.
Done!

DEBUG   - Flash command: ['west', 'flash', '--skip-rebuild', '-d', '/home/ztest/                                                                                                                                                       work/zephyrproject/zephyr/sanity-out/mec15xxevb_assy6853/tests/kernel/sched/sche                                                                                                                                                       dule_api/kernel.scheduler.multiq', '--runner', 'dediprog']
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   -
Searching for connected FTDI devices with USB VID:PID=0x0403:0x6001...
MATCH: FTDI device 0 (FTDI TTL232R-3V3, Serial #: FT9FPJZR)
SKIPPING: FTDI device 1 (FTDI TTL232R-3V3, Serial #: FT9FTT5P)
Setting GPIO 0x01 to 1.
Done!

DEBUG   - DEVICE: *** Booting Zephyr OS build zephyr-v2.4.0-617-g34cf1c74c21b  *                                                                                                                                                       **
DEBUG   - DEVICE: Running test suite threads_scheduling
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_bad_priorities
DEBUG   - DEVICE: PASS - test_bad_priorities
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_priority_cooperative
DEBUG   - DEVICE: PASS - test_priority_cooperative
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_priority_preemptible
DEBUG   - DEVICE: PASS - test_priority_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_priority_preemptible_wait_prio
DEBUG   - DEVICE: PASS - test_priority_preemptible_wait_prio
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_yield_cooperative
DEBUG   - DEVICE: PASS - test_yield_cooperative
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_sleep_cooperative
DEBUG   - DEVICE: PASS - test_sleep_cooperative
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_sleep_wakeup_preemptible
DEBUG   - DEVICE: PASS - test_sleep_wakeup_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_pending_thread_wakeup
DEBUG   - DEVICE: PASS - test_pending_thread_wakeup
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_time_slicing_preemptible
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - DEVICE: PASS - test_time_slicing_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_time_slicing_disable_preemptible
DEBUG   - DEVICE: PASS - test_time_slicing_disable_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_lock_preemptible
DEBUG   - DEVICE: PASS - test_lock_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_unlock_preemptible
DEBUG   - DEVICE: PASS - test_unlock_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_unlock_nested_sched_lock
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - DEVICE: PASS - test_unlock_nested_sched_lock
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_sched_is_preempt_thread
DEBUG   - DEVICE: PASS - test_sched_is_preempt_thread
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_slice_reset
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - DEVICE: PASS - test_slice_reset
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_slice_scheduling
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: AB
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - DEVICE: AB
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - DEVICE: AB
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: AB
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - DEVICE: PASS - test_slice_scheduling
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_priority_scheduling
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: PASS - test_priority_scheduling
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_wakeup_expired_timer_thread
DEBUG   - DEVICE: PASS - test_wakeup_expired_timer_thread
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_user_k_wakeup
DEBUG   - DEVICE: PASS - test_user_k_wakeup
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_user_k_is_preempt
DEBUG   - DEVICE: PASS - test_user_k_is_preempt
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: Test suite threads_scheduling succeeded
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: PROJECT EXECUTION SUCCESSFUL
DEBUG   - run status: passed
DEBUG   - Using serial device /dev/ttyUSB2
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   -
Searching for connected FTDI devices with USB VID:PID=0x0403:0x6001...
MATCH: FTDI device 0 (FTDI TTL232R-3V3, Serial #: FT9FPJZR)
SKIPPING: FTDI device 1 (FTDI TTL232R-3V3, Serial #: FT9FTT5P)
Setting GPIO 0x01 to 0.
Done!

DEBUG   - Flash command: ['west', 'flash', '--skip-rebuild', '-d', '/home/ztest/                                                                                                                                                       work/zephyrproject/zephyr/sanity-out/mec15xxevb_assy6853/tests/kernel/sched/sche                                                                                                                                                       dule_api/kernel.scheduler.multiq_no_timeslicing', '--runner', 'dediprog']
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   -
Searching for connected FTDI devices with USB VID:PID=0x0403:0x6001...
MATCH: FTDI device 0 (FTDI TTL232R-3V3, Serial #: FT9FPJZR)
SKIPPING: FTDI device 1 (FTDI TTL232R-3V3, Serial #: FT9FTT5P)
Setting GPIO 0x01 to 1.
Done!

DEBUG   - DEVICE: *** Booting Zephyr OS build zephyr-v2.4.0-617-g34cf1c74c21b  *                                                                                                                                                       **
DEBUG   - DEVICE: Running test suite threads_scheduling
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_bad_priorities
DEBUG   - DEVICE: PASS - test_bad_priorities
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_priority_cooperative
DEBUG   - DEVICE: PASS - test_priority_cooperative
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_priority_preemptible
DEBUG   - DEVICE: PASS - test_priority_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_priority_preemptible_wait_prio
DEBUG   - DEVICE: PASS - test_priority_preemptible_wait_prio
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_yield_cooperative
DEBUG   - DEVICE: PASS - test_yield_cooperative
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_sleep_cooperative
DEBUG   - DEVICE: PASS - test_sleep_cooperative
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_sleep_wakeup_preemptible
DEBUG   - DEVICE: PASS - test_sleep_wakeup_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_pending_thread_wakeup
DEBUG   - DEVICE: PASS - test_pending_thread_wakeup
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_time_slicing_preemptible
DEBUG   - DEVICE: SKIP - test_time_slicing_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_time_slicing_disable_preemptible
DEBUG   - DEVICE: SKIP - test_time_slicing_disable_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_lock_preemptible
DEBUG   - DEVICE: PASS - test_lock_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_unlock_preemptible
DEBUG   - DEVICE: PASS - test_unlock_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_unlock_nested_sched_lock
DEBUG   - Waiting for device mec15xxevb_assy6853 to become available
DEBUG   - DEVICE: PASS - test_unlock_nested_sched_lock
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_sched_is_preempt_thread
DEBUG   - DEVICE: PASS - test_sched_is_preempt_thread
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_slice_reset
DEBUG   - DEVICE: SKIP - test_slice_reset
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_slice_scheduling
DEBUG   - DEVICE: SKIP - test_slice_scheduling
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_priority_scheduling
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: PASS - test_priority_scheduling
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_wakeup_expired_timer_thread
DEBUG   - DEVICE: PASS - test_wakeup_expired_timer_thread
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_user_k_wakeup
DEBUG   - DEVICE: PASS - test_user_k_wakeup
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_user_k_is_preempt
DEBUG   - DEVICE: PASS - test_user_k_is_preempt
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: Test suite threads_scheduling succeeded
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: PROJECT EXECUTION SUCCESSFUL
DEBUG   - run status: passed
DEBUG   - Using serial device /dev/ttyUSB2
DEBUG   -
Searching for connected FTDI devices with USB VID:PID=0x0403:0x6001...
MATCH: FTDI device 0 (FTDI TTL232R-3V3, Serial #: FT9FPJZR)
SKIPPING: FTDI device 1 (FTDI TTL232R-3V3, Serial #: FT9FTT5P)
Setting GPIO 0x01 to 0.
Done!

DEBUG   - Flash command: ['west', 'flash', '--skip-rebuild', '-d', '/home/ztest/                                                                                                                                                       work/zephyrproject/zephyr/sanity-out/mec15xxevb_assy6853/tests/kernel/sched/sche                                                                                                                                                       dule_api/kernel.scheduler.no_timeslicing', '--runner', 'dediprog']
DEBUG   -
Searching for connected FTDI devices with USB VID:PID=0x0403:0x6001...
MATCH: FTDI device 0 (FTDI TTL232R-3V3, Serial #: FT9FPJZR)
SKIPPING: FTDI device 1 (FTDI TTL232R-3V3, Serial #: FT9FTT5P)
Setting GPIO 0x01 to 1.
Done!

DEBUG   - DEVICE: *** Booting Zephyr OS build zephyr-v2.4.0-617-g34cf1c74c21b  *                                                                                                                                                       **
DEBUG   - DEVICE: Running test suite threads_scheduling
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_bad_priorities
DEBUG   - DEVICE: PASS - test_bad_priorities
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_priority_cooperative
DEBUG   - DEVICE: PASS - test_priority_cooperative
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_priority_preemptible
DEBUG   - DEVICE: PASS - test_priority_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_priority_preemptible_wait_prio
DEBUG   - DEVICE: PASS - test_priority_preemptible_wait_prio
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_yield_cooperative
DEBUG   - DEVICE: PASS - test_yield_cooperative
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_sleep_cooperative
DEBUG   - DEVICE: PASS - test_sleep_cooperative
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_sleep_wakeup_preemptible
DEBUG   - DEVICE: PASS - test_sleep_wakeup_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_pending_thread_wakeup
DEBUG   - DEVICE: PASS - test_pending_thread_wakeup
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_time_slicing_preemptible
DEBUG   - DEVICE: SKIP - test_time_slicing_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_time_slicing_disable_preemptible
DEBUG   - DEVICE: SKIP - test_time_slicing_disable_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_lock_preemptible
DEBUG   - DEVICE: PASS - test_lock_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_unlock_preemptible
DEBUG   - DEVICE: PASS - test_unlock_preemptible
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_unlock_nested_sched_lock
DEBUG   - DEVICE: PASS - test_unlock_nested_sched_lock
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_sched_is_preempt_thread
DEBUG   - DEVICE: PASS - test_sched_is_preempt_thread
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_slice_reset
DEBUG   - DEVICE: SKIP - test_slice_reset
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_slice_scheduling
DEBUG   - DEVICE: SKIP - test_slice_scheduling
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_priority_scheduling
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: AB
DEBUG   - DEVICE: PASS - test_priority_scheduling
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_wakeup_expired_timer_thread
DEBUG   - DEVICE: PASS - test_wakeup_expired_timer_thread
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_user_k_wakeup
DEBUG   - DEVICE: PASS - test_user_k_wakeup
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: START - test_user_k_is_preempt
DEBUG   - DEVICE: PASS - test_user_k_is_preempt
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: Test suite threads_scheduling succeeded
DEBUG   - DEVICE: ==============================================================                                                                                                                                                       =====
DEBUG   - DEVICE: PROJECT EXECUTION SUCCESSFUL
DEBUG   - run status: passed
INFO    - 1/4 mec15xxevb_assy6853       tests/kernel/sched/schedule_api/kernel.s                                                                                                                                                       cheduler.no_timeslicing PASSED (device 54.248s)
INFO    - 2/4 mec15xxevb_assy6853       tests/kernel/sched/schedule_api/kernel.s                                                                                                                                                       cheduler.multiq_no_timeslicing PASSED (device 54.246s)
INFO    - 3/4 mec15xxevb_assy6853       tests/kernel/sched/schedule_api/kernel.s                                                                                                                                                       cheduler.multiq PASSED (device 61.261s)
INFO    - 4/4 mec15xxevb_assy6853       tests/kernel/sched/schedule_api/kernel.s                                                                                                                                                       cheduler   PASSED (device 61.276s)

DEBUG   - running footprint_reports
INFO    - 4 of 4 tests passed (100.00%), 0 failed, 0 skipped with 0 warnings in                                                                                                                                                        238.54 seconds
INFO    - In total 72 test cases were executed on 1 out of total 292 platforms (                                                                                                                                                       0.34%)
INFO    - 4 tests executed on platforms, 0 tests were only built.

Hardware distribution summary:

| Board               | ID       |   Counter |
|---------------------|----------|-----------|
| mec15xxevb_assy6853 | FT9FPJYP |         4 |
chrta commented 3 years ago

Just for reference: The tests are now (revision 3ce7afdaaa005dc0f46d721ad77d0c275ce0df9f) all PASSED for efm32pg_stk3402a.

$ sanitycheck -p efm32pg_stk3402a -v --device-testing --device-serial /dev/ttyACM1 -T tests/kernel/sched/schedule_api/ -vv
...
DEBUG   - run status: passed
INFO    - 1/4 efm32pg_stk3402a          tests/kernel/sched/schedule_api/kernel.scheduler   PASSED (device 19.918s)
INFO    - 2/4 efm32pg_stk3402a          tests/kernel/sched/schedule_api/kernel.scheduler.multiq PASSED (device 19.930s)
INFO    - 3/4 efm32pg_stk3402a          tests/kernel/sched/schedule_api/kernel.scheduler.no_timeslicing PASSED (device 4.392s)
INFO    - 4/4 efm32pg_stk3402a          tests/kernel/sched/schedule_api/kernel.scheduler.multiq_no_timeslicing PASSED (device 4.691s)

DEBUG   - running footprint_reports
INFO    - 4 of 4 tests passed (100.00%), 0 failed, 0 skipped with 0 warnings in 81.13 seconds
INFO    - In total 72 test cases were executed on 1 out of total 292 platforms (0.34%)
INFO    - 4 tests executed on platforms, 0 tests were only built.
...
maksimmasalski commented 3 years ago

Just for reference: The tests are now (revision 3ce7afd) all PASSED for efm32pg_stk3402a.

$ sanitycheck -p efm32pg_stk3402a -v --device-testing --device-serial /dev/ttyACM1 -T tests/kernel/sched/schedule_api/ -vv
...
DEBUG   - run status: passed
INFO    - 1/4 efm32pg_stk3402a          tests/kernel/sched/schedule_api/kernel.scheduler   PASSED (device 19.918s)
INFO    - 2/4 efm32pg_stk3402a          tests/kernel/sched/schedule_api/kernel.scheduler.multiq PASSED (device 19.930s)
INFO    - 3/4 efm32pg_stk3402a          tests/kernel/sched/schedule_api/kernel.scheduler.no_timeslicing PASSED (device 4.392s)
INFO    - 4/4 efm32pg_stk3402a          tests/kernel/sched/schedule_api/kernel.scheduler.multiq_no_timeslicing PASSED (device 4.691s)

DEBUG   - running footprint_reports
INFO    - 4 of 4 tests passed (100.00%), 0 failed, 0 skipped with 0 warnings in 81.13 seconds
INFO    - In total 72 test cases were executed on 1 out of total 292 platforms (0.34%)
INFO    - 4 tests executed on platforms, 0 tests were only built.
...

Great!