Giter Site home page Giter Site logo

infoflow's Introduction

infoflow

a information sharing project

infoflow's People

Contributors

hakehuang avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

bryantzheng

infoflow's Issues

tests-ci :kernel.memory_protection.userspace.write_kobject_user_pipe : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.write_kobject_user_pipe test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.threads.apis.k_busy_wait : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.threads.apis.k_busy_wait test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.threads
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite threads_lifecycle
===================================================================
START - test_thread_runtime_stats_get
PASS - test_thread_runtime_stats_get in 0.1 seconds
===================================================================
START - test_k_thread_stack_space_get_user
PASS - test_k_thread_stack_space_get_user in 0.1 seconds
===================================================================
START - test_threads_spawn_params
PASS - test_threads_spawn_params in 0.101 seconds
===================================================================
START - test_threads_spawn_priority
PASS - test_threads_spawn_priority in 0.101 seconds
===================================================================
START - test_threads_spawn_delay
PASS - test_threads_spawn_delay in 0.201 seconds
===================================================================
START - test_threads_spawn_forever
PASS - test_threads_spawn_forever in 0.1 seconds
===================================================================
START - test_thread_start_user
PASS - test_thread_start_user in 0.101 seconds
===================================================================
START - test_thread_start
PASS - test_thread_start in 0.1 seconds
===================================================================
START - test_threads_suspend_resume_cooperative
PASS - test_threads_suspend_resume_cooperative in 0.201 seconds
===================================================================
START - test_threads_suspend_resume_preemptible
PASS - test_threads_suspend_resume_preemptible in 0.201 seconds
===================================================================
START - test_threads_priority_set
PASS - test_threads_priority_set in 0.1 seconds
===================================================================
START - test_threads_abort_self
PASS - test_threads_abort_self in 0.101 seconds
===================================================================
START - test_threads_abort_others
PASS - test_threads_abort_others in 1.152 seconds
===================================================================
START - test_threads_abort_repeat
PASS - test_threads_abort_repeat in 0.201 seconds
===================================================================
START - test_delayed_thread_abort
PASS - test_delayed_thread_abort in 0.51 seconds
===================================================================
START - test_essential_thread_operation
PASS - test_essential_thread_operation in 0.1 seconds
===================================================================
START - test_essential_thread_abort
PASS - test_essential_thread_abort in 0.1 seconds
===================================================================
START - test_systhreads_main
PASS - test_systhreads_main in 0.1 seconds
===================================================================
START - test_systhreads_idle
PASS - test_systhreads_idle in 0.101 seconds
===================================================================
START - test_customdata_get_set_coop
PASS - test_customdata_get_set_coop in 0.501 seconds
===================================================================
START - test_customdata_get_set_preempt
PASS - test_customdata_get_set_preempt in 0.501 seconds
===================================================================
START - test_k_thread_foreach
TEST: Newly added thread found
TEST: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach in 0.7 seconds
===================================================================
START - test_k_thread_foreach_unlocked
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
TEST_UNLOCKED: Newly added thread in callback found
TEST_UNLOCKED: tid: 0x30000ac0, prio: 0
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach_unlocked in 0.24 seconds
===================================================================
START - test_k_thread_foreach_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:55
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000037  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007a1b
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_null_cb)
PASS - test_k_thread_foreach_null_cb in 0.37 seconds
===================================================================
START - test_k_thread_foreach_unlocked_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:83
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000053  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007ae5
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_unlocked_)
PASS - test_k_thread_foreach_unlocked_null_cb in 0.38 seconds
===================================================================
START - test_k_thread_state_str
PASS - test_k_thread_state_str in 0.1 seconds
===================================================================
START - test_thread_name_get_set
PASS - test_thread_name_get_set in 0.1 seconds
===================================================================
START - test_thread_name_user_get_set
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.oops_exception : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.oops_exception test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.revoke_noperms_object : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.revoke_noperms_object test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.threads.apis.threads_suspend_timeout : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.threads.apis.threads_suspend_timeout test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.threads
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite threads_lifecycle
===================================================================
START - test_thread_runtime_stats_get
PASS - test_thread_runtime_stats_get in 0.1 seconds
===================================================================
START - test_k_thread_stack_space_get_user
PASS - test_k_thread_stack_space_get_user in 0.1 seconds
===================================================================
START - test_threads_spawn_params
PASS - test_threads_spawn_params in 0.101 seconds
===================================================================
START - test_threads_spawn_priority
PASS - test_threads_spawn_priority in 0.101 seconds
===================================================================
START - test_threads_spawn_delay
PASS - test_threads_spawn_delay in 0.201 seconds
===================================================================
START - test_threads_spawn_forever
PASS - test_threads_spawn_forever in 0.1 seconds
===================================================================
START - test_thread_start_user
PASS - test_thread_start_user in 0.101 seconds
===================================================================
START - test_thread_start
PASS - test_thread_start in 0.1 seconds
===================================================================
START - test_threads_suspend_resume_cooperative
PASS - test_threads_suspend_resume_cooperative in 0.201 seconds
===================================================================
START - test_threads_suspend_resume_preemptible
PASS - test_threads_suspend_resume_preemptible in 0.201 seconds
===================================================================
START - test_threads_priority_set
PASS - test_threads_priority_set in 0.1 seconds
===================================================================
START - test_threads_abort_self
PASS - test_threads_abort_self in 0.101 seconds
===================================================================
START - test_threads_abort_others
PASS - test_threads_abort_others in 1.152 seconds
===================================================================
START - test_threads_abort_repeat
PASS - test_threads_abort_repeat in 0.201 seconds
===================================================================
START - test_delayed_thread_abort
PASS - test_delayed_thread_abort in 0.51 seconds
===================================================================
START - test_essential_thread_operation
PASS - test_essential_thread_operation in 0.1 seconds
===================================================================
START - test_essential_thread_abort
PASS - test_essential_thread_abort in 0.1 seconds
===================================================================
START - test_systhreads_main
PASS - test_systhreads_main in 0.1 seconds
===================================================================
START - test_systhreads_idle
PASS - test_systhreads_idle in 0.101 seconds
===================================================================
START - test_customdata_get_set_coop
PASS - test_customdata_get_set_coop in 0.501 seconds
===================================================================
START - test_customdata_get_set_preempt
PASS - test_customdata_get_set_preempt in 0.501 seconds
===================================================================
START - test_k_thread_foreach
TEST: Newly added thread found
TEST: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach in 0.7 seconds
===================================================================
START - test_k_thread_foreach_unlocked
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
TEST_UNLOCKED: Newly added thread in callback found
TEST_UNLOCKED: tid: 0x30000ac0, prio: 0
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach_unlocked in 0.24 seconds
===================================================================
START - test_k_thread_foreach_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:55
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000037  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007a1b
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_null_cb)
PASS - test_k_thread_foreach_null_cb in 0.37 seconds
===================================================================
START - test_k_thread_foreach_unlocked_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:83
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000053  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007ae5
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_unlocked_)
PASS - test_k_thread_foreach_unlocked_null_cb in 0.38 seconds
===================================================================
START - test_k_thread_state_str
PASS - test_k_thread_state_str in 0.1 seconds
===================================================================
START - test_thread_name_get_set
PASS - test_thread_name_get_set in 0.1 seconds
===================================================================
START - test_thread_name_user_get_set
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.pass_noperms_object : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.pass_noperms_object test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.read_other_stack : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.read_other_stack test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.threads.apis.abort_from_isr : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.threads.apis.abort_from_isr test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.threads
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite threads_lifecycle
===================================================================
START - test_thread_runtime_stats_get
PASS - test_thread_runtime_stats_get in 0.1 seconds
===================================================================
START - test_k_thread_stack_space_get_user
PASS - test_k_thread_stack_space_get_user in 0.1 seconds
===================================================================
START - test_threads_spawn_params
PASS - test_threads_spawn_params in 0.101 seconds
===================================================================
START - test_threads_spawn_priority
PASS - test_threads_spawn_priority in 0.101 seconds
===================================================================
START - test_threads_spawn_delay
PASS - test_threads_spawn_delay in 0.201 seconds
===================================================================
START - test_threads_spawn_forever
PASS - test_threads_spawn_forever in 0.1 seconds
===================================================================
START - test_thread_start_user
PASS - test_thread_start_user in 0.101 seconds
===================================================================
START - test_thread_start
PASS - test_thread_start in 0.1 seconds
===================================================================
START - test_threads_suspend_resume_cooperative
PASS - test_threads_suspend_resume_cooperative in 0.201 seconds
===================================================================
START - test_threads_suspend_resume_preemptible
PASS - test_threads_suspend_resume_preemptible in 0.201 seconds
===================================================================
START - test_threads_priority_set
PASS - test_threads_priority_set in 0.1 seconds
===================================================================
START - test_threads_abort_self
PASS - test_threads_abort_self in 0.101 seconds
===================================================================
START - test_threads_abort_others
PASS - test_threads_abort_others in 1.152 seconds
===================================================================
START - test_threads_abort_repeat
PASS - test_threads_abort_repeat in 0.201 seconds
===================================================================
START - test_delayed_thread_abort
PASS - test_delayed_thread_abort in 0.51 seconds
===================================================================
START - test_essential_thread_operation
PASS - test_essential_thread_operation in 0.1 seconds
===================================================================
START - test_essential_thread_abort
PASS - test_essential_thread_abort in 0.1 seconds
===================================================================
START - test_systhreads_main
PASS - test_systhreads_main in 0.1 seconds
===================================================================
START - test_systhreads_idle
PASS - test_systhreads_idle in 0.101 seconds
===================================================================
START - test_customdata_get_set_coop
PASS - test_customdata_get_set_coop in 0.501 seconds
===================================================================
START - test_customdata_get_set_preempt
PASS - test_customdata_get_set_preempt in 0.501 seconds
===================================================================
START - test_k_thread_foreach
TEST: Newly added thread found
TEST: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach in 0.7 seconds
===================================================================
START - test_k_thread_foreach_unlocked
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
TEST_UNLOCKED: Newly added thread in callback found
TEST_UNLOCKED: tid: 0x30000ac0, prio: 0
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach_unlocked in 0.24 seconds
===================================================================
START - test_k_thread_foreach_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:55
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000037  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007a1b
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_null_cb)
PASS - test_k_thread_foreach_null_cb in 0.37 seconds
===================================================================
START - test_k_thread_foreach_unlocked_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:83
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000053  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007ae5
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_unlocked_)
PASS - test_k_thread_foreach_unlocked_null_cb in 0.38 seconds
===================================================================
START - test_k_thread_state_str
PASS - test_k_thread_state_str in 0.1 seconds
===================================================================
START - test_thread_name_get_set
PASS - test_thread_name_get_set in 0.1 seconds
===================================================================
START - test_thread_name_user_get_set
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.access_after_revoke : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.access_after_revoke test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.oops_oops : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.oops_oops test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.user_mode_enter : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.user_mode_enter test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.bad_syscall : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.bad_syscall test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.domain_add_part_drop_to_user : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.domain_add_part_drop_to_user test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.threads.apis.abort_from_isr_not_self : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.threads.apis.abort_from_isr_not_self test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.threads
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite threads_lifecycle
===================================================================
START - test_thread_runtime_stats_get
PASS - test_thread_runtime_stats_get in 0.1 seconds
===================================================================
START - test_k_thread_stack_space_get_user
PASS - test_k_thread_stack_space_get_user in 0.1 seconds
===================================================================
START - test_threads_spawn_params
PASS - test_threads_spawn_params in 0.101 seconds
===================================================================
START - test_threads_spawn_priority
PASS - test_threads_spawn_priority in 0.101 seconds
===================================================================
START - test_threads_spawn_delay
PASS - test_threads_spawn_delay in 0.201 seconds
===================================================================
START - test_threads_spawn_forever
PASS - test_threads_spawn_forever in 0.1 seconds
===================================================================
START - test_thread_start_user
PASS - test_thread_start_user in 0.101 seconds
===================================================================
START - test_thread_start
PASS - test_thread_start in 0.1 seconds
===================================================================
START - test_threads_suspend_resume_cooperative
PASS - test_threads_suspend_resume_cooperative in 0.201 seconds
===================================================================
START - test_threads_suspend_resume_preemptible
PASS - test_threads_suspend_resume_preemptible in 0.201 seconds
===================================================================
START - test_threads_priority_set
PASS - test_threads_priority_set in 0.1 seconds
===================================================================
START - test_threads_abort_self
PASS - test_threads_abort_self in 0.101 seconds
===================================================================
START - test_threads_abort_others
PASS - test_threads_abort_others in 1.152 seconds
===================================================================
START - test_threads_abort_repeat
PASS - test_threads_abort_repeat in 0.201 seconds
===================================================================
START - test_delayed_thread_abort
PASS - test_delayed_thread_abort in 0.51 seconds
===================================================================
START - test_essential_thread_operation
PASS - test_essential_thread_operation in 0.1 seconds
===================================================================
START - test_essential_thread_abort
PASS - test_essential_thread_abort in 0.1 seconds
===================================================================
START - test_systhreads_main
PASS - test_systhreads_main in 0.1 seconds
===================================================================
START - test_systhreads_idle
PASS - test_systhreads_idle in 0.101 seconds
===================================================================
START - test_customdata_get_set_coop
PASS - test_customdata_get_set_coop in 0.501 seconds
===================================================================
START - test_customdata_get_set_preempt
PASS - test_customdata_get_set_preempt in 0.501 seconds
===================================================================
START - test_k_thread_foreach
TEST: Newly added thread found
TEST: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach in 0.7 seconds
===================================================================
START - test_k_thread_foreach_unlocked
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
TEST_UNLOCKED: Newly added thread in callback found
TEST_UNLOCKED: tid: 0x30000ac0, prio: 0
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach_unlocked in 0.24 seconds
===================================================================
START - test_k_thread_foreach_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:55
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000037  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007a1b
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_null_cb)
PASS - test_k_thread_foreach_null_cb in 0.37 seconds
===================================================================
START - test_k_thread_foreach_unlocked_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:83
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000053  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007ae5
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_unlocked_)
PASS - test_k_thread_foreach_unlocked_null_cb in 0.38 seconds
===================================================================
START - test_k_thread_state_str
PASS - test_k_thread_state_str in 0.1 seconds
===================================================================
START - test_thread_name_get_set
PASS - test_thread_name_get_set in 0.1 seconds
===================================================================
START - test_thread_name_user_get_set
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.write_priv_stack : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.write_priv_stack test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.domain_add_part_context_switch : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.domain_add_part_context_switch test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.unimplemented_syscall : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.unimplemented_syscall test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.write_kernram : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.write_kernram test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.read_kobject_user_pipe : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.read_kobject_user_pipe test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.domain_add_thread_drop_to_user : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.domain_add_thread_drop_to_user test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.oops_panic : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.oops_panic test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.write_kernel_data : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.write_kernel_data test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.threads.apis.thread_name_user_get_set : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.threads.apis.thread_name_user_get_set test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.threads
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite threads_lifecycle
===================================================================
START - test_thread_runtime_stats_get
PASS - test_thread_runtime_stats_get in 0.1 seconds
===================================================================
START - test_k_thread_stack_space_get_user
PASS - test_k_thread_stack_space_get_user in 0.1 seconds
===================================================================
START - test_threads_spawn_params
PASS - test_threads_spawn_params in 0.101 seconds
===================================================================
START - test_threads_spawn_priority
PASS - test_threads_spawn_priority in 0.101 seconds
===================================================================
START - test_threads_spawn_delay
PASS - test_threads_spawn_delay in 0.201 seconds
===================================================================
START - test_threads_spawn_forever
PASS - test_threads_spawn_forever in 0.1 seconds
===================================================================
START - test_thread_start_user
PASS - test_thread_start_user in 0.101 seconds
===================================================================
START - test_thread_start
PASS - test_thread_start in 0.1 seconds
===================================================================
START - test_threads_suspend_resume_cooperative
PASS - test_threads_suspend_resume_cooperative in 0.201 seconds
===================================================================
START - test_threads_suspend_resume_preemptible
PASS - test_threads_suspend_resume_preemptible in 0.201 seconds
===================================================================
START - test_threads_priority_set
PASS - test_threads_priority_set in 0.1 seconds
===================================================================
START - test_threads_abort_self
PASS - test_threads_abort_self in 0.101 seconds
===================================================================
START - test_threads_abort_others
PASS - test_threads_abort_others in 1.152 seconds
===================================================================
START - test_threads_abort_repeat
PASS - test_threads_abort_repeat in 0.201 seconds
===================================================================
START - test_delayed_thread_abort
PASS - test_delayed_thread_abort in 0.51 seconds
===================================================================
START - test_essential_thread_operation
PASS - test_essential_thread_operation in 0.1 seconds
===================================================================
START - test_essential_thread_abort
PASS - test_essential_thread_abort in 0.1 seconds
===================================================================
START - test_systhreads_main
PASS - test_systhreads_main in 0.1 seconds
===================================================================
START - test_systhreads_idle
PASS - test_systhreads_idle in 0.101 seconds
===================================================================
START - test_customdata_get_set_coop
PASS - test_customdata_get_set_coop in 0.501 seconds
===================================================================
START - test_customdata_get_set_preempt
PASS - test_customdata_get_set_preempt in 0.501 seconds
===================================================================
START - test_k_thread_foreach
TEST: Newly added thread found
TEST: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach in 0.7 seconds
===================================================================
START - test_k_thread_foreach_unlocked
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
TEST_UNLOCKED: Newly added thread in callback found
TEST_UNLOCKED: tid: 0x30000ac0, prio: 0
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach_unlocked in 0.24 seconds
===================================================================
START - test_k_thread_foreach_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:55
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000037  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007a1b
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_null_cb)
PASS - test_k_thread_foreach_null_cb in 0.37 seconds
===================================================================
START - test_k_thread_foreach_unlocked_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:83
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000053  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007ae5
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_unlocked_)
PASS - test_k_thread_foreach_unlocked_null_cb in 0.38 seconds
===================================================================
START - test_k_thread_state_str
PASS - test_k_thread_state_str in 0.1 seconds
===================================================================
START - test_thread_name_get_set
PASS - test_thread_name_get_set in 0.1 seconds
===================================================================
START - test_thread_name_user_get_set
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.init_and_access_other_memdomain : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.init_and_access_other_memdomain test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.read_kernram : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.read_kernram test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.threads.apis.thread_join : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.threads.apis.thread_join test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.threads
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite threads_lifecycle
===================================================================
START - test_thread_runtime_stats_get
PASS - test_thread_runtime_stats_get in 0.1 seconds
===================================================================
START - test_k_thread_stack_space_get_user
PASS - test_k_thread_stack_space_get_user in 0.1 seconds
===================================================================
START - test_threads_spawn_params
PASS - test_threads_spawn_params in 0.101 seconds
===================================================================
START - test_threads_spawn_priority
PASS - test_threads_spawn_priority in 0.101 seconds
===================================================================
START - test_threads_spawn_delay
PASS - test_threads_spawn_delay in 0.201 seconds
===================================================================
START - test_threads_spawn_forever
PASS - test_threads_spawn_forever in 0.1 seconds
===================================================================
START - test_thread_start_user
PASS - test_thread_start_user in 0.101 seconds
===================================================================
START - test_thread_start
PASS - test_thread_start in 0.1 seconds
===================================================================
START - test_threads_suspend_resume_cooperative
PASS - test_threads_suspend_resume_cooperative in 0.201 seconds
===================================================================
START - test_threads_suspend_resume_preemptible
PASS - test_threads_suspend_resume_preemptible in 0.201 seconds
===================================================================
START - test_threads_priority_set
PASS - test_threads_priority_set in 0.1 seconds
===================================================================
START - test_threads_abort_self
PASS - test_threads_abort_self in 0.101 seconds
===================================================================
START - test_threads_abort_others
PASS - test_threads_abort_others in 1.152 seconds
===================================================================
START - test_threads_abort_repeat
PASS - test_threads_abort_repeat in 0.201 seconds
===================================================================
START - test_delayed_thread_abort
PASS - test_delayed_thread_abort in 0.51 seconds
===================================================================
START - test_essential_thread_operation
PASS - test_essential_thread_operation in 0.1 seconds
===================================================================
START - test_essential_thread_abort
PASS - test_essential_thread_abort in 0.1 seconds
===================================================================
START - test_systhreads_main
PASS - test_systhreads_main in 0.1 seconds
===================================================================
START - test_systhreads_idle
PASS - test_systhreads_idle in 0.101 seconds
===================================================================
START - test_customdata_get_set_coop
PASS - test_customdata_get_set_coop in 0.501 seconds
===================================================================
START - test_customdata_get_set_preempt
PASS - test_customdata_get_set_preempt in 0.501 seconds
===================================================================
START - test_k_thread_foreach
TEST: Newly added thread found
TEST: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach in 0.7 seconds
===================================================================
START - test_k_thread_foreach_unlocked
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
TEST_UNLOCKED: Newly added thread in callback found
TEST_UNLOCKED: tid: 0x30000ac0, prio: 0
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach_unlocked in 0.24 seconds
===================================================================
START - test_k_thread_foreach_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:55
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000037  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007a1b
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_null_cb)
PASS - test_k_thread_foreach_null_cb in 0.37 seconds
===================================================================
START - test_k_thread_foreach_unlocked_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:83
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000053  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007ae5
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_unlocked_)
PASS - test_k_thread_foreach_unlocked_null_cb in 0.38 seconds
===================================================================
START - test_k_thread_state_str
PASS - test_k_thread_state_str in 0.1 seconds
===================================================================
START - test_thread_name_get_set
PASS - test_thread_name_get_set in 0.1 seconds
===================================================================
START - test_thread_name_user_get_set
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.write_kerntext : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.write_kerntext test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.write_other_stack : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.write_other_stack test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.read_priv_stack : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.read_priv_stack test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.threads.apis.threads_cpu_mask : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.threads.apis.threads_cpu_mask test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.threads
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite threads_lifecycle
===================================================================
START - test_thread_runtime_stats_get
PASS - test_thread_runtime_stats_get in 0.1 seconds
===================================================================
START - test_k_thread_stack_space_get_user
PASS - test_k_thread_stack_space_get_user in 0.1 seconds
===================================================================
START - test_threads_spawn_params
PASS - test_threads_spawn_params in 0.101 seconds
===================================================================
START - test_threads_spawn_priority
PASS - test_threads_spawn_priority in 0.101 seconds
===================================================================
START - test_threads_spawn_delay
PASS - test_threads_spawn_delay in 0.201 seconds
===================================================================
START - test_threads_spawn_forever
PASS - test_threads_spawn_forever in 0.1 seconds
===================================================================
START - test_thread_start_user
PASS - test_thread_start_user in 0.101 seconds
===================================================================
START - test_thread_start
PASS - test_thread_start in 0.1 seconds
===================================================================
START - test_threads_suspend_resume_cooperative
PASS - test_threads_suspend_resume_cooperative in 0.201 seconds
===================================================================
START - test_threads_suspend_resume_preemptible
PASS - test_threads_suspend_resume_preemptible in 0.201 seconds
===================================================================
START - test_threads_priority_set
PASS - test_threads_priority_set in 0.1 seconds
===================================================================
START - test_threads_abort_self
PASS - test_threads_abort_self in 0.101 seconds
===================================================================
START - test_threads_abort_others
PASS - test_threads_abort_others in 1.152 seconds
===================================================================
START - test_threads_abort_repeat
PASS - test_threads_abort_repeat in 0.201 seconds
===================================================================
START - test_delayed_thread_abort
PASS - test_delayed_thread_abort in 0.51 seconds
===================================================================
START - test_essential_thread_operation
PASS - test_essential_thread_operation in 0.1 seconds
===================================================================
START - test_essential_thread_abort
PASS - test_essential_thread_abort in 0.1 seconds
===================================================================
START - test_systhreads_main
PASS - test_systhreads_main in 0.1 seconds
===================================================================
START - test_systhreads_idle
PASS - test_systhreads_idle in 0.101 seconds
===================================================================
START - test_customdata_get_set_coop
PASS - test_customdata_get_set_coop in 0.501 seconds
===================================================================
START - test_customdata_get_set_preempt
PASS - test_customdata_get_set_preempt in 0.501 seconds
===================================================================
START - test_k_thread_foreach
TEST: Newly added thread found
TEST: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach in 0.7 seconds
===================================================================
START - test_k_thread_foreach_unlocked
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
TEST_UNLOCKED: Newly added thread in callback found
TEST_UNLOCKED: tid: 0x30000ac0, prio: 0
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach_unlocked in 0.24 seconds
===================================================================
START - test_k_thread_foreach_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:55
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000037  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007a1b
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_null_cb)
PASS - test_k_thread_foreach_null_cb in 0.37 seconds
===================================================================
START - test_k_thread_foreach_unlocked_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:83
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000053  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007ae5
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_unlocked_)
PASS - test_k_thread_foreach_unlocked_null_cb in 0.38 seconds
===================================================================
START - test_k_thread_state_str
PASS - test_k_thread_state_str in 0.1 seconds
===================================================================
START - test_thread_name_get_set
PASS - test_thread_name_get_set in 0.1 seconds
===================================================================
START - test_thread_name_user_get_set
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.threads.apis.thread_join_deadlock : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.threads.apis.thread_join_deadlock test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.threads
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite threads_lifecycle
===================================================================
START - test_thread_runtime_stats_get
PASS - test_thread_runtime_stats_get in 0.1 seconds
===================================================================
START - test_k_thread_stack_space_get_user
PASS - test_k_thread_stack_space_get_user in 0.1 seconds
===================================================================
START - test_threads_spawn_params
PASS - test_threads_spawn_params in 0.101 seconds
===================================================================
START - test_threads_spawn_priority
PASS - test_threads_spawn_priority in 0.101 seconds
===================================================================
START - test_threads_spawn_delay
PASS - test_threads_spawn_delay in 0.201 seconds
===================================================================
START - test_threads_spawn_forever
PASS - test_threads_spawn_forever in 0.1 seconds
===================================================================
START - test_thread_start_user
PASS - test_thread_start_user in 0.101 seconds
===================================================================
START - test_thread_start
PASS - test_thread_start in 0.1 seconds
===================================================================
START - test_threads_suspend_resume_cooperative
PASS - test_threads_suspend_resume_cooperative in 0.201 seconds
===================================================================
START - test_threads_suspend_resume_preemptible
PASS - test_threads_suspend_resume_preemptible in 0.201 seconds
===================================================================
START - test_threads_priority_set
PASS - test_threads_priority_set in 0.1 seconds
===================================================================
START - test_threads_abort_self
PASS - test_threads_abort_self in 0.101 seconds
===================================================================
START - test_threads_abort_others
PASS - test_threads_abort_others in 1.152 seconds
===================================================================
START - test_threads_abort_repeat
PASS - test_threads_abort_repeat in 0.201 seconds
===================================================================
START - test_delayed_thread_abort
PASS - test_delayed_thread_abort in 0.51 seconds
===================================================================
START - test_essential_thread_operation
PASS - test_essential_thread_operation in 0.1 seconds
===================================================================
START - test_essential_thread_abort
PASS - test_essential_thread_abort in 0.1 seconds
===================================================================
START - test_systhreads_main
PASS - test_systhreads_main in 0.1 seconds
===================================================================
START - test_systhreads_idle
PASS - test_systhreads_idle in 0.101 seconds
===================================================================
START - test_customdata_get_set_coop
PASS - test_customdata_get_set_coop in 0.501 seconds
===================================================================
START - test_customdata_get_set_preempt
PASS - test_customdata_get_set_preempt in 0.501 seconds
===================================================================
START - test_k_thread_foreach
TEST: Newly added thread found
TEST: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach in 0.7 seconds
===================================================================
START - test_k_thread_foreach_unlocked
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
TEST_UNLOCKED: Newly added thread in callback found
TEST_UNLOCKED: tid: 0x30000ac0, prio: 0
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach_unlocked in 0.24 seconds
===================================================================
START - test_k_thread_foreach_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:55
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000037  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007a1b
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_null_cb)
PASS - test_k_thread_foreach_null_cb in 0.37 seconds
===================================================================
START - test_k_thread_foreach_unlocked_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:83
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000053  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007ae5
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_unlocked_)
PASS - test_k_thread_foreach_unlocked_null_cb in 0.38 seconds
===================================================================
START - test_k_thread_state_str
PASS - test_k_thread_state_str in 0.1 seconds
===================================================================
START - test_thread_name_get_set
PASS - test_thread_name_get_set in 0.1 seconds
===================================================================
START - test_thread_name_user_get_set
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.write_kernro : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.write_kernro test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :testing.ztest.error_hook.catch_fatal_error : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
testing.ztest.error_hook.catch_fatal_error test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test testing.ztest
  1. See error

Expected behavior
test pass

Impact

Logs and console output

w*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite error_hook_tests
===================================================================
START - test_catch_assert_fail
ASSERTION FAIL [a != ((void *)0)] @ WEST_TOPDIR/zephyr/tests/ztest/error_hook/src/main.c:41
parameter a should not be NULL!
Caught assert failed
Assert error expected as part of test case.
PASS - test_catch_assert_fail in 0.17 seconds
===================================================================
START - test_catch_fatal_error
case type is 0
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
Caught assert failed
Assert failed was unexpected, aborting...
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
Caught assert failed
Assert failed was unexpected, aborting...

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.pass_user_object : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.pass_user_object test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.read_kernel_data : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.read_kernel_data test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.domain_remove_part_context_switch : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.domain_remove_part_context_switch test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.disable_mmu_mpu : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.disable_mmu_mpu test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.domain_add_thread_context_switch : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.domain_add_thread_context_switch test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.threads.apis.thread_join_isr : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.threads.apis.thread_join_isr test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.threads
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite threads_lifecycle
===================================================================
START - test_thread_runtime_stats_get
PASS - test_thread_runtime_stats_get in 0.1 seconds
===================================================================
START - test_k_thread_stack_space_get_user
PASS - test_k_thread_stack_space_get_user in 0.1 seconds
===================================================================
START - test_threads_spawn_params
PASS - test_threads_spawn_params in 0.101 seconds
===================================================================
START - test_threads_spawn_priority
PASS - test_threads_spawn_priority in 0.101 seconds
===================================================================
START - test_threads_spawn_delay
PASS - test_threads_spawn_delay in 0.201 seconds
===================================================================
START - test_threads_spawn_forever
PASS - test_threads_spawn_forever in 0.1 seconds
===================================================================
START - test_thread_start_user
PASS - test_thread_start_user in 0.101 seconds
===================================================================
START - test_thread_start
PASS - test_thread_start in 0.1 seconds
===================================================================
START - test_threads_suspend_resume_cooperative
PASS - test_threads_suspend_resume_cooperative in 0.201 seconds
===================================================================
START - test_threads_suspend_resume_preemptible
PASS - test_threads_suspend_resume_preemptible in 0.201 seconds
===================================================================
START - test_threads_priority_set
PASS - test_threads_priority_set in 0.1 seconds
===================================================================
START - test_threads_abort_self
PASS - test_threads_abort_self in 0.101 seconds
===================================================================
START - test_threads_abort_others
PASS - test_threads_abort_others in 1.152 seconds
===================================================================
START - test_threads_abort_repeat
PASS - test_threads_abort_repeat in 0.201 seconds
===================================================================
START - test_delayed_thread_abort
PASS - test_delayed_thread_abort in 0.51 seconds
===================================================================
START - test_essential_thread_operation
PASS - test_essential_thread_operation in 0.1 seconds
===================================================================
START - test_essential_thread_abort
PASS - test_essential_thread_abort in 0.1 seconds
===================================================================
START - test_systhreads_main
PASS - test_systhreads_main in 0.1 seconds
===================================================================
START - test_systhreads_idle
PASS - test_systhreads_idle in 0.101 seconds
===================================================================
START - test_customdata_get_set_coop
PASS - test_customdata_get_set_coop in 0.501 seconds
===================================================================
START - test_customdata_get_set_preempt
PASS - test_customdata_get_set_preempt in 0.501 seconds
===================================================================
START - test_k_thread_foreach
TEST: Newly added thread found
TEST: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach in 0.7 seconds
===================================================================
START - test_k_thread_foreach_unlocked
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
TEST_UNLOCKED: Newly added thread in callback found
TEST_UNLOCKED: tid: 0x30000ac0, prio: 0
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach_unlocked in 0.24 seconds
===================================================================
START - test_k_thread_foreach_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:55
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000037  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007a1b
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_null_cb)
PASS - test_k_thread_foreach_null_cb in 0.37 seconds
===================================================================
START - test_k_thread_foreach_unlocked_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:83
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000053  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007ae5
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_unlocked_)
PASS - test_k_thread_foreach_unlocked_null_cb in 0.38 seconds
===================================================================
START - test_k_thread_state_str
PASS - test_k_thread_state_str in 0.1 seconds
===================================================================
START - test_thread_name_get_set
PASS - test_thread_name_get_set in 0.1 seconds
===================================================================
START - test_thread_name_user_get_set
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.threads.apis.thread_timeout_remaining_expires : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.threads.apis.thread_timeout_remaining_expires test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.threads
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite threads_lifecycle
===================================================================
START - test_thread_runtime_stats_get
PASS - test_thread_runtime_stats_get in 0.1 seconds
===================================================================
START - test_k_thread_stack_space_get_user
PASS - test_k_thread_stack_space_get_user in 0.1 seconds
===================================================================
START - test_threads_spawn_params
PASS - test_threads_spawn_params in 0.101 seconds
===================================================================
START - test_threads_spawn_priority
PASS - test_threads_spawn_priority in 0.101 seconds
===================================================================
START - test_threads_spawn_delay
PASS - test_threads_spawn_delay in 0.201 seconds
===================================================================
START - test_threads_spawn_forever
PASS - test_threads_spawn_forever in 0.1 seconds
===================================================================
START - test_thread_start_user
PASS - test_thread_start_user in 0.101 seconds
===================================================================
START - test_thread_start
PASS - test_thread_start in 0.1 seconds
===================================================================
START - test_threads_suspend_resume_cooperative
PASS - test_threads_suspend_resume_cooperative in 0.201 seconds
===================================================================
START - test_threads_suspend_resume_preemptible
PASS - test_threads_suspend_resume_preemptible in 0.201 seconds
===================================================================
START - test_threads_priority_set
PASS - test_threads_priority_set in 0.1 seconds
===================================================================
START - test_threads_abort_self
PASS - test_threads_abort_self in 0.101 seconds
===================================================================
START - test_threads_abort_others
PASS - test_threads_abort_others in 1.152 seconds
===================================================================
START - test_threads_abort_repeat
PASS - test_threads_abort_repeat in 0.201 seconds
===================================================================
START - test_delayed_thread_abort
PASS - test_delayed_thread_abort in 0.51 seconds
===================================================================
START - test_essential_thread_operation
PASS - test_essential_thread_operation in 0.1 seconds
===================================================================
START - test_essential_thread_abort
PASS - test_essential_thread_abort in 0.1 seconds
===================================================================
START - test_systhreads_main
PASS - test_systhreads_main in 0.1 seconds
===================================================================
START - test_systhreads_idle
PASS - test_systhreads_idle in 0.101 seconds
===================================================================
START - test_customdata_get_set_coop
PASS - test_customdata_get_set_coop in 0.501 seconds
===================================================================
START - test_customdata_get_set_preempt
PASS - test_customdata_get_set_preempt in 0.501 seconds
===================================================================
START - test_k_thread_foreach
TEST: Newly added thread found
TEST: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach in 0.7 seconds
===================================================================
START - test_k_thread_foreach_unlocked
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
TEST_UNLOCKED: Newly added thread in callback found
TEST_UNLOCKED: tid: 0x30000ac0, prio: 0
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach_unlocked in 0.24 seconds
===================================================================
START - test_k_thread_foreach_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:55
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000037  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007a1b
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_null_cb)
PASS - test_k_thread_foreach_null_cb in 0.37 seconds
===================================================================
START - test_k_thread_foreach_unlocked_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:83
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000053  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007ae5
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_unlocked_)
PASS - test_k_thread_foreach_unlocked_null_cb in 0.38 seconds
===================================================================
START - test_k_thread_state_str
PASS - test_k_thread_state_str in 0.1 seconds
===================================================================
START - test_thread_name_get_set
PASS - test_thread_name_get_set in 0.1 seconds
===================================================================
START - test_thread_name_user_get_set
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.threads.apis.user_mode : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.threads.apis.user_mode test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.threads
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite threads_lifecycle
===================================================================
START - test_thread_runtime_stats_get
PASS - test_thread_runtime_stats_get in 0.1 seconds
===================================================================
START - test_k_thread_stack_space_get_user
PASS - test_k_thread_stack_space_get_user in 0.1 seconds
===================================================================
START - test_threads_spawn_params
PASS - test_threads_spawn_params in 0.101 seconds
===================================================================
START - test_threads_spawn_priority
PASS - test_threads_spawn_priority in 0.101 seconds
===================================================================
START - test_threads_spawn_delay
PASS - test_threads_spawn_delay in 0.201 seconds
===================================================================
START - test_threads_spawn_forever
PASS - test_threads_spawn_forever in 0.1 seconds
===================================================================
START - test_thread_start_user
PASS - test_thread_start_user in 0.101 seconds
===================================================================
START - test_thread_start
PASS - test_thread_start in 0.1 seconds
===================================================================
START - test_threads_suspend_resume_cooperative
PASS - test_threads_suspend_resume_cooperative in 0.201 seconds
===================================================================
START - test_threads_suspend_resume_preemptible
PASS - test_threads_suspend_resume_preemptible in 0.201 seconds
===================================================================
START - test_threads_priority_set
PASS - test_threads_priority_set in 0.1 seconds
===================================================================
START - test_threads_abort_self
PASS - test_threads_abort_self in 0.101 seconds
===================================================================
START - test_threads_abort_others
PASS - test_threads_abort_others in 1.152 seconds
===================================================================
START - test_threads_abort_repeat
PASS - test_threads_abort_repeat in 0.201 seconds
===================================================================
START - test_delayed_thread_abort
PASS - test_delayed_thread_abort in 0.51 seconds
===================================================================
START - test_essential_thread_operation
PASS - test_essential_thread_operation in 0.1 seconds
===================================================================
START - test_essential_thread_abort
PASS - test_essential_thread_abort in 0.1 seconds
===================================================================
START - test_systhreads_main
PASS - test_systhreads_main in 0.1 seconds
===================================================================
START - test_systhreads_idle
PASS - test_systhreads_idle in 0.101 seconds
===================================================================
START - test_customdata_get_set_coop
PASS - test_customdata_get_set_coop in 0.501 seconds
===================================================================
START - test_customdata_get_set_preempt
PASS - test_customdata_get_set_preempt in 0.501 seconds
===================================================================
START - test_k_thread_foreach
TEST: Newly added thread found
TEST: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach in 0.7 seconds
===================================================================
START - test_k_thread_foreach_unlocked
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
TEST_UNLOCKED: Newly added thread in callback found
TEST_UNLOCKED: tid: 0x30000ac0, prio: 0
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach_unlocked in 0.24 seconds
===================================================================
START - test_k_thread_foreach_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:55
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000037  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007a1b
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_null_cb)
PASS - test_k_thread_foreach_null_cb in 0.37 seconds
===================================================================
START - test_k_thread_foreach_unlocked_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:83
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000053  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007ae5
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_unlocked_)
PASS - test_k_thread_foreach_unlocked_null_cb in 0.38 seconds
===================================================================
START - test_k_thread_state_str
PASS - test_k_thread_state_str in 0.1 seconds
===================================================================
START - test_thread_name_get_set
PASS - test_thread_name_get_set in 0.1 seconds
===================================================================
START - test_thread_name_user_get_set
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :testing.ztest.error_hook.catch_assert_in_isr : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
testing.ztest.error_hook.catch_assert_in_isr test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test testing.ztest
  1. See error

Expected behavior
test pass

Impact

Logs and console output

w*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite error_hook_tests
===================================================================
START - test_catch_assert_fail
ASSERTION FAIL [a != ((void *)0)] @ WEST_TOPDIR/zephyr/tests/ztest/error_hook/src/main.c:41
parameter a should not be NULL!
Caught assert failed
Assert error expected as part of test case.
PASS - test_catch_assert_fail in 0.17 seconds
===================================================================
START - test_catch_fatal_error
case type is 0
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
Caught assert failed
Assert failed was unexpected, aborting...
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
Caught assert failed
Assert failed was unexpected, aborting...

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.domain_remove_part_drop_to_user : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.domain_remove_part_drop_to_user test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.memory_protection.userspace.start_kernel_thread : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.memory_protection.userspace.start_kernel_thread test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.memory_protection
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite userspace
===================================================================
START - test_is_usermode
PASS - test_is_usermode in 0.1 seconds
===================================================================
START - test_write_control
PASS - test_write_control in 0.1 seconds
===================================================================
START - test_disable_mmu_mpu
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.threads.apis.resume_unsuspend_thread : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.threads.apis.resume_unsuspend_thread test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.threads
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite threads_lifecycle
===================================================================
START - test_thread_runtime_stats_get
PASS - test_thread_runtime_stats_get in 0.1 seconds
===================================================================
START - test_k_thread_stack_space_get_user
PASS - test_k_thread_stack_space_get_user in 0.1 seconds
===================================================================
START - test_threads_spawn_params
PASS - test_threads_spawn_params in 0.101 seconds
===================================================================
START - test_threads_spawn_priority
PASS - test_threads_spawn_priority in 0.101 seconds
===================================================================
START - test_threads_spawn_delay
PASS - test_threads_spawn_delay in 0.201 seconds
===================================================================
START - test_threads_spawn_forever
PASS - test_threads_spawn_forever in 0.1 seconds
===================================================================
START - test_thread_start_user
PASS - test_thread_start_user in 0.101 seconds
===================================================================
START - test_thread_start
PASS - test_thread_start in 0.1 seconds
===================================================================
START - test_threads_suspend_resume_cooperative
PASS - test_threads_suspend_resume_cooperative in 0.201 seconds
===================================================================
START - test_threads_suspend_resume_preemptible
PASS - test_threads_suspend_resume_preemptible in 0.201 seconds
===================================================================
START - test_threads_priority_set
PASS - test_threads_priority_set in 0.1 seconds
===================================================================
START - test_threads_abort_self
PASS - test_threads_abort_self in 0.101 seconds
===================================================================
START - test_threads_abort_others
PASS - test_threads_abort_others in 1.152 seconds
===================================================================
START - test_threads_abort_repeat
PASS - test_threads_abort_repeat in 0.201 seconds
===================================================================
START - test_delayed_thread_abort
PASS - test_delayed_thread_abort in 0.51 seconds
===================================================================
START - test_essential_thread_operation
PASS - test_essential_thread_operation in 0.1 seconds
===================================================================
START - test_essential_thread_abort
PASS - test_essential_thread_abort in 0.1 seconds
===================================================================
START - test_systhreads_main
PASS - test_systhreads_main in 0.1 seconds
===================================================================
START - test_systhreads_idle
PASS - test_systhreads_idle in 0.101 seconds
===================================================================
START - test_customdata_get_set_coop
PASS - test_customdata_get_set_coop in 0.501 seconds
===================================================================
START - test_customdata_get_set_preempt
PASS - test_customdata_get_set_preempt in 0.501 seconds
===================================================================
START - test_k_thread_foreach
TEST: Newly added thread found
TEST: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach in 0.7 seconds
===================================================================
START - test_k_thread_foreach_unlocked
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
TEST_UNLOCKED: Newly added thread in callback found
TEST_UNLOCKED: tid: 0x30000ac0, prio: 0
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach_unlocked in 0.24 seconds
===================================================================
START - test_k_thread_foreach_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:55
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000037  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007a1b
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_null_cb)
PASS - test_k_thread_foreach_null_cb in 0.37 seconds
===================================================================
START - test_k_thread_foreach_unlocked_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:83
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000053  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007ae5
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_unlocked_)
PASS - test_k_thread_foreach_unlocked_null_cb in 0.38 seconds
===================================================================
START - test_k_thread_state_str
PASS - test_k_thread_state_str in 0.1 seconds
===================================================================
START - test_thread_name_get_set
PASS - test_thread_name_get_set in 0.1 seconds
===================================================================
START - test_thread_name_user_get_set
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :kernel.threads.apis.k_busy_wait_user : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
kernel.threads.apis.k_busy_wait_user test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test kernel.threads
  1. See error

Expected behavior
test pass

Impact

Logs and console output

*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite threads_lifecycle
===================================================================
START - test_thread_runtime_stats_get
PASS - test_thread_runtime_stats_get in 0.1 seconds
===================================================================
START - test_k_thread_stack_space_get_user
PASS - test_k_thread_stack_space_get_user in 0.1 seconds
===================================================================
START - test_threads_spawn_params
PASS - test_threads_spawn_params in 0.101 seconds
===================================================================
START - test_threads_spawn_priority
PASS - test_threads_spawn_priority in 0.101 seconds
===================================================================
START - test_threads_spawn_delay
PASS - test_threads_spawn_delay in 0.201 seconds
===================================================================
START - test_threads_spawn_forever
PASS - test_threads_spawn_forever in 0.1 seconds
===================================================================
START - test_thread_start_user
PASS - test_thread_start_user in 0.101 seconds
===================================================================
START - test_thread_start
PASS - test_thread_start in 0.1 seconds
===================================================================
START - test_threads_suspend_resume_cooperative
PASS - test_threads_suspend_resume_cooperative in 0.201 seconds
===================================================================
START - test_threads_suspend_resume_preemptible
PASS - test_threads_suspend_resume_preemptible in 0.201 seconds
===================================================================
START - test_threads_priority_set
PASS - test_threads_priority_set in 0.1 seconds
===================================================================
START - test_threads_abort_self
PASS - test_threads_abort_self in 0.101 seconds
===================================================================
START - test_threads_abort_others
PASS - test_threads_abort_others in 1.152 seconds
===================================================================
START - test_threads_abort_repeat
PASS - test_threads_abort_repeat in 0.201 seconds
===================================================================
START - test_delayed_thread_abort
PASS - test_delayed_thread_abort in 0.51 seconds
===================================================================
START - test_essential_thread_operation
PASS - test_essential_thread_operation in 0.1 seconds
===================================================================
START - test_essential_thread_abort
PASS - test_essential_thread_abort in 0.1 seconds
===================================================================
START - test_systhreads_main
PASS - test_systhreads_main in 0.1 seconds
===================================================================
START - test_systhreads_idle
PASS - test_systhreads_idle in 0.101 seconds
===================================================================
START - test_customdata_get_set_coop
PASS - test_customdata_get_set_coop in 0.501 seconds
===================================================================
START - test_customdata_get_set_preempt
PASS - test_customdata_get_set_preempt in 0.501 seconds
===================================================================
START - test_k_thread_foreach
TEST: Newly added thread found
TEST: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach in 0.7 seconds
===================================================================
START - test_k_thread_foreach_unlocked
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
TEST_UNLOCKED: Newly added thread in callback found
TEST_UNLOCKED: tid: 0x30000ac0, prio: 0
TEST_UNLOCKED: Newly added thread found
TEST_UNLOCKED: tid: 0x30000720, prio: 0
PASS - test_k_thread_foreach_unlocked in 0.24 seconds
===================================================================
START - test_k_thread_foreach_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:55
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000037  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007a1b
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_null_cb)
PASS - test_k_thread_foreach_null_cb in 0.37 seconds
===================================================================
START - test_k_thread_foreach_unlocked_null_cb
ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:83
user_cb can not be NULL
E: r0/a1:  0x00000004  r1/a2:  0x00000053  r2/a3:  0x80000000
E: r3/a4:  0x00000000 r12/ip:  0xa0000000 r14/lr:  0x10007ae5
E:  xpsr:  0x61000000
E: Faulting instruction address (r15/pc): 0x1000e7ea
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x30000c90 (test_k_thread_foreach_unlocked_)
PASS - test_k_thread_foreach_unlocked_null_cb in 0.38 seconds
===================================================================
START - test_k_thread_state_str
PASS - test_k_thread_state_str in 0.1 seconds
===================================================================
START - test_thread_name_get_set
PASS - test_thread_name_get_set in 0.1 seconds
===================================================================
START - test_thread_name_user_get_set
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

tests-ci :testing.ztest.error_hook.catch_z_oops : zephyr-v2.6.0-286-g46029914a7ac: lpcxpresso55s28: test Timeout

Describe the bug
testing.ztest.error_hook.catch_z_oops test is Timeout on zephyr-v2.6.0-286-g46029914a7ac on lpcxpresso55s28

see logs for details

To Reproduce
1.

scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --testcase-root tests --sub-test testing.ztest
  1. See error

Expected behavior
test pass

Impact

Logs and console output

w*** Booting Zephyr OS build zephyr-v2.6.0-286-g46029914a7ac  ***
Running test suite error_hook_tests
===================================================================
START - test_catch_assert_fail
ASSERTION FAIL [a != ((void *)0)] @ WEST_TOPDIR/zephyr/tests/ztest/error_hook/src/main.c:41
parameter a should not be NULL!
Caught assert failed
Assert error expected as part of test case.
PASS - test_catch_assert_fail in 0.17 seconds
===================================================================
START - test_catch_fatal_error
case type is 0
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
Caught assert failed
Assert failed was unexpected, aborting...
ASSERTION FAIL [esf != ((void *)0)] @ WEST_TOPDIR/zephyr/arch/arm/core/aarch32/cortex_m/fault.c:993
ESF could not be retrieved successfully. Shall never occur.
Caught assert failed
Assert failed was unexpected, aborting...

    

Environment (please complete the following information):

  • OS: (e.g. Linux )
  • Toolchain (e.g Zephyr SDK)
  • Commit SHA or Version used: zephyr-v2.6.0-286-g46029914a7ac

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.