diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 00000000..cb289811 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,2 @@ +"automerge": + - "results/**/*" diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml new file mode 100644 index 00000000..5a3b3386 --- /dev/null +++ b/.github/workflows/automerge.yml @@ -0,0 +1,33 @@ +# Copyright (c) 2020 Intel Corporation +# SPDX-License-Identifier: Apache-2.0 + +name: Publish results +on: + workflow_run: + workflows: ["Check Results"] + types: [completed] + +jobs: + on-success: + runs-on: ubuntu-latest + if: ${{ github.event.workflow_run.conclusion == 'success' }} + steps: + - name: Set label + id: lable + uses: actions/labeler@v3 + env: + PR_NUMBER: ${{ github.event.number }} + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}" + + - name: Merge results + id: merge + uses: "pascalgn/automerge-action@v0.14.3" + env: + GITHUB_TOKEN: "${{ secrets.SECRET_TOKEN }}" + + on-failure: + runs-on: ubuntu-latest + if: ${{ github.event.workflow_run.conclusion == 'failure' }} + steps: + - run: echo 'Results need manual verification. Publishing stopped.' diff --git a/.github/workflows/check_results.yml b/.github/workflows/check_results.yml index 3ad8a744..12811172 100644 --- a/.github/workflows/check_results.yml +++ b/.github/workflows/check_results.yml @@ -55,9 +55,9 @@ jobs: python3 scripts/results_verification.py -Z ${v} -P ./${file} -E 500 -F 500 -S 5 if [ $? -eq 0 ] then - echo "Results file succesfully verified" + echo "Results file succesfully verified and will be automatically published" else - echo "Results file verification failed" + echo "Results file verification failed. Please ask @permac or @nashif for review if you want to get them merged" exit 1 fi fi @@ -69,4 +69,11 @@ jobs: # verify matching test spec # verify version # etc. + + - name: Put label + # Put `automerge` label if verification passed. Required for automerge action. + id: labeler + uses: actions/labeler@v3 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/results/v2.7.99-1823-ga612fbd1dca6/nrf52840dk_nrf52840.xml b/results/v2.7.99-1823-ga612fbd1dca6/nrf52840dk_nrf52840.xml new file mode 100644 index 00000000..cf33f389 --- /dev/null +++ b/results/v2.7.99-1823-ga612fbd1dca6/nrf52840dk_nrf52840.xml @@ -0,0 +1,317 @@ + +*** Booting Zephyr OS build v2.7.99-1823-ga612fbd1dca6 *** +Running test suite test_log_core_additional +=================================================================== +START - test_log_from_user +[00:00:00.387,878] [0m<inf> clock_control: log from user +[0m +[00:00:00.387,939] [0m<inf> clock_control: log from user, level 3 +[0m +PASS - test_log_from_user in 0.31 seconds +=================================================================== +START - test_log_hexdump_from_user +[00:00:00.418,823] [0m<inf> clock_control: test_hexdump +80 00 00 00 |.... [0m +PASS - test_log_hexdump_from_user in 0.29 seconds +=================================================================== +START - test_log_generic_user +[00:00:00.448,059] [0m<inf> clock_control: log generic +[0m +*** Booting Zephyr OS build v2.7.99-1823-ga612fbd1dca6 *** +Running test suite test_log_core_additional +=================================================================== +START - test_log_from_user +[00:00:00.387,878] [0m<inf> clock_control: log from user +[0m +[00:00:00.387,939] [0m<inf> clock_control: log from user, level 3 +[0m +PASS - test_log_from_user in 0.31 seconds +=================================================================== +START - test_log_hexdump_from_user +[00:00:00.418,823] [0m<inf> clock_control: test_hexdump +80 00 00 00 |.... [0m +PASS - test_log_hexdump_from_user in 0.29 seconds +=================================================================== +START - test_log_generic_user +[00:00:00.448,059] [0m<inf> clock_control: log generic +[0m +*** Booting Zephyr OS build v2.7.99-1823-ga612fbd1dca6 *** +Running test suite test_log_core_additional +=================================================================== +START - test_log_from_user +[00:00:00.387,878] [0m<inf> clock_control: log from user +[0m +[00:00:00.387,939] [0m<inf> clock_control: log from user, level 3 +[0m +PASS - test_log_from_user in 0.31 seconds +=================================================================== +START - test_log_hexdump_from_user +[00:00:00.418,823] [0m<inf> clock_control: test_hexdump +80 00 00 00 |.... [0m +PASS - test_log_hexdump_from_user in 0.29 seconds +=================================================================== +START - test_log_generic_user +[00:00:00.448,059] [0m<inf> clock_control: log generic +[0m +*** Booting Zephyr OS build v2.7.99-1823-ga612fbd1dca6 *** +Running test suite test_log_core_additional +=================================================================== +START - test_log_from_user +[00:00:00.387,878] [0m<inf> clock_control: log from user +[0m +[00:00:00.387,939] [0m<inf> clock_control: log from user, level 3 +[0m +PASS - test_log_from_user in 0.31 seconds +=================================================================== +START - test_log_hexdump_from_user +[00:00:00.418,823] [0m<inf> clock_control: test_hexdump +80 00 00 00 |.... [0m +PASS - test_log_hexdump_from_user in 0.29 seconds +=================================================================== +START - test_log_generic_user +[00:00:00.448,059] [0m<inf> clock_control: log generic +[0m +*** Booting Zephyr OS build v2.7.99-1823-ga612fbd1dca6 *** +Running test suite test_mcuboot_interface +=================================================================== +START - test_request_upgrade_multi +Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/dfu/mcuboot_multi/src/main.c:44: _test_request_upgrade_n: (boot_request_upgrade_multi(img_index, ret) == 0 is false) +Can' request the upgrade of the 1. image. +FAIL - test_request_upgrade_multi in 1.20 seconds +=================================================================== +START - test_write_confirm_multi +Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/dfu/mcuboot_multi/src/main.c:109: _test_write_confirm_n: (pass) +fail (-5) +FAIL - test_write_confirm_multi in 0.96 seconds +=================================================================== +Test suite test_mcuboot_interface failed. +=================================================================== +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v2.7.99-1823-ga612fbd1dca6 *** +Running test suite test_mcuboot_interface +=================================================================== +START - test_request_upgrade_multi +Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/dfu/mcuboot_multi/src/main.c:44: _test_request_upgrade_n: (boot_request_upgrade_multi(img_index, ret) == 0 is false) +Can' request the upgrade of the 1. image. +FAIL - test_request_upgrade_multi in 1.20 seconds +=================================================================== +START - test_write_confirm_multi +Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/dfu/mcuboot_multi/src/main.c:109: _test_write_confirm_n: (pass) +fail (-5) +FAIL - test_write_confirm_multi in 0.96 seconds +=================================================================== +Test suite test_mcuboot_interface failed. +=================================================================== +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v2.7.99-1823-ga612fbd1dca6 *** +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: 0x20000780, 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: 0x20000780, prio: 0 +TEST_UNLOCKED: Newly added thread in callback found +TEST_UNLOCKED: tid: 0x20000b00, prio: 0 +TEST_UNLOCKED: Newly added thread found +TEST_UNLOCKED: tid: 0x20000780, 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:51 +user_cb can not be NULL +E: r0/a1: 0x00000004 r1/a2: 0x00000033 r2/a3: 0x00000001 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x0000f731 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x0000f74a +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000cc0 (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:79 +user_cb can not be NULL +E: r0/a1: 0x00000004 r1/a2: 0x0000004f r2/a3: 0x00000001 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x0000f731 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x0000f74a +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000cc0 (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 +E: ***** BUS FAULT ***** +E: Precise data bus error +E: BFAR Address: 0xfffffff0 +E: syscall user_copy failed check: Memory region 0x200013e4 (size 18) read access denied +E: 0x20000fac is not a valid k_thread +E: address is actually a k_sem +E: syscall z_vrfy_k_thread_name_set failed check: access denied +E: thread 0x20000cc0 (10) does not have permission on k_thread 0x20000ec0 +E: permission bitmap +E: 00 08 |.. +E: syscall z_vrfy_k_thread_name_set failed check: access denied +E: syscall z_vrfy_k_thread_name_copy failed check: Memory region 0x200013c4 (size 32) write access denied +Main thread name is 'main' +PASS - test_thread_name_user_get_set in 0.57 seconds +=================================================================== +START - test_user_mode +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x20000da8 +E: r0/a1: 0x20000780 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x20000da0 r12/ip: 0x0000f401 r14/lr: 0x00000aa5 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x00008436 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000780 (unknown) +PASS - test_user_mode in 0.101 seconds +=================================================================== +START - test_threads_cpu_mask +PASS - test_threads_cpu_mask in 0.2 seconds +=================================================================== +START - test_threads_suspend_timeout +PASS - test_threads_suspend_timeout in 0.251 seconds +=================================================================== +START - test_resume_unsuspend_thread +PASS - test_resume_unsuspend_thread in 0.1 seconds +=================================================================== +START - test_threads_suspend +PASS - test_threads_suspend in 0.101 seconds +=================================================================== +START - test_thread_join +ztest_thread: method 0, create join_thread +ztest_thread: joining join_thread +join_thread: sleeping forever +ztest_thread: k_thread_join() returned with -11 +ztest_thread: method 1, create join_thread +ztest_thread: joining join_thread +ztest_thread: k_thread_join() returned with -16 +ztest_thread: method 2, create join_thread +ztest_thread: joining join_thread +join_thread: self-exiting +ztest_thread: k_thread_join() returned with 0 +ztest_thread: method 3, create join_thread +ztest_thread: create control_thread +ztest_thread: joining join_thread +join_thread: sleeping forever +control_thread: killing join thread +ztest_thread: k_thread_join() returned with 0 +ztest_thread: method 4, create join_thread +ztest_thread: create control_thread +ztest_thread: joining join_thread +join_thread: sleeping forever +control_thread: killing join thread +ztest_thread: k_thread_join() returned with 0 +ztest_thread: method 5, create join_thread +join_thread: self-exiting +ztest_thread: joining join_thread +ztest_thread: k_thread_join() returned with 0 +PASS - test_thread_join in 0.188 seconds +=================================================================== +START - test_thread_join_isr +ztest_thread: method 7, create join_thread +isr: joining join_thread +isr: k_thread_join() returned with -16 +ztest_thread: method 6, create join_thread +join_thread: self-exiting +isr: joining join_thread +isr: k_thread_join() returned with 0 +PASS - test_thread_join_isr in 0.70 seconds +=================================================================== +START - test_thread_join_deadlock +PASS - test_thread_join_deadlock in 0.502 seconds +=================================================================== +START - test_abort_from_isr +PASS - test_abort_from_isr in 0.1 seconds +=================================================================== +START - test_abort_from_isr_not_self +PASS - test_abort_from_isr_not_self in 0.1 seconds +=================================================================== +START - test_thread_timeout_remaining_expires +thread_expires_ticks: 193430, expect: 193428 +PASS - test_thread_timeout_remaining_expires in 0.35 seconds +=================================================================== +START - test_k_busy_wait +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/threads/thread_apis/src/main.c:594: test_k_busy_wait: dt >= k_cyc_to_us_floor64(100) is false +FAIL - test_k_busy_wait in 0.14 seconds +=================================================================== +START - test_k_busy_wait_user +PASS - test_k_busy_wait_user in 0.102 seconds +=================================================================== +Test suite threads_lifecycle failed. +=================================================================== +PROJECT EXECUTION FAILED + \ No newline at end of file diff --git a/results/v2.7.99-1823-ga612fbd1dca6/nrf52dk_nrf52832.xml b/results/v2.7.99-1823-ga612fbd1dca6/nrf52dk_nrf52832.xml new file mode 100644 index 00000000..885d1ece --- /dev/null +++ b/results/v2.7.99-1823-ga612fbd1dca6/nrf52dk_nrf52832.xml @@ -0,0 +1,285 @@ + +*** Booting Zephyr OS build v2.7.99-1823-ga612fbd1dca6 *** +Running test suite test_log_core_additional +=================================================================== +START - test_log_from_user +[00:00:00.471,740] [0m<inf> clock_control: log from user +[0m +[00:00:00.471,801] [0m<inf> clock_control: log from user, level 3 +[0m +PASS - test_log_from_user in 0.31 seconds +=================================================================== +START - test_log_hexdump_from_user +[00:00:00.502,960] [0m<inf> clock_control: test_hexdump +80 00 00 00 |.... [0m +PASS - test_log_hexdump_from_user in 0.30 seconds +=================================================================== +START - test_log_generic_user +[00:00:00.532,470] [0m<inf> clock_control: log generic +[0m +*** Booting Zephyr OS build v2.7.99-1823-ga612fbd1dca6 *** +Running test suite test_log_core_additional +=================================================================== +START - test_log_from_user +[00:00:00.471,740] [0m<inf> clock_control: log from user +[0m +[00:00:00.471,801] [0m<inf> clock_control: log from user, level 3 +[0m +PASS - test_log_from_user in 0.31 seconds +=================================================================== +START - test_log_hexdump_from_user +[00:00:00.502,960] [0m<inf> clock_control: test_hexdump +80 00 00 00 |.... [0m +PASS - test_log_hexdump_from_user in 0.30 seconds +=================================================================== +START - test_log_generic_user +[00:00:00.532,470] [0m<inf> clock_control: log generic +[0m +*** Booting Zephyr OS build v2.7.99-1823-ga612fbd1dca6 *** +Running test suite test_log_core_additional +=================================================================== +START - test_log_from_user +[00:00:00.471,740] [0m<inf> clock_control: log from user +[0m +[00:00:00.471,801] [0m<inf> clock_control: log from user, level 3 +[0m +PASS - test_log_from_user in 0.31 seconds +=================================================================== +START - test_log_hexdump_from_user +[00:00:00.502,960] [0m<inf> clock_control: test_hexdump +80 00 00 00 |.... [0m +PASS - test_log_hexdump_from_user in 0.30 seconds +=================================================================== +START - test_log_generic_user +[00:00:00.532,470] [0m<inf> clock_control: log generic +[0m +*** Booting Zephyr OS build v2.7.99-1823-ga612fbd1dca6 *** +Running test suite test_log_core_additional +=================================================================== +START - test_log_from_user +[00:00:00.471,740] [0m<inf> clock_control: log from user +[0m +[00:00:00.471,801] [0m<inf> clock_control: log from user, level 3 +[0m +PASS - test_log_from_user in 0.31 seconds +=================================================================== +START - test_log_hexdump_from_user +[00:00:00.502,960] [0m<inf> clock_control: test_hexdump +80 00 00 00 |.... [0m +PASS - test_log_hexdump_from_user in 0.30 seconds +=================================================================== +START - test_log_generic_user +[00:00:00.532,470] [0m<inf> clock_control: log generic +[0m +*** Booting Zephyr OS build v2.7.99-1823-ga612fbd1dca6 *** +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: 0x20000780, prio: 0 +PASS - test_k_thread_foreach in 0.8 seconds +=================================================================== +START - test_k_thread_foreach_unlocked +TEST_UNLOCKED: Newly added thread found +TEST_UNLOCKED: tid: 0x20000780, prio: 0 +TEST_UNLOCKED: Newly added thread in callback found +TEST_UNLOCKED: tid: 0x20000b00, prio: 0 +TEST_UNLOCKED: Newly added thread found +TEST_UNLOCKED: tid: 0x20000780, 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:51 +user_cb can not be NULL +E: r0/a1: 0x00000004 r1/a2: 0x00000033 r2/a3: 0x00000001 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x0000f82d +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x0000f846 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000cc0 (test_k_thread_foreach_null_cb) +PASS - test_k_thread_foreach_null_cb in 0.38 seconds +=================================================================== +START - test_k_thread_foreach_unlocked_null_cb +ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:79 +user_cb can not be NULL +E: r0/a1: 0x00000004 r1/a2: 0x0000004f r2/a3: 0x00000001 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x0000f82d +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x0000f846 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000cc0 (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 +E: ***** BUS FAULT ***** +E: Precise data bus error +E: BFAR Address: 0xfffffff0 +E: syscall user_copy failed check: Memory region 0x200013b8 (size 18) read access denied +E: 0x20000fac is not a valid k_thread +E: address is actually a k_sem +E: syscall z_vrfy_k_thread_name_set failed check: access denied +E: thread 0x20000cc0 (10) does not have permission on k_thread 0x20000ec0 +E: permission bitmap +E: 00 08 |.. +E: syscall z_vrfy_k_thread_name_set failed check: access denied +E: syscall z_vrfy_k_thread_name_copy failed check: Memory region 0x20001398 (size 32) write access denied +Main thread name is 'main' +PASS - test_thread_name_user_get_set in 0.57 seconds +=================================================================== +START - test_user_mode +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x20000da8 +E: r0/a1: 0x20000780 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x20000da0 r12/ip: 0x0000f4fd r14/lr: 0x00000aa5 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x00008532 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000780 (unknown) +PASS - test_user_mode in 0.101 seconds +=================================================================== +START - test_threads_cpu_mask +PASS - test_threads_cpu_mask in 0.2 seconds +=================================================================== +START - test_threads_suspend_timeout +PASS - test_threads_suspend_timeout in 0.251 seconds +=================================================================== +START - test_resume_unsuspend_thread +PASS - test_resume_unsuspend_thread in 0.1 seconds +=================================================================== +START - test_threads_suspend +PASS - test_threads_suspend in 0.101 seconds +=================================================================== +START - test_thread_join +ztest_thread: method 0, create join_thread +ztest_thread: joining join_thread +join_thread: sleeping forever +ztest_thread: k_thread_join() returned with -11 +ztest_thread: method 1, create join_thread +ztest_thread: joining join_thread +ztest_thread: k_thread_join() returned with -16 +ztest_thread: method 2, create join_thread +ztest_thread: joining join_thread +join_thread: self-exiting +ztest_thread: k_thread_join() returned with 0 +ztest_thread: method 3, create join_thread +ztest_thread: create control_thread +ztest_thread: joining join_thread +join_thread: sleeping forever +control_thread: killing join thread +ztest_thread: k_thread_join() returned with 0 +ztest_thread: method 4, create join_thread +ztest_thread: create control_thread +ztest_thread: joining join_thread +join_thread: sleeping forever +control_thread: killing join thread +ztest_thread: k_thread_join() returned with 0 +ztest_thread: method 5, create join_thread +join_thread: self-exiting +ztest_thread: joining join_thread +ztest_thread: k_thread_join() returned with 0 +PASS - test_thread_join in 0.189 seconds +=================================================================== +START - test_thread_join_isr +ztest_thread: method 7, create join_thread +isr: joining join_thread +isr: k_thread_join() returned with -16 +ztest_thread: method 6, create join_thread +join_thread: self-exiting +isr: joining join_thread +isr: k_thread_join() returned with 0 +PASS - test_thread_join_isr in 0.70 seconds +=================================================================== +START - test_thread_join_deadlock +PASS - test_thread_join_deadlock in 0.502 seconds +=================================================================== +START - test_abort_from_isr +PASS - test_abort_from_isr in 0.1 seconds +=================================================================== +START - test_abort_from_isr_not_self +PASS - test_abort_from_isr_not_self in 0.1 seconds +=================================================================== +START - test_thread_timeout_remaining_expires +thread_expires_ticks: 196023, expect: 196021 +PASS - test_thread_timeout_remaining_expires in 0.35 seconds +=================================================================== +START - test_k_busy_wait +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/threads/thread_apis/src/main.c:594: test_k_busy_wait: dt >= k_cyc_to_us_floor64(100) is false +FAIL - test_k_busy_wait in 0.14 seconds +=================================================================== +START - test_k_busy_wait_user +PASS - test_k_busy_wait_user in 0.102 seconds +=================================================================== +Test suite threads_lifecycle failed. +=================================================================== +PROJECT EXECUTION FAILED + \ No newline at end of file diff --git a/results/v2.7.99-1823-ga612fbd1dca6/nrf5340dk_nrf5340_cpuapp.xml b/results/v2.7.99-1823-ga612fbd1dca6/nrf5340dk_nrf5340_cpuapp.xml new file mode 100644 index 00000000..55ca1cf7 --- /dev/null +++ b/results/v2.7.99-1823-ga612fbd1dca6/nrf5340dk_nrf5340_cpuapp.xml @@ -0,0 +1,285 @@ + +*** Booting Zephyr OS build v2.7.99-1668-g1123b80aee65 *** +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.151 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: 0x20000700, prio: 0 +PASS - test_k_thread_foreach in 0.8 seconds +=================================================================== +START - test_k_thread_foreach_unlocked +TEST_UNLOCKED: Newly added thread found +TEST_UNLOCKED: tid: 0x20000700, prio: 0 +TEST_UNLOCKED: Newly added thread in callback found +TEST_UNLOCKED: tid: 0x20000a80, prio: 0 +TEST_UNLOCKED: Newly added thread found +TEST_UNLOCKED: tid: 0x20000700, prio: 0 +PASS - test_k_thread_foreach_unlocked in 0.25 seconds +=================================================================== +START - test_k_thread_foreach_null_cb +ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:51 +user_cb can not be NULL +E: r0/a1: 0x00000004 r1/a2: 0x00000033 r2/a3: 0x00000001 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x0000fbfb +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x0000fc14 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000c40 (test_k_thread_foreach_null_cb) +PASS - test_k_thread_foreach_null_cb in 0.38 seconds +=================================================================== +START - test_k_thread_foreach_unlocked_null_cb +ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:79 +user_cb can not be NULL +E: r0/a1: 0x00000004 r1/a2: 0x0000004f r2/a3: 0x00000001 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x0000fbfb +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x0000fc14 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000c40 (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 +E: ***** BUS FAULT ***** +E: Precise data bus error +E: BFAR Address: 0xfffffff0 +E: syscall user_copy failed check: Memory region 0x2000131c (size 18) read access denied +E: 0x20000f2c is not a valid k_thread +E: address is actually a k_sem +E: syscall z_vrfy_k_thread_name_set failed check: access denied +E: thread 0x20000c40 (10) does not have permission on k_thread 0x20000e40 +E: permission bitmap +E: 00 08 |.. +E: syscall z_vrfy_k_thread_name_set failed check: access denied +E: syscall z_vrfy_k_thread_name_copy failed check: Memory region 0x200012fc (size 32) write access denied +Main thread name is 'main' +PASS - test_thread_name_user_get_set in 0.58 seconds +=================================================================== +START - test_user_mode +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x20000d28 +E: r0/a1: 0x20000700 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x20000d20 r12/ip: 0x0000f751 r14/lr: 0x00000b6d +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x000087b6 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000700 (unknown) +PASS - test_user_mode in 0.101 seconds +=================================================================== +START - test_threads_cpu_mask +PASS - test_threads_cpu_mask in 0.1 seconds +=================================================================== +START - test_threads_suspend_timeout +PASS - test_threads_suspend_timeout in 0.251 seconds +=================================================================== +START - test_resume_unsuspend_thread +PASS - test_resume_unsuspend_thread in 0.1 seconds +=================================================================== +START - test_threads_suspend +PASS - test_threads_suspend in 0.101 seconds +=================================================================== +START - test_thread_join +ztest_thread: method 0, create join_thread +ztest_thread: joining join_thread +join_thread: sleeping forever +ztest_thread: k_thread_join() returned with -11 +ztest_thread: method 1, create join_thread +ztest_thread: joining join_thread +ztest_thread: k_thread_join() returned with -16 +ztest_thread: method 2, create join_thread +ztest_thread: joining join_thread +join_thread: self-exiting +ztest_thread: k_thread_join() returned with 0 +ztest_thread: method 3, create join_thread +ztest_thread: create control_thread +ztest_thread: joining join_thread +join_thread: sleeping forever +control_thread: killing join thread +ztest_thread: k_thread_join() returned with 0 +ztest_thread: method 4, create join_thread +ztest_thread: create control_thread +ztest_thread: joining join_thread +join_thread: sleeping forever +control_thread: killing join thread +ztest_thread: k_thread_join() returned with 0 +ztest_thread: method 5, create join_thread +join_thread: self-exiting +ztest_thread: joining join_thread +ztest_thread: k_thread_join() returned with 0 +PASS - test_thread_join in 0.190 seconds +=================================================================== +START - test_thread_join_isr +ztest_thread: method 7, create join_thread +isr: joining join_thread +isr: k_thread_join() returned with -16 +ztest_thread: method 6, create join_thread +join_thread: self-exiting +isr: joining join_thread +isr: k_thread_join() returned with 0 +PASS - test_thread_join_isr in 0.70 seconds +=================================================================== +START - test_thread_join_deadlock +PASS - test_thread_join_deadlock in 0.502 seconds +=================================================================== +START - test_abort_from_isr +PASS - test_abort_from_isr in 0.1 seconds +=================================================================== +START - test_abort_from_isr_not_self +PASS - test_abort_from_isr_not_self in 0.1 seconds +=================================================================== +START - test_thread_timeout_remaining_expires +thread_expires_ticks: 194409, expect: 194407 +PASS - test_thread_timeout_remaining_expires in 0.35 seconds +=================================================================== +START - test_k_busy_wait +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/threads/thread_apis/src/main.c:594: test_k_busy_wait: dt >= k_cyc_to_us_floor64(100) is false +FAIL - test_k_busy_wait in 0.14 seconds +=================================================================== +START - test_k_busy_wait_user +PASS - test_k_busy_wait_user in 0.102 seconds +=================================================================== +Test suite threads_lifecycle failed. +=================================================================== +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v2.7.99-1668-g1123b80aee65 *** +Running test suite test_log_core_additional +=================================================================== +START - test_log_from_user +[00:00:00.401,641] [0m<inf> clock_control: log from user +[0m +[00:00:00.401,702] [0m<inf> clock_control: log from user, level 3 +[0m +PASS - test_log_from_user in 0.31 seconds +=================================================================== +START - test_log_hexdump_from_user +[00:00:00.432,189] [0m<inf> clock_control: test_hexdump +80 00 00 00 |.... [0m +PASS - test_log_hexdump_from_user in 0.29 seconds +=================================================================== +START - test_log_generic_user +[00:00:00.460,937] [0m<inf> clock_control: log generic +[0m +*** Booting Zephyr OS build v2.7.99-1668-g1123b80aee65 *** +Running test suite test_log_core_additional +=================================================================== +START - test_log_from_user +[00:00:00.401,641] [0m<inf> clock_control: log from user +[0m +[00:00:00.401,702] [0m<inf> clock_control: log from user, level 3 +[0m +PASS - test_log_from_user in 0.31 seconds +=================================================================== +START - test_log_hexdump_from_user +[00:00:00.432,189] [0m<inf> clock_control: test_hexdump +80 00 00 00 |.... [0m +PASS - test_log_hexdump_from_user in 0.29 seconds +=================================================================== +START - test_log_generic_user +[00:00:00.460,937] [0m<inf> clock_control: log generic +[0m +*** Booting Zephyr OS build v2.7.99-1668-g1123b80aee65 *** +Running test suite test_log_core_additional +=================================================================== +START - test_log_from_user +[00:00:00.401,641] [0m<inf> clock_control: log from user +[0m +[00:00:00.401,702] [0m<inf> clock_control: log from user, level 3 +[0m +PASS - test_log_from_user in 0.31 seconds +=================================================================== +START - test_log_hexdump_from_user +[00:00:00.432,189] [0m<inf> clock_control: test_hexdump +80 00 00 00 |.... [0m +PASS - test_log_hexdump_from_user in 0.29 seconds +=================================================================== +START - test_log_generic_user +[00:00:00.460,937] [0m<inf> clock_control: log generic +[0m +*** Booting Zephyr OS build v2.7.99-1668-g1123b80aee65 *** +Running test suite test_log_core_additional +=================================================================== +START - test_log_from_user +[00:00:00.401,641] [0m<inf> clock_control: log from user +[0m +[00:00:00.401,702] [0m<inf> clock_control: log from user, level 3 +[0m +PASS - test_log_from_user in 0.31 seconds +=================================================================== +START - test_log_hexdump_from_user +[00:00:00.432,189] [0m<inf> clock_control: test_hexdump +80 00 00 00 |.... [0m +PASS - test_log_hexdump_from_user in 0.29 seconds +=================================================================== +START - test_log_generic_user +[00:00:00.460,937] [0m<inf> clock_control: log generic +[0m + \ No newline at end of file diff --git a/results/v2.7.99-1823-ga612fbd1dca6/nrf9160dk_nrf9160.xml b/results/v2.7.99-1823-ga612fbd1dca6/nrf9160dk_nrf9160.xml new file mode 100644 index 00000000..4d529f71 --- /dev/null +++ b/results/v2.7.99-1823-ga612fbd1dca6/nrf9160dk_nrf9160.xml @@ -0,0 +1,285 @@ + +*** Booting Zephyr OS build v2.7.99-1823-ga612fbd1dca6 *** +Running test suite test_log_core_additional +=================================================================== +START - test_log_from_user +[00:00:00.540,313] [0m<inf> clock_control: log from user +[0m +[00:00:00.540,374] [0m<inf> clock_control: log from user, level 3 +[0m +PASS - test_log_from_user in 0.30 seconds +=================================================================== +START - test_log_hexdump_from_user +[00:00:00.570,526] [0m<inf> clock_control: test_hexdump +80 00 00 00 |.... [0m +PASS - test_log_hexdump_from_user in 0.29 seconds +=================================================================== +START - test_log_generic_user +[00:00:00.598,937] [0m<inf> clock_control: log generic +[0m +*** Booting Zephyr OS build v2.7.99-1823-ga612fbd1dca6 *** +Running test suite test_log_core_additional +=================================================================== +START - test_log_from_user +[00:00:00.540,313] [0m<inf> clock_control: log from user +[0m +[00:00:00.540,374] [0m<inf> clock_control: log from user, level 3 +[0m +PASS - test_log_from_user in 0.30 seconds +=================================================================== +START - test_log_hexdump_from_user +[00:00:00.570,526] [0m<inf> clock_control: test_hexdump +80 00 00 00 |.... [0m +PASS - test_log_hexdump_from_user in 0.29 seconds +=================================================================== +START - test_log_generic_user +[00:00:00.598,937] [0m<inf> clock_control: log generic +[0m +*** Booting Zephyr OS build v2.7.99-1823-ga612fbd1dca6 *** +Running test suite test_log_core_additional +=================================================================== +START - test_log_from_user +[00:00:00.540,313] [0m<inf> clock_control: log from user +[0m +[00:00:00.540,374] [0m<inf> clock_control: log from user, level 3 +[0m +PASS - test_log_from_user in 0.30 seconds +=================================================================== +START - test_log_hexdump_from_user +[00:00:00.570,526] [0m<inf> clock_control: test_hexdump +80 00 00 00 |.... [0m +PASS - test_log_hexdump_from_user in 0.29 seconds +=================================================================== +START - test_log_generic_user +[00:00:00.598,937] [0m<inf> clock_control: log generic +[0m +*** Booting Zephyr OS build v2.7.99-1823-ga612fbd1dca6 *** +Running test suite test_log_core_additional +=================================================================== +START - test_log_from_user +[00:00:00.540,313] [0m<inf> clock_control: log from user +[0m +[00:00:00.540,374] [0m<inf> clock_control: log from user, level 3 +[0m +PASS - test_log_from_user in 0.30 seconds +=================================================================== +START - test_log_hexdump_from_user +[00:00:00.570,526] [0m<inf> clock_control: test_hexdump +80 00 00 00 |.... [0m +PASS - test_log_hexdump_from_user in 0.29 seconds +=================================================================== +START - test_log_generic_user +[00:00:00.598,937] [0m<inf> clock_control: log generic +[0m +*** Booting Zephyr OS build v2.7.99-1823-ga612fbd1dca6 *** +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: 0x20000700, prio: 0 +PASS - test_k_thread_foreach in 0.8 seconds +=================================================================== +START - test_k_thread_foreach_unlocked +TEST_UNLOCKED: Newly added thread found +TEST_UNLOCKED: tid: 0x20000700, prio: 0 +TEST_UNLOCKED: Newly added thread in callback found +TEST_UNLOCKED: tid: 0x20000a80, prio: 0 +TEST_UNLOCKED: Newly added thread found +TEST_UNLOCKED: tid: 0x20000700, prio: 0 +PASS - test_k_thread_foreach_unlocked in 0.25 seconds +=================================================================== +START - test_k_thread_foreach_null_cb +ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:51 +user_cb can not be NULL +E: r0/a1: 0x00000004 r1/a2: 0x00000033 r2/a3: 0x00000001 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x0000f881 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x0000f89a +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000c40 (test_k_thread_foreach_null_cb) +PASS - test_k_thread_foreach_null_cb in 0.38 seconds +=================================================================== +START - test_k_thread_foreach_unlocked_null_cb +ASSERTION FAIL [user_cb != ((void *)0)] @ WEST_TOPDIR/zephyr/kernel/thread.c:79 +user_cb can not be NULL +E: r0/a1: 0x00000004 r1/a2: 0x0000004f r2/a3: 0x00000001 +E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x0000f881 +E: xpsr: 0x41000000 +E: Faulting instruction address (r15/pc): 0x0000f89a +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000c40 (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 +E: ***** BUS FAULT ***** +E: Precise data bus error +E: BFAR Address: 0xfffffff0 +E: syscall user_copy failed check: Memory region 0x20001298 (size 18) read access denied +E: 0x20000f2c is not a valid k_thread +E: address is actually a k_sem +E: syscall z_vrfy_k_thread_name_set failed check: access denied +E: thread 0x20000c40 (10) does not have permission on k_thread 0x20000e40 +E: permission bitmap +E: 00 08 |.. +E: syscall z_vrfy_k_thread_name_set failed check: access denied +E: syscall z_vrfy_k_thread_name_copy failed check: Memory region 0x20001278 (size 32) write access denied +Main thread name is 'main' +PASS - test_thread_name_user_get_set in 0.58 seconds +=================================================================== +START - test_user_mode +E: ***** MPU FAULT ***** +E: Data Access Violation +E: MMFAR Address: 0x20000d28 +E: r0/a1: 0x20000700 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x20000d20 r12/ip: 0x0000f551 r14/lr: 0x00000b6d +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x000085b6 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000700 (unknown) +PASS - test_user_mode in 0.101 seconds +=================================================================== +START - test_threads_cpu_mask +PASS - test_threads_cpu_mask in 0.2 seconds +=================================================================== +START - test_threads_suspend_timeout +PASS - test_threads_suspend_timeout in 0.251 seconds +=================================================================== +START - test_resume_unsuspend_thread +PASS - test_resume_unsuspend_thread in 0.1 seconds +=================================================================== +START - test_threads_suspend +PASS - test_threads_suspend in 0.101 seconds +=================================================================== +START - test_thread_join +ztest_thread: method 0, create join_thread +ztest_thread: joining join_thread +join_thread: sleeping forever +ztest_thread: k_thread_join() returned with -11 +ztest_thread: method 1, create join_thread +ztest_thread: joining join_thread +ztest_thread: k_thread_join() returned with -16 +ztest_thread: method 2, create join_thread +ztest_thread: joining join_thread +join_thread: self-exiting +ztest_thread: k_thread_join() returned with 0 +ztest_thread: method 3, create join_thread +ztest_thread: create control_thread +ztest_thread: joining join_thread +join_thread: sleeping forever +control_thread: killing join thread +ztest_thread: k_thread_join() returned with 0 +ztest_thread: method 4, create join_thread +ztest_thread: create control_thread +ztest_thread: joining join_thread +join_thread: sleeping forever +control_thread: killing join thread +ztest_thread: k_thread_join() returned with 0 +ztest_thread: method 5, create join_thread +join_thread: self-exiting +ztest_thread: joining join_thread +ztest_thread: k_thread_join() returned with 0 +PASS - test_thread_join in 0.189 seconds +=================================================================== +START - test_thread_join_isr +ztest_thread: method 7, create join_thread +isr: joining join_thread +isr: k_thread_join() returned with -16 +ztest_thread: method 6, create join_thread +join_thread: self-exiting +isr: joining join_thread +isr: k_thread_join() returned with 0 +PASS - test_thread_join_isr in 0.70 seconds +=================================================================== +START - test_thread_join_deadlock +PASS - test_thread_join_deadlock in 0.502 seconds +=================================================================== +START - test_abort_from_isr +PASS - test_abort_from_isr in 0.1 seconds +=================================================================== +START - test_abort_from_isr_not_self +PASS - test_abort_from_isr_not_self in 0.1 seconds +=================================================================== +START - test_thread_timeout_remaining_expires +thread_expires_ticks: 197949, expect: 197946 +PASS - test_thread_timeout_remaining_expires in 0.36 seconds +=================================================================== +START - test_k_busy_wait +Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/threads/thread_apis/src/main.c:594: test_k_busy_wait: dt >= k_cyc_to_us_floor64(100) is false +FAIL - test_k_busy_wait in 0.14 seconds +=================================================================== +START - test_k_busy_wait_user +PASS - test_k_busy_wait_user in 0.102 seconds +=================================================================== +Test suite threads_lifecycle failed. +=================================================================== +PROJECT EXECUTION FAILED + \ No newline at end of file diff --git a/scripts/results_verification.py b/scripts/results_verification.py index e58186c3..f132f00e 100755 --- a/scripts/results_verification.py +++ b/scripts/results_verification.py @@ -16,7 +16,9 @@ def check_version_exists(zephyr=None): webURL = urllib.request.urlopen(ver_url) data = webURL.read() ver_data = json.loads(data) + print(f"ver_data: \n {ver_data}") for entry in reversed(ver_data): + print(f"entry: {entry}") if zephyr == entry['version']: return True return False