diff --git a/results/v3.7.0-4020-g9f73988be029/b_u585i_iot02a.xml b/results/v3.7.0-4020-g9f73988be029/b_u585i_iot02a.xml new file mode 100644 index 00000000..eb1f68a1 --- /dev/null +++ b/results/v3.7.0-4020-g9f73988be029/b_u585i_iot02a.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/results/v3.7.0-4020-g9f73988be029/disco_l475_iot1.xml b/results/v3.7.0-4020-g9f73988be029/disco_l475_iot1.xml new file mode 100644 index 00000000..5fc636dc --- /dev/null +++ b/results/v3.7.0-4020-g9f73988be029/disco_l475_iot1.xml @@ -0,0 +1,1312 @@ +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE uart_async_chain_read +=================================================================== +START - test_chained_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:405: uart_async_chain_read_test_chained_read: (rx_data_idx not equal to sizeof(tx_buf)) +Unexpected amount of data received 0 exp:10 + FAIL - test_chained_read in 0.092 seconds +=================================================================== +TESTSUITE uart_async_chain_read failed. +Running TESTSUITE uart_async_chain_write +=================================================================== +START - test_chained_write + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:837: uart_async_chain_write_test_chained_write: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_chained_write in 0.121 seconds +=================================================================== +TESTSUITE uart_async_chain_write failed. +Running TESTSUITE uart_async_double_buf +=================================================================== +START - test_double_buffer + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:480: uart_async_double_buf_test_double_buffer: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_double_buffer in 0.120 seconds +=================================================================== +TESTSUITE uart_async_double_buf failed. +Running TESTSUITE uart_async_long_buf +=================================================================== +START - test_long_buffers + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:916: uart_async_long_buf_test_long_buffers: (k_sem_take(&rx_rdy, K_MSEC(200)) not equal to 0) +RX_RDY timeout + FAIL - test_long_buffers in 0.263 seconds +=================================================================== +TESTSUITE uart_async_long_buf failed. +Running TESTSUITE uart_async_multi_rx +=================================================================== +START - test_multiple_rx_enable + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:285: uart_async_multi_rx_test_multiple_rx_enable: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_multiple_rx_enable in 0.521 seconds +=================================================================== +TESTSUITE uart_async_multi_rx failed. +Running TESTSUITE uart_async_read_abort +=================================================================== +START - test_read_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:582: uart_async_read_abort_test_read_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_read_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_read_abort failed. +Running TESTSUITE uart_async_single_read +=================================================================== +START - test_single_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:203: uart_async_single_read_test_single_read: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_single_read in 0.220 seconds +=================================================================== +TESTSUITE uart_async_single_read failed. +Running TESTSUITE uart_async_timeout +=================================================================== +START - test_forever_timeout + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:759: uart_async_timeout_test_forever_timeout: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_forever_timeout in 3.120 seconds +=================================================================== +TESTSUITE uart_async_timeout failed. +Running TESTSUITE uart_async_write_abort +=================================================================== +START - test_write_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:674: uart_async_write_abort_test_write_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_write_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_write_abort failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [uart_async_chain_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.092 seconds + - FAIL - [uart_async_chain_read.test_chained_read] duration = 0.092 seconds + +SUITE FAIL - 0.00% [uart_async_chain_write]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.121 seconds + - FAIL - [uart_async_chain_write.test_chained_write] duration = 0.121 seconds + +SUITE FAIL - 0.00% [uart_async_double_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_double_buf.test_double_buffer] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_long_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.263 seconds + - FAIL - [uart_async_long_buf.test_long_buffers] duration = 0.263 seconds + +SUITE FAIL - 0.00% [uart_async_multi_rx]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.521 seconds + - FAIL - [uart_async_multi_rx.test_multiple_rx_enable] duration = 0.521 seconds + +SUITE FAIL - 0.00% [uart_async_read_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_read_abort.test_read_abort] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_single_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.220 seconds + - FAIL - [uart_async_single_read.test_single_read] duration = 0.220 seconds + +SUITE FAIL - 0.00% [uart_async_timeout]: pass = 0, fail = 1, skip = 0, total = 1 duration = 3.120 seconds + - FAIL - [uart_async_timeout.test_forever_timeout] duration = 3.120 seconds + +SUITE FAIL - 0.00% [uart_async_write_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_write_abort.test_write_abort] duration = 0.120 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 905b0a564e890bbfbc05157b1807519f +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE uart_async_chain_read +=================================================================== +START - test_chained_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:405: uart_async_chain_read_test_chained_read: (rx_data_idx not equal to sizeof(tx_buf)) +Unexpected amount of data received 0 exp:10 + FAIL - test_chained_read in 0.092 seconds +=================================================================== +TESTSUITE uart_async_chain_read failed. +Running TESTSUITE uart_async_chain_write +=================================================================== +START - test_chained_write + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:837: uart_async_chain_write_test_chained_write: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_chained_write in 0.121 seconds +=================================================================== +TESTSUITE uart_async_chain_write failed. +Running TESTSUITE uart_async_double_buf +=================================================================== +START - test_double_buffer + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:480: uart_async_double_buf_test_double_buffer: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_double_buffer in 0.120 seconds +=================================================================== +TESTSUITE uart_async_double_buf failed. +Running TESTSUITE uart_async_long_buf +=================================================================== +START - test_long_buffers + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:916: uart_async_long_buf_test_long_buffers: (k_sem_take(&rx_rdy, K_MSEC(200)) not equal to 0) +RX_RDY timeout + FAIL - test_long_buffers in 0.263 seconds +=================================================================== +TESTSUITE uart_async_long_buf failed. +Running TESTSUITE uart_async_multi_rx +=================================================================== +START - test_multiple_rx_enable + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:285: uart_async_multi_rx_test_multiple_rx_enable: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_multiple_rx_enable in 0.521 seconds +=================================================================== +TESTSUITE uart_async_multi_rx failed. +Running TESTSUITE uart_async_read_abort +=================================================================== +START - test_read_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:582: uart_async_read_abort_test_read_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_read_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_read_abort failed. +Running TESTSUITE uart_async_single_read +=================================================================== +START - test_single_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:203: uart_async_single_read_test_single_read: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_single_read in 0.220 seconds +=================================================================== +TESTSUITE uart_async_single_read failed. +Running TESTSUITE uart_async_timeout +=================================================================== +START - test_forever_timeout + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:759: uart_async_timeout_test_forever_timeout: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_forever_timeout in 3.120 seconds +=================================================================== +TESTSUITE uart_async_timeout failed. +Running TESTSUITE uart_async_write_abort +=================================================================== +START - test_write_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:674: uart_async_write_abort_test_write_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_write_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_write_abort failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [uart_async_chain_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.092 seconds + - FAIL - [uart_async_chain_read.test_chained_read] duration = 0.092 seconds + +SUITE FAIL - 0.00% [uart_async_chain_write]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.121 seconds + - FAIL - [uart_async_chain_write.test_chained_write] duration = 0.121 seconds + +SUITE FAIL - 0.00% [uart_async_double_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_double_buf.test_double_buffer] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_long_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.263 seconds + - FAIL - [uart_async_long_buf.test_long_buffers] duration = 0.263 seconds + +SUITE FAIL - 0.00% [uart_async_multi_rx]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.521 seconds + - FAIL - [uart_async_multi_rx.test_multiple_rx_enable] duration = 0.521 seconds + +SUITE FAIL - 0.00% [uart_async_read_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_read_abort.test_read_abort] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_single_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.220 seconds + - FAIL - [uart_async_single_read.test_single_read] duration = 0.220 seconds + +SUITE FAIL - 0.00% [uart_async_timeout]: pass = 0, fail = 1, skip = 0, total = 1 duration = 3.120 seconds + - FAIL - [uart_async_timeout.test_forever_timeout] duration = 3.120 seconds + +SUITE FAIL - 0.00% [uart_async_write_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_write_abort.test_write_abort] duration = 0.120 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 905b0a564e890bbfbc05157b1807519f +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE uart_async_chain_read +=================================================================== +START - test_chained_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:405: uart_async_chain_read_test_chained_read: (rx_data_idx not equal to sizeof(tx_buf)) +Unexpected amount of data received 0 exp:10 + FAIL - test_chained_read in 0.092 seconds +=================================================================== +TESTSUITE uart_async_chain_read failed. +Running TESTSUITE uart_async_chain_write +=================================================================== +START - test_chained_write + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:837: uart_async_chain_write_test_chained_write: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_chained_write in 0.121 seconds +=================================================================== +TESTSUITE uart_async_chain_write failed. +Running TESTSUITE uart_async_double_buf +=================================================================== +START - test_double_buffer + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:480: uart_async_double_buf_test_double_buffer: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_double_buffer in 0.120 seconds +=================================================================== +TESTSUITE uart_async_double_buf failed. +Running TESTSUITE uart_async_long_buf +=================================================================== +START - test_long_buffers + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:916: uart_async_long_buf_test_long_buffers: (k_sem_take(&rx_rdy, K_MSEC(200)) not equal to 0) +RX_RDY timeout + FAIL - test_long_buffers in 0.263 seconds +=================================================================== +TESTSUITE uart_async_long_buf failed. +Running TESTSUITE uart_async_multi_rx +=================================================================== +START - test_multiple_rx_enable + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:285: uart_async_multi_rx_test_multiple_rx_enable: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_multiple_rx_enable in 0.521 seconds +=================================================================== +TESTSUITE uart_async_multi_rx failed. +Running TESTSUITE uart_async_read_abort +=================================================================== +START - test_read_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:582: uart_async_read_abort_test_read_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_read_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_read_abort failed. +Running TESTSUITE uart_async_single_read +=================================================================== +START - test_single_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:203: uart_async_single_read_test_single_read: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_single_read in 0.220 seconds +=================================================================== +TESTSUITE uart_async_single_read failed. +Running TESTSUITE uart_async_timeout +=================================================================== +START - test_forever_timeout + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:759: uart_async_timeout_test_forever_timeout: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_forever_timeout in 3.120 seconds +=================================================================== +TESTSUITE uart_async_timeout failed. +Running TESTSUITE uart_async_write_abort +=================================================================== +START - test_write_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:674: uart_async_write_abort_test_write_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_write_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_write_abort failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [uart_async_chain_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.092 seconds + - FAIL - [uart_async_chain_read.test_chained_read] duration = 0.092 seconds + +SUITE FAIL - 0.00% [uart_async_chain_write]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.121 seconds + - FAIL - [uart_async_chain_write.test_chained_write] duration = 0.121 seconds + +SUITE FAIL - 0.00% [uart_async_double_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_double_buf.test_double_buffer] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_long_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.263 seconds + - FAIL - [uart_async_long_buf.test_long_buffers] duration = 0.263 seconds + +SUITE FAIL - 0.00% [uart_async_multi_rx]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.521 seconds + - FAIL - [uart_async_multi_rx.test_multiple_rx_enable] duration = 0.521 seconds + +SUITE FAIL - 0.00% [uart_async_read_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_read_abort.test_read_abort] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_single_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.220 seconds + - FAIL - [uart_async_single_read.test_single_read] duration = 0.220 seconds + +SUITE FAIL - 0.00% [uart_async_timeout]: pass = 0, fail = 1, skip = 0, total = 1 duration = 3.120 seconds + - FAIL - [uart_async_timeout.test_forever_timeout] duration = 3.120 seconds + +SUITE FAIL - 0.00% [uart_async_write_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_write_abort.test_write_abort] duration = 0.120 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 905b0a564e890bbfbc05157b1807519f +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE uart_async_chain_read +=================================================================== +START - test_chained_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:405: uart_async_chain_read_test_chained_read: (rx_data_idx not equal to sizeof(tx_buf)) +Unexpected amount of data received 0 exp:10 + FAIL - test_chained_read in 0.092 seconds +=================================================================== +TESTSUITE uart_async_chain_read failed. +Running TESTSUITE uart_async_chain_write +=================================================================== +START - test_chained_write + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:837: uart_async_chain_write_test_chained_write: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_chained_write in 0.121 seconds +=================================================================== +TESTSUITE uart_async_chain_write failed. +Running TESTSUITE uart_async_double_buf +=================================================================== +START - test_double_buffer + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:480: uart_async_double_buf_test_double_buffer: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_double_buffer in 0.120 seconds +=================================================================== +TESTSUITE uart_async_double_buf failed. +Running TESTSUITE uart_async_long_buf +=================================================================== +START - test_long_buffers + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:916: uart_async_long_buf_test_long_buffers: (k_sem_take(&rx_rdy, K_MSEC(200)) not equal to 0) +RX_RDY timeout + FAIL - test_long_buffers in 0.263 seconds +=================================================================== +TESTSUITE uart_async_long_buf failed. +Running TESTSUITE uart_async_multi_rx +=================================================================== +START - test_multiple_rx_enable + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:285: uart_async_multi_rx_test_multiple_rx_enable: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_multiple_rx_enable in 0.521 seconds +=================================================================== +TESTSUITE uart_async_multi_rx failed. +Running TESTSUITE uart_async_read_abort +=================================================================== +START - test_read_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:582: uart_async_read_abort_test_read_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_read_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_read_abort failed. +Running TESTSUITE uart_async_single_read +=================================================================== +START - test_single_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:203: uart_async_single_read_test_single_read: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_single_read in 0.220 seconds +=================================================================== +TESTSUITE uart_async_single_read failed. +Running TESTSUITE uart_async_timeout +=================================================================== +START - test_forever_timeout + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:759: uart_async_timeout_test_forever_timeout: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_forever_timeout in 3.120 seconds +=================================================================== +TESTSUITE uart_async_timeout failed. +Running TESTSUITE uart_async_write_abort +=================================================================== +START - test_write_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:674: uart_async_write_abort_test_write_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_write_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_write_abort failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [uart_async_chain_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.092 seconds + - FAIL - [uart_async_chain_read.test_chained_read] duration = 0.092 seconds + +SUITE FAIL - 0.00% [uart_async_chain_write]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.121 seconds + - FAIL - [uart_async_chain_write.test_chained_write] duration = 0.121 seconds + +SUITE FAIL - 0.00% [uart_async_double_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_double_buf.test_double_buffer] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_long_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.263 seconds + - FAIL - [uart_async_long_buf.test_long_buffers] duration = 0.263 seconds + +SUITE FAIL - 0.00% [uart_async_multi_rx]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.521 seconds + - FAIL - [uart_async_multi_rx.test_multiple_rx_enable] duration = 0.521 seconds + +SUITE FAIL - 0.00% [uart_async_read_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_read_abort.test_read_abort] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_single_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.220 seconds + - FAIL - [uart_async_single_read.test_single_read] duration = 0.220 seconds + +SUITE FAIL - 0.00% [uart_async_timeout]: pass = 0, fail = 1, skip = 0, total = 1 duration = 3.120 seconds + - FAIL - [uart_async_timeout.test_forever_timeout] duration = 3.120 seconds + +SUITE FAIL - 0.00% [uart_async_write_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_write_abort.test_write_abort] duration = 0.120 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 905b0a564e890bbfbc05157b1807519f +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE uart_async_chain_read +=================================================================== +START - test_chained_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:405: uart_async_chain_read_test_chained_read: (rx_data_idx not equal to sizeof(tx_buf)) +Unexpected amount of data received 0 exp:10 + FAIL - test_chained_read in 0.092 seconds +=================================================================== +TESTSUITE uart_async_chain_read failed. +Running TESTSUITE uart_async_chain_write +=================================================================== +START - test_chained_write + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:837: uart_async_chain_write_test_chained_write: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_chained_write in 0.121 seconds +=================================================================== +TESTSUITE uart_async_chain_write failed. +Running TESTSUITE uart_async_double_buf +=================================================================== +START - test_double_buffer + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:480: uart_async_double_buf_test_double_buffer: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_double_buffer in 0.120 seconds +=================================================================== +TESTSUITE uart_async_double_buf failed. +Running TESTSUITE uart_async_long_buf +=================================================================== +START - test_long_buffers + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:916: uart_async_long_buf_test_long_buffers: (k_sem_take(&rx_rdy, K_MSEC(200)) not equal to 0) +RX_RDY timeout + FAIL - test_long_buffers in 0.263 seconds +=================================================================== +TESTSUITE uart_async_long_buf failed. +Running TESTSUITE uart_async_multi_rx +=================================================================== +START - test_multiple_rx_enable + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:285: uart_async_multi_rx_test_multiple_rx_enable: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_multiple_rx_enable in 0.521 seconds +=================================================================== +TESTSUITE uart_async_multi_rx failed. +Running TESTSUITE uart_async_read_abort +=================================================================== +START - test_read_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:582: uart_async_read_abort_test_read_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_read_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_read_abort failed. +Running TESTSUITE uart_async_single_read +=================================================================== +START - test_single_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:203: uart_async_single_read_test_single_read: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_single_read in 0.220 seconds +=================================================================== +TESTSUITE uart_async_single_read failed. +Running TESTSUITE uart_async_timeout +=================================================================== +START - test_forever_timeout + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:759: uart_async_timeout_test_forever_timeout: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_forever_timeout in 3.120 seconds +=================================================================== +TESTSUITE uart_async_timeout failed. +Running TESTSUITE uart_async_write_abort +=================================================================== +START - test_write_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:674: uart_async_write_abort_test_write_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_write_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_write_abort failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [uart_async_chain_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.092 seconds + - FAIL - [uart_async_chain_read.test_chained_read] duration = 0.092 seconds + +SUITE FAIL - 0.00% [uart_async_chain_write]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.121 seconds + - FAIL - [uart_async_chain_write.test_chained_write] duration = 0.121 seconds + +SUITE FAIL - 0.00% [uart_async_double_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_double_buf.test_double_buffer] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_long_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.263 seconds + - FAIL - [uart_async_long_buf.test_long_buffers] duration = 0.263 seconds + +SUITE FAIL - 0.00% [uart_async_multi_rx]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.521 seconds + - FAIL - [uart_async_multi_rx.test_multiple_rx_enable] duration = 0.521 seconds + +SUITE FAIL - 0.00% [uart_async_read_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_read_abort.test_read_abort] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_single_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.220 seconds + - FAIL - [uart_async_single_read.test_single_read] duration = 0.220 seconds + +SUITE FAIL - 0.00% [uart_async_timeout]: pass = 0, fail = 1, skip = 0, total = 1 duration = 3.120 seconds + - FAIL - [uart_async_timeout.test_forever_timeout] duration = 3.120 seconds + +SUITE FAIL - 0.00% [uart_async_write_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_write_abort.test_write_abort] duration = 0.120 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 905b0a564e890bbfbc05157b1807519f +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE uart_async_chain_read +=================================================================== +START - test_chained_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:405: uart_async_chain_read_test_chained_read: (rx_data_idx not equal to sizeof(tx_buf)) +Unexpected amount of data received 0 exp:10 + FAIL - test_chained_read in 0.092 seconds +=================================================================== +TESTSUITE uart_async_chain_read failed. +Running TESTSUITE uart_async_chain_write +=================================================================== +START - test_chained_write + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:837: uart_async_chain_write_test_chained_write: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_chained_write in 0.121 seconds +=================================================================== +TESTSUITE uart_async_chain_write failed. +Running TESTSUITE uart_async_double_buf +=================================================================== +START - test_double_buffer + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:480: uart_async_double_buf_test_double_buffer: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_double_buffer in 0.120 seconds +=================================================================== +TESTSUITE uart_async_double_buf failed. +Running TESTSUITE uart_async_long_buf +=================================================================== +START - test_long_buffers + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:916: uart_async_long_buf_test_long_buffers: (k_sem_take(&rx_rdy, K_MSEC(200)) not equal to 0) +RX_RDY timeout + FAIL - test_long_buffers in 0.263 seconds +=================================================================== +TESTSUITE uart_async_long_buf failed. +Running TESTSUITE uart_async_multi_rx +=================================================================== +START - test_multiple_rx_enable + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:285: uart_async_multi_rx_test_multiple_rx_enable: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_multiple_rx_enable in 0.521 seconds +=================================================================== +TESTSUITE uart_async_multi_rx failed. +Running TESTSUITE uart_async_read_abort +=================================================================== +START - test_read_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:582: uart_async_read_abort_test_read_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_read_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_read_abort failed. +Running TESTSUITE uart_async_single_read +=================================================================== +START - test_single_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:203: uart_async_single_read_test_single_read: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_single_read in 0.220 seconds +=================================================================== +TESTSUITE uart_async_single_read failed. +Running TESTSUITE uart_async_timeout +=================================================================== +START - test_forever_timeout + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:759: uart_async_timeout_test_forever_timeout: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_forever_timeout in 3.120 seconds +=================================================================== +TESTSUITE uart_async_timeout failed. +Running TESTSUITE uart_async_write_abort +=================================================================== +START - test_write_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:674: uart_async_write_abort_test_write_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_write_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_write_abort failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [uart_async_chain_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.092 seconds + - FAIL - [uart_async_chain_read.test_chained_read] duration = 0.092 seconds + +SUITE FAIL - 0.00% [uart_async_chain_write]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.121 seconds + - FAIL - [uart_async_chain_write.test_chained_write] duration = 0.121 seconds + +SUITE FAIL - 0.00% [uart_async_double_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_double_buf.test_double_buffer] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_long_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.263 seconds + - FAIL - [uart_async_long_buf.test_long_buffers] duration = 0.263 seconds + +SUITE FAIL - 0.00% [uart_async_multi_rx]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.521 seconds + - FAIL - [uart_async_multi_rx.test_multiple_rx_enable] duration = 0.521 seconds + +SUITE FAIL - 0.00% [uart_async_read_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_read_abort.test_read_abort] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_single_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.220 seconds + - FAIL - [uart_async_single_read.test_single_read] duration = 0.220 seconds + +SUITE FAIL - 0.00% [uart_async_timeout]: pass = 0, fail = 1, skip = 0, total = 1 duration = 3.120 seconds + - FAIL - [uart_async_timeout.test_forever_timeout] duration = 3.120 seconds + +SUITE FAIL - 0.00% [uart_async_write_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_write_abort.test_write_abort] duration = 0.120 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 905b0a564e890bbfbc05157b1807519f +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE uart_async_chain_read +=================================================================== +START - test_chained_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:405: uart_async_chain_read_test_chained_read: (rx_data_idx not equal to sizeof(tx_buf)) +Unexpected amount of data received 0 exp:10 + FAIL - test_chained_read in 0.092 seconds +=================================================================== +TESTSUITE uart_async_chain_read failed. +Running TESTSUITE uart_async_chain_write +=================================================================== +START - test_chained_write + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:837: uart_async_chain_write_test_chained_write: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_chained_write in 0.121 seconds +=================================================================== +TESTSUITE uart_async_chain_write failed. +Running TESTSUITE uart_async_double_buf +=================================================================== +START - test_double_buffer + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:480: uart_async_double_buf_test_double_buffer: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_double_buffer in 0.120 seconds +=================================================================== +TESTSUITE uart_async_double_buf failed. +Running TESTSUITE uart_async_long_buf +=================================================================== +START - test_long_buffers + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:916: uart_async_long_buf_test_long_buffers: (k_sem_take(&rx_rdy, K_MSEC(200)) not equal to 0) +RX_RDY timeout + FAIL - test_long_buffers in 0.263 seconds +=================================================================== +TESTSUITE uart_async_long_buf failed. +Running TESTSUITE uart_async_multi_rx +=================================================================== +START - test_multiple_rx_enable + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:285: uart_async_multi_rx_test_multiple_rx_enable: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_multiple_rx_enable in 0.521 seconds +=================================================================== +TESTSUITE uart_async_multi_rx failed. +Running TESTSUITE uart_async_read_abort +=================================================================== +START - test_read_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:582: uart_async_read_abort_test_read_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_read_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_read_abort failed. +Running TESTSUITE uart_async_single_read +=================================================================== +START - test_single_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:203: uart_async_single_read_test_single_read: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_single_read in 0.220 seconds +=================================================================== +TESTSUITE uart_async_single_read failed. +Running TESTSUITE uart_async_timeout +=================================================================== +START - test_forever_timeout + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:759: uart_async_timeout_test_forever_timeout: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_forever_timeout in 3.120 seconds +=================================================================== +TESTSUITE uart_async_timeout failed. +Running TESTSUITE uart_async_write_abort +=================================================================== +START - test_write_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:674: uart_async_write_abort_test_write_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_write_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_write_abort failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [uart_async_chain_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.092 seconds + - FAIL - [uart_async_chain_read.test_chained_read] duration = 0.092 seconds + +SUITE FAIL - 0.00% [uart_async_chain_write]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.121 seconds + - FAIL - [uart_async_chain_write.test_chained_write] duration = 0.121 seconds + +SUITE FAIL - 0.00% [uart_async_double_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_double_buf.test_double_buffer] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_long_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.263 seconds + - FAIL - [uart_async_long_buf.test_long_buffers] duration = 0.263 seconds + +SUITE FAIL - 0.00% [uart_async_multi_rx]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.521 seconds + - FAIL - [uart_async_multi_rx.test_multiple_rx_enable] duration = 0.521 seconds + +SUITE FAIL - 0.00% [uart_async_read_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_read_abort.test_read_abort] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_single_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.220 seconds + - FAIL - [uart_async_single_read.test_single_read] duration = 0.220 seconds + +SUITE FAIL - 0.00% [uart_async_timeout]: pass = 0, fail = 1, skip = 0, total = 1 duration = 3.120 seconds + - FAIL - [uart_async_timeout.test_forever_timeout] duration = 3.120 seconds + +SUITE FAIL - 0.00% [uart_async_write_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_write_abort.test_write_abort] duration = 0.120 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 905b0a564e890bbfbc05157b1807519f +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE uart_async_chain_read +=================================================================== +START - test_chained_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:405: uart_async_chain_read_test_chained_read: (rx_data_idx not equal to sizeof(tx_buf)) +Unexpected amount of data received 0 exp:10 + FAIL - test_chained_read in 0.092 seconds +=================================================================== +TESTSUITE uart_async_chain_read failed. +Running TESTSUITE uart_async_chain_write +=================================================================== +START - test_chained_write + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:837: uart_async_chain_write_test_chained_write: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_chained_write in 0.121 seconds +=================================================================== +TESTSUITE uart_async_chain_write failed. +Running TESTSUITE uart_async_double_buf +=================================================================== +START - test_double_buffer + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:480: uart_async_double_buf_test_double_buffer: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_double_buffer in 0.120 seconds +=================================================================== +TESTSUITE uart_async_double_buf failed. +Running TESTSUITE uart_async_long_buf +=================================================================== +START - test_long_buffers + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:916: uart_async_long_buf_test_long_buffers: (k_sem_take(&rx_rdy, K_MSEC(200)) not equal to 0) +RX_RDY timeout + FAIL - test_long_buffers in 0.263 seconds +=================================================================== +TESTSUITE uart_async_long_buf failed. +Running TESTSUITE uart_async_multi_rx +=================================================================== +START - test_multiple_rx_enable + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:285: uart_async_multi_rx_test_multiple_rx_enable: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_multiple_rx_enable in 0.521 seconds +=================================================================== +TESTSUITE uart_async_multi_rx failed. +Running TESTSUITE uart_async_read_abort +=================================================================== +START - test_read_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:582: uart_async_read_abort_test_read_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_read_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_read_abort failed. +Running TESTSUITE uart_async_single_read +=================================================================== +START - test_single_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:203: uart_async_single_read_test_single_read: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_single_read in 0.220 seconds +=================================================================== +TESTSUITE uart_async_single_read failed. +Running TESTSUITE uart_async_timeout +=================================================================== +START - test_forever_timeout + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:759: uart_async_timeout_test_forever_timeout: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_forever_timeout in 3.120 seconds +=================================================================== +TESTSUITE uart_async_timeout failed. +Running TESTSUITE uart_async_write_abort +=================================================================== +START - test_write_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:674: uart_async_write_abort_test_write_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_write_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_write_abort failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [uart_async_chain_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.092 seconds + - FAIL - [uart_async_chain_read.test_chained_read] duration = 0.092 seconds + +SUITE FAIL - 0.00% [uart_async_chain_write]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.121 seconds + - FAIL - [uart_async_chain_write.test_chained_write] duration = 0.121 seconds + +SUITE FAIL - 0.00% [uart_async_double_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_double_buf.test_double_buffer] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_long_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.263 seconds + - FAIL - [uart_async_long_buf.test_long_buffers] duration = 0.263 seconds + +SUITE FAIL - 0.00% [uart_async_multi_rx]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.521 seconds + - FAIL - [uart_async_multi_rx.test_multiple_rx_enable] duration = 0.521 seconds + +SUITE FAIL - 0.00% [uart_async_read_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_read_abort.test_read_abort] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_single_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.220 seconds + - FAIL - [uart_async_single_read.test_single_read] duration = 0.220 seconds + +SUITE FAIL - 0.00% [uart_async_timeout]: pass = 0, fail = 1, skip = 0, total = 1 duration = 3.120 seconds + - FAIL - [uart_async_timeout.test_forever_timeout] duration = 3.120 seconds + +SUITE FAIL - 0.00% [uart_async_write_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_write_abort.test_write_abort] duration = 0.120 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 905b0a564e890bbfbc05157b1807519f +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE uart_async_chain_read +=================================================================== +START - test_chained_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:405: uart_async_chain_read_test_chained_read: (rx_data_idx not equal to sizeof(tx_buf)) +Unexpected amount of data received 0 exp:10 + FAIL - test_chained_read in 0.092 seconds +=================================================================== +TESTSUITE uart_async_chain_read failed. +Running TESTSUITE uart_async_chain_write +=================================================================== +START - test_chained_write + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:837: uart_async_chain_write_test_chained_write: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_chained_write in 0.121 seconds +=================================================================== +TESTSUITE uart_async_chain_write failed. +Running TESTSUITE uart_async_double_buf +=================================================================== +START - test_double_buffer + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:480: uart_async_double_buf_test_double_buffer: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_double_buffer in 0.120 seconds +=================================================================== +TESTSUITE uart_async_double_buf failed. +Running TESTSUITE uart_async_long_buf +=================================================================== +START - test_long_buffers + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:916: uart_async_long_buf_test_long_buffers: (k_sem_take(&rx_rdy, K_MSEC(200)) not equal to 0) +RX_RDY timeout + FAIL - test_long_buffers in 0.263 seconds +=================================================================== +TESTSUITE uart_async_long_buf failed. +Running TESTSUITE uart_async_multi_rx +=================================================================== +START - test_multiple_rx_enable + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:285: uart_async_multi_rx_test_multiple_rx_enable: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_multiple_rx_enable in 0.521 seconds +=================================================================== +TESTSUITE uart_async_multi_rx failed. +Running TESTSUITE uart_async_read_abort +=================================================================== +START - test_read_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:582: uart_async_read_abort_test_read_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_read_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_read_abort failed. +Running TESTSUITE uart_async_single_read +=================================================================== +START - test_single_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:203: uart_async_single_read_test_single_read: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_single_read in 0.220 seconds +=================================================================== +TESTSUITE uart_async_single_read failed. +Running TESTSUITE uart_async_timeout +=================================================================== +START - test_forever_timeout + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:759: uart_async_timeout_test_forever_timeout: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_forever_timeout in 3.120 seconds +=================================================================== +TESTSUITE uart_async_timeout failed. +Running TESTSUITE uart_async_write_abort +=================================================================== +START - test_write_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:674: uart_async_write_abort_test_write_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_write_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_write_abort failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [uart_async_chain_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.092 seconds + - FAIL - [uart_async_chain_read.test_chained_read] duration = 0.092 seconds + +SUITE FAIL - 0.00% [uart_async_chain_write]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.121 seconds + - FAIL - [uart_async_chain_write.test_chained_write] duration = 0.121 seconds + +SUITE FAIL - 0.00% [uart_async_double_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_double_buf.test_double_buffer] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_long_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.263 seconds + - FAIL - [uart_async_long_buf.test_long_buffers] duration = 0.263 seconds + +SUITE FAIL - 0.00% [uart_async_multi_rx]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.521 seconds + - FAIL - [uart_async_multi_rx.test_multiple_rx_enable] duration = 0.521 seconds + +SUITE FAIL - 0.00% [uart_async_read_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_read_abort.test_read_abort] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_single_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.220 seconds + - FAIL - [uart_async_single_read.test_single_read] duration = 0.220 seconds + +SUITE FAIL - 0.00% [uart_async_timeout]: pass = 0, fail = 1, skip = 0, total = 1 duration = 3.120 seconds + - FAIL - [uart_async_timeout.test_forever_timeout] duration = 3.120 seconds + +SUITE FAIL - 0.00% [uart_async_write_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_write_abort.test_write_abort] duration = 0.120 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 905b0a564e890bbfbc05157b1807519f +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000400 != input controller gpio@48000c00 +E: r0/a1: 0x00000004 r1/a2: 0x080096d9 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008435 r14/lr: 0x08000485 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000494 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000240 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000400 != input controller gpio@48000c00 +E: r0/a1: 0x00000004 r1/a2: 0x080096d9 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008435 r14/lr: 0x08000485 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000494 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000240 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000400 != input controller gpio@48000c00 +E: r0/a1: 0x00000004 r1/a2: 0x080096d9 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008435 r14/lr: 0x08000485 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000494 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000240 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000400 != input controller gpio@48000c00 +E: r0/a1: 0x00000004 r1/a2: 0x080096d9 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008435 r14/lr: 0x08000485 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000494 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000240 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000400 != input controller gpio@48000c00 +E: r0/a1: 0x00000004 r1/a2: 0x080096d9 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008435 r14/lr: 0x08000485 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000494 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000240 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000400 != input controller gpio@48000c00 +E: r0/a1: 0x00000004 r1/a2: 0x080096d9 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008435 r14/lr: 0x08000485 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000494 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000240 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000400 != input controller gpio@48000c00 +E: r0/a1: 0x00000004 r1/a2: 0x080096d9 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008435 r14/lr: 0x08000485 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000494 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000240 (main) +E: Halting system +I: Reading SFDP +I: qspi-nor-flash@90000000: SFDP v 1.6 AP ff with 3 PH +I: PH0: ff00 rev 1.6: 16 DW @ 30 +I: Reading SFDP +I: qspi-nor-flash@90000000: 8 MiBy flash +I: PH1: ffc2 rev 1.0: 4 DW @ 110 +I: NOR quad-flash at 0x90000000 (0x800000 bytes) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +I: 2 Sectors of 4096 bytes +I: alloc wra: 1, 808 +I: data wra: 1, 5b5 +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to transform data from storage. (-146) +I: Reading SFDP +I: qspi-nor-flash@90000000: SFDP v 1.6 AP ff with 3 PH +I: PH0: ff00 rev 1.6: 16 DW @ 30 +I: Reading SFDP +I: qspi-nor-flash@90000000: 8 MiBy flash +I: PH1: ffc2 rev 1.0: 4 DW @ 110 +I: NOR quad-flash at 0x90000000 (0x800000 bytes) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +I: 2 Sectors of 4096 bytes +I: alloc wra: 1, 808 +I: data wra: 1, 5b5 +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to transform data from storage. (-146) +I: Reading SFDP +I: qspi-nor-flash@90000000: SFDP v 1.6 AP ff with 3 PH +I: PH0: ff00 rev 1.6: 16 DW @ 30 +I: Reading SFDP +I: qspi-nor-flash@90000000: 8 MiBy flash +I: PH1: ffc2 rev 1.0: 4 DW @ 110 +I: NOR quad-flash at 0x90000000 (0x800000 bytes) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +I: 2 Sectors of 4096 bytes +I: alloc wra: 1, 808 +I: data wra: 1, 5b5 +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to transform data from storage. (-146) +I: Reading SFDP +I: qspi-nor-flash@90000000: SFDP v 1.6 AP ff with 3 PH +I: PH0: ff00 rev 1.6: 16 DW @ 30 +I: Reading SFDP +I: qspi-nor-flash@90000000: 8 MiBy flash +I: PH1: ffc2 rev 1.0: 4 DW @ 110 +I: NOR quad-flash at 0x90000000 (0x800000 bytes) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +I: 2 Sectors of 4096 bytes +I: alloc wra: 1, 808 +I: data wra: 1, 5b5 +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to transform data from storage. (-146) +I: Reading SFDP +I: qspi-nor-flash@90000000: SFDP v 1.6 AP ff with 3 PH +I: PH0: ff00 rev 1.6: 16 DW @ 30 +I: Reading SFDP +I: qspi-nor-flash@90000000: 8 MiBy flash +I: PH1: ffc2 rev 1.0: 4 DW @ 110 +I: NOR quad-flash at 0x90000000 (0x800000 bytes) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +I: 2 Sectors of 4096 bytes +I: alloc wra: 0, f28 +I: data wra: 0, 228 +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets + PASS - test_all_offsets in 0.230 seconds +=================================================================== +START - test_all_sizes + PASS - test_all_sizes in 3.696 seconds +=================================================================== +START - test_max_num_entries +I: Reading SFDP +I: qspi-nor-flash@90000000: SFDP v 1.6 AP ff with 3 PH +I: PH0: ff00 rev 1.6: 16 DW @ 30 +I: Reading SFDP +I: qspi-nor-flash@90000000: 8 MiBy flash +I: PH1: ffc2 rev 1.0: 4 DW @ 110 +I: NOR quad-flash at 0x90000000 (0x800000 bytes) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +I: 2 Sectors of 4096 bytes +I: alloc wra: 0, f28 +I: data wra: 0, 228 +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets + PASS - test_all_offsets in 0.230 seconds +=================================================================== +START - test_all_sizes + PASS - test_all_sizes in 3.696 seconds +=================================================================== +START - test_max_num_entries + from disco_l475_iot1! +sys_trace +sys_trace_thread_switched_out_user: 0x20000158 +sys_trace_thread_switched_in_user: 0x200000a8 +thread_a: Hello World from disco_l475_iot1! +sys_trace_thread_switched_out_user: 0x200000a8 +sys_trace_thread_switched_in_user: 0x20000218 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000218 +sys_trace_thread_switched_in_user: 0x200000a8 +sys_trace_thread_switched_out_user: 0x200000a8 +sys_trace_thread_switched_in_user: 0x20000158 +thread_b: Hello World from disco_l475_iot1! +sys_trace_thread_switched_out_user: 0x20000158 +sys_trace_thread_switched_in_user: 0x20000218 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000218 +sys_trace_thread_switched_in_user: 0x20000158 +sys_trace_thread_switched_out_user: 0x20000158 +sys_trace_thread_switched_in_user: 0x200000a8 +thread_a: Hello World from disco_l475_iot1! +sys_trace_thread_switched_out_user: 0x200000a8 +sys_trace_thread_switched_in_user: 0x20000218 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000218 +sys_trace_thread_switched_in_user: 0x200000a8 +sys_trace_thread_switched_out_user: 0x200000a8 +sys_trace_thread_switched_in_user: 0x20000158 +thread_b: Hello World from disco_l475_iot1! +sys_trace_thread_switched_out_user: 0x20000158 +sys_trace_thread_switched_in_user: 0x20000218 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000218 +sys_trace_thread_switched_in_user: 0x20000158 +sys_trace_thread_switched_out_user: 0x20000158 +sys_trace_thread_switched_in_user: 0x200000a8 +thread_a: Hello World from disco_l475_iot1! +sys_trace_thread_switched_out_user: 0x200000a8 +sys_trace_thread_switched_in_user: 0x20000218 +sys_trace_idle_user +[00:00:00.000,000] <inf> flash_stm32_qspi: Reading SFDP +[00:00:00.005,000] <inf> flash_stm32_qspi: qspi-nor-flash@90000000: SFDP v 1.6 AP ff with 3 PH +[00:00:00.014,000] <inf> flash_stm32_qspi: PH0: ff00 rev 1.6: 16 DW @ 30 +[00:00:00.021,000] <inf> flash_stm32_qspi: Reading SFDP +[00:00:00.027,000] <inf> flash_stm32_qspi: qspi-nor-flash@90000000: 8 MiBy flash +[00:00:00.035,000] <inf> flash_stm32_qspi: PH1: ffc2 rev 1.0: 4 DW @ 110 +[00:00:00.042,000] <inf> flash_stm32_qspi: NOR quad-flash at 0x90000000 (0x800000 bytes) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.055,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.066,000] <inf> fs_nvs: No GC Done marker found: restarting gc +[00:00:00.073,000] <dbg> fs_nvs: nvs_flash_erase_sector: Erasing flash at ff000, len 2048 +[00:00:00.110,000] <dbg> fs_nvs: nvs_gc: Moving 1, len 12 +[00:00:00.117,000] <dbg> fs_nvs: nvs_gc: Moving 2, len 8 +[00:00:00.125,000] <dbg> fs_nvs: nvs_gc: Moving 5, len 128 +[00:00:00.132,000] <err> os: ***** MPU FAULT ***** +[00:00:00.138,000] <err> os: Stacking error (context area might be not valid) +[00:00:00.145,000] <err> os: Data Access Violation +[00:00:00.151,000] <err> os: MMFAR Address: 0x20001038 +[00:00:00.157,000] <err> os: r0/a1: 0xe7f04898 r1/a2: 0x81a39b08 r2/a3: 0x23034620 +[00:00:00.166,000] <err> os: r3/a4: 0xf00081e3 r12/ip: 0x4605fd55 r14/lr: 0x4601b110 +[00:00:00.174,000] <err> os: xpsr: 0x01000000 +[00:00:00.180,000] <err> os: Faulting instruction address (r15/pc): 0x08001bac +[00:00:00.188,000] <err> os: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0 +[00:00:00.195,000] <err> os: Current thread: 0x200001e8 (unknown) +[00:00:00.202,000] <err> os: Halting system + \ No newline at end of file diff --git a/results/v3.7.0-4020-g9f73988be029/nucleo_c031c6.xml b/results/v3.7.0-4020-g9f73988be029/nucleo_c031c6.xml new file mode 100644 index 00000000..a76792b4 --- /dev/null +++ b/results/v3.7.0-4020-g9f73988be029/nucleo_c031c6.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/results/v3.7.0-4020-g9f73988be029/nucleo_f091rc.xml b/results/v3.7.0-4020-g9f73988be029/nucleo_f091rc.xml new file mode 100644 index 00000000..37e08377 --- /dev/null +++ b/results/v3.7.0-4020-g9f73988be029/nucleo_f091rc.xml @@ -0,0 +1,3181 @@ +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE tinycrypt +=================================================================== +START - test_aes_fixed_key_variable_text +AES128 tinycrypt_test_aes_fixed_key_variable_text (NIST fixed-key and variable-text): + PASS - test_aes_fixed_key_variable_text in 0.223 seconds +=================================================================== +START - test_aes_variable_key_fixed_text +AES128 test #4 (NIST variable-key and fixed-text): + PASS - test_aes_variable_key_fixed_text in 0.060 seconds +=================================================================== +START - test_cbc_sp_800_38a_encrypt_decrypt +Performing CBC tests: +CBC test #1 (encryption SP 800-38a tests): + PASS - tinycrypt_test_cbc_sp_800_38a_encrypt_decrypt in 0.000 seconds +=================================================================== +CBC test #2 (decryption SP 800-38a tests): + PASS - test_cbc_sp_800_38a_encrypt_decrypt in 0.029 seconds +=================================================================== +START - test_ccm_vector_1 +tinycrypt_test_ccm_vector_1: Performing CCM test #1 (RFC 3610 test vector #1): + PASS - test_ccm_vector_1 in 0.013 seconds +=================================================================== +START - test_ccm_vector_2 +tinycrypt_test_ccm_vector_2: Performing CCM test #2 (RFC 3610 test vector #2): + PASS - test_ccm_vector_2 in 0.013 seconds +=================================================================== +START - test_ccm_vector_3 +tinycrypt_test_ccm_vector_3: Performing CCM test #3 (RFC 3610 test vector #3): + PASS - test_ccm_vector_3 in 0.013 seconds +=================================================================== +START - test_ccm_vector_4 +tinycrypt_test_ccm_vector_4: Performing CCM test #4 (RFC 3610 test vector #7): + PASS - test_ccm_vector_4 in 0.013 seconds +=================================================================== +START - test_ccm_vector_5 +tinycrypt_test_ccm_vector_5: Performing CCM test #5 (RFC 3610 test vector #8): + PASS - test_ccm_vector_5 in 0.013 seconds +=================================================================== +START - test_ccm_vector_6 +tinycrypt_test_ccm_vector_6: Performing CCM test #6 (RFC 3610 test vector #9): + PASS - test_ccm_vector_6 in 0.013 seconds +=================================================================== +START - test_ccm_vector_7 +tinycrypt_test_ccm_vector_7: Performing CCM test #7 (no associated data): + PASS - test_ccm_vector_7 in 0.012 seconds +=================================================================== +START - test_ccm_vector_8 +tinycrypt_test_ccm_vector_8: Performing CCM test #8 (no payload data): + PASS - tinycrypt_test_ccm_vector_8 in 0.000 seconds +=================================================================== + PASS - test_ccm_vector_8 in 0.020 seconds +=================================================================== +START - test_cmac_mode +Performing CMAC test #1 (GF(2^128) double): + PASS - verify_gf_2_128_double in 0.000 seconds +=================================================================== +Performing CMAC test #2 (SP 800-38B test vector #1): + PASS - verify_cmac_null_msg in 0.000 seconds +=================================================================== +Performing CMAC test #3 (SP 800-38B test vector #2): + PASS - verify_cmac_1_block_msg in 0.000 seconds +=================================================================== +Performing CMAC test #4 (SP 800-38B test vector #3): + PASS - verify_cmac_320_bit_msg in 0.000 seconds +=================================================================== +Performing CMAC test #5 (SP 800-38B test vector #4) + PASS - verify_cmac_512_bit_msg in 0.000 seconds +=================================================================== +All CMAC tests succeeded! + PASS - test_cmac_mode in 0.082 seconds +=================================================================== +START - test_ctr_prng_reseed +CTR PRNG reseed test succeeded + PASS - test_ctr_prng_reseed in 0.010 seconds +=================================================================== +START - test_ctr_prng_robustness +CTR PRNG robustness test succeeded + PASS - test_ctr_prng_robustness in 0.004 seconds +=================================================================== +START - test_ctr_prng_uninstantiate +E: ***** HARD FAULT ***** +E: r0/a1: 0x00000001 r1/a2: 0x0800f1eb r2/a3: 0x0800f06c +E: r3/a4: 0x000001c0 r12/ip: 0x00000018 r14/lr: 0x08001b33 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x07ffd6d4 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000270 (test_ctr_prng_uninstantiate) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE pending +=================================================================== +START - test_pending_fifo +Testing preemptible threads block on fifos ... +Testing fifos time-out in correct order ... +Testing fifos delivered data correctly ... +ASSERTION FAIL [z_spin_unlock_valid(l)] @ WEST_TOPDIR/zephyr/include/zephyr/spinlock.h:363 + Not my spinlock 0x2000098c +E: r0/a1: 0x00000004 r1/a2: 0x0000016b r2/a3: 0x00000080 +E: r3/a4: 0x00000004 r12/ip: 0x00000000 r14/lr: 0x080044e9 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080066ae +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200001f0 (TASK_LOW) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE pending +=================================================================== +START - test_pending_fifo +Testing preemptible threads block on fifos ... +Testing fifos time-out in correct order ... +Testing fifos delivered data correctly ... +ASSERTION FAIL [z_spin_unlock_valid(l)] @ WEST_TOPDIR/zephyr/include/zephyr/spinlock.h:363 + Not my spinlock 0x2000098c +E: r0/a1: 0x00000004 r1/a2: 0x0000016b r2/a3: 0x00000080 +E: r3/a4: 0x00000004 r12/ip: 0x00000000 r14/lr: 0x080044e9 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080066ae +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200001f0 (TASK_LOW) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE pending +=================================================================== +START - test_pending_fifo +Testing preemptible threads block on fifos ... +Testing fifos time-out in correct order ... +Testing fifos delivered data correctly ... +ASSERTION FAIL [z_spin_unlock_valid(l)] @ WEST_TOPDIR/zephyr/include/zephyr/spinlock.h:363 + Not my spinlock 0x2000098c +E: r0/a1: 0x00000004 r1/a2: 0x0000016b r2/a3: 0x00000080 +E: r3/a4: 0x00000004 r12/ip: 0x00000000 r14/lr: 0x080044e9 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080066ae +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200001f0 (TASK_LOW) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE mpsc +=================================================================== +START - test_mpsc_threaded +setting up mpsc producer free queues +starting consumer +starting producer 1 +starting producer 2 +starting producer 3 +joining mpsc thread 0 +joining mpsc thread 1 +joining mpsc thread 2 +joining mpsc thread 3 + PASS - test_mpsc_threaded in 4.565 seconds +=================================================================== +E: ***** HARD FAULT ***** +E: r0/a1: 0x080068e6 r1/a2: 0x080068ea r2/a3: 0x00000000 +E: r3/a4: 0x20000b85 r12/ip: 0x00000000 r14/lr: 0x08001a93 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08001b32 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000670 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE mpsc +=================================================================== +START - test_mpsc_threaded +setting up mpsc producer free queues +starting consumer +starting producer 1 +starting producer 2 +starting producer 3 +joining mpsc thread 0 +joining mpsc thread 1 +joining mpsc thread 2 +joining mpsc thread 3 + PASS - test_mpsc_threaded in 4.565 seconds +=================================================================== +E: ***** HARD FAULT ***** +E: r0/a1: 0x080068e6 r1/a2: 0x080068ea r2/a3: 0x00000000 +E: r3/a4: 0x20000b85 r12/ip: 0x00000000 r14/lr: 0x08001a93 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08001b32 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000670 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE mpsc +=================================================================== +START - test_mpsc_threaded +setting up mpsc producer free queues +starting consumer +starting producer 1 +starting producer 2 +starting producer 3 +joining mpsc thread 0 +joining mpsc thread 1 +joining mpsc thread 2 +joining mpsc thread 3 + PASS - test_mpsc_threaded in 4.565 seconds +=================================================================== +E: ***** HARD FAULT ***** +E: r0/a1: 0x080068e6 r1/a2: 0x080068ea r2/a3: 0x00000000 +E: r3/a4: 0x20000b85 r12/ip: 0x00000000 r14/lr: 0x08001a93 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08001b32 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000670 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE mpsc +=================================================================== +START - test_mpsc_threaded +setting up mpsc producer free queues +starting consumer +starting producer 1 +starting producer 2 +starting producer 3 +joining mpsc thread 0 +joining mpsc thread 1 +joining mpsc thread 2 +joining mpsc thread 3 + PASS - test_mpsc_threaded in 4.565 seconds +=================================================================== +E: ***** HARD FAULT ***** +E: r0/a1: 0x080068e6 r1/a2: 0x080068ea r2/a3: 0x00000000 +E: r3/a4: 0x20000b85 r12/ip: 0x00000000 r14/lr: 0x08001a93 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08001b32 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000670 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE mpsc +=================================================================== +START - test_mpsc_threaded +setting up mpsc producer free queues +starting consumer +starting producer 1 +starting producer 2 +starting producer 3 +joining mpsc thread 0 +joining mpsc thread 1 +joining mpsc thread 2 +joining mpsc thread 3 + PASS - test_mpsc_threaded in 4.565 seconds +=================================================================== +E: ***** HARD FAULT ***** +E: r0/a1: 0x080068e6 r1/a2: 0x080068ea r2/a3: 0x00000000 +E: r3/a4: 0x20000b85 r12/ip: 0x00000000 r14/lr: 0x08001a93 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08001b32 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000670 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE mpsc +=================================================================== +START - test_mpsc_threaded +setting up mpsc producer free queues +starting consumer +starting producer 1 +starting producer 2 +starting producer 3 +joining mpsc thread 0 +joining mpsc thread 1 +joining mpsc thread 2 +joining mpsc thread 3 + PASS - test_mpsc_threaded in 4.565 seconds +=================================================================== +E: ***** HARD FAULT ***** +E: r0/a1: 0x080068e6 r1/a2: 0x080068ea r2/a3: 0x00000000 +E: r3/a4: 0x20000b85 r12/ip: 0x00000000 r14/lr: 0x08001a93 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08001b32 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000670 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE mpsc +=================================================================== +START - test_mpsc_threaded +setting up mpsc producer free queues +starting consumer +starting producer 1 +starting producer 2 +starting producer 3 +joining mpsc thread 0 +joining mpsc thread 1 +joining mpsc thread 2 +joining mpsc thread 3 + PASS - test_mpsc_threaded in 4.565 seconds +=================================================================== +E: ***** HARD FAULT ***** +E: r0/a1: 0x080068e6 r1/a2: 0x080068ea r2/a3: 0x00000000 +E: r3/a4: 0x20000b85 r12/ip: 0x00000000 r14/lr: 0x08001a93 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08001b32 +E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 +E: Current thread: 0x20000670 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE libc_common +=================================================================== +START - test_abort +abort() +E: r0/a1: 0x00000004 r1/a2: 0x0800f7b5 r2/a3: 0x00000080 +E: r3/a4: 0x00000004 r12/ip: 0x00000001 r14/lr: 0x0800678f +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080059fc +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000450 (test_abort) +Caught system error -- reason 4 1 +Fatal error expected as part of test case. + PASS - test_abort in 0.034 seconds +=================================================================== +START - test_abs + PASS - test_abs in 0.001 seconds +=================================================================== +START - test_atoi + PASS - test_atoi in 0.001 seconds +=================================================================== +START - test_bsearch + PASS - test_bsearch in 0.001 seconds +=================================================================== +START - test_checktype + PASS - test_checktype in 0.001 seconds +=================================================================== +START - test_exit +exit + PASS - test_exit in 0.011 seconds +=================================================================== +START - test_limits + PASS - test_limits in 0.001 seconds +=================================================================== +START - test_memchr + PASS - test_memchr in 0.001 seconds +=================================================================== +START - test_memcmp + PASS - test_memcmp in 0.001 seconds +=================================================================== +START - test_memcpy + PASS - test_memcpy in 0.001 seconds +=================================================================== +START - test_memmove + PASS - test_memmove in 0.001 seconds +=================================================================== +START - test_memset + PASS - test_memset in 0.001 seconds +=================================================================== +START - test_qsort + PASS - test_qsort in 0.002 seconds +=================================================================== +START - test_qsort_r + PASS - test_qsort_r in 0.001 seconds +=================================================================== +START - test_rand + SKIP - test_rand in 0.001 seconds +=================================================================== +START - test_rand_reproducibility + SKIP - test_rand_reproducibility in 0.001 seconds +=================================================================== +START - test_sqrt + + Assertion failed at WEST_TOPDIR/zephyr/tests/lib/c_lib/common/src/test_sqrt.c:177: libc_common_test_sqrt: ((resd > 0.0) && (resd < (double)INFINITY) is false) +sqrt out of range + FAIL - test_sqrt in 0.017 seconds +=================================================================== +START - test_sqrtf +test_sqrtf max error 1 counts + PASS - test_sqrtf in 0.017 seconds +=================================================================== +START - test_srand + SKIP - test_srand in 0.001 seconds +=================================================================== +START - test_ssize_t + PASS - test_ssize_t in 0.001 seconds +=================================================================== +START - test_stdbool + PASS - test_stdbool in 0.001 seconds +=================================================================== +START - test_stddef + PASS - test_stddef in 0.001 seconds +=================================================================== +START - test_stdint + PASS - test_stdint in 0.001 seconds +=================================================================== +START - test_str_operate + PASS - test_str_operate in 0.001 seconds +=================================================================== +START - test_strchr + PASS - test_strchr in 0.001 seconds +=================================================================== +START - test_strcmp + PASS - test_strcmp in 0.001 seconds +=================================================================== +START - test_strcpy + PASS - test_strcpy in 0.001 seconds +=================================================================== +START - test_strlen + PASS - test_strlen in 0.001 seconds +=================================================================== +START - test_strncmp + PASS - test_strncmp in 0.001 seconds +=================================================================== +START - test_strncpy + PASS - test_strncpy in 0.001 seconds +=================================================================== +START - test_strtok_r + PASS - test_strtok_r in 0.001 seconds +=================================================================== +START - test_strtol + PASS - test_strtol in 0.001 seconds +=================================================================== +START - test_strtoul + PASS - test_strtoul in 0.001 seconds +=================================================================== +START - test_strxspn + PASS - test_strxspn in 0.001 seconds +=================================================================== +START - test_time_asctime + PASS - test_time_asctime in 0.001 seconds +=================================================================== +START - test_time_ctime + PASS - test_time_ctime in 0.001 seconds +=================================================================== +START - test_time_gmtime + PASS - test_time_gmtime in 0.001 seconds +=================================================================== +START - test_time_localtime + PASS - test_time_localtime in 0.001 seconds +=================================================================== +START - test_time_t + PASS - test_time_t in 0.001 seconds +=================================================================== +START - test_tolower_toupper + PASS - test_tolower_toupper in 0.001 seconds +=================================================================== +TESTSUITE libc_common failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 97.30% [libc_common]: pass = 36, fail = 1, skip = 3, total = 40 duration = 0.116 seconds + - PASS - [libc_common.test_abort] duration = 0.034 seconds + - PASS - [libc_common.test_abs] duration = 0.001 seconds + - PASS - [libc_common.test_atoi] duration = 0.001 seconds + - PASS - [libc_common.test_bsearch] duration = 0.001 seconds + - PASS - [libc_common.test_checktype] duration = 0.001 seconds + - PASS - [libc_common.test_exit] duration = 0.011 seconds + - PASS - [libc_common.test_limits] duration = 0.001 seconds + - PASS - [libc_common.test_memchr] duration = 0.001 seconds + - PASS - [libc_common.test_memcmp] duration = 0.001 seconds + - PASS - [libc_common.test_memcpy] duration = 0.001 seconds + - PASS - [libc_common.test_memmove] duration = 0.001 seconds + - PASS - [libc_common.test_memset] duration = 0.001 seconds + - PASS - [libc_common.test_qsort] duration = 0.002 seconds + - PASS - [libc_common.test_qsort_r] duration = 0.001 seconds + - SKIP - [libc_common.test_rand] duration = 0.001 seconds + - SKIP - [libc_common.test_rand_reproducibility] duration = 0.001 seconds + - FAIL - [libc_common.test_sqrt] duration = 0.017 seconds + - PASS - [libc_common.test_sqrtf] duration = 0.017 seconds + - SKIP - [libc_common.test_srand] duration = 0.001 seconds + - PASS - [libc_common.test_ssize_t] duration = 0.001 seconds + - PASS - [libc_common.test_stdbool] duration = 0.001 seconds + - PASS - [libc_common.test_stddef] duration = 0.001 seconds + - PASS - [libc_common.test_stdint] duration = 0.001 seconds + - PASS - [libc_common.test_str_operate] duration = 0.001 seconds + - PASS - [libc_common.test_strchr] duration = 0.001 seconds + - PASS - [libc_common.test_strcmp] duration = 0.001 seconds + - PASS - [libc_common.test_strcpy] duration = 0.001 seconds + - PASS - [libc_common.test_strlen] duration = 0.001 seconds + - PASS - [libc_common.test_strncmp] duration = 0.001 seconds + - PASS - [libc_common.test_strncpy] duration = 0.001 seconds + - PASS - [libc_common.test_strtok_r] duration = 0.001 seconds + - PASS - [libc_common.test_strtol] duration = 0.001 seconds + - PASS - [libc_common.test_strtoul] duration = 0.001 seconds + - PASS - [libc_common.test_strxspn] duration = 0.001 seconds + - PASS - [libc_common.test_time_asctime] duration = 0.001 seconds + - PASS - [libc_common.test_time_ctime] duration = 0.001 seconds + - PASS - [libc_common.test_time_gmtime] duration = 0.001 seconds + - PASS - [libc_common.test_time_localtime] duration = 0.001 seconds + - PASS - [libc_common.test_time_t] duration = 0.001 seconds + - PASS - [libc_common.test_tolower_toupper] duration = 0.001 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 22f8c6cbf0d1fa18179cafddf5743cc4 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE libc_common +=================================================================== +START - test_abort +abort() +E: r0/a1: 0x00000004 r1/a2: 0x0800f7b5 r2/a3: 0x00000080 +E: r3/a4: 0x00000004 r12/ip: 0x20000b84 r14/lr: 0x0800678f +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080059fc +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000450 (test_abort) +Caught system error -- reason 4 1 +Fatal error expected as part of test case. + PASS - test_abort in 0.034 seconds +=================================================================== +START - test_abs + PASS - test_abs in 0.001 seconds +=================================================================== +START - test_atoi + PASS - test_atoi in 0.001 seconds +=================================================================== +START - test_bsearch + PASS - test_bsearch in 0.001 seconds +=================================================================== +START - test_checktype + PASS - test_checktype in 0.001 seconds +=================================================================== +START - test_exit +exit + PASS - test_exit in 0.011 seconds +=================================================================== +START - test_limits + PASS - test_limits in 0.001 seconds +=================================================================== +START - test_memchr + PASS - test_memchr in 0.001 seconds +=================================================================== +START - test_memcmp + PASS - test_memcmp in 0.001 seconds +=================================================================== +START - test_memcpy + PASS - test_memcpy in 0.001 seconds +=================================================================== +START - test_memmove + PASS - test_memmove in 0.001 seconds +=================================================================== +START - test_memset + PASS - test_memset in 0.001 seconds +=================================================================== +START - test_qsort + PASS - test_qsort in 0.002 seconds +=================================================================== +START - test_qsort_r + PASS - test_qsort_r in 0.001 seconds +=================================================================== +START - test_rand + SKIP - test_rand in 0.001 seconds +=================================================================== +START - test_rand_reproducibility + SKIP - test_rand_reproducibility in 0.001 seconds +=================================================================== +START - test_sqrt + + Assertion failed at WEST_TOPDIR/zephyr/tests/lib/c_lib/common/src/test_sqrt.c:198: libc_common_test_sqrt: (error < MAX_DOUBLE_ERROR_PERCENT is false) +max sqrt error exceeded + FAIL - test_sqrt in 0.017 seconds +=================================================================== +START - test_sqrtf +test_sqrtf max error 1 counts + PASS - test_sqrtf in 0.017 seconds +=================================================================== +START - test_srand + SKIP - test_srand in 0.001 seconds +=================================================================== +START - test_ssize_t + PASS - test_ssize_t in 0.001 seconds +=================================================================== +START - test_stdbool + PASS - test_stdbool in 0.001 seconds +=================================================================== +START - test_stddef + PASS - test_stddef in 0.001 seconds +=================================================================== +START - test_stdint + PASS - test_stdint in 0.001 seconds +=================================================================== +START - test_str_operate + PASS - test_str_operate in 0.001 seconds +=================================================================== +START - test_strchr + PASS - test_strchr in 0.001 seconds +=================================================================== +START - test_strcmp + PASS - test_strcmp in 0.001 seconds +=================================================================== +START - test_strcpy + PASS - test_strcpy in 0.001 seconds +=================================================================== +START - test_strlen + PASS - test_strlen in 0.001 seconds +=================================================================== +START - test_strncmp + PASS - test_strncmp in 0.001 seconds +=================================================================== +START - test_strncpy + PASS - test_strncpy in 0.001 seconds +=================================================================== +START - test_strtok_r + PASS - test_strtok_r in 0.001 seconds +=================================================================== +START - test_strtol + PASS - test_strtol in 0.001 seconds +=================================================================== +START - test_strtoul + PASS - test_strtoul in 0.001 seconds +=================================================================== +START - test_strxspn + PASS - test_strxspn in 0.001 seconds +=================================================================== +START - test_time_asctime + PASS - test_time_asctime in 0.001 seconds +=================================================================== +START - test_time_ctime + PASS - test_time_ctime in 0.001 seconds +=================================================================== +START - test_time_gmtime + PASS - test_time_gmtime in 0.001 seconds +=================================================================== +START - test_time_localtime + PASS - test_time_localtime in 0.001 seconds +=================================================================== +START - test_time_t + PASS - test_time_t in 0.001 seconds +=================================================================== +START - test_tolower_toupper + PASS - test_tolower_toupper in 0.001 seconds +=================================================================== +TESTSUITE libc_common failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 97.30% [libc_common]: pass = 36, fail = 1, skip = 3, total = 40 duration = 0.116 seconds + - PASS - [libc_common.test_abort] duration = 0.034 seconds + - PASS - [libc_common.test_abs] duration = 0.001 seconds + - PASS - [libc_common.test_atoi] duration = 0.001 seconds + - PASS - [libc_common.test_bsearch] duration = 0.001 seconds + - PASS - [libc_common.test_checktype] duration = 0.001 seconds + - PASS - [libc_common.test_exit] duration = 0.011 seconds + - PASS - [libc_common.test_limits] duration = 0.001 seconds + - PASS - [libc_common.test_memchr] duration = 0.001 seconds + - PASS - [libc_common.test_memcmp] duration = 0.001 seconds + - PASS - [libc_common.test_memcpy] duration = 0.001 seconds + - PASS - [libc_common.test_memmove] duration = 0.001 seconds + - PASS - [libc_common.test_memset] duration = 0.001 seconds + - PASS - [libc_common.test_qsort] duration = 0.002 seconds + - PASS - [libc_common.test_qsort_r] duration = 0.001 seconds + - SKIP - [libc_common.test_rand] duration = 0.001 seconds + - SKIP - [libc_common.test_rand_reproducibility] duration = 0.001 seconds + - FAIL - [libc_common.test_sqrt] duration = 0.017 seconds + - PASS - [libc_common.test_sqrtf] duration = 0.017 seconds + - SKIP - [libc_common.test_srand] duration = 0.001 seconds + - PASS - [libc_common.test_ssize_t] duration = 0.001 seconds + - PASS - [libc_common.test_stdbool] duration = 0.001 seconds + - PASS - [libc_common.test_stddef] duration = 0.001 seconds + - PASS - [libc_common.test_stdint] duration = 0.001 seconds + - PASS - [libc_common.test_str_operate] duration = 0.001 seconds + - PASS - [libc_common.test_strchr] duration = 0.001 seconds + - PASS - [libc_common.test_strcmp] duration = 0.001 seconds + - PASS - [libc_common.test_strcpy] duration = 0.001 seconds + - PASS - [libc_common.test_strlen] duration = 0.001 seconds + - PASS - [libc_common.test_strncmp] duration = 0.001 seconds + - PASS - [libc_common.test_strncpy] duration = 0.001 seconds + - PASS - [libc_common.test_strtok_r] duration = 0.001 seconds + - PASS - [libc_common.test_strtol] duration = 0.001 seconds + - PASS - [libc_common.test_strtoul] duration = 0.001 seconds + - PASS - [libc_common.test_strxspn] duration = 0.001 seconds + - PASS - [libc_common.test_time_asctime] duration = 0.001 seconds + - PASS - [libc_common.test_time_ctime] duration = 0.001 seconds + - PASS - [libc_common.test_time_gmtime] duration = 0.001 seconds + - PASS - [libc_common.test_time_localtime] duration = 0.001 seconds + - PASS - [libc_common.test_time_t] duration = 0.001 seconds + - PASS - [libc_common.test_tolower_toupper] duration = 0.001 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: b9a511435be91691eb7aa602a014c396 +PROJECT EXECUTION FAILED +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x200002a8 +sys_trace_thread_switched_in_user: 0x200001f8 +sys_trace_thread_switched_out_user: 0x200001f8 +sys_trace_thread_switched_in_user: 0x20000148 +thread_a: Hello World from nucleo_f091rc! +sys_trace_thread_switched_out_user: 0x20000148 +sys_trace_thread_switched_in_user: 0x200002a8 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x200002a8 +sys_trace_thread_switched_in_user: 0x20000148 +sys_trace_thread_switched_out_user: 0x20000148 +sys_trace_thread_switched_in_user: 0x200001f8 +thread_b: Hello World from nucleo_f091rc! +sys_trace_thread_switched_out_user: 0x200001f8 +sys_trace_thread_switched_in_user: 0x200002a8 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x200002a8 +sys_trace_thread_switched_in_user: 0x200001f8 +sys_trace_thread_switched_out_user: 0x200001f8 +sys_trace_thread_switched_in_user: 0x20000148 +thread_a: Hello World from nucleo_f091rc! +sys_trace_thread_switched_out_user: 0x20000148 +sys_trace_thread_switched_in_user: 0x200002a8 +sys_trace_idle_user +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.021,000] <inf> fs_nvs: GC Done marker found +[00:00:00.026,000] <dbg> fs_nvs: nvs_flash_erase_sector: Erasing flash at 3e800, len 2048 +[00:00:00.059,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.065,000] <inf> fs_nvs: alloc wra: 2, 3b8 +[00:00:00.070,000] <inf> fs_nvs: data wra: 2, 29e +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 47 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 2, 3b0 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2a2 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 48 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 2, 3a8 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2a6 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 49 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 2, 3a0 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2aa +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 50 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 2, 398 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2ae +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 51 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 2, 390 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2b2 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 52 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 2, 388 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2b6 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 53 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 2, 380 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2ba +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 54 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 2, 378 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2be +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 55 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 2, 370 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2c2 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 56 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 2, 368 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2c6 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 57 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 2, 360 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2ca +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 58 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 2, 358 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2ce +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 59 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 2, 350 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2d2 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 60 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 2, 348 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2d6 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 61 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 2, 340 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2da +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 62 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 2, 338 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2de +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 63 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 2, 330 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2e2 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 64 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 2, 328 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2e6 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 65 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 2, 320 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2ea +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 66 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 2, 318 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2ee +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 67 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 2, 310 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2f2 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 68 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 2, 308 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2f6 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 69 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 2, 300 +[00:00:00.031,000] <inf> fs_nvs: data wra: 2, 2fa +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 70 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +[00:00:02.167,000] <dbg> fs_nvs: nvs_add_gc_done_ate: Adding gc done ate at 7f0 +[00:00:02.176,000] <dbg> fs_nvs: nvs_flash_erase_sector: Erasing flash at 3f000, len 2048 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.024,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.030,000] <inf> fs_nvs: alloc wra: 0, 7e0 +[00:00:00.035,000] <inf> fs_nvs: data wra: 0, 4 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 71 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320 +Oldest reboot counter: 320 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.024,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.030,000] <inf> fs_nvs: alloc wra: 0, 7d8 +[00:00:00.035,000] <inf> fs_nvs: data wra: 0, 8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 72 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320 +Oldest reboot counter: 320 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.024,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.030,000] <inf> fs_nvs: alloc wra: 0, 7d0 +[00:00:00.035,000] <inf> fs_nvs: data wra: 0, c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 73 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320 +Oldest reboot counter: 320 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.024,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.030,000] <inf> fs_nvs: alloc wra: 0, 7c8 +[00:00:00.035,000] <inf> fs_nvs: data wra: 0, 10 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 74 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320 +Oldest reboot counter: 320 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.024,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.030,000] <inf> fs_nvs: alloc wra: 0, 7c0 +[00:00:00.035,000] <inf> fs_nvs: data wra: 0, 14 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 75 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320 +Oldest reboot counter: 320 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.024,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.030,000] <inf> fs_nvs: alloc wra: 0, 7b8 +[00:00:00.035,000] <inf> fs_nvs: data wra: 0, 18 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 76 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320 +Oldest reboot counter: 320 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.024,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.030,000] <inf> fs_nvs: alloc wra: 0, 7b0 +[00:00:00.035,000] <inf> fs_nvs: data wra: 0, 1c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 77 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320 +Oldest reboot counter: 320 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.024,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.030,000] <inf> fs_nvs: alloc wra: 0, 7a8 +[00:00:00.035,000] <inf> fs_nvs: data wra: 0, 20 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 78 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320 +Oldest reboot counter: 320 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.024,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.030,000] <inf> fs_nvs: alloc wra: 0, 7a0 +[00:00:00.035,000] <inf> fs_nvs: data wra: 0, 24 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 79 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320 +Oldest reboot counter: 320 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.024,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.030,000] <inf> fs_nvs: alloc wra: 0, 798 +[00:00:00.035,000] <inf> fs_nvs: data wra: 0, 28 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 80 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320 +Oldest reboot counter: 320 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.024,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.030,000] <inf> fs_nvs: alloc wra: 0, 790 +[00:00:00.035,000] <inf> fs_nvs: data wra: 0, 2c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 81 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320 +Oldest reboot counter: 320 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.024,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.030,000] <inf> fs_nvs: alloc wra: 0, 788 +[00:00:00.035,000] <inf> fs_nvs: data wra: 0, 30 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 82 + \ No newline at end of file diff --git a/results/v3.7.0-4020-g9f73988be029/nucleo_f103rb.xml b/results/v3.7.0-4020-g9f73988be029/nucleo_f103rb.xml new file mode 100644 index 00000000..f1fb127c --- /dev/null +++ b/results/v3.7.0-4020-g9f73988be029/nucleo_f103rb.xml @@ -0,0 +1,2811 @@ +Loading Zephyr default modules (Zephyr base). +-- Application: /local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api +-- CMake version: 3.22.1 +-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter +-- Cache files will be written to: /local/home/zephyrtb/.cache/zephyr +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr) +-- Found west (found suitable version "1.2.0", minimum required is "0.14.0") +-- Board: nucleo_f103rb, qualifiers: stm32f103xb +-- Found host-tools: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found toolchain: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found Dtc: /local/ztb/sdk/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6") +-- Found BOARD.dts: /local/ztb/zephyrproject/zephyr/boards/st/nucleo_f103rb/nucleo_f103rb.dts +-- Found devicetree overlay: /local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api/boards/nucleo_f103rb.overlay +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/zephyr.dts +-- Generated pickled edt: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/edt.pickle +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/zephyr.dts +-- Generated devicetree_generated.h: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/devicetree_generated.h +-- Including generated dts.cmake file: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/dts.cmake +Parsing /local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api/Kconfig +Loaded configuration '/local/ztb/zephyrproject/zephyr/boards/st/nucleo_f103rb/nucleo_f103rb_defconfig' +Merged configuration '/local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api/prj.conf' +Merged configuration '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/misc/generated/extra_kconfig_options.conf' +Configuration saved to '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/.config' +Kconfig header saved to '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/autoconf.h' +-- Found GnuLd: /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38") +-- The C compiler identification is GNU 12.2.0 +-- The CXX compiler identification is GNU 12.2.0 +-- The ASM compiler identification is GNU +-- Found assembler: /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc +-- Setting build type to 'MinSizeRel' as none was specified. +-- Using ccache: /usr/bin/ccache +-- Configuring done +-- Generating done +CMake Warning: + Manually-specified variables were not used by the project: + + TC_NAME + + +-- Build files have been written to: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc +[1/139] Preparing syscall dependency handling + +[2/139] Generating include/generated/zephyr/version.h +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr), build: v3.7.0-4020-g9f73988be029 +[3/139] Generating misc/generated/syscalls_subdirs.trigger +[4/139] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json +[5/139] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h +[6/139] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h +[7/139] Generating include/generated/zephyr/driver-validation.h +[8/139] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj +[9/139] Generating include/generated/zephyr/offsets.h +[10/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj +[11/139] Building ASM object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj +[12/139] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj +[13/139] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj +[14/139] Generating linker_zephyr_pre0.cmd +[15/139] Building C object zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj +[16/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj +[17/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj +[18/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj +[19/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj +[20/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj +[21/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj +[22/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj +[23/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/__aeabi_read_tp.S.obj +[24/139] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/stm32f1x/soc.c.obj +[25/139] Building C object zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj +[26/139] Building C object CMakeFiles/app.dir/src/main.c.obj +[27/139] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/soc_config.c.obj +[28/139] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj +[29/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj +[30/139] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32cube_hal.c.obj +[31/139] Linking C static library zephyr/arch/common/libisr_tables.a +[32/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj +[33/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj +[34/139] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_minimal.c.obj +[35/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj +[36/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj +[37/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj +[38/139] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/tls.c.obj +[39/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj +[40/139] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj +[41/139] Linking C static library zephyr/arch/common/libarch__common.a +[42/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj +[43/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap.c.obj +[44/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj +[45/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj +[46/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj +[47/139] Building C object CMakeFiles/app.dir/src/test_adc.c.obj +[48/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj +[49/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj +[50/139] Linking C static library app/libapp.a +[51/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj +[52/139] Building C object zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj +[53/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj +[54/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj +[55/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj +[56/139] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj +[57/139] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj +[58/139] Building C object zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/libc-hooks.c.obj +[59/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj +[60/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/soc/system_stm32f1xx.c.obj +[61/139] Linking C static library zephyr/lib/libc/picolibc/liblib__libc__picolibc.a +[62/139] Linking C static library zephyr/arch/arch/arm/core/libarch__arm__core.a +[63/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init_static.c.obj +[64/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal_rcc_ex.c.obj +[65/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal.c.obj +[66/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj +[67/139] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32f1.c.obj +[68/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_error_hook.c.obj +[69/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_ll_utils.c.obj +[70/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_rules.c.obj +[71/139] Building C object zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/malloc.c.obj +[72/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj +[73/139] Linking C static library zephyr/lib/libc/common/liblib__libc__common.a +[74/139] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj +[75/139] Building C object zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_common.c.obj +[76/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_defaults.c.obj +[77/139] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_stm32.c.obj +[78/139] Building C object zephyr/drivers/reset/CMakeFiles/drivers__reset.dir/reset_stm32.c.obj +[79/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal_rcc.c.obj +[80/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj +[81/139] Linking C static library zephyr/libzephyr.a +[82/139] Building C object zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj +[83/139] Linking C static library zephyr/drivers/reset/libdrivers__reset.a +[84/139] Linking C static library zephyr/drivers/pinctrl/libdrivers__pinctrl.a +[85/139] Linking C static library modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a +[86/139] Linking C static library zephyr/drivers/console/libdrivers__console.a +[87/139] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32_ll_common.c.obj +[88/139] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/cortex_m_systick.c.obj +[89/139] Building C object zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_exti_stm32.c.obj +[90/139] Linking C static library zephyr/drivers/timer/libdrivers__timer.a +[91/139] Linking C static library zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a +[92/139] Linking C static library zephyr/drivers/clock_control/libdrivers__clock_control.a +[93/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj +[94/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj +[95/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj +[96/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj +[97/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj +[98/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj +[99/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest.c.obj +[100/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj +[101/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj +[102/139] Linking C static library zephyr/subsys/testsuite/ztest/libsubsys__testsuite__ztest.a +[103/139] Building C object zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_stm32.c.obj +[104/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj +[105/139] Linking C static library zephyr/drivers/gpio/libdrivers__gpio.a +[106/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj +[107/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj +[108/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj +[109/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj +[110/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj +[111/139] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_stm32.c.obj +[112/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj +[113/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/priority_queues.c.obj +[114/139] Linking C static library zephyr/drivers/serial/libdrivers__serial.a +[115/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj +[116/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj +[117/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj +[118/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/spinlock_validate.c.obj +[119/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj +[120/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj +[121/139] Linking C static library zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a +[122/139] Building C object zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj +FAILED: zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj +ccache /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DHSE_VALUE=8000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=1024 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DSTM32F103xB -DTC_RUNID=cf9f9811ee7e3c3ba95fbee2c8aa90a6 -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr -I/local/ztb/zephyrproject/zephyr/include -I/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated -I/local/ztb/zephyrproject/zephyr/soc/st/stm32 -I/local/ztb/zephyrproject/zephyr/soc/st/stm32/common/. -I/local/ztb/zephyrproject/zephyr/drivers -I/local/ztb/zephyrproject/zephyr/soc/st/stm32/stm32f1x/. -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/include -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/coverage -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/ztest/include -I/local/ztb/zephyrproject/modules/hal/cmsis/CMSIS/Core/Include -I/local/ztb/zephyrproject/zephyr/modules/cmsis/. -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/stm32f1xx/soc -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/stm32f1xx/drivers/include -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -isystem /local/ztb/zephyrproject/zephyr/lib/libc/common/include -Os -DNDEBUG -Wshadow -fno-strict-aliasing -Werror -Os -imacros /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /local/ztb/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api=CMAKE_SOURCE_DIR -fmacro-prefix-map=/local/ztb/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/local/ztb/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c99 -MD -MT zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj -MF zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj.d -o zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj -c /local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c +In file included from /local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_macro.h:34, + from /local/ztb/zephyrproject/zephyr/include/zephyr/irq_multilevel.h:16, + from /local/ztb/zephyrproject/zephyr/include/zephyr/devicetree.h:20, + from /local/ztb/zephyrproject/zephyr/include/zephyr/device.h:12, + from /local/ztb/zephyrproject/zephyr/include/zephyr/drivers/adc.h:16, + from /local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:16: +/local/ztb/zephyrproject/zephyr/include/zephyr/toolchain/gcc.h:87:36: error: static assertion failed: "ASYNC clock mode defined without ASYNC clock defined in device tree" + 87 | #define BUILD_ASSERT(EXPR, MSG...) _Static_assert((EXPR), "" MSG) + | ^~~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:72:26: note: in definition of macro '__DEBRACKET' + 72 | #define __DEBRACKET(...) __VA_ARGS__ + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:64:9: note: in expansion of macro '__GET_ARG2_DEBRACKET' + 64 | __GET_ARG2_DEBRACKET(one_or_two_args _if_code, _else_code) + | ^~~~~~~~~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:59:9: note: in expansion of macro '__COND_CODE' + 59 | __COND_CODE(_XXXX##_flag, _if_1_code, _else_code) + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_macro.h:196:9: note: in expansion of macro 'Z_COND_CODE_1' + 196 | Z_COND_CODE_1(_flag, _if_1_code, _else_code) + | ^~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/devicetree.h:4667:9: note: in expansion of macro 'COND_CODE_1' + 4667 | COND_CODE_1(DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT), \ + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1645:9: note: in expansion of macro 'BUILD_ASSERT' + 1645 | BUILD_ASSERT(IS_EQ(ADC_STM32_CLOCK(x), SYNC) || (DT_INST_NUM_CLOCKS(x) > 1), \ + | ^~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1790:1: note: in expansion of macro 'ADC_STM32_CHECK_DT_CLOCK' + 1790 | ADC_STM32_CHECK_DT_CLOCK(index); \ + | ^~~~~~~~~~~~~~~~~~~~~~~~ +/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/devicetree_generated.h:11162:47: note: in expansion of macro 'ADC_STM32_INIT' +11162 | #define DT_FOREACH_OKAY_INST_st_stm32_adc(fn) fn(0) + | ^~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:105:36: note: in expansion of macro 'DT_FOREACH_OKAY_INST_st_stm32_adc' + 105 | #define UTIL_PRIMITIVE_CAT(a, ...) a##__VA_ARGS__ + | ^ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1827:1: note: in expansion of macro 'DT_INST_FOREACH_STATUS_OKAY' + 1827 | DT_INST_FOREACH_STATUS_OKAY(ADC_STM32_INIT) + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ +[123/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj +[124/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj +[125/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj +[126/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj +[127/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj +[128/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj +[129/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj +[130/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj +[131/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj +ninja: build stopped: subcommand failed. +Loading Zephyr default modules (Zephyr base). +-- Application: /local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api +-- CMake version: 3.22.1 +-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter +-- Cache files will be written to: /local/home/zephyrtb/.cache/zephyr +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr) +-- Found west (found suitable version "1.2.0", minimum required is "0.14.0") +-- Board: nucleo_f103rb, qualifiers: stm32f103xb +-- Found host-tools: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found toolchain: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found Dtc: /local/ztb/sdk/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6") +-- Found BOARD.dts: /local/ztb/zephyrproject/zephyr/boards/st/nucleo_f103rb/nucleo_f103rb.dts +-- Found devicetree overlay: /local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api/boards/nucleo_f103rb.overlay +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/zephyr.dts +-- Generated pickled edt: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/edt.pickle +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/zephyr.dts +-- Generated devicetree_generated.h: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/devicetree_generated.h +-- Including generated dts.cmake file: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/dts.cmake +Parsing /local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api/Kconfig +Loaded configuration '/local/ztb/zephyrproject/zephyr/boards/st/nucleo_f103rb/nucleo_f103rb_defconfig' +Merged configuration '/local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api/prj.conf' +Merged configuration '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/misc/generated/extra_kconfig_options.conf' +Configuration saved to '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/.config' +Kconfig header saved to '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/autoconf.h' +-- Found GnuLd: /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38") +-- The C compiler identification is GNU 12.2.0 +-- The CXX compiler identification is GNU 12.2.0 +-- The ASM compiler identification is GNU +-- Found assembler: /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc +-- Setting build type to 'MinSizeRel' as none was specified. +-- Using ccache: /usr/bin/ccache +-- Configuring done +-- Generating done +CMake Warning: + Manually-specified variables were not used by the project: + + TC_NAME + + +-- Build files have been written to: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc +[1/139] Preparing syscall dependency handling + +[2/139] Generating include/generated/zephyr/version.h +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr), build: v3.7.0-4020-g9f73988be029 +[3/139] Generating misc/generated/syscalls_subdirs.trigger +[4/139] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json +[5/139] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h +[6/139] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h +[7/139] Generating include/generated/zephyr/driver-validation.h +[8/139] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj +[9/139] Generating include/generated/zephyr/offsets.h +[10/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj +[11/139] Building ASM object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj +[12/139] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj +[13/139] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj +[14/139] Generating linker_zephyr_pre0.cmd +[15/139] Building C object zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj +[16/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj +[17/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj +[18/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj +[19/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj +[20/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj +[21/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj +[22/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj +[23/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/__aeabi_read_tp.S.obj +[24/139] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/stm32f1x/soc.c.obj +[25/139] Building C object zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj +[26/139] Building C object CMakeFiles/app.dir/src/main.c.obj +[27/139] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/soc_config.c.obj +[28/139] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj +[29/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj +[30/139] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32cube_hal.c.obj +[31/139] Linking C static library zephyr/arch/common/libisr_tables.a +[32/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj +[33/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj +[34/139] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_minimal.c.obj +[35/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj +[36/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj +[37/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj +[38/139] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/tls.c.obj +[39/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj +[40/139] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj +[41/139] Linking C static library zephyr/arch/common/libarch__common.a +[42/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj +[43/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap.c.obj +[44/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj +[45/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj +[46/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj +[47/139] Building C object CMakeFiles/app.dir/src/test_adc.c.obj +[48/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj +[49/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj +[50/139] Linking C static library app/libapp.a +[51/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj +[52/139] Building C object zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj +[53/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj +[54/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj +[55/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj +[56/139] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj +[57/139] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj +[58/139] Building C object zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/libc-hooks.c.obj +[59/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj +[60/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/soc/system_stm32f1xx.c.obj +[61/139] Linking C static library zephyr/lib/libc/picolibc/liblib__libc__picolibc.a +[62/139] Linking C static library zephyr/arch/arch/arm/core/libarch__arm__core.a +[63/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init_static.c.obj +[64/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal_rcc_ex.c.obj +[65/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal.c.obj +[66/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj +[67/139] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32f1.c.obj +[68/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_error_hook.c.obj +[69/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_ll_utils.c.obj +[70/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_rules.c.obj +[71/139] Building C object zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/malloc.c.obj +[72/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj +[73/139] Linking C static library zephyr/lib/libc/common/liblib__libc__common.a +[74/139] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj +[75/139] Building C object zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_common.c.obj +[76/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_defaults.c.obj +[77/139] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_stm32.c.obj +[78/139] Building C object zephyr/drivers/reset/CMakeFiles/drivers__reset.dir/reset_stm32.c.obj +[79/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal_rcc.c.obj +[80/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj +[81/139] Linking C static library zephyr/libzephyr.a +[82/139] Building C object zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj +[83/139] Linking C static library zephyr/drivers/reset/libdrivers__reset.a +[84/139] Linking C static library zephyr/drivers/pinctrl/libdrivers__pinctrl.a +[85/139] Linking C static library modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a +[86/139] Linking C static library zephyr/drivers/console/libdrivers__console.a +[87/139] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32_ll_common.c.obj +[88/139] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/cortex_m_systick.c.obj +[89/139] Building C object zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_exti_stm32.c.obj +[90/139] Linking C static library zephyr/drivers/timer/libdrivers__timer.a +[91/139] Linking C static library zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a +[92/139] Linking C static library zephyr/drivers/clock_control/libdrivers__clock_control.a +[93/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj +[94/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj +[95/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj +[96/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj +[97/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj +[98/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj +[99/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest.c.obj +[100/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj +[101/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj +[102/139] Linking C static library zephyr/subsys/testsuite/ztest/libsubsys__testsuite__ztest.a +[103/139] Building C object zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_stm32.c.obj +[104/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj +[105/139] Linking C static library zephyr/drivers/gpio/libdrivers__gpio.a +[106/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj +[107/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj +[108/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj +[109/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj +[110/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj +[111/139] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_stm32.c.obj +[112/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj +[113/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/priority_queues.c.obj +[114/139] Linking C static library zephyr/drivers/serial/libdrivers__serial.a +[115/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj +[116/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj +[117/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj +[118/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/spinlock_validate.c.obj +[119/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj +[120/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj +[121/139] Linking C static library zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a +[122/139] Building C object zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj +FAILED: zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj +ccache /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DHSE_VALUE=8000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=1024 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DSTM32F103xB -DTC_RUNID=cf9f9811ee7e3c3ba95fbee2c8aa90a6 -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr -I/local/ztb/zephyrproject/zephyr/include -I/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated -I/local/ztb/zephyrproject/zephyr/soc/st/stm32 -I/local/ztb/zephyrproject/zephyr/soc/st/stm32/common/. -I/local/ztb/zephyrproject/zephyr/drivers -I/local/ztb/zephyrproject/zephyr/soc/st/stm32/stm32f1x/. -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/include -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/coverage -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/ztest/include -I/local/ztb/zephyrproject/modules/hal/cmsis/CMSIS/Core/Include -I/local/ztb/zephyrproject/zephyr/modules/cmsis/. -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/stm32f1xx/soc -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/stm32f1xx/drivers/include -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -isystem /local/ztb/zephyrproject/zephyr/lib/libc/common/include -Os -DNDEBUG -Wshadow -fno-strict-aliasing -Werror -Os -imacros /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /local/ztb/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api=CMAKE_SOURCE_DIR -fmacro-prefix-map=/local/ztb/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/local/ztb/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c99 -MD -MT zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj -MF zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj.d -o zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj -c /local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c +In file included from /local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_macro.h:34, + from /local/ztb/zephyrproject/zephyr/include/zephyr/irq_multilevel.h:16, + from /local/ztb/zephyrproject/zephyr/include/zephyr/devicetree.h:20, + from /local/ztb/zephyrproject/zephyr/include/zephyr/device.h:12, + from /local/ztb/zephyrproject/zephyr/include/zephyr/drivers/adc.h:16, + from /local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:16: +/local/ztb/zephyrproject/zephyr/include/zephyr/toolchain/gcc.h:87:36: error: static assertion failed: "ASYNC clock mode defined without ASYNC clock defined in device tree" + 87 | #define BUILD_ASSERT(EXPR, MSG...) _Static_assert((EXPR), "" MSG) + | ^~~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:72:26: note: in definition of macro '__DEBRACKET' + 72 | #define __DEBRACKET(...) __VA_ARGS__ + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:64:9: note: in expansion of macro '__GET_ARG2_DEBRACKET' + 64 | __GET_ARG2_DEBRACKET(one_or_two_args _if_code, _else_code) + | ^~~~~~~~~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:59:9: note: in expansion of macro '__COND_CODE' + 59 | __COND_CODE(_XXXX##_flag, _if_1_code, _else_code) + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_macro.h:196:9: note: in expansion of macro 'Z_COND_CODE_1' + 196 | Z_COND_CODE_1(_flag, _if_1_code, _else_code) + | ^~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/devicetree.h:4667:9: note: in expansion of macro 'COND_CODE_1' + 4667 | COND_CODE_1(DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT), \ + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1645:9: note: in expansion of macro 'BUILD_ASSERT' + 1645 | BUILD_ASSERT(IS_EQ(ADC_STM32_CLOCK(x), SYNC) || (DT_INST_NUM_CLOCKS(x) > 1), \ + | ^~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1790:1: note: in expansion of macro 'ADC_STM32_CHECK_DT_CLOCK' + 1790 | ADC_STM32_CHECK_DT_CLOCK(index); \ + | ^~~~~~~~~~~~~~~~~~~~~~~~ +/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/devicetree_generated.h:11162:47: note: in expansion of macro 'ADC_STM32_INIT' +11162 | #define DT_FOREACH_OKAY_INST_st_stm32_adc(fn) fn(0) + | ^~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:105:36: note: in expansion of macro 'DT_FOREACH_OKAY_INST_st_stm32_adc' + 105 | #define UTIL_PRIMITIVE_CAT(a, ...) a##__VA_ARGS__ + | ^ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1827:1: note: in expansion of macro 'DT_INST_FOREACH_STATUS_OKAY' + 1827 | DT_INST_FOREACH_STATUS_OKAY(ADC_STM32_INIT) + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ +[123/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj +[124/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj +[125/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj +[126/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj +[127/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj +[128/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj +[129/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj +[130/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj +[131/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj +ninja: build stopped: subcommand failed. +Loading Zephyr default modules (Zephyr base). +-- Application: /local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api +-- CMake version: 3.22.1 +-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter +-- Cache files will be written to: /local/home/zephyrtb/.cache/zephyr +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr) +-- Found west (found suitable version "1.2.0", minimum required is "0.14.0") +-- Board: nucleo_f103rb, qualifiers: stm32f103xb +-- Found host-tools: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found toolchain: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found Dtc: /local/ztb/sdk/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6") +-- Found BOARD.dts: /local/ztb/zephyrproject/zephyr/boards/st/nucleo_f103rb/nucleo_f103rb.dts +-- Found devicetree overlay: /local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api/boards/nucleo_f103rb.overlay +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/zephyr.dts +-- Generated pickled edt: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/edt.pickle +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/zephyr.dts +-- Generated devicetree_generated.h: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/devicetree_generated.h +-- Including generated dts.cmake file: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/dts.cmake +Parsing /local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api/Kconfig +Loaded configuration '/local/ztb/zephyrproject/zephyr/boards/st/nucleo_f103rb/nucleo_f103rb_defconfig' +Merged configuration '/local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api/prj.conf' +Merged configuration '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/misc/generated/extra_kconfig_options.conf' +Configuration saved to '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/.config' +Kconfig header saved to '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/autoconf.h' +-- Found GnuLd: /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38") +-- The C compiler identification is GNU 12.2.0 +-- The CXX compiler identification is GNU 12.2.0 +-- The ASM compiler identification is GNU +-- Found assembler: /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc +-- Setting build type to 'MinSizeRel' as none was specified. +-- Using ccache: /usr/bin/ccache +-- Configuring done +-- Generating done +CMake Warning: + Manually-specified variables were not used by the project: + + TC_NAME + + +-- Build files have been written to: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc +[1/139] Preparing syscall dependency handling + +[2/139] Generating include/generated/zephyr/version.h +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr), build: v3.7.0-4020-g9f73988be029 +[3/139] Generating misc/generated/syscalls_subdirs.trigger +[4/139] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json +[5/139] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h +[6/139] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h +[7/139] Generating include/generated/zephyr/driver-validation.h +[8/139] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj +[9/139] Generating include/generated/zephyr/offsets.h +[10/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj +[11/139] Building ASM object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj +[12/139] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj +[13/139] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj +[14/139] Generating linker_zephyr_pre0.cmd +[15/139] Building C object zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj +[16/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj +[17/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj +[18/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj +[19/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj +[20/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj +[21/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj +[22/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj +[23/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/__aeabi_read_tp.S.obj +[24/139] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/stm32f1x/soc.c.obj +[25/139] Building C object zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj +[26/139] Building C object CMakeFiles/app.dir/src/main.c.obj +[27/139] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/soc_config.c.obj +[28/139] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj +[29/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj +[30/139] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32cube_hal.c.obj +[31/139] Linking C static library zephyr/arch/common/libisr_tables.a +[32/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj +[33/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj +[34/139] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_minimal.c.obj +[35/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj +[36/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj +[37/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj +[38/139] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/tls.c.obj +[39/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj +[40/139] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj +[41/139] Linking C static library zephyr/arch/common/libarch__common.a +[42/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj +[43/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap.c.obj +[44/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj +[45/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj +[46/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj +[47/139] Building C object CMakeFiles/app.dir/src/test_adc.c.obj +[48/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj +[49/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj +[50/139] Linking C static library app/libapp.a +[51/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj +[52/139] Building C object zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj +[53/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj +[54/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj +[55/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj +[56/139] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj +[57/139] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj +[58/139] Building C object zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/libc-hooks.c.obj +[59/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj +[60/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/soc/system_stm32f1xx.c.obj +[61/139] Linking C static library zephyr/lib/libc/picolibc/liblib__libc__picolibc.a +[62/139] Linking C static library zephyr/arch/arch/arm/core/libarch__arm__core.a +[63/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init_static.c.obj +[64/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal_rcc_ex.c.obj +[65/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal.c.obj +[66/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj +[67/139] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32f1.c.obj +[68/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_error_hook.c.obj +[69/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_ll_utils.c.obj +[70/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_rules.c.obj +[71/139] Building C object zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/malloc.c.obj +[72/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj +[73/139] Linking C static library zephyr/lib/libc/common/liblib__libc__common.a +[74/139] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj +[75/139] Building C object zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_common.c.obj +[76/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_defaults.c.obj +[77/139] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_stm32.c.obj +[78/139] Building C object zephyr/drivers/reset/CMakeFiles/drivers__reset.dir/reset_stm32.c.obj +[79/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal_rcc.c.obj +[80/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj +[81/139] Linking C static library zephyr/libzephyr.a +[82/139] Building C object zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj +[83/139] Linking C static library zephyr/drivers/reset/libdrivers__reset.a +[84/139] Linking C static library zephyr/drivers/pinctrl/libdrivers__pinctrl.a +[85/139] Linking C static library modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a +[86/139] Linking C static library zephyr/drivers/console/libdrivers__console.a +[87/139] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32_ll_common.c.obj +[88/139] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/cortex_m_systick.c.obj +[89/139] Building C object zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_exti_stm32.c.obj +[90/139] Linking C static library zephyr/drivers/timer/libdrivers__timer.a +[91/139] Linking C static library zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a +[92/139] Linking C static library zephyr/drivers/clock_control/libdrivers__clock_control.a +[93/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj +[94/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj +[95/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj +[96/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj +[97/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj +[98/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj +[99/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest.c.obj +[100/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj +[101/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj +[102/139] Linking C static library zephyr/subsys/testsuite/ztest/libsubsys__testsuite__ztest.a +[103/139] Building C object zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_stm32.c.obj +[104/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj +[105/139] Linking C static library zephyr/drivers/gpio/libdrivers__gpio.a +[106/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj +[107/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj +[108/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj +[109/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj +[110/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj +[111/139] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_stm32.c.obj +[112/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj +[113/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/priority_queues.c.obj +[114/139] Linking C static library zephyr/drivers/serial/libdrivers__serial.a +[115/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj +[116/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj +[117/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj +[118/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/spinlock_validate.c.obj +[119/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj +[120/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj +[121/139] Linking C static library zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a +[122/139] Building C object zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj +FAILED: zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj +ccache /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DHSE_VALUE=8000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=1024 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DSTM32F103xB -DTC_RUNID=cf9f9811ee7e3c3ba95fbee2c8aa90a6 -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr -I/local/ztb/zephyrproject/zephyr/include -I/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated -I/local/ztb/zephyrproject/zephyr/soc/st/stm32 -I/local/ztb/zephyrproject/zephyr/soc/st/stm32/common/. -I/local/ztb/zephyrproject/zephyr/drivers -I/local/ztb/zephyrproject/zephyr/soc/st/stm32/stm32f1x/. -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/include -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/coverage -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/ztest/include -I/local/ztb/zephyrproject/modules/hal/cmsis/CMSIS/Core/Include -I/local/ztb/zephyrproject/zephyr/modules/cmsis/. -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/stm32f1xx/soc -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/stm32f1xx/drivers/include -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -isystem /local/ztb/zephyrproject/zephyr/lib/libc/common/include -Os -DNDEBUG -Wshadow -fno-strict-aliasing -Werror -Os -imacros /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /local/ztb/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api=CMAKE_SOURCE_DIR -fmacro-prefix-map=/local/ztb/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/local/ztb/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c99 -MD -MT zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj -MF zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj.d -o zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj -c /local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c +In file included from /local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_macro.h:34, + from /local/ztb/zephyrproject/zephyr/include/zephyr/irq_multilevel.h:16, + from /local/ztb/zephyrproject/zephyr/include/zephyr/devicetree.h:20, + from /local/ztb/zephyrproject/zephyr/include/zephyr/device.h:12, + from /local/ztb/zephyrproject/zephyr/include/zephyr/drivers/adc.h:16, + from /local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:16: +/local/ztb/zephyrproject/zephyr/include/zephyr/toolchain/gcc.h:87:36: error: static assertion failed: "ASYNC clock mode defined without ASYNC clock defined in device tree" + 87 | #define BUILD_ASSERT(EXPR, MSG...) _Static_assert((EXPR), "" MSG) + | ^~~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:72:26: note: in definition of macro '__DEBRACKET' + 72 | #define __DEBRACKET(...) __VA_ARGS__ + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:64:9: note: in expansion of macro '__GET_ARG2_DEBRACKET' + 64 | __GET_ARG2_DEBRACKET(one_or_two_args _if_code, _else_code) + | ^~~~~~~~~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:59:9: note: in expansion of macro '__COND_CODE' + 59 | __COND_CODE(_XXXX##_flag, _if_1_code, _else_code) + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_macro.h:196:9: note: in expansion of macro 'Z_COND_CODE_1' + 196 | Z_COND_CODE_1(_flag, _if_1_code, _else_code) + | ^~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/devicetree.h:4667:9: note: in expansion of macro 'COND_CODE_1' + 4667 | COND_CODE_1(DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT), \ + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1645:9: note: in expansion of macro 'BUILD_ASSERT' + 1645 | BUILD_ASSERT(IS_EQ(ADC_STM32_CLOCK(x), SYNC) || (DT_INST_NUM_CLOCKS(x) > 1), \ + | ^~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1790:1: note: in expansion of macro 'ADC_STM32_CHECK_DT_CLOCK' + 1790 | ADC_STM32_CHECK_DT_CLOCK(index); \ + | ^~~~~~~~~~~~~~~~~~~~~~~~ +/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/devicetree_generated.h:11162:47: note: in expansion of macro 'ADC_STM32_INIT' +11162 | #define DT_FOREACH_OKAY_INST_st_stm32_adc(fn) fn(0) + | ^~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:105:36: note: in expansion of macro 'DT_FOREACH_OKAY_INST_st_stm32_adc' + 105 | #define UTIL_PRIMITIVE_CAT(a, ...) a##__VA_ARGS__ + | ^ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1827:1: note: in expansion of macro 'DT_INST_FOREACH_STATUS_OKAY' + 1827 | DT_INST_FOREACH_STATUS_OKAY(ADC_STM32_INIT) + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ +[123/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj +[124/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj +[125/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj +[126/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj +[127/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj +[128/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj +[129/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj +[130/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj +[131/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj +ninja: build stopped: subcommand failed. +Loading Zephyr default modules (Zephyr base). +-- Application: /local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api +-- CMake version: 3.22.1 +-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter +-- Cache files will be written to: /local/home/zephyrtb/.cache/zephyr +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr) +-- Found west (found suitable version "1.2.0", minimum required is "0.14.0") +-- Board: nucleo_f103rb, qualifiers: stm32f103xb +-- Found host-tools: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found toolchain: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found Dtc: /local/ztb/sdk/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6") +-- Found BOARD.dts: /local/ztb/zephyrproject/zephyr/boards/st/nucleo_f103rb/nucleo_f103rb.dts +-- Found devicetree overlay: /local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api/boards/nucleo_f103rb.overlay +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/zephyr.dts +-- Generated pickled edt: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/edt.pickle +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/zephyr.dts +-- Generated devicetree_generated.h: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/devicetree_generated.h +-- Including generated dts.cmake file: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/dts.cmake +Parsing /local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api/Kconfig +Loaded configuration '/local/ztb/zephyrproject/zephyr/boards/st/nucleo_f103rb/nucleo_f103rb_defconfig' +Merged configuration '/local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api/prj.conf' +Merged configuration '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/misc/generated/extra_kconfig_options.conf' +Configuration saved to '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/.config' +Kconfig header saved to '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/autoconf.h' +-- Found GnuLd: /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38") +-- The C compiler identification is GNU 12.2.0 +-- The CXX compiler identification is GNU 12.2.0 +-- The ASM compiler identification is GNU +-- Found assembler: /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc +-- Setting build type to 'MinSizeRel' as none was specified. +-- Using ccache: /usr/bin/ccache +-- Configuring done +-- Generating done +CMake Warning: + Manually-specified variables were not used by the project: + + TC_NAME + + +-- Build files have been written to: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc +[1/139] Preparing syscall dependency handling + +[2/139] Generating include/generated/zephyr/version.h +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr), build: v3.7.0-4020-g9f73988be029 +[3/139] Generating misc/generated/syscalls_subdirs.trigger +[4/139] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json +[5/139] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h +[6/139] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h +[7/139] Generating include/generated/zephyr/driver-validation.h +[8/139] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj +[9/139] Generating include/generated/zephyr/offsets.h +[10/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj +[11/139] Building ASM object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj +[12/139] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj +[13/139] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj +[14/139] Generating linker_zephyr_pre0.cmd +[15/139] Building C object zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj +[16/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj +[17/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj +[18/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj +[19/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj +[20/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj +[21/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj +[22/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj +[23/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/__aeabi_read_tp.S.obj +[24/139] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/stm32f1x/soc.c.obj +[25/139] Building C object zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj +[26/139] Building C object CMakeFiles/app.dir/src/main.c.obj +[27/139] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/soc_config.c.obj +[28/139] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj +[29/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj +[30/139] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32cube_hal.c.obj +[31/139] Linking C static library zephyr/arch/common/libisr_tables.a +[32/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj +[33/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj +[34/139] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_minimal.c.obj +[35/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj +[36/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj +[37/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj +[38/139] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/tls.c.obj +[39/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj +[40/139] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj +[41/139] Linking C static library zephyr/arch/common/libarch__common.a +[42/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj +[43/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap.c.obj +[44/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj +[45/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj +[46/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj +[47/139] Building C object CMakeFiles/app.dir/src/test_adc.c.obj +[48/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj +[49/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj +[50/139] Linking C static library app/libapp.a +[51/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj +[52/139] Building C object zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj +[53/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj +[54/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj +[55/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj +[56/139] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj +[57/139] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj +[58/139] Building C object zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/libc-hooks.c.obj +[59/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj +[60/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/soc/system_stm32f1xx.c.obj +[61/139] Linking C static library zephyr/lib/libc/picolibc/liblib__libc__picolibc.a +[62/139] Linking C static library zephyr/arch/arch/arm/core/libarch__arm__core.a +[63/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init_static.c.obj +[64/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal_rcc_ex.c.obj +[65/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal.c.obj +[66/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj +[67/139] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32f1.c.obj +[68/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_error_hook.c.obj +[69/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_ll_utils.c.obj +[70/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_rules.c.obj +[71/139] Building C object zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/malloc.c.obj +[72/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj +[73/139] Linking C static library zephyr/lib/libc/common/liblib__libc__common.a +[74/139] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj +[75/139] Building C object zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_common.c.obj +[76/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_defaults.c.obj +[77/139] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_stm32.c.obj +[78/139] Building C object zephyr/drivers/reset/CMakeFiles/drivers__reset.dir/reset_stm32.c.obj +[79/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal_rcc.c.obj +[80/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj +[81/139] Linking C static library zephyr/libzephyr.a +[82/139] Building C object zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj +[83/139] Linking C static library zephyr/drivers/reset/libdrivers__reset.a +[84/139] Linking C static library zephyr/drivers/pinctrl/libdrivers__pinctrl.a +[85/139] Linking C static library modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a +[86/139] Linking C static library zephyr/drivers/console/libdrivers__console.a +[87/139] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32_ll_common.c.obj +[88/139] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/cortex_m_systick.c.obj +[89/139] Building C object zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_exti_stm32.c.obj +[90/139] Linking C static library zephyr/drivers/timer/libdrivers__timer.a +[91/139] Linking C static library zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a +[92/139] Linking C static library zephyr/drivers/clock_control/libdrivers__clock_control.a +[93/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj +[94/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj +[95/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj +[96/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj +[97/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj +[98/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj +[99/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest.c.obj +[100/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj +[101/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj +[102/139] Linking C static library zephyr/subsys/testsuite/ztest/libsubsys__testsuite__ztest.a +[103/139] Building C object zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_stm32.c.obj +[104/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj +[105/139] Linking C static library zephyr/drivers/gpio/libdrivers__gpio.a +[106/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj +[107/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj +[108/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj +[109/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj +[110/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj +[111/139] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_stm32.c.obj +[112/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj +[113/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/priority_queues.c.obj +[114/139] Linking C static library zephyr/drivers/serial/libdrivers__serial.a +[115/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj +[116/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj +[117/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj +[118/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/spinlock_validate.c.obj +[119/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj +[120/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj +[121/139] Linking C static library zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a +[122/139] Building C object zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj +FAILED: zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj +ccache /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DHSE_VALUE=8000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=1024 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DSTM32F103xB -DTC_RUNID=cf9f9811ee7e3c3ba95fbee2c8aa90a6 -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr -I/local/ztb/zephyrproject/zephyr/include -I/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated -I/local/ztb/zephyrproject/zephyr/soc/st/stm32 -I/local/ztb/zephyrproject/zephyr/soc/st/stm32/common/. -I/local/ztb/zephyrproject/zephyr/drivers -I/local/ztb/zephyrproject/zephyr/soc/st/stm32/stm32f1x/. -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/include -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/coverage -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/ztest/include -I/local/ztb/zephyrproject/modules/hal/cmsis/CMSIS/Core/Include -I/local/ztb/zephyrproject/zephyr/modules/cmsis/. -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/stm32f1xx/soc -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/stm32f1xx/drivers/include -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -isystem /local/ztb/zephyrproject/zephyr/lib/libc/common/include -Os -DNDEBUG -Wshadow -fno-strict-aliasing -Werror -Os -imacros /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /local/ztb/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api=CMAKE_SOURCE_DIR -fmacro-prefix-map=/local/ztb/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/local/ztb/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c99 -MD -MT zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj -MF zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj.d -o zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj -c /local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c +In file included from /local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_macro.h:34, + from /local/ztb/zephyrproject/zephyr/include/zephyr/irq_multilevel.h:16, + from /local/ztb/zephyrproject/zephyr/include/zephyr/devicetree.h:20, + from /local/ztb/zephyrproject/zephyr/include/zephyr/device.h:12, + from /local/ztb/zephyrproject/zephyr/include/zephyr/drivers/adc.h:16, + from /local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:16: +/local/ztb/zephyrproject/zephyr/include/zephyr/toolchain/gcc.h:87:36: error: static assertion failed: "ASYNC clock mode defined without ASYNC clock defined in device tree" + 87 | #define BUILD_ASSERT(EXPR, MSG...) _Static_assert((EXPR), "" MSG) + | ^~~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:72:26: note: in definition of macro '__DEBRACKET' + 72 | #define __DEBRACKET(...) __VA_ARGS__ + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:64:9: note: in expansion of macro '__GET_ARG2_DEBRACKET' + 64 | __GET_ARG2_DEBRACKET(one_or_two_args _if_code, _else_code) + | ^~~~~~~~~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:59:9: note: in expansion of macro '__COND_CODE' + 59 | __COND_CODE(_XXXX##_flag, _if_1_code, _else_code) + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_macro.h:196:9: note: in expansion of macro 'Z_COND_CODE_1' + 196 | Z_COND_CODE_1(_flag, _if_1_code, _else_code) + | ^~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/devicetree.h:4667:9: note: in expansion of macro 'COND_CODE_1' + 4667 | COND_CODE_1(DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT), \ + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1645:9: note: in expansion of macro 'BUILD_ASSERT' + 1645 | BUILD_ASSERT(IS_EQ(ADC_STM32_CLOCK(x), SYNC) || (DT_INST_NUM_CLOCKS(x) > 1), \ + | ^~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1790:1: note: in expansion of macro 'ADC_STM32_CHECK_DT_CLOCK' + 1790 | ADC_STM32_CHECK_DT_CLOCK(index); \ + | ^~~~~~~~~~~~~~~~~~~~~~~~ +/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/devicetree_generated.h:11162:47: note: in expansion of macro 'ADC_STM32_INIT' +11162 | #define DT_FOREACH_OKAY_INST_st_stm32_adc(fn) fn(0) + | ^~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:105:36: note: in expansion of macro 'DT_FOREACH_OKAY_INST_st_stm32_adc' + 105 | #define UTIL_PRIMITIVE_CAT(a, ...) a##__VA_ARGS__ + | ^ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1827:1: note: in expansion of macro 'DT_INST_FOREACH_STATUS_OKAY' + 1827 | DT_INST_FOREACH_STATUS_OKAY(ADC_STM32_INIT) + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ +[123/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj +[124/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj +[125/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj +[126/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj +[127/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj +[128/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj +[129/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj +[130/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj +[131/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj +ninja: build stopped: subcommand failed. +Loading Zephyr default modules (Zephyr base). +-- Application: /local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api +-- CMake version: 3.22.1 +-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter +-- Cache files will be written to: /local/home/zephyrtb/.cache/zephyr +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr) +-- Found west (found suitable version "1.2.0", minimum required is "0.14.0") +-- Board: nucleo_f103rb, qualifiers: stm32f103xb +-- Found host-tools: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found toolchain: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found Dtc: /local/ztb/sdk/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6") +-- Found BOARD.dts: /local/ztb/zephyrproject/zephyr/boards/st/nucleo_f103rb/nucleo_f103rb.dts +-- Found devicetree overlay: /local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api/boards/nucleo_f103rb.overlay +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/zephyr.dts +-- Generated pickled edt: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/edt.pickle +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/zephyr.dts +-- Generated devicetree_generated.h: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/devicetree_generated.h +-- Including generated dts.cmake file: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/dts.cmake +Parsing /local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api/Kconfig +Loaded configuration '/local/ztb/zephyrproject/zephyr/boards/st/nucleo_f103rb/nucleo_f103rb_defconfig' +Merged configuration '/local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api/prj.conf' +Merged configuration '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/misc/generated/extra_kconfig_options.conf' +Configuration saved to '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/.config' +Kconfig header saved to '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/autoconf.h' +-- Found GnuLd: /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38") +-- The C compiler identification is GNU 12.2.0 +-- The CXX compiler identification is GNU 12.2.0 +-- The ASM compiler identification is GNU +-- Found assembler: /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc +-- Setting build type to 'MinSizeRel' as none was specified. +-- Using ccache: /usr/bin/ccache +-- Configuring done +-- Generating done +CMake Warning: + Manually-specified variables were not used by the project: + + TC_NAME + + +-- Build files have been written to: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc +[1/139] Preparing syscall dependency handling + +[2/139] Generating include/generated/zephyr/version.h +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr), build: v3.7.0-4020-g9f73988be029 +[3/139] Generating misc/generated/syscalls_subdirs.trigger +[4/139] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json +[5/139] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h +[6/139] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h +[7/139] Generating include/generated/zephyr/driver-validation.h +[8/139] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj +[9/139] Generating include/generated/zephyr/offsets.h +[10/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj +[11/139] Building ASM object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj +[12/139] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj +[13/139] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj +[14/139] Generating linker_zephyr_pre0.cmd +[15/139] Building C object zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj +[16/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj +[17/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj +[18/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj +[19/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj +[20/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj +[21/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj +[22/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj +[23/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/__aeabi_read_tp.S.obj +[24/139] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/stm32f1x/soc.c.obj +[25/139] Building C object zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj +[26/139] Building C object CMakeFiles/app.dir/src/main.c.obj +[27/139] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/soc_config.c.obj +[28/139] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj +[29/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj +[30/139] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32cube_hal.c.obj +[31/139] Linking C static library zephyr/arch/common/libisr_tables.a +[32/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj +[33/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj +[34/139] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_minimal.c.obj +[35/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj +[36/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj +[37/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj +[38/139] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/tls.c.obj +[39/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj +[40/139] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj +[41/139] Linking C static library zephyr/arch/common/libarch__common.a +[42/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj +[43/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap.c.obj +[44/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj +[45/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj +[46/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj +[47/139] Building C object CMakeFiles/app.dir/src/test_adc.c.obj +[48/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj +[49/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj +[50/139] Linking C static library app/libapp.a +[51/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj +[52/139] Building C object zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj +[53/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj +[54/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj +[55/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj +[56/139] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj +[57/139] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj +[58/139] Building C object zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/libc-hooks.c.obj +[59/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj +[60/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/soc/system_stm32f1xx.c.obj +[61/139] Linking C static library zephyr/lib/libc/picolibc/liblib__libc__picolibc.a +[62/139] Linking C static library zephyr/arch/arch/arm/core/libarch__arm__core.a +[63/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init_static.c.obj +[64/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal_rcc_ex.c.obj +[65/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal.c.obj +[66/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj +[67/139] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32f1.c.obj +[68/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_error_hook.c.obj +[69/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_ll_utils.c.obj +[70/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_rules.c.obj +[71/139] Building C object zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/malloc.c.obj +[72/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj +[73/139] Linking C static library zephyr/lib/libc/common/liblib__libc__common.a +[74/139] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj +[75/139] Building C object zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_common.c.obj +[76/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_defaults.c.obj +[77/139] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_stm32.c.obj +[78/139] Building C object zephyr/drivers/reset/CMakeFiles/drivers__reset.dir/reset_stm32.c.obj +[79/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal_rcc.c.obj +[80/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj +[81/139] Linking C static library zephyr/libzephyr.a +[82/139] Building C object zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj +[83/139] Linking C static library zephyr/drivers/reset/libdrivers__reset.a +[84/139] Linking C static library zephyr/drivers/pinctrl/libdrivers__pinctrl.a +[85/139] Linking C static library modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a +[86/139] Linking C static library zephyr/drivers/console/libdrivers__console.a +[87/139] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32_ll_common.c.obj +[88/139] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/cortex_m_systick.c.obj +[89/139] Building C object zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_exti_stm32.c.obj +[90/139] Linking C static library zephyr/drivers/timer/libdrivers__timer.a +[91/139] Linking C static library zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a +[92/139] Linking C static library zephyr/drivers/clock_control/libdrivers__clock_control.a +[93/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj +[94/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj +[95/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj +[96/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj +[97/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj +[98/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj +[99/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest.c.obj +[100/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj +[101/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj +[102/139] Linking C static library zephyr/subsys/testsuite/ztest/libsubsys__testsuite__ztest.a +[103/139] Building C object zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_stm32.c.obj +[104/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj +[105/139] Linking C static library zephyr/drivers/gpio/libdrivers__gpio.a +[106/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj +[107/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj +[108/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj +[109/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj +[110/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj +[111/139] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_stm32.c.obj +[112/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj +[113/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/priority_queues.c.obj +[114/139] Linking C static library zephyr/drivers/serial/libdrivers__serial.a +[115/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj +[116/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj +[117/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj +[118/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/spinlock_validate.c.obj +[119/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj +[120/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj +[121/139] Linking C static library zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a +[122/139] Building C object zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj +FAILED: zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj +ccache /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DHSE_VALUE=8000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=1024 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DSTM32F103xB -DTC_RUNID=cf9f9811ee7e3c3ba95fbee2c8aa90a6 -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr -I/local/ztb/zephyrproject/zephyr/include -I/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated -I/local/ztb/zephyrproject/zephyr/soc/st/stm32 -I/local/ztb/zephyrproject/zephyr/soc/st/stm32/common/. -I/local/ztb/zephyrproject/zephyr/drivers -I/local/ztb/zephyrproject/zephyr/soc/st/stm32/stm32f1x/. -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/include -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/coverage -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/ztest/include -I/local/ztb/zephyrproject/modules/hal/cmsis/CMSIS/Core/Include -I/local/ztb/zephyrproject/zephyr/modules/cmsis/. -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/stm32f1xx/soc -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/stm32f1xx/drivers/include -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -isystem /local/ztb/zephyrproject/zephyr/lib/libc/common/include -Os -DNDEBUG -Wshadow -fno-strict-aliasing -Werror -Os -imacros /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /local/ztb/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api=CMAKE_SOURCE_DIR -fmacro-prefix-map=/local/ztb/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/local/ztb/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c99 -MD -MT zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj -MF zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj.d -o zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj -c /local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c +In file included from /local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_macro.h:34, + from /local/ztb/zephyrproject/zephyr/include/zephyr/irq_multilevel.h:16, + from /local/ztb/zephyrproject/zephyr/include/zephyr/devicetree.h:20, + from /local/ztb/zephyrproject/zephyr/include/zephyr/device.h:12, + from /local/ztb/zephyrproject/zephyr/include/zephyr/drivers/adc.h:16, + from /local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:16: +/local/ztb/zephyrproject/zephyr/include/zephyr/toolchain/gcc.h:87:36: error: static assertion failed: "ASYNC clock mode defined without ASYNC clock defined in device tree" + 87 | #define BUILD_ASSERT(EXPR, MSG...) _Static_assert((EXPR), "" MSG) + | ^~~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:72:26: note: in definition of macro '__DEBRACKET' + 72 | #define __DEBRACKET(...) __VA_ARGS__ + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:64:9: note: in expansion of macro '__GET_ARG2_DEBRACKET' + 64 | __GET_ARG2_DEBRACKET(one_or_two_args _if_code, _else_code) + | ^~~~~~~~~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:59:9: note: in expansion of macro '__COND_CODE' + 59 | __COND_CODE(_XXXX##_flag, _if_1_code, _else_code) + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_macro.h:196:9: note: in expansion of macro 'Z_COND_CODE_1' + 196 | Z_COND_CODE_1(_flag, _if_1_code, _else_code) + | ^~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/devicetree.h:4667:9: note: in expansion of macro 'COND_CODE_1' + 4667 | COND_CODE_1(DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT), \ + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1645:9: note: in expansion of macro 'BUILD_ASSERT' + 1645 | BUILD_ASSERT(IS_EQ(ADC_STM32_CLOCK(x), SYNC) || (DT_INST_NUM_CLOCKS(x) > 1), \ + | ^~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1790:1: note: in expansion of macro 'ADC_STM32_CHECK_DT_CLOCK' + 1790 | ADC_STM32_CHECK_DT_CLOCK(index); \ + | ^~~~~~~~~~~~~~~~~~~~~~~~ +/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/devicetree_generated.h:11162:47: note: in expansion of macro 'ADC_STM32_INIT' +11162 | #define DT_FOREACH_OKAY_INST_st_stm32_adc(fn) fn(0) + | ^~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:105:36: note: in expansion of macro 'DT_FOREACH_OKAY_INST_st_stm32_adc' + 105 | #define UTIL_PRIMITIVE_CAT(a, ...) a##__VA_ARGS__ + | ^ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1827:1: note: in expansion of macro 'DT_INST_FOREACH_STATUS_OKAY' + 1827 | DT_INST_FOREACH_STATUS_OKAY(ADC_STM32_INIT) + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ +[123/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj +[124/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj +[125/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj +[126/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj +[127/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj +[128/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj +[129/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj +[130/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj +[131/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj +ninja: build stopped: subcommand failed. +Loading Zephyr default modules (Zephyr base). +-- Application: /local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api +-- CMake version: 3.22.1 +-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter +-- Cache files will be written to: /local/home/zephyrtb/.cache/zephyr +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr) +-- Found west (found suitable version "1.2.0", minimum required is "0.14.0") +-- Board: nucleo_f103rb, qualifiers: stm32f103xb +-- Found host-tools: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found toolchain: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found Dtc: /local/ztb/sdk/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6") +-- Found BOARD.dts: /local/ztb/zephyrproject/zephyr/boards/st/nucleo_f103rb/nucleo_f103rb.dts +-- Found devicetree overlay: /local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api/boards/nucleo_f103rb.overlay +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/zephyr.dts +-- Generated pickled edt: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/edt.pickle +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/zephyr.dts +-- Generated devicetree_generated.h: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/devicetree_generated.h +-- Including generated dts.cmake file: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/dts.cmake +Parsing /local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api/Kconfig +Loaded configuration '/local/ztb/zephyrproject/zephyr/boards/st/nucleo_f103rb/nucleo_f103rb_defconfig' +Merged configuration '/local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api/prj.conf' +Merged configuration '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/misc/generated/extra_kconfig_options.conf' +Configuration saved to '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/.config' +Kconfig header saved to '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/autoconf.h' +-- Found GnuLd: /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38") +-- The C compiler identification is GNU 12.2.0 +-- The CXX compiler identification is GNU 12.2.0 +-- The ASM compiler identification is GNU +-- Found assembler: /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc +-- Setting build type to 'MinSizeRel' as none was specified. +-- Using ccache: /usr/bin/ccache +-- Configuring done +-- Generating done +CMake Warning: + Manually-specified variables were not used by the project: + + TC_NAME + + +-- Build files have been written to: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc +[1/139] Preparing syscall dependency handling + +[2/139] Generating include/generated/zephyr/version.h +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr), build: v3.7.0-4020-g9f73988be029 +[3/139] Generating misc/generated/syscalls_subdirs.trigger +[4/139] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json +[5/139] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h +[6/139] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h +[7/139] Generating include/generated/zephyr/driver-validation.h +[8/139] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj +[9/139] Generating include/generated/zephyr/offsets.h +[10/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj +[11/139] Building ASM object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj +[12/139] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj +[13/139] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj +[14/139] Generating linker_zephyr_pre0.cmd +[15/139] Building C object zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj +[16/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj +[17/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj +[18/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj +[19/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj +[20/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj +[21/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj +[22/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj +[23/139] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/__aeabi_read_tp.S.obj +[24/139] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/stm32f1x/soc.c.obj +[25/139] Building C object zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj +[26/139] Building C object CMakeFiles/app.dir/src/main.c.obj +[27/139] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/soc_config.c.obj +[28/139] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj +[29/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj +[30/139] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32cube_hal.c.obj +[31/139] Linking C static library zephyr/arch/common/libisr_tables.a +[32/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj +[33/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj +[34/139] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_minimal.c.obj +[35/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj +[36/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj +[37/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj +[38/139] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/tls.c.obj +[39/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj +[40/139] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj +[41/139] Linking C static library zephyr/arch/common/libarch__common.a +[42/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj +[43/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap.c.obj +[44/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj +[45/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj +[46/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj +[47/139] Building C object CMakeFiles/app.dir/src/test_adc.c.obj +[48/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj +[49/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj +[50/139] Linking C static library app/libapp.a +[51/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj +[52/139] Building C object zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj +[53/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj +[54/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj +[55/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj +[56/139] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj +[57/139] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj +[58/139] Building C object zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/libc-hooks.c.obj +[59/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj +[60/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/soc/system_stm32f1xx.c.obj +[61/139] Linking C static library zephyr/lib/libc/picolibc/liblib__libc__picolibc.a +[62/139] Linking C static library zephyr/arch/arch/arm/core/libarch__arm__core.a +[63/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init_static.c.obj +[64/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal_rcc_ex.c.obj +[65/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal.c.obj +[66/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj +[67/139] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32f1.c.obj +[68/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_error_hook.c.obj +[69/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_ll_utils.c.obj +[70/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_rules.c.obj +[71/139] Building C object zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/malloc.c.obj +[72/139] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj +[73/139] Linking C static library zephyr/lib/libc/common/liblib__libc__common.a +[74/139] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj +[75/139] Building C object zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_common.c.obj +[76/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_defaults.c.obj +[77/139] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_stm32.c.obj +[78/139] Building C object zephyr/drivers/reset/CMakeFiles/drivers__reset.dir/reset_stm32.c.obj +[79/139] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal_rcc.c.obj +[80/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj +[81/139] Linking C static library zephyr/libzephyr.a +[82/139] Building C object zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj +[83/139] Linking C static library zephyr/drivers/reset/libdrivers__reset.a +[84/139] Linking C static library zephyr/drivers/pinctrl/libdrivers__pinctrl.a +[85/139] Linking C static library modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a +[86/139] Linking C static library zephyr/drivers/console/libdrivers__console.a +[87/139] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32_ll_common.c.obj +[88/139] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/cortex_m_systick.c.obj +[89/139] Building C object zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_exti_stm32.c.obj +[90/139] Linking C static library zephyr/drivers/timer/libdrivers__timer.a +[91/139] Linking C static library zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a +[92/139] Linking C static library zephyr/drivers/clock_control/libdrivers__clock_control.a +[93/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj +[94/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj +[95/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj +[96/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj +[97/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj +[98/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj +[99/139] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest.c.obj +[100/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj +[101/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj +[102/139] Linking C static library zephyr/subsys/testsuite/ztest/libsubsys__testsuite__ztest.a +[103/139] Building C object zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_stm32.c.obj +[104/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj +[105/139] Linking C static library zephyr/drivers/gpio/libdrivers__gpio.a +[106/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj +[107/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj +[108/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj +[109/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj +[110/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj +[111/139] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_stm32.c.obj +[112/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj +[113/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/priority_queues.c.obj +[114/139] Linking C static library zephyr/drivers/serial/libdrivers__serial.a +[115/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj +[116/139] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj +[117/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj +[118/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/spinlock_validate.c.obj +[119/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj +[120/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj +[121/139] Linking C static library zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a +[122/139] Building C object zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj +FAILED: zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj +ccache /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DHSE_VALUE=8000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=1024 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DSTM32F103xB -DTC_RUNID=cf9f9811ee7e3c3ba95fbee2c8aa90a6 -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr -I/local/ztb/zephyrproject/zephyr/include -I/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated -I/local/ztb/zephyrproject/zephyr/soc/st/stm32 -I/local/ztb/zephyrproject/zephyr/soc/st/stm32/common/. -I/local/ztb/zephyrproject/zephyr/drivers -I/local/ztb/zephyrproject/zephyr/soc/st/stm32/stm32f1x/. -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/include -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/coverage -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/ztest/include -I/local/ztb/zephyrproject/modules/hal/cmsis/CMSIS/Core/Include -I/local/ztb/zephyrproject/zephyr/modules/cmsis/. -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/stm32f1xx/soc -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/stm32f1xx/drivers/include -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -isystem /local/ztb/zephyrproject/zephyr/lib/libc/common/include -Os -DNDEBUG -Wshadow -fno-strict-aliasing -Werror -Os -imacros /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /local/ztb/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/local/ztb/zephyrproject/zephyr/tests/drivers/adc/adc_api=CMAKE_SOURCE_DIR -fmacro-prefix-map=/local/ztb/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/local/ztb/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c99 -MD -MT zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj -MF zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj.d -o zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj -c /local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c +In file included from /local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_macro.h:34, + from /local/ztb/zephyrproject/zephyr/include/zephyr/irq_multilevel.h:16, + from /local/ztb/zephyrproject/zephyr/include/zephyr/devicetree.h:20, + from /local/ztb/zephyrproject/zephyr/include/zephyr/device.h:12, + from /local/ztb/zephyrproject/zephyr/include/zephyr/drivers/adc.h:16, + from /local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:16: +/local/ztb/zephyrproject/zephyr/include/zephyr/toolchain/gcc.h:87:36: error: static assertion failed: "ASYNC clock mode defined without ASYNC clock defined in device tree" + 87 | #define BUILD_ASSERT(EXPR, MSG...) _Static_assert((EXPR), "" MSG) + | ^~~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:72:26: note: in definition of macro '__DEBRACKET' + 72 | #define __DEBRACKET(...) __VA_ARGS__ + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:64:9: note: in expansion of macro '__GET_ARG2_DEBRACKET' + 64 | __GET_ARG2_DEBRACKET(one_or_two_args _if_code, _else_code) + | ^~~~~~~~~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:59:9: note: in expansion of macro '__COND_CODE' + 59 | __COND_CODE(_XXXX##_flag, _if_1_code, _else_code) + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_macro.h:196:9: note: in expansion of macro 'Z_COND_CODE_1' + 196 | Z_COND_CODE_1(_flag, _if_1_code, _else_code) + | ^~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/devicetree.h:4667:9: note: in expansion of macro 'COND_CODE_1' + 4667 | COND_CODE_1(DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT), \ + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1645:9: note: in expansion of macro 'BUILD_ASSERT' + 1645 | BUILD_ASSERT(IS_EQ(ADC_STM32_CLOCK(x), SYNC) || (DT_INST_NUM_CLOCKS(x) > 1), \ + | ^~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1790:1: note: in expansion of macro 'ADC_STM32_CHECK_DT_CLOCK' + 1790 | ADC_STM32_CHECK_DT_CLOCK(index); \ + | ^~~~~~~~~~~~~~~~~~~~~~~~ +/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/tests/drivers/adc/adc_api/drivers.adc/zephyr/include/generated/zephyr/devicetree_generated.h:11162:47: note: in expansion of macro 'ADC_STM32_INIT' +11162 | #define DT_FOREACH_OKAY_INST_st_stm32_adc(fn) fn(0) + | ^~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:105:36: note: in expansion of macro 'DT_FOREACH_OKAY_INST_st_stm32_adc' + 105 | #define UTIL_PRIMITIVE_CAT(a, ...) a##__VA_ARGS__ + | ^ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1827:1: note: in expansion of macro 'DT_INST_FOREACH_STATUS_OKAY' + 1827 | DT_INST_FOREACH_STATUS_OKAY(ADC_STM32_INIT) + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ +[123/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj +[124/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj +[125/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj +[126/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj +[127/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj +[128/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj +[129/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj +[130/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj +[131/139] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj +ninja: build stopped: subcommand failed. +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40010c00 != input controller gpio@40010800 +E: r0/a1: 0x00000004 r1/a2: 0x080079d1 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08006b73 r14/lr: 0x080003e9 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080003f8 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200001a0 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40010c00 != input controller gpio@40010800 +E: r0/a1: 0x00000004 r1/a2: 0x080079d1 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08006b73 r14/lr: 0x080003e9 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080003f8 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200001a0 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40010c00 != input controller gpio@40010800 +E: r0/a1: 0x00000004 r1/a2: 0x080079d1 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08006b73 r14/lr: 0x080003e9 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080003f8 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200001a0 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40010c00 != input controller gpio@40010800 +E: r0/a1: 0x00000004 r1/a2: 0x080079d1 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08006b73 r14/lr: 0x080003e9 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080003f8 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200001a0 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40010c00 != input controller gpio@40010800 +E: r0/a1: 0x00000004 r1/a2: 0x080079d1 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08006b73 r14/lr: 0x080003e9 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080003f8 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200001a0 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40010c00 != input controller gpio@40010800 +E: r0/a1: 0x00000004 r1/a2: 0x080079d1 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08006b73 r14/lr: 0x080003e9 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080003f8 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200001a0 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40010c00 != input controller gpio@40010800 +E: r0/a1: 0x00000004 r1/a2: 0x080079d1 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08006b73 r14/lr: 0x080003e9 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080003f8 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200001a0 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE flash_driver +=================================================================== +Test will run on device flash-controller@40022000 +START - test_flash_erase + PASS - test_flash_erase in 0.041 seconds +=================================================================== +START - test_flash_fill +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE flash_driver +=================================================================== +Test will run on device flash-controller@40022000 +START - test_flash_erase + PASS - test_flash_erase in 0.041 seconds +=================================================================== +START - test_flash_fill +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE flash_driver +=================================================================== +Test will run on device flash-controller@40022000 +START - test_flash_erase + PASS - test_flash_erase in 0.041 seconds +=================================================================== +START - test_flash_fill +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE flash_driver +=================================================================== +Test will run on device flash-controller@40022000 +START - test_flash_erase + PASS - test_flash_erase in 0.041 seconds +=================================================================== +START - test_flash_fill +Loading Zephyr module(s) (Zephyr base): extensions +-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter +-- Cache files will be written to: /local/home/zephyrtb/.cache/zephyr +Loading Zephyr module(s) (Zephyr base (cached)): zephyr_default:dts +-- Application: /local/ztb/zephyrproject/zephyr/samples/sensor/die_temp_polling +-- CMake version: 3.22.1 +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr) +-- Found west (found suitable version "1.2.0", minimum required is "0.14.0") +-- Board: nucleo_f103rb, qualifiers: stm32f103xb +-- Found host-tools: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found toolchain: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found Dtc: /local/ztb/sdk/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6") +-- Found BOARD.dts: /local/ztb/zephyrproject/zephyr/boards/st/nucleo_f103rb/nucleo_f103rb.dts +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/samples/sensor/die_temp_polling/sample.sensor.die_temperature_polling/zephyr/zephyr.dts +-- Generated pickled edt: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/samples/sensor/die_temp_polling/sample.sensor.die_temperature_polling/zephyr/edt.pickle +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/samples/sensor/die_temp_polling/sample.sensor.die_temperature_polling/zephyr/zephyr.dts +-- Generated devicetree_generated.h: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/samples/sensor/die_temp_polling/sample.sensor.die_temperature_polling/zephyr/include/generated/zephyr/devicetree_generated.h +-- Including generated dts.cmake file: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/samples/sensor/die_temp_polling/sample.sensor.die_temperature_polling/zephyr/dts.cmake +Loading Zephyr default modules (Zephyr base). +-- Application: /local/ztb/zephyrproject/zephyr/samples/sensor/die_temp_polling +-- CMake version: 3.22.1 +-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter +-- Cache files will be written to: /local/home/zephyrtb/.cache/zephyr +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr) +-- Found west (found suitable version "1.2.0", minimum required is "0.14.0") +-- Board: nucleo_f103rb, qualifiers: stm32f103xb +-- Found host-tools: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found toolchain: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found Dtc: /local/ztb/sdk/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6") +-- Found BOARD.dts: /local/ztb/zephyrproject/zephyr/boards/st/nucleo_f103rb/nucleo_f103rb.dts +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/samples/sensor/die_temp_polling/sample.sensor.die_temperature_polling/zephyr/zephyr.dts +-- Generated pickled edt: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/samples/sensor/die_temp_polling/sample.sensor.die_temperature_polling/zephyr/edt.pickle +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/samples/sensor/die_temp_polling/sample.sensor.die_temperature_polling/zephyr/zephyr.dts +-- Generated devicetree_generated.h: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/samples/sensor/die_temp_polling/sample.sensor.die_temperature_polling/zephyr/include/generated/zephyr/devicetree_generated.h +-- Including generated dts.cmake file: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/samples/sensor/die_temp_polling/sample.sensor.die_temperature_polling/zephyr/dts.cmake +Parsing /local/ztb/zephyrproject/zephyr/Kconfig +Loaded configuration '/local/ztb/zephyrproject/zephyr/boards/st/nucleo_f103rb/nucleo_f103rb_defconfig' +Merged configuration '/local/ztb/zephyrproject/zephyr/samples/sensor/die_temp_polling/prj.conf' +Merged configuration '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/samples/sensor/die_temp_polling/sample.sensor.die_temperature_polling/zephyr/misc/generated/extra_kconfig_options.conf' +Configuration saved to '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/samples/sensor/die_temp_polling/sample.sensor.die_temperature_polling/zephyr/.config' +Kconfig header saved to '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/samples/sensor/die_temp_polling/sample.sensor.die_temperature_polling/zephyr/include/generated/zephyr/autoconf.h' +-- Found GnuLd: /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38") +-- The C compiler identification is GNU 12.2.0 +-- The CXX compiler identification is GNU 12.2.0 +-- The ASM compiler identification is GNU +-- Found assembler: /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc +-- Setting build type to 'MinSizeRel' as none was specified. +-- Using ccache: /usr/bin/ccache +-- Configuring done +-- Generating done +CMake Warning: + Manually-specified variables were not used by the project: + + TC_NAME + TC_RUNID + + +-- Build files have been written to: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/samples/sensor/die_temp_polling/sample.sensor.die_temperature_polling +[1/132] Preparing syscall dependency handling + +[2/132] Generating misc/generated/syscalls_subdirs.trigger +[3/132] Generating include/generated/zephyr/version.h +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr), build: v3.7.0-4020-g9f73988be029 +[4/132] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json +[5/132] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h +[6/132] Generating include/generated/zephyr/driver-validation.h +[7/132] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h +[8/132] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj +[9/132] Generating include/generated/zephyr/offsets.h +[10/132] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj +[11/132] Building ASM object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj +[12/132] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj +[13/132] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj +[14/132] Generating linker_zephyr_pre0.cmd +[15/132] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj +[16/132] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj +[17/132] Building C object zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj +[18/132] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj +[19/132] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj +[20/132] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj +[21/132] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj +[22/132] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/__aeabi_read_tp.S.obj +[23/132] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj +[24/132] Building C object CMakeFiles/app.dir/src/main.c.obj +[25/132] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj +[26/132] Linking C static library app/libapp.a +[27/132] Building C object zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj +[28/132] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/stm32f1x/soc.c.obj +[29/132] Linking C static library zephyr/arch/common/libisr_tables.a +[30/132] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj +[31/132] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj +[32/132] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj +[33/132] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj +[34/132] Linking C static library zephyr/arch/common/libarch__common.a +[35/132] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32cube_hal.c.obj +[36/132] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/soc_config.c.obj +[37/132] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj +[38/132] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj +[39/132] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/tls.c.obj +[40/132] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj +[41/132] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj +[42/132] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj +[43/132] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj +[44/132] Linking C static library zephyr/arch/arch/arm/core/libarch__arm__core.a +[45/132] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj +[46/132] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj +[47/132] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj +[48/132] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj +[49/132] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj +[50/132] Building C object zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj +[51/132] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj +[52/132] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap.c.obj +[53/132] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj +[54/132] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj +[55/132] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj +[56/132] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj +[57/132] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/soc/system_stm32f1xx.c.obj +[58/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init_static.c.obj +[59/132] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj +[60/132] Building C object zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_common.c.obj +[61/132] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32f1.c.obj +[62/132] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_stm32.c.obj +[63/132] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_stm32.c.obj +[64/132] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj +[65/132] Building C object zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj +[66/132] Linking C static library zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a +[67/132] Linking C static library zephyr/drivers/pinctrl/libdrivers__pinctrl.a +[68/132] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal_rcc_ex.c.obj +[69/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj +[70/132] Building C object zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/malloc.c.obj +[71/132] Linking C static library zephyr/drivers/serial/libdrivers__serial.a +[72/132] Linking C static library zephyr/libzephyr.a +[73/132] Building C object zephyr/drivers/reset/CMakeFiles/drivers__reset.dir/reset_stm32.c.obj +[74/132] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal.c.obj +[75/132] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/cortex_m_systick.c.obj +[76/132] Linking C static library zephyr/lib/libc/common/liblib__libc__common.a +[77/132] Linking C static library zephyr/drivers/reset/libdrivers__reset.a +[78/132] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32_ll_common.c.obj +[79/132] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_hal_rcc.c.obj +[80/132] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32f1xx/drivers/src/stm32f1xx_ll_utils.c.obj +[81/132] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj +[82/132] Building C object zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/libc-hooks.c.obj +[83/132] Building C object zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj +FAILED: zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj +ccache /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DHSE_VALUE=8000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DPICOLIBC_DOUBLE_PRINTF_SCANF -DSTM32F103xB -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/samples/sensor/die_temp_polling/sample.sensor.die_temperature_polling/zephyr/include/generated/zephyr -I/local/ztb/zephyrproject/zephyr/include -I/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/samples/sensor/die_temp_polling/sample.sensor.die_temperature_polling/zephyr/include/generated -I/local/ztb/zephyrproject/zephyr/soc/st/stm32 -I/local/ztb/zephyrproject/zephyr/soc/st/stm32/common/. -I/local/ztb/zephyrproject/zephyr/drivers -I/local/ztb/zephyrproject/zephyr/soc/st/stm32/stm32f1x/. -I/local/ztb/zephyrproject/modules/hal/cmsis/CMSIS/Core/Include -I/local/ztb/zephyrproject/zephyr/modules/cmsis/. -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/stm32f1xx/soc -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/stm32f1xx/drivers/include -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -isystem /local/ztb/zephyrproject/zephyr/lib/libc/common/include -Os -DNDEBUG -Wshadow -fno-strict-aliasing -Werror -Os -imacros /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/samples/sensor/die_temp_polling/sample.sensor.die_temperature_polling/zephyr/include/generated/zephyr/autoconf.h -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m3 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /local/ztb/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/local/ztb/zephyrproject/zephyr/samples/sensor/die_temp_polling=CMAKE_SOURCE_DIR -fmacro-prefix-map=/local/ztb/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/local/ztb/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c99 -MD -MT zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj -MF zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj.d -o zephyr/drivers/adc/CMakeFiles/drivers__adc.dir/adc_stm32.c.obj -c /local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c +In file included from /local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_macro.h:34, + from /local/ztb/zephyrproject/zephyr/include/zephyr/irq_multilevel.h:16, + from /local/ztb/zephyrproject/zephyr/include/zephyr/devicetree.h:20, + from /local/ztb/zephyrproject/zephyr/include/zephyr/device.h:12, + from /local/ztb/zephyrproject/zephyr/include/zephyr/drivers/adc.h:16, + from /local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:16: +/local/ztb/zephyrproject/zephyr/include/zephyr/toolchain/gcc.h:87:36: error: static assertion failed: "ASYNC clock mode defined without ASYNC clock defined in device tree" + 87 | #define BUILD_ASSERT(EXPR, MSG...) _Static_assert((EXPR), "" MSG) + | ^~~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:72:26: note: in definition of macro '__DEBRACKET' + 72 | #define __DEBRACKET(...) __VA_ARGS__ + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:64:9: note: in expansion of macro '__GET_ARG2_DEBRACKET' + 64 | __GET_ARG2_DEBRACKET(one_or_two_args _if_code, _else_code) + | ^~~~~~~~~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:59:9: note: in expansion of macro '__COND_CODE' + 59 | __COND_CODE(_XXXX##_flag, _if_1_code, _else_code) + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_macro.h:196:9: note: in expansion of macro 'Z_COND_CODE_1' + 196 | Z_COND_CODE_1(_flag, _if_1_code, _else_code) + | ^~~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/include/zephyr/devicetree.h:4667:9: note: in expansion of macro 'COND_CODE_1' + 4667 | COND_CODE_1(DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT), \ + | ^~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1645:9: note: in expansion of macro 'BUILD_ASSERT' + 1645 | BUILD_ASSERT(IS_EQ(ADC_STM32_CLOCK(x), SYNC) || (DT_INST_NUM_CLOCKS(x) > 1), \ + | ^~~~~~~~~~~~ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1790:1: note: in expansion of macro 'ADC_STM32_CHECK_DT_CLOCK' + 1790 | ADC_STM32_CHECK_DT_CLOCK(index); \ + | ^~~~~~~~~~~~~~~~~~~~~~~~ +/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_f103rb/samples/sensor/die_temp_polling/sample.sensor.die_temperature_polling/zephyr/include/generated/zephyr/devicetree_generated.h:10972:47: note: in expansion of macro 'ADC_STM32_INIT' +10972 | #define DT_FOREACH_OKAY_INST_st_stm32_adc(fn) fn(0) + | ^~ +/local/ztb/zephyrproject/zephyr/include/zephyr/sys/util_internal.h:105:36: note: in expansion of macro 'DT_FOREACH_OKAY_INST_st_stm32_adc' + 105 | #define UTIL_PRIMITIVE_CAT(a, ...) a##__VA_ARGS__ + | ^ +/local/ztb/zephyrproject/zephyr/drivers/adc/adc_stm32.c:1827:1: note: in expansion of macro 'DT_INST_FOREACH_STATUS_OKAY' + 1827 | DT_INST_FOREACH_STATUS_OKAY(ADC_STM32_INIT) + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ +[84/132] Building C object zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj +[85/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj +[86/132] Linking C static library zephyr/drivers/clock_control/libdrivers__clock_control.a +[87/132] Building C object zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_exti_stm32.c.obj +[88/132] Linking C static library modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a +[89/132] Linking C static library zephyr/drivers/timer/libdrivers__timer.a +[90/132] Linking C static library zephyr/lib/libc/picolibc/liblib__libc__picolibc.a +[91/132] Building C object zephyr/drivers/sensor/st/stm32_temp/CMakeFiles/drivers__sensor__st__stm32_temp.dir/stm32_temp.c.obj +[92/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj +[93/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj +[94/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj +[95/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj +[96/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj +[97/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj +[98/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj +[99/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj +[100/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj +[101/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj +[102/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj +[103/132] Building C object zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_stm32.c.obj +[104/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/priority_queues.c.obj +[105/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj +[106/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj +[107/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj +[108/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj +[109/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj +[110/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj +[111/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj +[112/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj +[113/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj +[114/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj +[115/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj +[116/132] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj +ninja: build stopped: subcommand failed. +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000200 +sys_trace_thread_switched_in_user: 0x20000090 +sys_trace_thread_switched_out_user: 0x20000090 +sys_trace_thread_switched_in_user: 0x20000140 +thread_b: Hello World from nucleo_f103rb! +sys_trace_thread_switched_out_user: 0x20000140 +sys_trace_thread_switched_in_user: 0x20000200 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000200 +sys_trace_thread_switched_in_user: 0x20000140 +sys_trace_thread_switched_out_user: 0x20000140 +sys_trace_thread_switched_in_user: 0x20000090 +thread_a: Hello World from nucleo_f103rb! +sys_trace_thread_switched_out_user: 0x20000090 +sys_trace_thread_switched_in_user: 0x20000200 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000200 +sys_trace_thread_switched_in_user: 0x20000090 +sys_trace_thread_switched_out_user: 0x20000090 +sys_trace_thread_switched_in_user: 0x20000140 +thread_b: Hello World from nucleo_f103rb! +sys_trace_thread_switched_out_user: 0x20000140 +sys_trace_thread_switched_in_user: 0x20000200 +sys_trace_idle_user +sys_trace_idle_user +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 3c0 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 9c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 105 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 3b8 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, a0 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 106 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 3b0 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, a4 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 107 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 3a8 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, a8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 108 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 3a0 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, ac +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 109 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 398 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, b0 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 110 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 390 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, b4 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 111 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 388 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, b8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 112 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 380 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, bc +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 113 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 378 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, c0 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 114 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 370 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, c4 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 115 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 368 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, c8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 116 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 360 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, cc +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 117 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 358 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, d0 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 118 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 350 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, d4 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 119 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 348 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, d8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 120 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 340 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, dc +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 121 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 338 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, e0 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 122 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 330 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, e4 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 123 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 328 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, e8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 124 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 320 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, ec +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 125 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 318 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, f0 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 126 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 310 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, f4 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 127 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 308 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, f8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 128 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 300 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, fc +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 129 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 2f8 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 100 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 130 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 2f0 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 104 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 131 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 2e8 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 108 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 132 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 2e0 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 10c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 133 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 2d8 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 110 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 134 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 2d0 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 114 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 135 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 2c8 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 118 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 136 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 2c0 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 11c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 137 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 2b8 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 120 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 138 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 2b0 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 124 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 139 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 2a8 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 128 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 140 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 2a0 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 12c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 141 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 298 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 130 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 142 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 290 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 134 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 143 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 288 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 138 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 144 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 280 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 13c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 145 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 278 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 140 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 146 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 270 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 144 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 147 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 268 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 148 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 148 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 260 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 14c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 149 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 258 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 150 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 150 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 2, 250 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 154 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 151 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 248 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 158 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 152 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 240 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 15c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 153 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 238 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 160 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 154 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 230 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 164 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 155 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 228 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 168 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 156 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 220 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 16c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 157 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 218 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 170 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 158 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 210 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 174 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 159 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 208 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 178 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 160 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 200 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 17c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 161 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 1f8 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 180 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 162 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 1f0 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 184 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 163 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 1e8 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 188 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 164 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 1e0 +[00:00:00.026,000] <inf> fs_nvs: data wra: 2, 18c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 165 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 1d8 +[00:00:00.025,000] <inf> fs_nvs: data wra: 2, 190 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 166 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 1d0 +[00:00:00.025,000] <inf> fs_nvs: data wra: 2, 194 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 167 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 1c8 +[00:00:00.025,000] <inf> fs_nvs: data wra: 2, 198 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 168 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 1c0 +[00:00:00.025,000] <inf> fs_nvs: data wra: 2, 19c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 169 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 1b8 +[00:00:00.025,000] <inf> fs_nvs: data wra: 2, 1a0 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 170 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 1b0 +[00:00:00.025,000] <inf> fs_nvs: data wra: 2, 1a4 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 171 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.015,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.020,000] <inf> fs_nvs: alloc wra: 2, 1a8 +[00:00:00.025,000] <inf> fs_nvs: data wra: 2, 1a8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 172 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +[00:00:00.644,000] <dbg> fs_nvs: nvs_add_gc_done_ate: Adding gc done ate at 3f0 +[00:00:00.652,000] <dbg> fs_nvs: nvs_flash_erase_sector: Erasing flash at 1f800, len 1024 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 3e0 +[00:00:00.027,000] <inf> fs_nvs: data wra: 0, 4 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 173 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 3d8 +[00:00:00.027,000] <inf> fs_nvs: data wra: 0, 8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 174 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 3d0 +[00:00:00.027,000] <inf> fs_nvs: data wra: 0, c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 175 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 3c8 +[00:00:00.027,000] <inf> fs_nvs: data wra: 0, 10 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 176 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 3c0 +[00:00:00.027,000] <inf> fs_nvs: data wra: 0, 14 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 177 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 3b8 +[00:00:00.027,000] <inf> fs_nvs: data wra: 0, 18 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 178 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 3b0 +[00:00:00.027,000] <inf> fs_nvs: data wra: 0, 1c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 179 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 3a8 +[00:00:00.027,000] <inf> fs_nvs: data wra: 0, 20 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 180 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 3a0 +[00:00:00.027,000] <inf> fs_nvs: data wra: 0, 24 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 181 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 398 +[00:00:00.027,000] <inf> fs_nvs: data wra: 0, 28 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 182 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 390 +[00:00:00.027,000] <inf> fs_nvs: data wra: 0, 2c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 183 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 388 +[00:00:00.027,000] <inf> fs_nvs: data wra: 0, 30 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 184 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 380 +[00:00:00.027,000] <inf> fs_nvs: data wra: 0, 34 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 185 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 378 +[00:00:00.026,000] <inf> fs_nvs: data wra: 0, 38 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 186 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 370 +[00:00:00.026,000] <inf> fs_nvs: data wra: 0, 3c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 187 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 368 +[00:00:00.026,000] <inf> fs_nvs: data wra: 0, 40 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 188 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 360 +[00:00:00.026,000] <inf> fs_nvs: data wra: 0, 44 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 189 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 358 +[00:00:00.026,000] <inf> fs_nvs: data wra: 0, 48 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 190 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 350 +[00:00:00.026,000] <inf> fs_nvs: data wra: 0, 4c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 191 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 348 +[00:00:00.026,000] <inf> fs_nvs: data wra: 0, 50 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 192 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 340 +[00:00:00.026,000] <inf> fs_nvs: data wra: 0, 54 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 193 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 338 +[00:00:00.026,000] <inf> fs_nvs: data wra: 0, 58 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 194 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 330 +[00:00:00.026,000] <inf> fs_nvs: data wra: 0, 5c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 195 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 328 +[00:00:00.026,000] <inf> fs_nvs: data wra: 0, 60 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 196 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 320 +[00:00:00.026,000] <inf> fs_nvs: data wra: 0, 64 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 197 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 318 +[00:00:00.026,000] <inf> fs_nvs: data wra: 0, 68 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 198 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 310 +[00:00:00.026,000] <inf> fs_nvs: data wra: 0, 6c +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 199 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 308 +[00:00:00.026,000] <inf> fs_nvs: data wra: 0, 70 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 200 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104 +Oldest reboot counter: 104 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 1024 bytes +[00:00:00.021,000] <inf> fs_nvs: alloc wra: 0, 300 +[00:00:00.026,000] <inf> fs_nvs: data wra: 0, 74 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 201 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f + \ No newline at end of file diff --git a/results/v3.7.0-4020-g9f73988be029/nucleo_f207zg.xml b/results/v3.7.0-4020-g9f73988be029/nucleo_f207zg.xml new file mode 100644 index 00000000..3137f938 --- /dev/null +++ b/results/v3.7.0-4020-g9f73988be029/nucleo_f207zg.xml @@ -0,0 +1,1620 @@ +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE dac_loopback +=================================================================== +START - test_dac_loopback + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/dac/dac_loopback/src/test_dac.c:252: test_task_loopback: (m_sample_buffer[0] not within (1U << ADC_RESOLUTION) / 2 +/- 32) +Value 2085 read from ADC does not match expected range. + FAIL - test_dac_loopback in 0.031 seconds +=================================================================== +TESTSUITE dac_loopback failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [dac_loopback]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.031 seconds + - FAIL - [dac_loopback.test_dac_loopback] duration = 0.031 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 62b476bfcdaba8f269cf9dc3da6c8e66 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE uart_async_chain_read +=================================================================== +START - test_chained_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:405: uart_async_chain_read_test_chained_read: (rx_data_idx not equal to sizeof(tx_buf)) +Unexpected amount of data received 0 exp:10 + FAIL - test_chained_read in 0.092 seconds +=================================================================== +TESTSUITE uart_async_chain_read failed. +Running TESTSUITE uart_async_chain_write +=================================================================== +START - test_chained_write + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:837: uart_async_chain_write_test_chained_write: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_chained_write in 0.121 seconds +=================================================================== +TESTSUITE uart_async_chain_write failed. +Running TESTSUITE uart_async_double_buf +=================================================================== +START - test_double_buffer + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:480: uart_async_double_buf_test_double_buffer: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_double_buffer in 0.120 seconds +=================================================================== +TESTSUITE uart_async_double_buf failed. +Running TESTSUITE uart_async_long_buf +=================================================================== +START - test_long_buffers + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:916: uart_async_long_buf_test_long_buffers: (k_sem_take(&rx_rdy, K_MSEC(200)) not equal to 0) +RX_RDY timeout + FAIL - test_long_buffers in 0.263 seconds +=================================================================== +TESTSUITE uart_async_long_buf failed. +Running TESTSUITE uart_async_multi_rx +=================================================================== +START - test_multiple_rx_enable + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:285: uart_async_multi_rx_test_multiple_rx_enable: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_multiple_rx_enable in 0.521 seconds +=================================================================== +TESTSUITE uart_async_multi_rx failed. +Running TESTSUITE uart_async_read_abort +=================================================================== +START - test_read_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:582: uart_async_read_abort_test_read_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_read_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_read_abort failed. +Running TESTSUITE uart_async_single_read +=================================================================== +START - test_single_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:203: uart_async_single_read_test_single_read: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_single_read in 0.220 seconds +=================================================================== +TESTSUITE uart_async_single_read failed. +Running TESTSUITE uart_async_timeout +=================================================================== +START - test_forever_timeout + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:759: uart_async_timeout_test_forever_timeout: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_forever_timeout in 3.120 seconds +=================================================================== +TESTSUITE uart_async_timeout failed. +Running TESTSUITE uart_async_write_abort +=================================================================== +START - test_write_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:674: uart_async_write_abort_test_write_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_write_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_write_abort failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [uart_async_chain_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.092 seconds + - FAIL - [uart_async_chain_read.test_chained_read] duration = 0.092 seconds + +SUITE FAIL - 0.00% [uart_async_chain_write]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.121 seconds + - FAIL - [uart_async_chain_write.test_chained_write] duration = 0.121 seconds + +SUITE FAIL - 0.00% [uart_async_double_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_double_buf.test_double_buffer] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_long_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.263 seconds + - FAIL - [uart_async_long_buf.test_long_buffers] duration = 0.263 seconds + +SUITE FAIL - 0.00% [uart_async_multi_rx]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.521 seconds + - FAIL - [uart_async_multi_rx.test_multiple_rx_enable] duration = 0.521 seconds + +SUITE FAIL - 0.00% [uart_async_read_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_read_abort.test_read_abort] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_single_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.220 seconds + - FAIL - [uart_async_single_read.test_single_read] duration = 0.220 seconds + +SUITE FAIL - 0.00% [uart_async_timeout]: pass = 0, fail = 1, skip = 0, total = 1 duration = 3.120 seconds + - FAIL - [uart_async_timeout.test_forever_timeout] duration = 3.120 seconds + +SUITE FAIL - 0.00% [uart_async_write_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_write_abort.test_write_abort] duration = 0.120 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: f2aac9f5fa6c034ffadb5ebf76aa844a +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE uart_async_chain_read +=================================================================== +START - test_chained_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:405: uart_async_chain_read_test_chained_read: (rx_data_idx not equal to sizeof(tx_buf)) +Unexpected amount of data received 0 exp:10 + FAIL - test_chained_read in 0.092 seconds +=================================================================== +TESTSUITE uart_async_chain_read failed. +Running TESTSUITE uart_async_chain_write +=================================================================== +START - test_chained_write + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:837: uart_async_chain_write_test_chained_write: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_chained_write in 0.121 seconds +=================================================================== +TESTSUITE uart_async_chain_write failed. +Running TESTSUITE uart_async_double_buf +=================================================================== +START - test_double_buffer + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:480: uart_async_double_buf_test_double_buffer: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_double_buffer in 0.120 seconds +=================================================================== +TESTSUITE uart_async_double_buf failed. +Running TESTSUITE uart_async_long_buf +=================================================================== +START - test_long_buffers + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:916: uart_async_long_buf_test_long_buffers: (k_sem_take(&rx_rdy, K_MSEC(200)) not equal to 0) +RX_RDY timeout + FAIL - test_long_buffers in 0.263 seconds +=================================================================== +TESTSUITE uart_async_long_buf failed. +Running TESTSUITE uart_async_multi_rx +=================================================================== +START - test_multiple_rx_enable + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:285: uart_async_multi_rx_test_multiple_rx_enable: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_multiple_rx_enable in 0.521 seconds +=================================================================== +TESTSUITE uart_async_multi_rx failed. +Running TESTSUITE uart_async_read_abort +=================================================================== +START - test_read_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:582: uart_async_read_abort_test_read_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_read_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_read_abort failed. +Running TESTSUITE uart_async_single_read +=================================================================== +START - test_single_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:203: uart_async_single_read_test_single_read: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_single_read in 0.220 seconds +=================================================================== +TESTSUITE uart_async_single_read failed. +Running TESTSUITE uart_async_timeout +=================================================================== +START - test_forever_timeout + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:759: uart_async_timeout_test_forever_timeout: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_forever_timeout in 3.120 seconds +=================================================================== +TESTSUITE uart_async_timeout failed. +Running TESTSUITE uart_async_write_abort +=================================================================== +START - test_write_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:674: uart_async_write_abort_test_write_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_write_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_write_abort failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [uart_async_chain_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.092 seconds + - FAIL - [uart_async_chain_read.test_chained_read] duration = 0.092 seconds + +SUITE FAIL - 0.00% [uart_async_chain_write]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.121 seconds + - FAIL - [uart_async_chain_write.test_chained_write] duration = 0.121 seconds + +SUITE FAIL - 0.00% [uart_async_double_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_double_buf.test_double_buffer] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_long_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.263 seconds + - FAIL - [uart_async_long_buf.test_long_buffers] duration = 0.263 seconds + +SUITE FAIL - 0.00% [uart_async_multi_rx]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.521 seconds + - FAIL - [uart_async_multi_rx.test_multiple_rx_enable] duration = 0.521 seconds + +SUITE FAIL - 0.00% [uart_async_read_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_read_abort.test_read_abort] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_single_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.220 seconds + - FAIL - [uart_async_single_read.test_single_read] duration = 0.220 seconds + +SUITE FAIL - 0.00% [uart_async_timeout]: pass = 0, fail = 1, skip = 0, total = 1 duration = 3.120 seconds + - FAIL - [uart_async_timeout.test_forever_timeout] duration = 3.120 seconds + +SUITE FAIL - 0.00% [uart_async_write_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_write_abort.test_write_abort] duration = 0.120 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: f2aac9f5fa6c034ffadb5ebf76aa844a +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE uart_async_chain_read +=================================================================== +START - test_chained_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:405: uart_async_chain_read_test_chained_read: (rx_data_idx not equal to sizeof(tx_buf)) +Unexpected amount of data received 0 exp:10 + FAIL - test_chained_read in 0.092 seconds +=================================================================== +TESTSUITE uart_async_chain_read failed. +Running TESTSUITE uart_async_chain_write +=================================================================== +START - test_chained_write + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:837: uart_async_chain_write_test_chained_write: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_chained_write in 0.121 seconds +=================================================================== +TESTSUITE uart_async_chain_write failed. +Running TESTSUITE uart_async_double_buf +=================================================================== +START - test_double_buffer + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:480: uart_async_double_buf_test_double_buffer: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_double_buffer in 0.120 seconds +=================================================================== +TESTSUITE uart_async_double_buf failed. +Running TESTSUITE uart_async_long_buf +=================================================================== +START - test_long_buffers + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:916: uart_async_long_buf_test_long_buffers: (k_sem_take(&rx_rdy, K_MSEC(200)) not equal to 0) +RX_RDY timeout + FAIL - test_long_buffers in 0.263 seconds +=================================================================== +TESTSUITE uart_async_long_buf failed. +Running TESTSUITE uart_async_multi_rx +=================================================================== +START - test_multiple_rx_enable + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:285: uart_async_multi_rx_test_multiple_rx_enable: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_multiple_rx_enable in 0.521 seconds +=================================================================== +TESTSUITE uart_async_multi_rx failed. +Running TESTSUITE uart_async_read_abort +=================================================================== +START - test_read_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:582: uart_async_read_abort_test_read_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_read_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_read_abort failed. +Running TESTSUITE uart_async_single_read +=================================================================== +START - test_single_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:203: uart_async_single_read_test_single_read: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_single_read in 0.220 seconds +=================================================================== +TESTSUITE uart_async_single_read failed. +Running TESTSUITE uart_async_timeout +=================================================================== +START - test_forever_timeout + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:759: uart_async_timeout_test_forever_timeout: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_forever_timeout in 3.120 seconds +=================================================================== +TESTSUITE uart_async_timeout failed. +Running TESTSUITE uart_async_write_abort +=================================================================== +START - test_write_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:674: uart_async_write_abort_test_write_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_write_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_write_abort failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [uart_async_chain_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.092 seconds + - FAIL - [uart_async_chain_read.test_chained_read] duration = 0.092 seconds + +SUITE FAIL - 0.00% [uart_async_chain_write]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.121 seconds + - FAIL - [uart_async_chain_write.test_chained_write] duration = 0.121 seconds + +SUITE FAIL - 0.00% [uart_async_double_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_double_buf.test_double_buffer] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_long_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.263 seconds + - FAIL - [uart_async_long_buf.test_long_buffers] duration = 0.263 seconds + +SUITE FAIL - 0.00% [uart_async_multi_rx]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.521 seconds + - FAIL - [uart_async_multi_rx.test_multiple_rx_enable] duration = 0.521 seconds + +SUITE FAIL - 0.00% [uart_async_read_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_read_abort.test_read_abort] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_single_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.220 seconds + - FAIL - [uart_async_single_read.test_single_read] duration = 0.220 seconds + +SUITE FAIL - 0.00% [uart_async_timeout]: pass = 0, fail = 1, skip = 0, total = 1 duration = 3.120 seconds + - FAIL - [uart_async_timeout.test_forever_timeout] duration = 3.120 seconds + +SUITE FAIL - 0.00% [uart_async_write_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_write_abort.test_write_abort] duration = 0.120 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: f2aac9f5fa6c034ffadb5ebf76aa844a +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE uart_async_chain_read +=================================================================== +START - test_chained_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:405: uart_async_chain_read_test_chained_read: (rx_data_idx not equal to sizeof(tx_buf)) +Unexpected amount of data received 0 exp:10 + FAIL - test_chained_read in 0.092 seconds +=================================================================== +TESTSUITE uart_async_chain_read failed. +Running TESTSUITE uart_async_chain_write +=================================================================== +START - test_chained_write + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:837: uart_async_chain_write_test_chained_write: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_chained_write in 0.121 seconds +=================================================================== +TESTSUITE uart_async_chain_write failed. +Running TESTSUITE uart_async_double_buf +=================================================================== +START - test_double_buffer + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:480: uart_async_double_buf_test_double_buffer: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_double_buffer in 0.120 seconds +=================================================================== +TESTSUITE uart_async_double_buf failed. +Running TESTSUITE uart_async_long_buf +=================================================================== +START - test_long_buffers + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:916: uart_async_long_buf_test_long_buffers: (k_sem_take(&rx_rdy, K_MSEC(200)) not equal to 0) +RX_RDY timeout + FAIL - test_long_buffers in 0.263 seconds +=================================================================== +TESTSUITE uart_async_long_buf failed. +Running TESTSUITE uart_async_multi_rx +=================================================================== +START - test_multiple_rx_enable + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:285: uart_async_multi_rx_test_multiple_rx_enable: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_multiple_rx_enable in 0.521 seconds +=================================================================== +TESTSUITE uart_async_multi_rx failed. +Running TESTSUITE uart_async_read_abort +=================================================================== +START - test_read_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:582: uart_async_read_abort_test_read_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_read_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_read_abort failed. +Running TESTSUITE uart_async_single_read +=================================================================== +START - test_single_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:203: uart_async_single_read_test_single_read: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_single_read in 0.220 seconds +=================================================================== +TESTSUITE uart_async_single_read failed. +Running TESTSUITE uart_async_timeout +=================================================================== +START - test_forever_timeout + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:759: uart_async_timeout_test_forever_timeout: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_forever_timeout in 3.120 seconds +=================================================================== +TESTSUITE uart_async_timeout failed. +Running TESTSUITE uart_async_write_abort +=================================================================== +START - test_write_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:674: uart_async_write_abort_test_write_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_write_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_write_abort failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [uart_async_chain_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.092 seconds + - FAIL - [uart_async_chain_read.test_chained_read] duration = 0.092 seconds + +SUITE FAIL - 0.00% [uart_async_chain_write]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.121 seconds + - FAIL - [uart_async_chain_write.test_chained_write] duration = 0.121 seconds + +SUITE FAIL - 0.00% [uart_async_double_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_double_buf.test_double_buffer] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_long_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.263 seconds + - FAIL - [uart_async_long_buf.test_long_buffers] duration = 0.263 seconds + +SUITE FAIL - 0.00% [uart_async_multi_rx]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.521 seconds + - FAIL - [uart_async_multi_rx.test_multiple_rx_enable] duration = 0.521 seconds + +SUITE FAIL - 0.00% [uart_async_read_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_read_abort.test_read_abort] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_single_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.220 seconds + - FAIL - [uart_async_single_read.test_single_read] duration = 0.220 seconds + +SUITE FAIL - 0.00% [uart_async_timeout]: pass = 0, fail = 1, skip = 0, total = 1 duration = 3.120 seconds + - FAIL - [uart_async_timeout.test_forever_timeout] duration = 3.120 seconds + +SUITE FAIL - 0.00% [uart_async_write_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_write_abort.test_write_abort] duration = 0.120 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: f2aac9f5fa6c034ffadb5ebf76aa844a +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE uart_async_chain_read +=================================================================== +START - test_chained_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:405: uart_async_chain_read_test_chained_read: (rx_data_idx not equal to sizeof(tx_buf)) +Unexpected amount of data received 0 exp:10 + FAIL - test_chained_read in 0.092 seconds +=================================================================== +TESTSUITE uart_async_chain_read failed. +Running TESTSUITE uart_async_chain_write +=================================================================== +START - test_chained_write + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:837: uart_async_chain_write_test_chained_write: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_chained_write in 0.121 seconds +=================================================================== +TESTSUITE uart_async_chain_write failed. +Running TESTSUITE uart_async_double_buf +=================================================================== +START - test_double_buffer + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:480: uart_async_double_buf_test_double_buffer: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_double_buffer in 0.120 seconds +=================================================================== +TESTSUITE uart_async_double_buf failed. +Running TESTSUITE uart_async_long_buf +=================================================================== +START - test_long_buffers + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:916: uart_async_long_buf_test_long_buffers: (k_sem_take(&rx_rdy, K_MSEC(200)) not equal to 0) +RX_RDY timeout + FAIL - test_long_buffers in 0.263 seconds +=================================================================== +TESTSUITE uart_async_long_buf failed. +Running TESTSUITE uart_async_multi_rx +=================================================================== +START - test_multiple_rx_enable + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:285: uart_async_multi_rx_test_multiple_rx_enable: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_multiple_rx_enable in 0.521 seconds +=================================================================== +TESTSUITE uart_async_multi_rx failed. +Running TESTSUITE uart_async_read_abort +=================================================================== +START - test_read_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:582: uart_async_read_abort_test_read_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_read_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_read_abort failed. +Running TESTSUITE uart_async_single_read +=================================================================== +START - test_single_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:203: uart_async_single_read_test_single_read: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_single_read in 0.220 seconds +=================================================================== +TESTSUITE uart_async_single_read failed. +Running TESTSUITE uart_async_timeout +=================================================================== +START - test_forever_timeout + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:759: uart_async_timeout_test_forever_timeout: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_forever_timeout in 3.120 seconds +=================================================================== +TESTSUITE uart_async_timeout failed. +Running TESTSUITE uart_async_write_abort +=================================================================== +START - test_write_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:674: uart_async_write_abort_test_write_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_write_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_write_abort failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [uart_async_chain_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.092 seconds + - FAIL - [uart_async_chain_read.test_chained_read] duration = 0.092 seconds + +SUITE FAIL - 0.00% [uart_async_chain_write]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.121 seconds + - FAIL - [uart_async_chain_write.test_chained_write] duration = 0.121 seconds + +SUITE FAIL - 0.00% [uart_async_double_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_double_buf.test_double_buffer] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_long_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.263 seconds + - FAIL - [uart_async_long_buf.test_long_buffers] duration = 0.263 seconds + +SUITE FAIL - 0.00% [uart_async_multi_rx]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.521 seconds + - FAIL - [uart_async_multi_rx.test_multiple_rx_enable] duration = 0.521 seconds + +SUITE FAIL - 0.00% [uart_async_read_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_read_abort.test_read_abort] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_single_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.220 seconds + - FAIL - [uart_async_single_read.test_single_read] duration = 0.220 seconds + +SUITE FAIL - 0.00% [uart_async_timeout]: pass = 0, fail = 1, skip = 0, total = 1 duration = 3.120 seconds + - FAIL - [uart_async_timeout.test_forever_timeout] duration = 3.120 seconds + +SUITE FAIL - 0.00% [uart_async_write_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_write_abort.test_write_abort] duration = 0.120 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: f2aac9f5fa6c034ffadb5ebf76aa844a +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE uart_async_chain_read +=================================================================== +START - test_chained_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:405: uart_async_chain_read_test_chained_read: (rx_data_idx not equal to sizeof(tx_buf)) +Unexpected amount of data received 0 exp:10 + FAIL - test_chained_read in 0.092 seconds +=================================================================== +TESTSUITE uart_async_chain_read failed. +Running TESTSUITE uart_async_chain_write +=================================================================== +START - test_chained_write + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:837: uart_async_chain_write_test_chained_write: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_chained_write in 0.121 seconds +=================================================================== +TESTSUITE uart_async_chain_write failed. +Running TESTSUITE uart_async_double_buf +=================================================================== +START - test_double_buffer + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:480: uart_async_double_buf_test_double_buffer: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_double_buffer in 0.120 seconds +=================================================================== +TESTSUITE uart_async_double_buf failed. +Running TESTSUITE uart_async_long_buf +=================================================================== +START - test_long_buffers + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:916: uart_async_long_buf_test_long_buffers: (k_sem_take(&rx_rdy, K_MSEC(200)) not equal to 0) +RX_RDY timeout + FAIL - test_long_buffers in 0.263 seconds +=================================================================== +TESTSUITE uart_async_long_buf failed. +Running TESTSUITE uart_async_multi_rx +=================================================================== +START - test_multiple_rx_enable + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:285: uart_async_multi_rx_test_multiple_rx_enable: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_multiple_rx_enable in 0.521 seconds +=================================================================== +TESTSUITE uart_async_multi_rx failed. +Running TESTSUITE uart_async_read_abort +=================================================================== +START - test_read_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:582: uart_async_read_abort_test_read_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_read_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_read_abort failed. +Running TESTSUITE uart_async_single_read +=================================================================== +START - test_single_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:203: uart_async_single_read_test_single_read: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_single_read in 0.220 seconds +=================================================================== +TESTSUITE uart_async_single_read failed. +Running TESTSUITE uart_async_timeout +=================================================================== +START - test_forever_timeout + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:759: uart_async_timeout_test_forever_timeout: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_forever_timeout in 3.120 seconds +=================================================================== +TESTSUITE uart_async_timeout failed. +Running TESTSUITE uart_async_write_abort +=================================================================== +START - test_write_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:674: uart_async_write_abort_test_write_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_write_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_write_abort failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [uart_async_chain_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.092 seconds + - FAIL - [uart_async_chain_read.test_chained_read] duration = 0.092 seconds + +SUITE FAIL - 0.00% [uart_async_chain_write]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.121 seconds + - FAIL - [uart_async_chain_write.test_chained_write] duration = 0.121 seconds + +SUITE FAIL - 0.00% [uart_async_double_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_double_buf.test_double_buffer] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_long_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.263 seconds + - FAIL - [uart_async_long_buf.test_long_buffers] duration = 0.263 seconds + +SUITE FAIL - 0.00% [uart_async_multi_rx]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.521 seconds + - FAIL - [uart_async_multi_rx.test_multiple_rx_enable] duration = 0.521 seconds + +SUITE FAIL - 0.00% [uart_async_read_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_read_abort.test_read_abort] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_single_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.220 seconds + - FAIL - [uart_async_single_read.test_single_read] duration = 0.220 seconds + +SUITE FAIL - 0.00% [uart_async_timeout]: pass = 0, fail = 1, skip = 0, total = 1 duration = 3.120 seconds + - FAIL - [uart_async_timeout.test_forever_timeout] duration = 3.120 seconds + +SUITE FAIL - 0.00% [uart_async_write_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_write_abort.test_write_abort] duration = 0.120 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: f2aac9f5fa6c034ffadb5ebf76aa844a +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE uart_async_chain_read +=================================================================== +START - test_chained_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:405: uart_async_chain_read_test_chained_read: (rx_data_idx not equal to sizeof(tx_buf)) +Unexpected amount of data received 0 exp:10 + FAIL - test_chained_read in 0.092 seconds +=================================================================== +TESTSUITE uart_async_chain_read failed. +Running TESTSUITE uart_async_chain_write +=================================================================== +START - test_chained_write + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:837: uart_async_chain_write_test_chained_write: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_chained_write in 0.121 seconds +=================================================================== +TESTSUITE uart_async_chain_write failed. +Running TESTSUITE uart_async_double_buf +=================================================================== +START - test_double_buffer + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:480: uart_async_double_buf_test_double_buffer: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_double_buffer in 0.120 seconds +=================================================================== +TESTSUITE uart_async_double_buf failed. +Running TESTSUITE uart_async_long_buf +=================================================================== +START - test_long_buffers + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:916: uart_async_long_buf_test_long_buffers: (k_sem_take(&rx_rdy, K_MSEC(200)) not equal to 0) +RX_RDY timeout + FAIL - test_long_buffers in 0.263 seconds +=================================================================== +TESTSUITE uart_async_long_buf failed. +Running TESTSUITE uart_async_multi_rx +=================================================================== +START - test_multiple_rx_enable + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:285: uart_async_multi_rx_test_multiple_rx_enable: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_multiple_rx_enable in 0.521 seconds +=================================================================== +TESTSUITE uart_async_multi_rx failed. +Running TESTSUITE uart_async_read_abort +=================================================================== +START - test_read_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:582: uart_async_read_abort_test_read_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_read_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_read_abort failed. +Running TESTSUITE uart_async_single_read +=================================================================== +START - test_single_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:203: uart_async_single_read_test_single_read: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_single_read in 0.220 seconds +=================================================================== +TESTSUITE uart_async_single_read failed. +Running TESTSUITE uart_async_timeout +=================================================================== +START - test_forever_timeout + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:759: uart_async_timeout_test_forever_timeout: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_forever_timeout in 3.120 seconds +=================================================================== +TESTSUITE uart_async_timeout failed. +Running TESTSUITE uart_async_write_abort +=================================================================== +START - test_write_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:674: uart_async_write_abort_test_write_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_write_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_write_abort failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [uart_async_chain_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.092 seconds + - FAIL - [uart_async_chain_read.test_chained_read] duration = 0.092 seconds + +SUITE FAIL - 0.00% [uart_async_chain_write]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.121 seconds + - FAIL - [uart_async_chain_write.test_chained_write] duration = 0.121 seconds + +SUITE FAIL - 0.00% [uart_async_double_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_double_buf.test_double_buffer] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_long_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.263 seconds + - FAIL - [uart_async_long_buf.test_long_buffers] duration = 0.263 seconds + +SUITE FAIL - 0.00% [uart_async_multi_rx]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.521 seconds + - FAIL - [uart_async_multi_rx.test_multiple_rx_enable] duration = 0.521 seconds + +SUITE FAIL - 0.00% [uart_async_read_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_read_abort.test_read_abort] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_single_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.220 seconds + - FAIL - [uart_async_single_read.test_single_read] duration = 0.220 seconds + +SUITE FAIL - 0.00% [uart_async_timeout]: pass = 0, fail = 1, skip = 0, total = 1 duration = 3.120 seconds + - FAIL - [uart_async_timeout.test_forever_timeout] duration = 3.120 seconds + +SUITE FAIL - 0.00% [uart_async_write_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_write_abort.test_write_abort] duration = 0.120 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: f2aac9f5fa6c034ffadb5ebf76aa844a +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE uart_async_chain_read +=================================================================== +START - test_chained_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:405: uart_async_chain_read_test_chained_read: (rx_data_idx not equal to sizeof(tx_buf)) +Unexpected amount of data received 0 exp:10 + FAIL - test_chained_read in 0.092 seconds +=================================================================== +TESTSUITE uart_async_chain_read failed. +Running TESTSUITE uart_async_chain_write +=================================================================== +START - test_chained_write + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:837: uart_async_chain_write_test_chained_write: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_chained_write in 0.121 seconds +=================================================================== +TESTSUITE uart_async_chain_write failed. +Running TESTSUITE uart_async_double_buf +=================================================================== +START - test_double_buffer + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:480: uart_async_double_buf_test_double_buffer: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_double_buffer in 0.120 seconds +=================================================================== +TESTSUITE uart_async_double_buf failed. +Running TESTSUITE uart_async_long_buf +=================================================================== +START - test_long_buffers + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:916: uart_async_long_buf_test_long_buffers: (k_sem_take(&rx_rdy, K_MSEC(200)) not equal to 0) +RX_RDY timeout + FAIL - test_long_buffers in 0.263 seconds +=================================================================== +TESTSUITE uart_async_long_buf failed. +Running TESTSUITE uart_async_multi_rx +=================================================================== +START - test_multiple_rx_enable + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:285: uart_async_multi_rx_test_multiple_rx_enable: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_multiple_rx_enable in 0.521 seconds +=================================================================== +TESTSUITE uart_async_multi_rx failed. +Running TESTSUITE uart_async_read_abort +=================================================================== +START - test_read_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:582: uart_async_read_abort_test_read_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_read_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_read_abort failed. +Running TESTSUITE uart_async_single_read +=================================================================== +START - test_single_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:203: uart_async_single_read_test_single_read: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_single_read in 0.220 seconds +=================================================================== +TESTSUITE uart_async_single_read failed. +Running TESTSUITE uart_async_timeout +=================================================================== +START - test_forever_timeout + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:759: uart_async_timeout_test_forever_timeout: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_forever_timeout in 3.120 seconds +=================================================================== +TESTSUITE uart_async_timeout failed. +Running TESTSUITE uart_async_write_abort +=================================================================== +START - test_write_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:674: uart_async_write_abort_test_write_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_write_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_write_abort failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [uart_async_chain_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.092 seconds + - FAIL - [uart_async_chain_read.test_chained_read] duration = 0.092 seconds + +SUITE FAIL - 0.00% [uart_async_chain_write]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.121 seconds + - FAIL - [uart_async_chain_write.test_chained_write] duration = 0.121 seconds + +SUITE FAIL - 0.00% [uart_async_double_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_double_buf.test_double_buffer] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_long_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.263 seconds + - FAIL - [uart_async_long_buf.test_long_buffers] duration = 0.263 seconds + +SUITE FAIL - 0.00% [uart_async_multi_rx]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.521 seconds + - FAIL - [uart_async_multi_rx.test_multiple_rx_enable] duration = 0.521 seconds + +SUITE FAIL - 0.00% [uart_async_read_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_read_abort.test_read_abort] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_single_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.220 seconds + - FAIL - [uart_async_single_read.test_single_read] duration = 0.220 seconds + +SUITE FAIL - 0.00% [uart_async_timeout]: pass = 0, fail = 1, skip = 0, total = 1 duration = 3.120 seconds + - FAIL - [uart_async_timeout.test_forever_timeout] duration = 3.120 seconds + +SUITE FAIL - 0.00% [uart_async_write_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_write_abort.test_write_abort] duration = 0.120 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: f2aac9f5fa6c034ffadb5ebf76aa844a +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE uart_async_chain_read +=================================================================== +START - test_chained_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:405: uart_async_chain_read_test_chained_read: (rx_data_idx not equal to sizeof(tx_buf)) +Unexpected amount of data received 0 exp:10 + FAIL - test_chained_read in 0.092 seconds +=================================================================== +TESTSUITE uart_async_chain_read failed. +Running TESTSUITE uart_async_chain_write +=================================================================== +START - test_chained_write + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:837: uart_async_chain_write_test_chained_write: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_chained_write in 0.121 seconds +=================================================================== +TESTSUITE uart_async_chain_write failed. +Running TESTSUITE uart_async_double_buf +=================================================================== +START - test_double_buffer + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:480: uart_async_double_buf_test_double_buffer: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_double_buffer in 0.120 seconds +=================================================================== +TESTSUITE uart_async_double_buf failed. +Running TESTSUITE uart_async_long_buf +=================================================================== +START - test_long_buffers + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:916: uart_async_long_buf_test_long_buffers: (k_sem_take(&rx_rdy, K_MSEC(200)) not equal to 0) +RX_RDY timeout + FAIL - test_long_buffers in 0.263 seconds +=================================================================== +TESTSUITE uart_async_long_buf failed. +Running TESTSUITE uart_async_multi_rx +=================================================================== +START - test_multiple_rx_enable + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:285: uart_async_multi_rx_test_multiple_rx_enable: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_multiple_rx_enable in 0.521 seconds +=================================================================== +TESTSUITE uart_async_multi_rx failed. +Running TESTSUITE uart_async_read_abort +=================================================================== +START - test_read_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:582: uart_async_read_abort_test_read_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_read_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_read_abort failed. +Running TESTSUITE uart_async_single_read +=================================================================== +START - test_single_read + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:203: uart_async_single_read_test_single_read: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_single_read in 0.220 seconds +=================================================================== +TESTSUITE uart_async_single_read failed. +Running TESTSUITE uart_async_timeout +=================================================================== +START - test_forever_timeout + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:759: uart_async_timeout_test_forever_timeout: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_forever_timeout in 3.120 seconds +=================================================================== +TESTSUITE uart_async_timeout failed. +Running TESTSUITE uart_async_write_abort +=================================================================== +START - test_write_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:674: uart_async_write_abort_test_write_abort: (k_sem_take(&rx_rdy, K_MSEC(100)) not equal to 0) +RX_RDY timeout + FAIL - test_write_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_write_abort failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [uart_async_chain_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.092 seconds + - FAIL - [uart_async_chain_read.test_chained_read] duration = 0.092 seconds + +SUITE FAIL - 0.00% [uart_async_chain_write]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.121 seconds + - FAIL - [uart_async_chain_write.test_chained_write] duration = 0.121 seconds + +SUITE FAIL - 0.00% [uart_async_double_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_double_buf.test_double_buffer] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_long_buf]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.263 seconds + - FAIL - [uart_async_long_buf.test_long_buffers] duration = 0.263 seconds + +SUITE FAIL - 0.00% [uart_async_multi_rx]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.521 seconds + - FAIL - [uart_async_multi_rx.test_multiple_rx_enable] duration = 0.521 seconds + +SUITE FAIL - 0.00% [uart_async_read_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_read_abort.test_read_abort] duration = 0.120 seconds + +SUITE FAIL - 0.00% [uart_async_single_read]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.220 seconds + - FAIL - [uart_async_single_read.test_single_read] duration = 0.220 seconds + +SUITE FAIL - 0.00% [uart_async_timeout]: pass = 0, fail = 1, skip = 0, total = 1 duration = 3.120 seconds + - FAIL - [uart_async_timeout.test_forever_timeout] duration = 3.120 seconds + +SUITE FAIL - 0.00% [uart_async_write_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_write_abort.test_write_abort] duration = 0.120 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: f2aac9f5fa6c034ffadb5ebf76aa844a +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x08009165 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080080c3 r14/lr: 0x08000481 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000490 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x08009165 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080080c3 r14/lr: 0x08000481 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000490 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x08009165 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080080c3 r14/lr: 0x08000481 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000490 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x08009165 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080080c3 r14/lr: 0x08000481 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000490 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x08009165 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080080c3 r14/lr: 0x08000481 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000490 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x08009165 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080080c3 r14/lr: 0x08000481 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000490 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x08009165 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080080c3 r14/lr: 0x08000481 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000490 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_crypto +=================================================================== +START - test_its_caller_isolation +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/crypto/src/main.c:47: secure_storage_psa_crypto_test_its_caller_isolation: ret not equal to PSA_SUCCESS + + FAIL - test_its_caller_isolation in 0.023 seconds +=================================================================== +START - test_persistent_key_usage +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/crypto/src/main.c:95: secure_storage_psa_crypto_test_persistent_key_usage: ret not equal to PSA_SUCCESS + + FAIL - test_persistent_key_usage in 0.021 seconds +=================================================================== +TESTSUITE secure_storage_psa_crypto failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_crypto]: pass = 0, fail = 2, skip = 0, total = 2 duration = 0.044 seconds + - FAIL - [secure_storage_psa_crypto.test_its_caller_isolation] duration = 0.023 seconds + - FAIL - [secure_storage_psa_crypto.test_persistent_key_usage] duration = 0.021 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 283305e39f3c1cd5501d634c9b153c40 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_crypto +=================================================================== +START - test_its_caller_isolation +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/crypto/src/main.c:47: secure_storage_psa_crypto_test_its_caller_isolation: ret not equal to PSA_SUCCESS + + FAIL - test_its_caller_isolation in 0.023 seconds +=================================================================== +START - test_persistent_key_usage +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/crypto/src/main.c:95: secure_storage_psa_crypto_test_persistent_key_usage: ret not equal to PSA_SUCCESS + + FAIL - test_persistent_key_usage in 0.021 seconds +=================================================================== +TESTSUITE secure_storage_psa_crypto failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_crypto]: pass = 0, fail = 2, skip = 0, total = 2 duration = 0.044 seconds + - FAIL - [secure_storage_psa_crypto.test_its_caller_isolation] duration = 0.023 seconds + - FAIL - [secure_storage_psa_crypto.test_persistent_key_usage] duration = 0.021 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 283305e39f3c1cd5501d634c9b153c40 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.021 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.020 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.021 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.081 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.021 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.020 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.021 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 1c7e76718922279fbfbc02b4ce582fff +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.021 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.020 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.021 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.081 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.021 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.020 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.021 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 1c7e76718922279fbfbc02b4ce582fff +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.021 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.020 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.021 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.081 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.021 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.020 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.021 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 1c7e76718922279fbfbc02b4ce582fff +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.021 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.020 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.021 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.081 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.021 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.020 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.021 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 1c7e76718922279fbfbc02b4ce582fff +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.019 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.077 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: a2f99921853fc7545537c1ca280c9e03 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.019 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.077 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: a2f99921853fc7545537c1ca280c9e03 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.019 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.077 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: a2f99921853fc7545537c1ca280c9e03 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.019 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.077 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: a2f99921853fc7545537c1ca280c9e03 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.000,000] <wrn> secure_storage: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.000,000] <inf> psa_its: PSA ITS sample started. +[00:00:00.000,000] <inf> psa_its: Writing to and reading back from ITS... +[00:00:00.001,000] <err> secure_storage: Failed to write data to storage. (-146) +[00:00:00.001,000] <err> psa_its: Writing the data to ITS failed. (-146) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.002,000] <wrn> secure_storage: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.002,000] <inf> psa_its: PSA ITS sample started. +[00:00:00.002,000] <inf> psa_its: Writing to and reading back from ITS... +[00:00:00.003,000] <err> secure_storage: Failed to write data to storage. (-146) +[00:00:00.003,000] <err> psa_its: Writing the data to ITS failed. (-146) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.000,000] <wrn> secure_storage: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.000,000] <inf> persistent_key: Persistent key sample started. +[00:00:00.000,000] <inf> persistent_key: Generating a persistent key... +[00:00:00.001,000] <err> secure_storage: Failed to write data to storage. (-146) +[00:00:00.001,000] <err> persistent_key: Failed to generate the key. (-153) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.002,000] <wrn> secure_storage: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.002,000] <inf> persistent_key: Persistent key sample started. +[00:00:00.002,000] <inf> persistent_key: Generating a persistent key... +[00:00:00.004,000] <err> secure_storage: Failed to write data to storage. (-146) +[00:00:00.004,000] <err> persistent_key: Failed to generate the key. (-153) + \ No newline at end of file diff --git a/results/v3.7.0-4020-g9f73988be029/nucleo_f429zi.xml b/results/v3.7.0-4020-g9f73988be029/nucleo_f429zi.xml new file mode 100644 index 00000000..79cd3449 --- /dev/null +++ b/results/v3.7.0-4020-g9f73988be029/nucleo_f429zi.xml @@ -0,0 +1,1161 @@ +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE uart_async_chain_read +=================================================================== +START - test_chained_read + PASS - test_chained_read in 0.427 seconds +=================================================================== +TESTSUITE uart_async_chain_read succeeded +Running TESTSUITE uart_async_chain_write +=================================================================== +START - test_chained_write + PASS - test_chained_write in 0.003 seconds +=================================================================== +TESTSUITE uart_async_chain_write succeeded +Running TESTSUITE uart_async_double_buf +=================================================================== +START - test_double_buffer + PASS - test_double_buffer in 3.404 seconds +=================================================================== +TESTSUITE uart_async_double_buf succeeded +Running TESTSUITE uart_async_long_buf +=================================================================== +START - test_long_buffers + PASS - test_long_buffers in 0.162 seconds +=================================================================== +TESTSUITE uart_async_long_buf succeeded +Running TESTSUITE uart_async_multi_rx +=================================================================== +START - test_multiple_rx_enable + PASS - test_multiple_rx_enable in 0.702 seconds +=================================================================== +TESTSUITE uart_async_multi_rx succeeded +Running TESTSUITE uart_async_read_abort +=================================================================== +START - test_read_abort + PASS - test_read_abort in 1.120 seconds +=================================================================== +TESTSUITE uart_async_read_abort succeeded +Running TESTSUITE uart_async_single_read +=================================================================== +START - test_single_read + PASS - test_single_read in 0.352 seconds +=================================================================== +TESTSUITE uart_async_single_read succeeded +Running TESTSUITE uart_async_timeout +=================================================================== +START - test_forever_timeout + PASS - test_forever_timeout in 3.001 seconds +=================================================================== +TESTSUITE uart_async_timeout succeeded +Running TESTSUITE uart_async_write_abort +=================================================================== +START - test_write_abort + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/uart/uart_async_api/src/test_uart_async.c:684: uart_async_write_abort_test_write_abort: (sent not equal to received) +Sent is not equal to received. + FAIL - test_write_abort in 0.120 seconds +=================================================================== +TESTSUITE uart_async_write_abort failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE PASS - 100.00% [uart_async_chain_read]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.427 seconds + - PASS - [uart_async_chain_read.test_chained_read] duration = 0.427 seconds + +SUITE PASS - 100.00% [uart_async_chain_write]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.003 seconds + - PASS - [uart_async_chain_write.test_chained_write] duration = 0.003 seconds + +SUITE PASS - 100.00% [uart_async_double_buf]: pass = 1, fail = 0, skip = 0, total = 1 duration = 3.404 seconds + - PASS - [uart_async_double_buf.test_double_buffer] duration = 3.404 seconds + +SUITE PASS - 100.00% [uart_async_long_buf]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.162 seconds + - PASS - [uart_async_long_buf.test_long_buffers] duration = 0.162 seconds + +SUITE PASS - 100.00% [uart_async_multi_rx]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.702 seconds + - PASS - [uart_async_multi_rx.test_multiple_rx_enable] duration = 0.702 seconds + +SUITE PASS - 100.00% [uart_async_read_abort]: pass = 1, fail = 0, skip = 0, total = 1 duration = 1.120 seconds + - PASS - [uart_async_read_abort.test_read_abort] duration = 1.120 seconds + +SUITE PASS - 100.00% [uart_async_single_read]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.352 seconds + - PASS - [uart_async_single_read.test_single_read] duration = 0.352 seconds + +SUITE PASS - 100.00% [uart_async_timeout]: pass = 1, fail = 0, skip = 0, total = 1 duration = 3.001 seconds + - PASS - [uart_async_timeout.test_forever_timeout] duration = 3.001 seconds + +SUITE FAIL - 0.00% [uart_async_write_abort]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.120 seconds + - FAIL - [uart_async_write_abort.test_write_abort] duration = 0.120 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: ab234821187b5417c670b42a0a201137 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x08009435 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080082e3 r14/lr: 0x080004a9 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004b8 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x08009435 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080082e3 r14/lr: 0x080004a9 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004b8 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x08009435 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080082e3 r14/lr: 0x080004a9 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004b8 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x08009435 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080082e3 r14/lr: 0x080004a9 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004b8 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x08009435 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080082e3 r14/lr: 0x080004a9 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004b8 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x08009435 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080082e3 r14/lr: 0x080004a9 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004b8 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x08009435 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080082e3 r14/lr: 0x080004a9 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004b8 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_crypto +=================================================================== +START - test_its_caller_isolation +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/crypto/src/main.c:47: secure_storage_psa_crypto_test_its_caller_isolation: ret not equal to PSA_SUCCESS + + FAIL - test_its_caller_isolation in 0.022 seconds +=================================================================== +START - test_persistent_key_usage +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/crypto/src/main.c:95: secure_storage_psa_crypto_test_persistent_key_usage: ret not equal to PSA_SUCCESS + + FAIL - test_persistent_key_usage in 0.021 seconds +=================================================================== +TESTSUITE secure_storage_psa_crypto failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_crypto]: pass = 0, fail = 2, skip = 0, total = 2 duration = 0.043 seconds + - FAIL - [secure_storage_psa_crypto.test_its_caller_isolation] duration = 0.022 seconds + - FAIL - [secure_storage_psa_crypto.test_persistent_key_usage] duration = 0.021 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 3e7e75c7ed6d07549f364ca7768d98d7 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_crypto +=================================================================== +START - test_its_caller_isolation +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/crypto/src/main.c:47: secure_storage_psa_crypto_test_its_caller_isolation: ret not equal to PSA_SUCCESS + + FAIL - test_its_caller_isolation in 0.022 seconds +=================================================================== +START - test_persistent_key_usage +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/crypto/src/main.c:95: secure_storage_psa_crypto_test_persistent_key_usage: ret not equal to PSA_SUCCESS + + FAIL - test_persistent_key_usage in 0.021 seconds +=================================================================== +TESTSUITE secure_storage_psa_crypto failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_crypto]: pass = 0, fail = 2, skip = 0, total = 2 duration = 0.043 seconds + - FAIL - [secure_storage_psa_crypto.test_its_caller_isolation] duration = 0.022 seconds + - FAIL - [secure_storage_psa_crypto.test_persistent_key_usage] duration = 0.021 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 3e7e75c7ed6d07549f364ca7768d98d7 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.020 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.078 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.020 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: b92ffd9a733cf644b6da54c15e33f142 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.020 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.078 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.020 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: b92ffd9a733cf644b6da54c15e33f142 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.020 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.078 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.020 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: b92ffd9a733cf644b6da54c15e33f142 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.020 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.078 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.020 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: b92ffd9a733cf644b6da54c15e33f142 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.019 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.077 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 967cd8e3d9fdf5f0fd9dfd1edd724460 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.019 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.077 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 967cd8e3d9fdf5f0fd9dfd1edd724460 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.019 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.077 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 967cd8e3d9fdf5f0fd9dfd1edd724460 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.019 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.077 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 967cd8e3d9fdf5f0fd9dfd1edd724460 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.000,000] <wrn> secure_storage: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.000,000] <inf> psa_its: PSA ITS sample started. +[00:00:00.000,000] <inf> psa_its: Writing to and reading back from ITS... +[00:00:00.000,000] <err> secure_storage: Failed to write data to storage. (-146) +[00:00:00.000,000] <err> psa_its: Writing the data to ITS failed. (-146) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.001,000] <wrn> secure_storage: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.001,000] <inf> psa_its: PSA ITS sample started. +[00:00:00.001,000] <inf> psa_its: Writing to and reading back from ITS... +[00:00:00.002,000] <err> secure_storage: Failed to write data to storage. (-146) +[00:00:00.002,000] <err> psa_its: Writing the data to ITS failed. (-146) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.000,000] <wrn> secure_storage: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.000,000] <inf> persistent_key: Persistent key sample started. +[00:00:00.000,000] <inf> persistent_key: Generating a persistent key... +[00:00:00.001,000] <err> secure_storage: Failed to write data to storage. (-146) +[00:00:00.001,000] <err> persistent_key: Failed to generate the key. (-153) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.001,000] <wrn> secure_storage: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.001,000] <inf> persistent_key: Persistent key sample started. +[00:00:00.001,000] <inf> persistent_key: Generating a persistent key... +[00:00:00.003,000] <err> secure_storage: Failed to write data to storage. (-146) +[00:00:00.003,000] <err> persistent_key: Failed to generate the key. (-153) +rom nucleo_f429zi! +thread_a: Hello World from nucleo_f429zi! +thread_b: Hello World from nucleo_f429zi! +thread_a: Hello World from nucleo_f429zi! +thread_b: Hello World from nucleo_f429zi! +thread_a: Hello World from nucleo_f429zi! +thread_b: Hello World from nucleo_f429zi! +thread_a: Hello World from nucleo_f429zi! +thread_b: Hello World from nucleo_f429zi! +thread_a: Hello World from nucleo_f429zi! +thread_b: Hello World from nucleo_f429zi! +thread_a: Hello World from nucleo_f429zi! +thread_b: Hello World from nucleo_f429zi! +thread_a: Hello World from nucleo_f429zi! +thread_b: Hello World from nucleo_f429zi! +thread_a: Hello World from nucleo_f429zi! +thread_b: Hello World from nucleo_f429zi! +thread_a: Hello World from nuthread_b: Hello World from nucleo_f429zi! +thread_a: Hello World from nucleo_f429zi! +thread_b: Hello World from nucleo_f429zi! +thread_a: Hello World from nucleo_f429zi! +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 30e0 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 806 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 72 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 30d8 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 80a +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 73 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 30d0 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 80e +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 74 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 30c8 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 812 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 75 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 30c0 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 816 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 76 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 30b8 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 81a +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 77 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 30b0 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 81e +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 78 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 30a8 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 822 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 79 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 30a0 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 826 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 80 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 3098 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 82a +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 81 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 3090 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 82e +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 82 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 3088 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 832 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 83 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 3080 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 836 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 84 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 3078 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 83a +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 85 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 3070 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 83e +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 86 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 3068 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 842 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 87 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 3060 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 846 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 88 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 3058 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 84a +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 89 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 3050 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 84e +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 90 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 3048 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 852 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 91 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 3040 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 856 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 92 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 3038 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 85a +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 93 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 3030 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 85e +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 94 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 3028 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 862 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 95 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 3020 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 866 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 96 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 3018 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 86a +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 97 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 3010 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 86e +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 98 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 3008 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 872 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 99 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 3000 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 876 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 100 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 2ff8 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 87a +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 101 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 2ff0 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 87e +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 102 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 2fe8 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 882 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 103 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 2fe0 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 886 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 104 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 2fd8 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 88a +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 105 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 2fd0 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 88e +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 106 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 2fc8 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 892 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 107 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 2fc0 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 896 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 108 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 2fb8 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 89a +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 109 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 2fb0 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 89e +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 110 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 2fa8 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 8a2 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 111 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 2fa0 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 8a6 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 112 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0 +Oldest reboot counter: 0 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.028,000] <inf> fs_nvs: 3 Sectors of 16384 bytes +[00:00:00.033,000] <inf> fs_nvs: alloc wra: 0, 2f98 +[00:00:00.039,000] <inf> fs_nvs: data wra: 0, 8aa +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 113 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f + \ No newline at end of file diff --git a/results/v3.7.0-4020-g9f73988be029/nucleo_f746zg.xml b/results/v3.7.0-4020-g9f73988be029/nucleo_f746zg.xml new file mode 100644 index 00000000..80cca0e7 --- /dev/null +++ b/results/v3.7.0-4020-g9f73988be029/nucleo_f746zg.xml @@ -0,0 +1,78 @@ +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x080094f5 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008327 r14/lr: 0x080004c5 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004d4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20010238 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x080094f5 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008327 r14/lr: 0x080004c5 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004d4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20010238 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x080094f5 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008327 r14/lr: 0x080004c5 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004d4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20010238 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x080094f5 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008327 r14/lr: 0x080004c5 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004d4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20010238 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x080094f5 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008327 r14/lr: 0x080004c5 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004d4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20010238 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x080094f5 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008327 r14/lr: 0x080004c5 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004d4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20010238 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40021000 != input controller gpio@40021400 +E: r0/a1: 0x00000004 r1/a2: 0x080094f5 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008327 r14/lr: 0x080004c5 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004d4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20010238 (main) +E: Halting system + \ No newline at end of file diff --git a/results/v3.7.0-4020-g9f73988be029/nucleo_g071rb.xml b/results/v3.7.0-4020-g9f73988be029/nucleo_g071rb.xml new file mode 100644 index 00000000..efb15555 --- /dev/null +++ b/results/v3.7.0-4020-g9f73988be029/nucleo_g071rb.xml @@ -0,0 +1,1336 @@ +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@50000400 != input controller gpio@50000000 +E: r0/a1: 0x00000004 r1/a2: 0x08008255 r2/a3: 0x00000080 +E: r3/a4: 0x00000004 r12/ip: 0x00000000 r14/lr: 0x08004437 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080003e0 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200001c8 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@50000400 != input controller gpio@50000000 +E: r0/a1: 0x00000004 r1/a2: 0x08008255 r2/a3: 0x00000080 +E: r3/a4: 0x00000004 r12/ip: 0x00000000 r14/lr: 0x08004437 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080003e0 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200001c8 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@50000400 != input controller gpio@50000000 +E: r0/a1: 0x00000004 r1/a2: 0x08008255 r2/a3: 0x00000080 +E: r3/a4: 0x00000004 r12/ip: 0x00000000 r14/lr: 0x08004437 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080003e0 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200001c8 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@50000400 != input controller gpio@50000000 +E: r0/a1: 0x00000004 r1/a2: 0x08008255 r2/a3: 0x00000080 +E: r3/a4: 0x00000004 r12/ip: 0x00000000 r14/lr: 0x08004437 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080003e0 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200001c8 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@50000400 != input controller gpio@50000000 +E: r0/a1: 0x00000004 r1/a2: 0x08008255 r2/a3: 0x00000080 +E: r3/a4: 0x00000004 r12/ip: 0x00000000 r14/lr: 0x08004437 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080003e0 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200001c8 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@50000400 != input controller gpio@50000000 +E: r0/a1: 0x00000004 r1/a2: 0x08008255 r2/a3: 0x00000080 +E: r3/a4: 0x00000004 r12/ip: 0x00000000 r14/lr: 0x08004437 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080003e0 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200001c8 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@50000400 != input controller gpio@50000000 +E: r0/a1: 0x00000004 r1/a2: 0x08008255 r2/a3: 0x00000080 +E: r3/a4: 0x00000004 r12/ip: 0x00000000 r14/lr: 0x08004437 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x080003e0 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x200001c8 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE stm32_common_devices_clocks +=================================================================== +START - test_adc_clk_config +ADC1 gating clock on +ADC1 source clock configured + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/src/test_stm32_clock_configuration_adc.c:98: stm32_common_devices_clocks_test_adc_clk_config: (0 is false) +Unexpected src clk (0) + FAIL - test_adc_clk_config in 0.027 seconds +=================================================================== +START - test_i2c_clk_config +I2C1 gating clock on +I2C1 domain clock configured +I2C1 clock source rate: 64000000 Hz +I2C1 gating clk off + PASS - test_i2c_clk_config in 0.010 seconds +=================================================================== +START - test_lptim_clk_config +LPTIM1 gating clock on +LPTIM1 source clock configured +LPTIM1 clock source rate: 32000 Hz +LPTIM1 gating clk off + PASS - test_lptim_clk_config in 0.011 seconds +=================================================================== +START - test_sysclk_freq + PASS - test_sysclk_freq in 0.001 seconds +=================================================================== +TESTSUITE stm32_common_devices_clocks failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 75.00% [stm32_common_devices_clocks]: pass = 3, fail = 1, skip = 0, total = 4 duration = 0.049 seconds + - FAIL - [stm32_common_devices_clocks.test_adc_clk_config] duration = 0.027 seconds + - PASS - [stm32_common_devices_clocks.test_i2c_clk_config] duration = 0.010 seconds + - PASS - [stm32_common_devices_clocks.test_lptim_clk_config] duration = 0.011 seconds + - PASS - [stm32_common_devices_clocks.test_sysclk_freq] duration = 0.001 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 61c792ced00a5b2241d974832387c48a +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +E: Configuration error - sector count +Running TESTSUITE secure_storage_psa_crypto +=================================================================== +START - test_its_caller_isolation +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/crypto/src/main.c:47: secure_storage_psa_crypto_test_its_caller_isolation: ret not equal to PSA_SUCCESS + + FAIL - test_its_caller_isolation in 0.032 seconds +=================================================================== +START - test_persistent_key_usage +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/crypto/src/main.c:95: secure_storage_psa_crypto_test_persistent_key_usage: ret not equal to PSA_SUCCESS + + FAIL - test_persistent_key_usage in 0.025 seconds +=================================================================== +TESTSUITE secure_storage_psa_crypto failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_crypto]: pass = 0, fail = 2, skip = 0, total = 2 duration = 0.057 seconds + - FAIL - [secure_storage_psa_crypto.test_its_caller_isolation] duration = 0.032 seconds + - FAIL - [secure_storage_psa_crypto.test_persistent_key_usage] duration = 0.025 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: f4cecd15bc365f519ae360ebf2dc7811 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +E: Configuration error - sector count +Running TESTSUITE secure_storage_psa_crypto +=================================================================== +START - test_its_caller_isolation +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/crypto/src/main.c:47: secure_storage_psa_crypto_test_its_caller_isolation: ret not equal to PSA_SUCCESS + + FAIL - test_its_caller_isolation in 0.032 seconds +=================================================================== +START - test_persistent_key_usage +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/crypto/src/main.c:95: secure_storage_psa_crypto_test_persistent_key_usage: ret not equal to PSA_SUCCESS + + FAIL - test_persistent_key_usage in 0.025 seconds +=================================================================== +TESTSUITE secure_storage_psa_crypto failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_crypto]: pass = 0, fail = 2, skip = 0, total = 2 duration = 0.057 seconds + - FAIL - [secure_storage_psa_crypto.test_its_caller_isolation] duration = 0.032 seconds + - FAIL - [secure_storage_psa_crypto.test_persistent_key_usage] duration = 0.025 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: f4cecd15bc365f519ae360ebf2dc7811 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +E: Configuration error - sector count +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.028 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.020 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.021 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.024 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.093 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.028 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.020 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.021 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.024 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 97b603603bcae197dcffa6c9d5231878 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +E: Configuration error - sector count +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.028 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.020 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.021 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.024 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.093 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.028 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.020 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.021 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.024 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 97b603603bcae197dcffa6c9d5231878 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +E: Configuration error - sector count +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.028 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.020 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.021 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.024 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.093 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.028 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.020 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.021 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.024 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 97b603603bcae197dcffa6c9d5231878 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +E: Configuration error - sector count +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.028 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.020 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.021 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.024 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.093 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.028 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.020 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.021 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.024 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 97b603603bcae197dcffa6c9d5231878 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +E: Configuration error - sector count +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.019 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.077 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: d741d6e1c16ffe25d972f8966087806f +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +E: Configuration error - sector count +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.019 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.077 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: d741d6e1c16ffe25d972f8966087806f +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +E: Configuration error - sector count +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.019 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.077 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: d741d6e1c16ffe25d972f8966087806f +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +E: Configuration error - sector count +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.019 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.077 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: d741d6e1c16ffe25d972f8966087806f +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.007,000] <wrn> secure_storage: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.007,000] <err> fs_nvs: Configuration error - sector count +[00:00:00.007,000] <inf> psa_its: PSA ITS sample started. +[00:00:00.007,000] <inf> psa_its: Writing to and reading back from ITS... +[00:00:00.015,000] <err> secure_storage: Failed to write data to storage. (-146) +[00:00:00.015,000] <err> psa_its: Writing the data to ITS failed. (-146) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.007,000] <wrn> secure_storage: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.007,000] <err> fs_nvs: Configuration error - sector count +[00:00:00.007,000] <inf> persistent_key: Persistent key sample started. +[00:00:00.007,000] <inf> persistent_key: Generating a persistent key... +[00:00:00.017,000] <err> secure_storage: Failed to write data to storage. (-146) +[00:00:00.018,000] <err> persistent_key: Failed to generate the key. (-153) +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000210 +sys_trace_thread_switched_in_user: 0x200000a0 +sys_trace_thread_switched_out_user: 0x200000a0 +sys_trace_thread_switched_in_user: 0x20000150 +thread_b: Hello World from nucleo_g071rb! +sys_trace_thread_switched_out_user: 0x20000150 +sys_trace_thread_switched_in_user: 0x20000210 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000210 +sys_trace_thread_switched_in_user: 0x20000150 +sys_trace_thread_switched_out_user: 0x20000150 +sys_trace_thread_switched_in_user: 0x200000a0 +thread_a: Hello World from nucleo_g071rb! +sys_trace_thread_switched_out_user: 0x200000a0 +sys_trace_thread_switched_in_user: 0x20000210 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000210 +sys_trace_thread_switched_in_user: 0x200000a0 +sys_trace_thread_switched_out_user: 0x200000a0 +sys_trace_thread_switched_in_user: 0x20000150 +thread_b: Hello World from nucleo_g071rb! +sys_trace_thread_switched_out_user: 0x20000150 +sys_trace_thread_switched_in_user: 0x20000210 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000210 +sys_trace_thread_switched_in_user: 0x20000150 +sys_trace_thread_switched_out_user: 0x20000150 +sys_trace_thread_switched_in_user: 0x200000a0 +thread_a: Hello World from nucleo_g071rb! +sys_trace_thread_switched_out_user: 0x200000a0 +sys_trace_thread_switched_in_user: 0x20000210 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000210 +sys_trace_thread_switched_in_user: 0x200000a0 +sys_trace_thread_switched_out_user: 0x200000a0 +sys_trace_thread_switched_in_user: 0x20000150 +thread_b: Hello World from nucleo_g071rb! +sys_trace_thread_switched_out_user: 0x20000150 +sys_trace_thread_switched_in_user: 0x20000210 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000210 +sys_trace_thread_switched_in_user: 0x20000150 +sys_trace_thread_switched_out_user: 0x20000150 +sys_trace_thread_switched_in_user: 0x200000a0 +thread_a: Hello World from nucleo_g071rb! +sys_trace_thread_switched_out_user: 0x200000a0 +sys_trace_thread_switched_in_user: 0x20000210 +sys_trace_idle_user +sys_trace_idle_user +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.018,000] <inf> fs_nvs: GC Done marker found +[00:00:00.023,000] <dbg> fs_nvs: nvs_flash_erase_sector: Erasing flash at 1f800, len 2048 +[00:00:00.056,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.061,000] <inf> fs_nvs: alloc wra: 1, 710 +[00:00:00.066,000] <inf> fs_nvs: data wra: 1, d8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 102 +Reboot counter history: ...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 1, 708 +[00:00:00.031,000] <inf> fs_nvs: data wra: 1, e0 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 103 +Reboot counter history: ...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 1, 700 +[00:00:00.031,000] <inf> fs_nvs: data wra: 1, e8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 104 +Reboot counter history: ...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 1, 6f8 +[00:00:00.031,000] <inf> fs_nvs: data wra: 1, f0 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 105 +Reboot counter history: ...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 1, 6f0 +[00:00:00.031,000] <inf> fs_nvs: data wra: 1, f8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 106 +Reboot counter history: ...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 1, 6e8 +[00:00:00.031,000] <inf> fs_nvs: data wra: 1, 100 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 107 +Reboot counter history: ...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 1, 6e0 +[00:00:00.031,000] <inf> fs_nvs: data wra: 1, 108 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 108 +Reboot counter history: ...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 1, 6d8 +[00:00:00.031,000] <inf> fs_nvs: data wra: 1, 110 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 109 +Reboot counter history: ...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 1, 6d0 +[00:00:00.031,000] <inf> fs_nvs: data wra: 1, 118 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 110 +Reboot counter history: ...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.026,000] <inf> fs_nvs: alloc wra: 1, 6c8 +[00:00:00.031,000] <inf> fs_nvs: data wra: 1, 120 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 111 +Reboot counter history: ...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 6c0 +[00:00:00.031,000] <inf> fs_nvs: data wra: 1, 128 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 112 +Reboot counter history: ...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 6b8 +[00:00:00.031,000] <inf> fs_nvs: data wra: 1, 130 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 113 +Reboot counter history: ...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 6b0 +[00:00:00.031,000] <inf> fs_nvs: data wra: 1, 138 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 114 +Reboot counter history: ...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 6a8 +[00:00:00.031,000] <inf> fs_nvs: data wra: 1, 140 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 115 +Reboot counter history: ...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 6a0 +[00:00:00.031,000] <inf> fs_nvs: data wra: 1, 148 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 116 +Reboot counter history: ...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 698 +[00:00:00.031,000] <inf> fs_nvs: data wra: 1, 150 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 117 +Reboot counter history: ...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 690 +[00:00:00.031,000] <inf> fs_nvs: data wra: 1, 158 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 118 +Reboot counter history: ...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 688 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 160 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 119 +Reboot counter history: ...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 680 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 168 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 120 +Reboot counter history: ...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 678 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 170 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 121 +Reboot counter history: ...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 670 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 178 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 122 +Reboot counter history: ...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.020,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 668 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 180 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 123 +Reboot counter history: ...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 660 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 188 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 124 +Reboot counter history: ...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 658 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 190 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 125 +Reboot counter history: ...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 650 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 198 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 126 +Reboot counter history: ...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 648 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 1a0 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 127 +Reboot counter history: ...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 640 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 1a8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 128 +Reboot counter history: ...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 638 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 1b0 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 129 +Reboot counter history: ...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 630 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 1b8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 130 +Reboot counter history: ...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 628 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 1c0 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 131 +Reboot counter history: ...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 620 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 1c8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 132 +Reboot counter history: ...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 618 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 1d0 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 133 +Reboot counter history: ...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 610 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 1d8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 134 +Reboot counter history: ...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 608 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 1e0 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 135 +Reboot counter history: ...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 600 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 1e8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 136 +Reboot counter history: ...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 5f8 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 1f0 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 137 +Reboot counter history: ...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 5f0 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 1f8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 138 +Reboot counter history: ...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 5e8 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 200 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 139 +Reboot counter history: ...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 5e0 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 208 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 140 +Reboot counter history: ...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 5d8 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 210 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 141 +Reboot counter history: ...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 5d0 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 218 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 142 +Reboot counter history: ...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 5c8 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 220 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 143 +Reboot counter history: ...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.025,000] <inf> fs_nvs: alloc wra: 1, 5c0 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 228 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 144 +Reboot counter history: ...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.024,000] <inf> fs_nvs: alloc wra: 1, 5b8 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 230 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 145 +Reboot counter history: ...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.024,000] <inf> fs_nvs: alloc wra: 1, 5b0 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 238 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 146 +Reboot counter history: ...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.024,000] <inf> fs_nvs: alloc wra: 1, 5a8 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 240 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 147 +Reboot counter history: ...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.024,000] <inf> fs_nvs: alloc wra: 1, 5a0 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 248 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 148 +Reboot counter history: ...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.024,000] <inf> fs_nvs: alloc wra: 1, 598 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 250 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 149 +Reboot counter history: ...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.024,000] <inf> fs_nvs: alloc wra: 1, 590 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 258 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 150 +Reboot counter history: ...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.024,000] <inf> fs_nvs: alloc wra: 1, 588 +[00:00:00.030,000] <inf> fs_nvs: data wra: 1, 260 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 151 +Reboot counter history: ...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.024,000] <inf> fs_nvs: alloc wra: 1, 580 +[00:00:00.029,000] <inf> fs_nvs: data wra: 1, 268 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 152 +Reboot counter history: ...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.024,000] <inf> fs_nvs: alloc wra: 1, 578 +[00:00:00.029,000] <inf> fs_nvs: data wra: 1, 270 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 153 +Reboot counter history: ...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.024,000] <inf> fs_nvs: alloc wra: 1, 570 +[00:00:00.029,000] <inf> fs_nvs: data wra: 1, 278 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 154 +Reboot counter history: ...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.024,000] <inf> fs_nvs: alloc wra: 1, 568 +[00:00:00.029,000] <inf> fs_nvs: data wra: 1, 280 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 155 +Reboot counter history: ...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.019,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.024,000] <inf> fs_nvs: alloc wra: 1, 560 +[00:00:00.029,000] <inf> fs_nvs: data wra: 1, 288 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 156 +Reboot counter history: ...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.018,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.024,000] <inf> fs_nvs: alloc wra: 1, 558 +[00:00:00.029,000] <inf> fs_nvs: data wra: 1, 290 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 157 +Reboot counter history: ...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.018,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.024,000] <inf> fs_nvs: alloc wra: 1, 550 +[00:00:00.029,000] <inf> fs_nvs: data wra: 1, 298 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 158 +Reboot counter history: ...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.018,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.024,000] <inf> fs_nvs: alloc wra: 1, 548 +[00:00:00.029,000] <inf> fs_nvs: data wra: 1, 2a0 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 159 +Reboot counter history: ...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.018,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.024,000] <inf> fs_nvs: alloc wra: 1, 540 +[00:00:00.029,000] <inf> fs_nvs: data wra: 1, 2a8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 160 +Reboot counter history: ...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.018,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.024,000] <inf> fs_nvs: alloc wra: 1, 538 +[00:00:00.029,000] <inf> fs_nvs: data wra: 1, 2b0 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 161 +Reboot counter history: ...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.018,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.024,000] <inf> fs_nvs: alloc wra: 1, 530 +[00:00:00.029,000] <inf> fs_nvs: data wra: 1, 2b8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 162 +Reboot counter history: ...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.018,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.024,000] <inf> fs_nvs: alloc wra: 1, 528 +[00:00:00.029,000] <inf> fs_nvs: data wra: 1, 2c0 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 163 +Reboot counter history: ...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.018,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.024,000] <inf> fs_nvs: alloc wra: 1, 520 +[00:00:00.029,000] <inf> fs_nvs: data wra: 1, 2c8 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 164 +Reboot counter history: ...164...163...162...161...160...159...158...157...156...155...154...153...152...151...150...149...148...147...146...145...144...143...142...141...140...139...138...137...136...135...134...133...132...131...130...129...128...127...126...125...124...123...122...121...120...119...118...117...116...115...114...113...112...111...110...109...108...107...106...105...104...103...102...101...100...99...98...97...96...95...94...93...92...91...90...89...88...87...86...85...84...83...82...81...80...79...78...77...76...75...74...73...72...71...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355 +Oldest reboot counter: 355 + \ No newline at end of file diff --git a/results/v3.7.0-4020-g9f73988be029/nucleo_g474re.xml b/results/v3.7.0-4020-g9f73988be029/nucleo_g474re.xml new file mode 100644 index 00000000..7b44813f --- /dev/null +++ b/results/v3.7.0-4020-g9f73988be029/nucleo_g474re.xml @@ -0,0 +1,177 @@ +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000400 != input controller gpio@48000000 +E: r0/a1: 0x00000004 r1/a2: 0x0800958f r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008343 r14/lr: 0x080004d5 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004e4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000228 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000400 != input controller gpio@48000000 +E: r0/a1: 0x00000004 r1/a2: 0x0800958f r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008343 r14/lr: 0x080004d5 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004e4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000228 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000400 != input controller gpio@48000000 +E: r0/a1: 0x00000004 r1/a2: 0x0800958f r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008343 r14/lr: 0x080004d5 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004e4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000228 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000400 != input controller gpio@48000000 +E: r0/a1: 0x00000004 r1/a2: 0x0800958f r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008343 r14/lr: 0x080004d5 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004e4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000228 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000400 != input controller gpio@48000000 +E: r0/a1: 0x00000004 r1/a2: 0x0800958f r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008343 r14/lr: 0x080004d5 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004e4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000228 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000400 != input controller gpio@48000000 +E: r0/a1: 0x00000004 r1/a2: 0x0800958f r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008343 r14/lr: 0x080004d5 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004e4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000228 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000400 != input controller gpio@48000000 +E: r0/a1: 0x00000004 r1/a2: 0x0800958f r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008343 r14/lr: 0x080004d5 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080004e4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000228 (main) +E: Halting system +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000208 +sys_trace_thread_switched_in_user: 0x20000148 +sys_trace_thread_switched_out_user: 0x20000148 +sys_trace_thread_switched_in_user: 0x20000098 +thread_a: Hello World from nucleo_g474re! +sys_trace_thread_switched_out_user: 0x20000098 +sys_trace_thread_switched_in_user: 0x20000208 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000208 +sys_trace_thread_switched_in_user: 0x20000098 +sys_trace_thread_switched_out_user: 0x20000098 +sys_trace_thread_switched_in_user: 0x20000148 +thread_b: Hello World from nucleo_g474re! +sys_trace_thread_switched_out_user: 0x20000148 +sys_trace_thread_switched_in_user: 0x20000208 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000208 +sys_trace_thread_switched_in_user: 0x20000148 +sys_trace_thread_switched_out_user: 0x20000148 +sys_trace_thread_switched_in_user: 0x20000098 +thread_a: Hello World from nucleo_g474re! +sys_trace_thread_switched_out_user: 0x20000098 +sys_trace_thread_switched_in_user: 0x20000208 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000208 +sys_trace_thread_switched_in_user: 0x20000098 +sys_trace_thread_switched_out_user: 0x20000098 +sys_trace_thread_switched_in_user: 0x20000148 +thread_b: Hello World from nucleo_g474re! +sys_trace_thread_switched_out_user: 0x20000148 +sys_trace_thread_switched_in_user: 0x20000208 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000208 +sys_trace_thread_switched_in_user: 0x20000148 +sys_trace_thread_switched_out_user: 0x20000148 +sys_trace_thread_switched_in_user: 0x20000098 +thread_a: Hello World from nucleo_g474re! +sys_trace_thread_switched_out_user: 0x20000098 +sys_trace_thread_switched_in_user: 0x20000208 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000208 +sys_trace_thread_switched_in_user: 0x20000098 +sys_trace_thread_switched_out_user: 0x20000098 +sys_trace_thread_switched_in_user: 0x20000148 +thread_b: Hello World from nucleo_g474re! +sys_trace_thread_switched_out_user: 0x20000148 +sys_trace_thread_switched_in_user: 0x20000208 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 1 +[00:00:00.014,000] <inf> fs_nvs: No GC Done marker found: restarting gc +[00:00:00.021,000] <dbg> fs_nvs: nvs_flash_erase_sector: Erasing flash at 7f000, len 2048 +[00:00:00.054,000] <dbg> fs_nvs: nvs_gc: Moving 1, len 12 +[00:00:00.061,000] <dbg> fs_nvs: nvs_gc: Moving 2, len 8 +[00:00:00.068,000] <dbg> fs_nvs: nvs_gc: Moving 5, len 128 +[00:00:00.075,000] <err> os: ***** MPU FAULT ***** +[00:00:00.080,000] <err> os: Stacking error (context area might be not valid) +[00:00:00.088,000] <err> os: Data Access Violation +[00:00:00.094,000] <err> os: MMFAR Address: 0x20000e38 +[00:00:00.100,000] <err> os: r0/a1: 0x08002631 r1/a2: 0x08002631 r2/a3: 0xb94ab953 +[00:00:00.108,000] <err> os: r3/a4: 0xbf082900 r12/ip: 0xbf1c2800 r14/lr: 0x31fff04f +[00:00:00.117,000] <err> os: xpsr: 0x01000000 +[00:00:00.122,000] <err> os: Faulting instruction address (r15/pc): 0x08001c30 +[00:00:00.130,000] <err> os: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0 +[00:00:00.138,000] <err> os: Current thread: 0x20000130 (unknown) +[00:00:00.145,000] <err> os: Halting system + \ No newline at end of file diff --git a/results/v3.7.0-4020-g9f73988be029/nucleo_h743zi.xml b/results/v3.7.0-4020-g9f73988be029/nucleo_h743zi.xml new file mode 100644 index 00000000..791bd959 --- /dev/null +++ b/results/v3.7.0-4020-g9f73988be029/nucleo_h743zi.xml @@ -0,0 +1,977 @@ +Loading Zephyr module(s) (Zephyr base): extensions +-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter +-- Cache files will be written to: /local/home/zephyrtb/.cache/zephyr +Loading Zephyr module(s) (Zephyr base (cached)): zephyr_default:dts +-- Application: /local/ztb/zephyrproject/zephyr/tests/drivers/dma/loop_transfer +-- CMake version: 3.22.1 +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr) +-- Found west (found suitable version "1.2.0", minimum required is "0.14.0") +-- Board: nucleo_h743zi, qualifiers: stm32h743xx +-- Found host-tools: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found toolchain: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found Dtc: /local/ztb/sdk/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6") +-- Found BOARD.dts: /local/ztb/zephyrproject/zephyr/boards/st/nucleo_h743zi/nucleo_h743zi.dts +-- Found devicetree overlay: /local/ztb/zephyrproject/zephyr/tests/drivers/dma/loop_transfer/boards/nucleo_h743zi.overlay +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/loop_transfer/drivers.dma.loop_transfer/zephyr/zephyr.dts +-- Generated pickled edt: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/loop_transfer/drivers.dma.loop_transfer/zephyr/edt.pickle +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/loop_transfer/drivers.dma.loop_transfer/zephyr/zephyr.dts +-- Generated devicetree_generated.h: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/loop_transfer/drivers.dma.loop_transfer/zephyr/include/generated/zephyr/devicetree_generated.h +-- Including generated dts.cmake file: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/loop_transfer/drivers.dma.loop_transfer/zephyr/dts.cmake +Loading Zephyr default modules (Zephyr base). +-- Application: /local/ztb/zephyrproject/zephyr/tests/drivers/dma/loop_transfer +-- CMake version: 3.22.1 +-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter +-- Cache files will be written to: /local/home/zephyrtb/.cache/zephyr +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr) +-- Found west (found suitable version "1.2.0", minimum required is "0.14.0") +-- Board: nucleo_h743zi, qualifiers: stm32h743xx +-- Found host-tools: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found toolchain: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found Dtc: /local/ztb/sdk/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6") +-- Found BOARD.dts: /local/ztb/zephyrproject/zephyr/boards/st/nucleo_h743zi/nucleo_h743zi.dts +-- Found devicetree overlay: /local/ztb/zephyrproject/zephyr/tests/drivers/dma/loop_transfer/boards/nucleo_h743zi.overlay +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/loop_transfer/drivers.dma.loop_transfer/zephyr/zephyr.dts +-- Generated pickled edt: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/loop_transfer/drivers.dma.loop_transfer/zephyr/edt.pickle +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/loop_transfer/drivers.dma.loop_transfer/zephyr/zephyr.dts +-- Generated devicetree_generated.h: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/loop_transfer/drivers.dma.loop_transfer/zephyr/include/generated/zephyr/devicetree_generated.h +-- Including generated dts.cmake file: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/loop_transfer/drivers.dma.loop_transfer/zephyr/dts.cmake +Parsing /local/ztb/zephyrproject/zephyr/tests/drivers/dma/loop_transfer/Kconfig +Loaded configuration '/local/ztb/zephyrproject/zephyr/boards/st/nucleo_h743zi/nucleo_h743zi_defconfig' +Merged configuration '/local/ztb/zephyrproject/zephyr/tests/drivers/dma/loop_transfer/prj.conf' +Merged configuration '/local/ztb/zephyrproject/zephyr/tests/drivers/dma/loop_transfer/boards/nucleo_h743zi.conf' +Merged configuration '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/loop_transfer/drivers.dma.loop_transfer/zephyr/misc/generated/extra_kconfig_options.conf' +Configuration saved to '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/loop_transfer/drivers.dma.loop_transfer/zephyr/.config' +Kconfig header saved to '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/loop_transfer/drivers.dma.loop_transfer/zephyr/include/generated/zephyr/autoconf.h' +-- Found GnuLd: /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38") +-- The C compiler identification is GNU 12.2.0 +-- The CXX compiler identification is GNU 12.2.0 +-- The ASM compiler identification is GNU +-- Found assembler: /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc +-- Setting build type to 'MinSizeRel' as none was specified. +-- Using ccache: /usr/bin/ccache +-- Configuring done +-- Generating done +CMake Warning: + Manually-specified variables were not used by the project: + + TC_NAME + + +-- Build files have been written to: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/loop_transfer/drivers.dma.loop_transfer +[1/151] Preparing syscall dependency handling + +[2/151] Generating misc/generated/syscalls_subdirs.trigger +[3/151] Generating include/generated/zephyr/version.h +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr), build: v3.7.0-4020-g9f73988be029 +[4/151] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json +[5/151] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h +[6/151] Generating include/generated/zephyr/driver-validation.h +[7/151] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h +[8/151] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj +[9/151] Generating include/generated/zephyr/offsets.h +[10/151] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj +[11/151] Building ASM object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj +[12/151] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj +[13/151] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj +[14/151] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj +[15/151] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj +[16/151] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj +[17/151] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj +[18/151] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj +[19/151] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj +[20/151] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/stm32h7x/mpu_regions.c.obj +[21/151] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj +[22/151] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj +[23/151] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/__aeabi_read_tp.S.obj +[24/151] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj +[25/151] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/soc_config.c.obj +[26/151] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj +[27/151] Building C object CMakeFiles/app.dir/src/main.c.obj +[28/151] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj +[29/151] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj +[30/151] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj +[31/151] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj +[32/151] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj +[33/151] Building C object zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj +[34/151] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32cube_hal.c.obj +[35/151] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj +[36/151] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj +[37/151] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/stm32h7x/soc_m7.c.obj +[38/151] Linking C static library zephyr/arch/common/libisr_tables.a +[39/151] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj +[40/151] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_minimal.c.obj +[41/151] Linking C static library zephyr/arch/common/libarch__common.a +[42/151] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/tls.c.obj +[43/151] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj +[44/151] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj +[45/151] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj +[46/151] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj +[47/151] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj +[48/151] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/mem_mgmt/mem_attr.c.obj +[49/151] Building C object CMakeFiles/app.dir/src/test_dma_loop.c.obj +[50/151] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap.c.obj +[51/151] Linking C static library app/libapp.a +[52/151] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj +[53/151] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj +[54/151] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj +[55/151] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj +[56/151] Building C object zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj +[57/151] Linking C static library zephyr/arch/arch/arm/core/libarch__arm__core.a +[58/151] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj +[59/151] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj +[60/151] Linking C static library zephyr/libzephyr.a +[61/151] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj +[62/151] Linking C static library zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a +[63/151] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32h7xx/soc/system_stm32h7xx.c.obj +[64/151] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32h7xx/drivers/src/stm32h7xx_ll_bdma.c.obj +[65/151] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_defaults.c.obj +[66/151] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32h7xx/drivers/src/stm32h7xx_hal_cortex.c.obj +[67/151] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32_ll_h7.c.obj +[68/151] Linking C static library zephyr/drivers/clock_control/libdrivers__clock_control.a +[69/151] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32h7xx/drivers/src/stm32h7xx_hal.c.obj +[70/151] Building C object zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_core_mpu.c.obj +[71/151] Building C object zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj +[72/151] Building C object zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/malloc.c.obj +[73/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init_static.c.obj +[74/151] Building C object zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj +[75/151] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32h7xx/drivers/src/stm32h7xx_ll_dma.c.obj +[76/151] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_error_hook.c.obj +[77/151] Linking C static library zephyr/drivers/console/libdrivers__console.a +[78/151] Building C object zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/libc-hooks.c.obj +[79/151] Linking C static library zephyr/lib/libc/common/liblib__libc__common.a +[80/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj +[81/151] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_rules.c.obj +[82/151] Linking C static library zephyr/lib/libc/picolibc/liblib__libc__picolibc.a +[83/151] Building C object zephyr/drivers/reset/CMakeFiles/drivers__reset.dir/reset_stm32.c.obj +[84/151] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_stm32.c.obj +[85/151] Linking C static library zephyr/drivers/reset/libdrivers__reset.a +[86/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj +[87/151] Linking C static library zephyr/drivers/pinctrl/libdrivers__pinctrl.a +[88/151] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32h7xx/drivers/src/stm32h7xx_ll_utils.c.obj +[89/151] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32h7xx/drivers/src/stm32h7xx_hal_rcc.c.obj +[90/151] Building C object zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_exti_stm32.c.obj +[91/151] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj +[92/151] Linking C static library zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a +[93/151] Building C object zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_mpu.c.obj +[94/151] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest.c.obj +[95/151] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/cortex_m_systick.c.obj +[96/151] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32h7xx/drivers/src/stm32h7xx_ll_rcc.c.obj +[97/151] Linking C static library zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a +[98/151] Linking C static library zephyr/drivers/timer/libdrivers__timer.a +[99/151] Linking C static library zephyr/subsys/testsuite/ztest/libsubsys__testsuite__ztest.a +[100/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj +[101/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj +[102/151] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32h7xx/drivers/src/stm32h7xx_hal_rcc_ex.c.obj +[103/151] Building C object zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_stm32.c.obj +[104/151] Linking C static library modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a +[105/151] Linking C static library zephyr/drivers/gpio/libdrivers__gpio.a +[106/151] Building C object zephyr/drivers/dma/CMakeFiles/drivers__dma.dir/dma_stm32_v1.c.obj +[107/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj +[108/151] Building C object zephyr/drivers/dma/CMakeFiles/drivers__dma.dir/dmamux_stm32.c.obj +[109/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj +[110/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj +[111/151] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_stm32.c.obj +[112/151] Linking C static library zephyr/drivers/serial/libdrivers__serial.a +[113/151] Building C object zephyr/drivers/dma/CMakeFiles/drivers__dma.dir/dma_stm32_bdma.c.obj +FAILED: zephyr/drivers/dma/CMakeFiles/drivers__dma.dir/dma_stm32_bdma.c.obj +ccache /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM7 -DHSE_VALUE=8000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DSTM32H743xx -DTC_RUNID=585a3b9fa6ce5e2008262e043dd9e7ae -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/loop_transfer/drivers.dma.loop_transfer/zephyr/include/generated/zephyr -I/local/ztb/zephyrproject/zephyr/include -I/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/loop_transfer/drivers.dma.loop_transfer/zephyr/include/generated -I/local/ztb/zephyrproject/zephyr/soc/st/stm32 -I/local/ztb/zephyrproject/zephyr/soc/st/stm32/common/. -I/local/ztb/zephyrproject/zephyr/drivers -I/local/ztb/zephyrproject/zephyr/soc/st/stm32/stm32h7x/. -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/include -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/coverage -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/ztest/include -I/local/ztb/zephyrproject/modules/hal/cmsis/CMSIS/Core/Include -I/local/ztb/zephyrproject/zephyr/modules/cmsis/. -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/stm32h7xx/soc -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/stm32h7xx/drivers/include -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -isystem /local/ztb/zephyrproject/zephyr/lib/libc/common/include -Os -DNDEBUG -Wshadow -fno-strict-aliasing -Werror -Os -imacros /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/loop_transfer/drivers.dma.loop_transfer/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m7 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /local/ztb/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/local/ztb/zephyrproject/zephyr/tests/drivers/dma/loop_transfer=CMAKE_SOURCE_DIR -fmacro-prefix-map=/local/ztb/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/local/ztb/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c99 -MD -MT zephyr/drivers/dma/CMakeFiles/drivers__dma.dir/dma_stm32_bdma.c.obj -MF zephyr/drivers/dma/CMakeFiles/drivers__dma.dir/dma_stm32_bdma.c.obj.d -o zephyr/drivers/dma/CMakeFiles/drivers__dma.dir/dma_stm32_bdma.c.obj -c /local/ztb/zephyrproject/zephyr/drivers/dma/dma_stm32_bdma.c +/local/ztb/zephyrproject/zephyr/drivers/dma/dma_stm32_bdma.c: In function 'bdma_stm32_stop': +/local/ztb/zephyrproject/zephyr/drivers/dma/dma_stm32_bdma.c:761:13: error: 'stream' undeclared (first use in this function); did you mean 'strcat'? + 761 | if (stream->hal_override) { + | ^~~~~~ + | strcat +/local/ztb/zephyrproject/zephyr/drivers/dma/dma_stm32_bdma.c:761:13: note: each undeclared identifier is reported only once for each function it appears in +[114/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj +[115/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj +[116/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj +[117/151] Building C object zephyr/drivers/dma/CMakeFiles/drivers__dma.dir/dma_stm32.c.obj +[118/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj +[119/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj +[120/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj +[121/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj +[122/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/priority_queues.c.obj +[123/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj +[124/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj +[125/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj +[126/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj +[127/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj +[128/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj +[129/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj +[130/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/spinlock_validate.c.obj +[131/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj +[132/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj +[133/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj +[134/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj +[135/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj +[136/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj +[137/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj +[138/151] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj +ninja: build stopped: subcommand failed. +Loading Zephyr module(s) (Zephyr base): extensions +-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter +-- Cache files will be written to: /local/home/zephyrtb/.cache/zephyr +Loading Zephyr module(s) (Zephyr base (cached)): zephyr_default:dts +-- Application: /local/ztb/zephyrproject/zephyr/tests/drivers/dma/chan_blen_transfer +-- CMake version: 3.22.1 +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr) +-- Found west (found suitable version "1.2.0", minimum required is "0.14.0") +-- Board: nucleo_h743zi, qualifiers: stm32h743xx +-- Found host-tools: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found toolchain: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found Dtc: /local/ztb/sdk/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6") +-- Found BOARD.dts: /local/ztb/zephyrproject/zephyr/boards/st/nucleo_h743zi/nucleo_h743zi.dts +-- Found devicetree overlay: /local/ztb/zephyrproject/zephyr/tests/drivers/dma/chan_blen_transfer/boards/nucleo_h743zi.overlay +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/chan_blen_transfer/drivers.dma.chan_blen_transfer/zephyr/zephyr.dts +-- Generated pickled edt: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/chan_blen_transfer/drivers.dma.chan_blen_transfer/zephyr/edt.pickle +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/chan_blen_transfer/drivers.dma.chan_blen_transfer/zephyr/zephyr.dts +-- Generated devicetree_generated.h: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/chan_blen_transfer/drivers.dma.chan_blen_transfer/zephyr/include/generated/zephyr/devicetree_generated.h +-- Including generated dts.cmake file: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/chan_blen_transfer/drivers.dma.chan_blen_transfer/zephyr/dts.cmake +Loading Zephyr default modules (Zephyr base). +-- Application: /local/ztb/zephyrproject/zephyr/tests/drivers/dma/chan_blen_transfer +-- CMake version: 3.22.1 +-- Found Python3: /usr/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter +-- Cache files will be written to: /local/home/zephyrtb/.cache/zephyr +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr) +-- Found west (found suitable version "1.2.0", minimum required is "0.14.0") +-- Board: nucleo_h743zi, qualifiers: stm32h743xx +-- Found host-tools: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found toolchain: zephyr 0.16.8 (/local/ztb/sdk/zephyr-sdk-0.16.8) +-- Found Dtc: /local/ztb/sdk/zephyr-sdk-0.16.8/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6") +-- Found BOARD.dts: /local/ztb/zephyrproject/zephyr/boards/st/nucleo_h743zi/nucleo_h743zi.dts +-- Found devicetree overlay: /local/ztb/zephyrproject/zephyr/tests/drivers/dma/chan_blen_transfer/boards/nucleo_h743zi.overlay +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/chan_blen_transfer/drivers.dma.chan_blen_transfer/zephyr/zephyr.dts +-- Generated pickled edt: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/chan_blen_transfer/drivers.dma.chan_blen_transfer/zephyr/edt.pickle +-- Generated zephyr.dts: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/chan_blen_transfer/drivers.dma.chan_blen_transfer/zephyr/zephyr.dts +-- Generated devicetree_generated.h: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/chan_blen_transfer/drivers.dma.chan_blen_transfer/zephyr/include/generated/zephyr/devicetree_generated.h +-- Including generated dts.cmake file: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/chan_blen_transfer/drivers.dma.chan_blen_transfer/zephyr/dts.cmake +Parsing /local/ztb/zephyrproject/zephyr/tests/drivers/dma/chan_blen_transfer/Kconfig +Loaded configuration '/local/ztb/zephyrproject/zephyr/boards/st/nucleo_h743zi/nucleo_h743zi_defconfig' +Merged configuration '/local/ztb/zephyrproject/zephyr/tests/drivers/dma/chan_blen_transfer/prj.conf' +Merged configuration '/local/ztb/zephyrproject/zephyr/tests/drivers/dma/chan_blen_transfer/boards/nucleo_h743zi.conf' +Merged configuration '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/chan_blen_transfer/drivers.dma.chan_blen_transfer/zephyr/misc/generated/extra_kconfig_options.conf' +Configuration saved to '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/chan_blen_transfer/drivers.dma.chan_blen_transfer/zephyr/.config' +Kconfig header saved to '/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/chan_blen_transfer/drivers.dma.chan_blen_transfer/zephyr/include/generated/zephyr/autoconf.h' +-- Found GnuLd: /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38") +-- The C compiler identification is GNU 12.2.0 +-- The CXX compiler identification is GNU 12.2.0 +-- The ASM compiler identification is GNU +-- Found assembler: /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc +-- Setting build type to 'MinSizeRel' as none was specified. +-- Using ccache: /usr/bin/ccache +-- Configuring done +-- Generating done +CMake Warning: + Manually-specified variables were not used by the project: + + TC_NAME + + +-- Build files have been written to: /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/chan_blen_transfer/drivers.dma.chan_blen_transfer +[1/152] Preparing syscall dependency handling + +[2/152] Generating misc/generated/syscalls_subdirs.trigger +[3/152] Generating include/generated/zephyr/version.h +-- Zephyr version: 3.7.99 (/local/ztb/zephyrproject/zephyr), build: v3.7.0-4020-g9f73988be029 +[4/152] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json +[5/152] Generating include/generated/zephyr/driver-validation.h +[6/152] Generating include/generated/zephyr/syscall_dispatch.c, include/generated/zephyr/syscall_list.h +[7/152] Generating include/generated/zephyr/kobj-types-enum.h, include/generated/zephyr/otype-to-str.h, include/generated/zephyr/otype-to-size.h +[8/152] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj +[9/152] Generating include/generated/zephyr/offsets.h +[10/152] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj +[11/152] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault_s.S.obj +[12/152] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj +[13/152] Building ASM object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi_on_reset.S.obj +[14/152] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/dec.c.obj +[15/152] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/timeutil.c.obj +[16/152] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/hex.c.obj +[17/152] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/vector_table.S.obj +[18/152] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/reset.S.obj +[19/152] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap_helper.S.obj +[20/152] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/assert.c.obj +[21/152] Building C object CMakeFiles/app.dir/src/main.c.obj +[22/152] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/stm32h7x/mpu_regions.c.obj +[23/152] Building ASM object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/__aeabi_read_tp.S.obj +[24/152] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj +[25/152] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_minimal.c.obj +[26/152] Building C object zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj +[27/152] Linking C static library zephyr/arch/common/libisr_tables.a +[28/152] Linking C static library zephyr/arch/common/libarch__common.a +[29/152] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj +[30/152] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fpu.c.obj +[31/152] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/stm32cube_hal.c.obj +[32/152] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/common/soc_config.c.obj +[33/152] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/nmi.c.obj +[34/152] Building C object CMakeFiles/app.dir/src/test_buffers.c.obj +[35/152] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj +[36/152] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/scb.c.obj +[37/152] Building C object CMakeFiles/app.dir/src/test_dma.c.obj +[38/152] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj +[39/152] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/exc_exit.c.obj +[40/152] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj +[41/152] Linking C static library app/libapp.a +[42/152] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/mem_mgmt/mem_attr.c.obj +[43/152] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread_abort.c.obj +[44/152] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/tls.c.obj +[45/152] Building C object zephyr/CMakeFiles/zephyr.dir/soc/st/stm32/stm32h7x/soc_m7.c.obj +[46/152] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/swap.c.obj +[47/152] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/prep_c.c.obj +[48/152] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/thread.c.obj +[49/152] Building C object zephyr/CMakeFiles/zephyr.dir/lib/heap/heap.c.obj +[50/152] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_manage.c.obj +[51/152] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj +[52/152] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/common.c.obj +[53/152] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/cpu_idle.c.obj +[54/152] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj +[55/152] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/irq_init.c.obj +[56/152] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/rb.c.obj +[57/152] Building C object zephyr/arch/arch/arm/core/CMakeFiles/arch__arm__core.dir/fatal.c.obj +[58/152] Linking C static library zephyr/arch/arch/arm/core/libarch__arm__core.a +[59/152] Building C object zephyr/CMakeFiles/zephyr.dir/lib/utils/bitarray.c.obj +[60/152] Linking C static library zephyr/libzephyr.a +[61/152] Building C object zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_core_mpu.c.obj +[62/152] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/isr_wrapper.c.obj +[63/152] Building C object zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/abort.c.obj +[64/152] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32h7xx/soc/system_stm32h7xx.c.obj +[65/152] Building C object zephyr/lib/libc/common/CMakeFiles/lib__libc__common.dir/source/stdlib/malloc.c.obj +[66/152] Linking C static library zephyr/lib/libc/common/liblib__libc__common.a +[67/152] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32h7xx/drivers/src/stm32h7xx_hal_cortex.c.obj +[68/152] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32h7xx/drivers/src/stm32h7xx_ll_bdma.c.obj +[69/152] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32h7xx/drivers/src/stm32h7xx_hal.c.obj +[70/152] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32h7xx/drivers/src/stm32h7xx_ll_dma.c.obj +[71/152] Building C object zephyr/drivers/console/CMakeFiles/drivers__console.dir/uart_console.c.obj +[72/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init_static.c.obj +[73/152] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_rules.c.obj +[74/152] Linking C static library zephyr/drivers/console/libdrivers__console.a +[75/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj +[76/152] Building C object zephyr/lib/libc/picolibc/CMakeFiles/lib__libc__picolibc.dir/libc-hooks.c.obj +[77/152] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_defaults.c.obj +[78/152] Building C object zephyr/drivers/reset/CMakeFiles/drivers__reset.dir/reset_stm32.c.obj +[79/152] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest_error_hook.c.obj +[80/152] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32h7xx/drivers/src/stm32h7xx_hal_rcc.c.obj +[81/152] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32h7xx/drivers/src/stm32h7xx_ll_utils.c.obj +[82/152] Linking C static library zephyr/lib/libc/picolibc/liblib__libc__picolibc.a +[83/152] Linking C static library zephyr/drivers/reset/libdrivers__reset.a +[84/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj +[85/152] Building C object zephyr/drivers/pinctrl/CMakeFiles/drivers__pinctrl.dir/pinctrl_stm32.c.obj +[86/152] Linking C static library zephyr/drivers/pinctrl/libdrivers__pinctrl.a +[87/152] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj +[88/152] Building C object zephyr/arch/arch/arm/core/cortex_m/CMakeFiles/arch__arm__core__cortex_m.dir/fault.c.obj +[89/152] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_stm32_ll_h7.c.obj +[90/152] Linking C static library zephyr/drivers/clock_control/libdrivers__clock_control.a +[91/152] Linking C static library zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a +[92/152] Building C object zephyr/drivers/interrupt_controller/CMakeFiles/drivers__interrupt_controller.dir/intc_exti_stm32.c.obj +[93/152] Building C object zephyr/arch/arch/arm/core/mpu/CMakeFiles/arch__arm__core__mpu.dir/arm_mpu.c.obj +[94/152] Linking C static library zephyr/drivers/interrupt_controller/libdrivers__interrupt_controller.a +[95/152] Linking C static library zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a +[96/152] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/cortex_m_systick.c.obj +[97/152] Building C object zephyr/subsys/testsuite/ztest/CMakeFiles/subsys__testsuite__ztest.dir/src/ztest.c.obj +[98/152] Linking C static library zephyr/drivers/timer/libdrivers__timer.a +[99/152] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32h7xx/drivers/src/stm32h7xx_hal_rcc_ex.c.obj +[100/152] Building C object modules/hal_stm32/stm32cube/CMakeFiles/..__modules__hal__stm32__stm32cube.dir/stm32h7xx/drivers/src/stm32h7xx_ll_rcc.c.obj +[101/152] Linking C static library zephyr/subsys/testsuite/ztest/libsubsys__testsuite__ztest.a +[102/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj +[103/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj +[104/152] Building C object zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_stm32.c.obj +[105/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj +[106/152] Linking C static library modules/hal_stm32/stm32cube/lib..__modules__hal__stm32__stm32cube.a +[107/152] Building C object zephyr/drivers/dma/CMakeFiles/drivers__dma.dir/dma_stm32.c.obj +[108/152] Linking C static library zephyr/drivers/gpio/libdrivers__gpio.a +[109/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/busy_wait.c.obj +[110/152] Building C object zephyr/drivers/dma/CMakeFiles/drivers__dma.dir/dma_stm32_bdma.c.obj +FAILED: zephyr/drivers/dma/CMakeFiles/drivers__dma.dir/dma_stm32_bdma.c.obj +ccache /local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DCORE_CM7 -DHSE_VALUE=8000000 -DKERNEL -DK_HEAP_MEM_POOL_SIZE=0 -DPICOLIBC_LONG_LONG_PRINTF_SCANF -DSTM32H743xx -DTC_RUNID=fc0e06a489917795f84c8232ed0349bb -DUSE_FULL_LL_DRIVER -DUSE_HAL_DRIVER -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR_SUPERVISOR__ -D__ZEPHYR__=1 -I/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/chan_blen_transfer/drivers.dma.chan_blen_transfer/zephyr/include/generated/zephyr -I/local/ztb/zephyrproject/zephyr/include -I/local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/chan_blen_transfer/drivers.dma.chan_blen_transfer/zephyr/include/generated -I/local/ztb/zephyrproject/zephyr/soc/st/stm32 -I/local/ztb/zephyrproject/zephyr/soc/st/stm32/common/. -I/local/ztb/zephyrproject/zephyr/drivers -I/local/ztb/zephyrproject/zephyr/soc/st/stm32/stm32h7x/. -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/include -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/coverage -I/local/ztb/zephyrproject/zephyr/subsys/testsuite/ztest/include -I/local/ztb/zephyrproject/modules/hal/cmsis/CMSIS/Core/Include -I/local/ztb/zephyrproject/zephyr/modules/cmsis/. -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/stm32h7xx/soc -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/stm32h7xx/drivers/include -I/local/ztb/zephyrproject/modules/hal/stm32/stm32cube/common_ll/include -isystem /local/ztb/zephyrproject/zephyr/lib/libc/common/include -Os -DNDEBUG -Wshadow -fno-strict-aliasing -Werror -Os -imacros /local/mnt/ztb_logs/241008/log_zephyr_ci_zci_v3.7.0-4020-g9f73988be029_2033/nucleo_h743zi/tests/drivers/dma/chan_blen_transfer/drivers.dma.chan_blen_transfer/zephyr/include/generated/zephyr/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m7 -mthumb -mabi=aapcs -mfp16-format=ieee -mtp=soft --sysroot=/local/ztb/sdk/zephyr-sdk-0.16.8/arm-zephyr-eabi/arm-zephyr-eabi -imacros /local/ztb/zephyrproject/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/local/ztb/zephyrproject/zephyr/tests/drivers/dma/chan_blen_transfer=CMAKE_SOURCE_DIR -fmacro-prefix-map=/local/ztb/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/local/ztb/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -std=c99 -MD -MT zephyr/drivers/dma/CMakeFiles/drivers__dma.dir/dma_stm32_bdma.c.obj -MF zephyr/drivers/dma/CMakeFiles/drivers__dma.dir/dma_stm32_bdma.c.obj.d -o zephyr/drivers/dma/CMakeFiles/drivers__dma.dir/dma_stm32_bdma.c.obj -c /local/ztb/zephyrproject/zephyr/drivers/dma/dma_stm32_bdma.c +/local/ztb/zephyrproject/zephyr/drivers/dma/dma_stm32_bdma.c: In function 'bdma_stm32_stop': +/local/ztb/zephyrproject/zephyr/drivers/dma/dma_stm32_bdma.c:761:13: error: 'stream' undeclared (first use in this function); did you mean 'strcat'? + 761 | if (stream->hal_override) { + | ^~~~~~ + | strcat +/local/ztb/zephyrproject/zephyr/drivers/dma/dma_stm32_bdma.c:761:13: note: each undeclared identifier is reported only once for each function it appears in +[111/152] Building C object zephyr/drivers/dma/CMakeFiles/drivers__dma.dir/dmamux_stm32.c.obj +[112/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj +[113/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj +[114/152] Building C object zephyr/drivers/dma/CMakeFiles/drivers__dma.dir/dma_stm32_v1.c.obj +[115/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/priority_queues.c.obj +[116/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj +[117/152] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_stm32.c.obj +[118/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj +[119/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/float.c.obj +[120/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj +[121/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj +[122/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj +[123/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj +[124/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj +[125/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj +[126/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj +[127/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/spinlock_validate.c.obj +[128/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj +[129/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj +[130/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeslicing.c.obj +[131/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj +[132/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj +[133/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj +[134/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj +[135/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj +[136/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj +[137/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj +[138/152] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj +ninja: build stopped: subcommand failed. +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@58021000 != input controller gpio@58021800 +E: r0/a1: 0x00000004 r1/a2: 0x080098bd r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008623 r14/lr: 0x08000595 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080005a4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x24000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@58021000 != input controller gpio@58021800 +E: r0/a1: 0x00000004 r1/a2: 0x080098bd r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008623 r14/lr: 0x08000595 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080005a4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x24000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@58021000 != input controller gpio@58021800 +E: r0/a1: 0x00000004 r1/a2: 0x080098bd r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008623 r14/lr: 0x08000595 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080005a4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x24000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@58021000 != input controller gpio@58021800 +E: r0/a1: 0x00000004 r1/a2: 0x080098bd r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008623 r14/lr: 0x08000595 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080005a4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x24000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@58021000 != input controller gpio@58021800 +E: r0/a1: 0x00000004 r1/a2: 0x080098bd r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008623 r14/lr: 0x08000595 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080005a4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x24000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@58021000 != input controller gpio@58021800 +E: r0/a1: 0x00000004 r1/a2: 0x080098bd r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008623 r14/lr: 0x08000595 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080005a4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x24000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@58021000 != input controller gpio@58021800 +E: r0/a1: 0x00000004 r1/a2: 0x080098bd r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08008623 r14/lr: 0x08000595 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x080005a4 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x24000230 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_crypto +=================================================================== +START - test_its_caller_isolation +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/crypto/src/main.c:47: secure_storage_psa_crypto_test_its_caller_isolation: ret not equal to PSA_SUCCESS + + FAIL - test_its_caller_isolation in 0.021 seconds +=================================================================== +START - test_persistent_key_usage +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/crypto/src/main.c:95: secure_storage_psa_crypto_test_persistent_key_usage: ret not equal to PSA_SUCCESS + + FAIL - test_persistent_key_usage in 0.021 seconds +=================================================================== +TESTSUITE secure_storage_psa_crypto failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_crypto]: pass = 0, fail = 2, skip = 0, total = 2 duration = 0.042 seconds + - FAIL - [secure_storage_psa_crypto.test_its_caller_isolation] duration = 0.021 seconds + - FAIL - [secure_storage_psa_crypto.test_persistent_key_usage] duration = 0.021 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 6484435d413715fd130647f4dfefa937 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_crypto +=================================================================== +START - test_its_caller_isolation +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/crypto/src/main.c:47: secure_storage_psa_crypto_test_its_caller_isolation: ret not equal to PSA_SUCCESS + + FAIL - test_its_caller_isolation in 0.021 seconds +=================================================================== +START - test_persistent_key_usage +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/crypto/src/main.c:95: secure_storage_psa_crypto_test_persistent_key_usage: ret not equal to PSA_SUCCESS + + FAIL - test_persistent_key_usage in 0.021 seconds +=================================================================== +TESTSUITE secure_storage_psa_crypto failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_crypto]: pass = 0, fail = 2, skip = 0, total = 2 duration = 0.042 seconds + - FAIL - [secure_storage_psa_crypto.test_its_caller_isolation] duration = 0.021 seconds + - FAIL - [secure_storage_psa_crypto.test_persistent_key_usage] duration = 0.021 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 6484435d413715fd130647f4dfefa937 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.020 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.020 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.079 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.020 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.020 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: b3b81b7a4c0fb5a56eb5ac491ac91cf9 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.020 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.020 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.079 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.020 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.020 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: b3b81b7a4c0fb5a56eb5ac491ac91cf9 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.020 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.020 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.079 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.020 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.020 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: b3b81b7a4c0fb5a56eb5ac491ac91cf9 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.020 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.020 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.079 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.020 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.020 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: b3b81b7a4c0fb5a56eb5ac491ac91cf9 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.019 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.077 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: bdcb4eaddf1746b47d04b979af0f0e57 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.019 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.077 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: bdcb4eaddf1746b47d04b979af0f0e57 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.019 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.077 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: bdcb4eaddf1746b47d04b979af0f0e57 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.019 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.077 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: bdcb4eaddf1746b47d04b979af0f0e57 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.000,000] <wrn> secure_storage: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.000,000] <inf> psa_its: PSA ITS sample started. +[00:00:00.000,000] <inf> psa_its: Writing to and reading back from ITS... +[00:00:00.000,000] <err> secure_storage: Failed to write data to storage. (-146) +[00:00:00.000,000] <err> psa_its: Writing the data to ITS failed. (-146) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.001,000] <wrn> secure_storage: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.001,000] <inf> psa_its: PSA ITS sample started. +[00:00:00.001,000] <inf> psa_its: Writing to and reading back from ITS... +[00:00:00.002,000] <err> secure_storage: Failed to write data to storage. (-146) +[00:00:00.002,000] <err> psa_its: Writing the data to ITS failed. (-146) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.000,000] <wrn> secure_storage: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.000,000] <inf> persistent_key: Persistent key sample started. +[00:00:00.000,000] <inf> persistent_key: Generating a persistent key... +[00:00:00.000,000] <err> secure_storage: Failed to write data to storage. (-146) +[00:00:00.000,000] <err> persistent_key: Failed to generate the key. (-153) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.001,000] <wrn> secure_storage: Using a potentially insecure PSA ITS encryption key provider. +[00:00:00.001,000] <inf> persistent_key: Persistent key sample started. +[00:00:00.001,000] <inf> persistent_key: Generating a persistent key... +[00:00:00.002,000] <err> secure_storage: Failed to write data to storage. (-146) +[00:00:00.002,000] <err> persistent_key: Failed to generate the key. (-153) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Watchdog sample application +Attempting to test pre-reset callback +[00:00:00.010,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: prescaler: 64 +[00:00:00.018,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Desired WDT: 100000 us +[00:00:00.027,000] <dbg> wdt_wwdg_stm32: wwdg_stm32_install_timeout: Set WDT: 100488 us +Feeding watchdog 5 times +Feeding watchdog... +Feeding watchdog... +Feeding watchdog... +Feeding watchdog... +Feeding watchdog... +Waiting for reset... + \ No newline at end of file diff --git a/results/v3.7.0-4020-g9f73988be029/nucleo_l073rz.xml b/results/v3.7.0-4020-g9f73988be029/nucleo_l073rz.xml new file mode 100644 index 00000000..fcc30cd7 --- /dev/null +++ b/results/v3.7.0-4020-g9f73988be029/nucleo_l073rz.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/results/v3.7.0-4020-g9f73988be029/nucleo_l152re.xml b/results/v3.7.0-4020-g9f73988be029/nucleo_l152re.xml new file mode 100644 index 00000000..ecb58f74 --- /dev/null +++ b/results/v3.7.0-4020-g9f73988be029/nucleo_l152re.xml @@ -0,0 +1,509 @@ +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE dac_loopback +=================================================================== +START - test_dac_loopback + + Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/dac/dac_loopback/src/test_dac.c:252: test_task_loopback: (m_sample_buffer[0] not within (1U << ADC_RESOLUTION) / 2 +/- 32) +Value 1237 read from ADC does not match expected range. + FAIL - test_dac_loopback in 0.032 seconds +=================================================================== +TESTSUITE dac_loopback failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [dac_loopback]: pass = 0, fail = 1, skip = 0, total = 1 duration = 0.032 seconds + - FAIL - [dac_loopback.test_dac_loopback] duration = 0.032 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 25475ba4d3614ab33e61508990f04c9a +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40020400 != input controller gpio@40020000 +E: r0/a1: 0x00000004 r1/a2: 0x0800805d r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08007221 r14/lr: 0x08000421 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000430 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000198 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40020400 != input controller gpio@40020000 +E: r0/a1: 0x00000004 r1/a2: 0x0800805d r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08007221 r14/lr: 0x08000421 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000430 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000198 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40020400 != input controller gpio@40020000 +E: r0/a1: 0x00000004 r1/a2: 0x0800805d r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08007221 r14/lr: 0x08000421 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000430 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000198 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40020400 != input controller gpio@40020000 +E: r0/a1: 0x00000004 r1/a2: 0x0800805d r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08007221 r14/lr: 0x08000421 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000430 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000198 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40020400 != input controller gpio@40020000 +E: r0/a1: 0x00000004 r1/a2: 0x0800805d r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08007221 r14/lr: 0x08000421 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000430 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000198 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40020400 != input controller gpio@40020000 +E: r0/a1: 0x00000004 r1/a2: 0x0800805d r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08007221 r14/lr: 0x08000421 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000430 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000198 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@40020400 != input controller gpio@40020000 +E: r0/a1: 0x00000004 r1/a2: 0x0800805d r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x08007221 r14/lr: 0x08000421 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000430 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000198 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.029 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.021 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.021 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.024 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.095 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.029 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.021 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.021 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.024 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 8abd344536eac72cc5e7e1fbe0d65258 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.029 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.021 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.021 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.024 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.095 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.029 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.021 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.021 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.024 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 8abd344536eac72cc5e7e1fbe0d65258 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.029 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.021 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.021 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.024 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.095 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.029 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.021 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.021 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.024 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 8abd344536eac72cc5e7e1fbe0d65258 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.029 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.021 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.021 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.024 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.095 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.029 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.021 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.021 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.024 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 8abd344536eac72cc5e7e1fbe0d65258 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.019 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.077 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 3fcf1c69cb4d61e05553249ca0677862 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.019 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.077 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 3fcf1c69cb4d61e05553249ca0677862 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.019 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.077 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 3fcf1c69cb4d61e05553249ca0677862 +PROJECT EXECUTION FAILED +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 0.019 seconds +=================================================================== +START - test_all_sizes +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:38: secure_storage_psa_its_test_all_sizes: ret not equal to PSA_SUCCESS + + FAIL - test_all_sizes in 0.019 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:90: secure_storage_psa_its_test_max_num_entries: max_num_entries > 1 is false + + FAIL - test_max_num_entries in 0.019 seconds +=================================================================== +START - test_write_once_flag +E: Failed to write data to storage. (-146) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:122: secure_storage_psa_its_test_write_once_flag: (ret not equal to PSA_SUCCESS) +-146 + FAIL - test_write_once_flag in 0.020 seconds +=================================================================== +TESTSUITE secure_storage_psa_its failed. + +------ TESTSUITE SUMMARY START ------ + +SUITE FAIL - 0.00% [secure_storage_psa_its]: pass = 0, fail = 4, skip = 0, total = 4 duration = 0.077 seconds + - FAIL - [secure_storage_psa_its.test_all_offsets] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_all_sizes] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_max_num_entries] duration = 0.019 seconds + - FAIL - [secure_storage_psa_its.test_write_once_flag] duration = 0.020 seconds + +------ TESTSUITE SUMMARY END ------ + +=================================================================== +RunID: 3fcf1c69cb4d61e05553249ca0677862 +PROJECT EXECUTION FAILED +sys_trace_thread_switched_out_user: 0x200001e0 +sys_trace_thread_switched_in_user: 0x20000130 +sys_trace_thread_switched_out_user: 0x20000130 +sys_trace_thread_switched_in_user: 0x20000080 +thread_a: Hello World from nucleo_l152re! +sys_trace_thread_switched_out_user: 0x20000080 +sys_trace_thread_switched_in_user: 0x200001e0 +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x200001e0 +sys_trace_thread_switched_in_user: 0x20000080 +sys_trace_thread_switched_out_user: 0x20000080 +sys_trace_thread_switched_in_user: 0x20000130 +thread_b: Hello World from nucleo_l152re! +sys_trace_thread_switched_out_user: 0x20000130 +sys_trace_thread_switched_in_user: 0x200001e0 +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x200001e0 +sys_trace_thread_switched_in_user: 0x20000130 +sys_trace_thread_switched_out_user: 0x20000130 +sys_trace_thread_switched_in_user: 0x20000080 +thread_a: Hello World from nucleo_l152re! +sys_trace_thread_switched_out_user: 0x20000080 +sys_trace_thread_switched_in_user: 0x200001e0 +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x200001e0 +sys_trace_thread_switched_in_user: 0x20000080 +sys_trace_thread_switched_out_user: 0x20000080 +sys_trace_thread_switched_in_user: 0x20000130 +thread_b: Hello World from nucleo_l152re! +sys_trace_thread_switched_out_user: 0x20000130 +sys_trace_thread_switched_in_user: 0x200001e0 +sys_trace_idle_user +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Flash Init failed, rc=-45 + \ No newline at end of file diff --git a/results/v3.7.0-4020-g9f73988be029/nucleo_wb55rg.xml b/results/v3.7.0-4020-g9f73988be029/nucleo_wb55rg.xml new file mode 100644 index 00000000..a3211798 --- /dev/null +++ b/results/v3.7.0-4020-g9f73988be029/nucleo_wb55rg.xml @@ -0,0 +1,144 @@ +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000000 != input controller gpio@48000800 +E: r0/a1: 0x00000004 r1/a2: 0x08009473 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080083ad r14/lr: 0x08000439 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000448 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000218 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000000 != input controller gpio@48000800 +E: r0/a1: 0x00000004 r1/a2: 0x08009473 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080083ad r14/lr: 0x08000439 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000448 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000218 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000000 != input controller gpio@48000800 +E: r0/a1: 0x00000004 r1/a2: 0x08009473 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080083ad r14/lr: 0x08000439 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000448 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000218 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000000 != input controller gpio@48000800 +E: r0/a1: 0x00000004 r1/a2: 0x08009473 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080083ad r14/lr: 0x08000439 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000448 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000218 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000000 != input controller gpio@48000800 +E: r0/a1: 0x00000004 r1/a2: 0x08009473 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080083ad r14/lr: 0x08000439 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000448 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000218 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000000 != input controller gpio@48000800 +E: r0/a1: 0x00000004 r1/a2: 0x08009473 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080083ad r14/lr: 0x08000439 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000448 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000218 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +FATAL: output controller gpio@48000000 != input controller gpio@48000800 +E: r0/a1: 0x00000004 r1/a2: 0x08009473 r2/a3: 0x00000000 +E: r3/a4: 0x00000004 r12/ip: 0x080083ad r14/lr: 0x08000439 +E: xpsr: 0x21000000 +E: Faulting instruction address (r15/pc): 0x08000448 +E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0 +E: Current thread: 0x20000218 (main) +E: Halting system +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +I: 2 Sectors of 4096 bytes +I: alloc wra: 1, 820 +I: data wra: 1, 6d8 +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets + PASS - test_all_offsets in 114.814 seconds +=================================================================== +START - test_all_sizes +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +I: 2 Sectors of 4096 bytes +I: alloc wra: 1, 820 +I: data wra: 1, 6d8 +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets + PASS - test_all_offsets in 114.814 seconds +=================================================================== +START - test_all_sizes +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +I: 2 Sectors of 4096 bytes +I: alloc wra: 1, 820 +I: data wra: 1, 6d8 +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets + PASS - test_all_offsets in 114.814 seconds +=================================================================== +START - test_all_sizes +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +I: 2 Sectors of 4096 bytes +I: alloc wra: 0, f28 +I: data wra: 0, 270 +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets + PASS - test_all_offsets in 0.111 seconds +=================================================================== +START - test_all_sizes + PASS - test_all_sizes in 1.714 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-142) +Successfully wrote 126 entries. +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +I: 2 Sectors of 4096 bytes +I: alloc wra: 0, f28 +I: data wra: 0, 270 +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets + PASS - test_all_offsets in 0.111 seconds +=================================================================== +START - test_all_sizes + PASS - test_all_sizes in 1.714 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-142) +Successfully wrote 126 entries. + \ No newline at end of file diff --git a/results/v3.7.0-4020-g9f73988be029/nucleo_wba55cg.xml b/results/v3.7.0-4020-g9f73988be029/nucleo_wba55cg.xml new file mode 100644 index 00000000..cd3856a3 --- /dev/null +++ b/results/v3.7.0-4020-g9f73988be029/nucleo_wba55cg.xml @@ -0,0 +1,90 @@ +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +I: 2 Sectors of 8192 bytes +I: alloc wra: 0, ff0 +I: data wra: 0, fe0 +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to transform data from storage. (-146) +E: Failed to write data to storage. (-142) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 5.524 seconds +=================================================================== +START - test_all_sizes +E: Failed to transform data from storage. (-146) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +I: 2 Sectors of 8192 bytes +I: alloc wra: 0, ff0 +I: data wra: 0, fe0 +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to transform data from storage. (-146) +E: Failed to write data to storage. (-142) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 5.524 seconds +=================================================================== +START - test_all_sizes +E: Failed to transform data from storage. (-146) +START - test_all_offsets +E: Failed to transform data from storage. (-146) +E: Failed to write data to storage. (-142) +Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS +FAIL - test_all_offsets in 5.524 seconds +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +WARNING: Using a potentially insecure PSA ITS encryption key provider. +W: Using a potentially insecure PSA ITS encryption key provider. +I: 2 Sectors of 8192 bytes +I: alloc wra: 0, ff0 +I: data wra: 0, fe0 +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets +E: Failed to transform data from storage. (-146) +E: Failed to write data to storage. (-142) + + Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/secure_storage/psa/its/src/main.c:67: secure_storage_psa_its_test_all_offsets: ret not equal to PSA_SUCCESS + + FAIL - test_all_offsets in 5.524 seconds +=================================================================== +START - test_all_sizes +E: Failed to transform data from storage. (-146) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +I: 2 Sectors of 8192 bytes +I: alloc wra: 0, 1e50 +I: data wra: 0, 2e0 +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets + PASS - test_all_offsets in 0.225 seconds +=================================================================== +START - test_all_sizes + PASS - test_all_sizes in 2.469 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-142) +Successfully wrote 126 entries. +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +I: 2 Sectors of 8192 bytes +I: alloc wra: 0, 1e50 +I: data wra: 0, 2e0 +Running TESTSUITE secure_storage_psa_its +=================================================================== +START - test_all_offsets + PASS - test_all_offsets in 0.225 seconds +=================================================================== +START - test_all_sizes + PASS - test_all_sizes in 2.469 seconds +=================================================================== +START - test_max_num_entries +E: Failed to write data to storage. (-142) +Successfully wrote 126 entries. + \ No newline at end of file diff --git a/results/v3.7.0-4020-g9f73988be029/nucleo_wl55jc.xml b/results/v3.7.0-4020-g9f73988be029/nucleo_wl55jc.xml new file mode 100644 index 00000000..9142b29c --- /dev/null +++ b/results/v3.7.0-4020-g9f73988be029/nucleo_wl55jc.xml @@ -0,0 +1,151 @@ +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +START - test_gpio_config_trigger + PASS - test_gpio_config_trigger in 0.011 seconds +=================================================================== +START - test_gpio_config_twice_trigger + PASS - test_gpio_config_twice_trigger in 0.011 seconds +=================================================================== +TESTSUITE after_flash_gpio_config_trigger succeeded +Running TESTSUITE gpio_port +=================================================================== +START - test_gpio_port +Validate device gpio@48000400 +Check gpio@48000400 output 12 connected to input 3 +FATAL output pin not wired to input pin? (out high => in low) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +START - test_gpio_config_trigger + PASS - test_gpio_config_trigger in 0.011 seconds +=================================================================== +START - test_gpio_config_twice_trigger + PASS - test_gpio_config_twice_trigger in 0.011 seconds +=================================================================== +TESTSUITE after_flash_gpio_config_trigger succeeded +Running TESTSUITE gpio_port +=================================================================== +START - test_gpio_port +Validate device gpio@48000400 +Check gpio@48000400 output 12 connected to input 3 +FATAL output pin not wired to input pin? (out high => in low) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +START - test_gpio_config_trigger + PASS - test_gpio_config_trigger in 0.011 seconds +=================================================================== +START - test_gpio_config_twice_trigger + PASS - test_gpio_config_twice_trigger in 0.011 seconds +=================================================================== +TESTSUITE after_flash_gpio_config_trigger succeeded +Running TESTSUITE gpio_port +=================================================================== +START - test_gpio_port +Validate device gpio@48000400 +Check gpio@48000400 output 12 connected to input 3 +FATAL output pin not wired to input pin? (out high => in low) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +START - test_gpio_config_trigger + PASS - test_gpio_config_trigger in 0.011 seconds +=================================================================== +START - test_gpio_config_twice_trigger + PASS - test_gpio_config_twice_trigger in 0.011 seconds +=================================================================== +TESTSUITE after_flash_gpio_config_trigger succeeded +Running TESTSUITE gpio_port +=================================================================== +START - test_gpio_port +Validate device gpio@48000400 +Check gpio@48000400 output 12 connected to input 3 +FATAL output pin not wired to input pin? (out high => in low) +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +Running TESTSUITE after_flash_gpio_config_trigger +=================================================================== +START - test_gpio_config_trigger + PASS - test_gpio_config_trigger in 0.011 seconds +=================================================================== +START - test_gpio_config_twice_trigger + PASS - test_gpio_config_twice_trigger in 0.011 seconds +=================================================================== +TESTSUITE after_flash_gpio_config_trigger succeeded +Running TESTSUITE gpio_port +=================================================================== +START - test_gpio_port +Validate device gpio@48000400 +Check gpio@48000400 output 12 connected to input 3 +FATAL output pin not wired to input pin? (out high => in low) +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x200001d8 +sys_trace_thread_switched_in_user: 0x20000128 +sys_trace_thread_switched_out_user: 0x20000128 +sys_trace_thread_switched_in_user: 0x20000078 +thread_a: Hello World from nucleo_wl55jc! +sys_trace_thread_switched_out_user: 0x20000078 +sys_trace_thread_switched_in_user: 0x200001d8 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x200001d8 +sys_trace_thread_switched_in_user: 0x20000078 +sys_trace_thread_switched_out_user: 0x20000078 +sys_trace_thread_switched_in_user: 0x20000128 +thread_b: Hello World from nucleo_wl55jc! +sys_trace_thread_switched_out_user: 0x20000128 +sys_trace_thread_switched_in_user: 0x200001d8 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x200001d8 +sys_trace_thread_switched_in_user: 0x20000128 +sys_trace_thread_switched_out_user: 0x20000128 +sys_trace_thread_switched_in_user: 0x20000078 +thread_a: Hello World from nucleo_wl55jc! +sys_trace_thread_switched_out_user: 0x20000078 +sys_trace_thread_switched_in_user: 0x200001d8 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x200001d8 +sys_trace_thread_switched_in_user: 0x20000078 +sys_trace_thread_switched_out_user: 0x20000078 +sys_trace_thread_switched_in_user: 0x20000128 +thread_b: Hello World from nucleo_wl55jc! +sys_trace_thread_switched_out_user: 0x20000128 +sys_trace_thread_switched_in_user: 0x200001d8 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x200001d8 +sys_trace_thread_switched_in_user: 0x20000128 +sys_trace_thread_switched_out_user: 0x20000128 +sys_trace_thread_switched_in_user: 0x20000078 +thread_a: Hello World from nucleo_wl55jc! +sys_trace_thread_switched_out_user: 0x20000078 +sys_trace_thread_switched_in_user: 0x200001d8 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x200001d8 +sys_trace_thread_switched_in_user: 0x20000078 +sys_trace_thread_switched_out_user: 0x20000078 +sys_trace_thread_switched_in_user: 0x20000128 +thread_b: Hello World from nucleo_wl55jc! +sys_trace_thread_switched_out_user: 0x20000128 +sys_trace_thread_switched_in_user: 0x200001d8 +sys_trace_idle_user +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 0 +[00:00:00.016,000] <inf> fs_nvs: No GC Done marker found: restarting gc +[00:00:00.023,000] <dbg> fs_nvs: nvs_flash_erase_sector: Erasing flash at 3c000, len 2048 +[00:00:00.055,000] <dbg> fs_nvs: nvs_gc: Moving 3, len 4 +[00:00:00.069,000] <err> os: ***** MPU FAULT ***** +[00:00:00.074,000] <err> os: Stacking error (context area might be not valid) +[00:00:00.082,000] <err> os: Data Access Violation +[00:00:00.088,000] <err> os: MMFAR Address: 0x20000d78 +[00:00:00.094,000] <err> os: r0/a1: 0x43882104 r1/a2: 0x48706028 r2/a3: 0x40306800 +[00:00:00.103,000] <err> os: r3/a4: 0xd1fa2800 r12/ip: 0xb2c00020 r14/lr: 0xb538bd70 +[00:00:00.111,000] <err> os: xpsr: 0x01000000 +[00:00:00.116,000] <err> os: Faulting instruction address (r15/pc): 0x08001b58 +[00:00:00.124,000] <err> os: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0 +[00:00:00.132,000] <err> os: Current thread: 0x200000f8 (unknown) +[00:00:00.139,000] <err> os: Halting system + \ No newline at end of file diff --git a/results/v3.7.0-4020-g9f73988be029/stm32f3_disco.xml b/results/v3.7.0-4020-g9f73988be029/stm32f3_disco.xml new file mode 100644 index 00000000..df96382f --- /dev/null +++ b/results/v3.7.0-4020-g9f73988be029/stm32f3_disco.xml @@ -0,0 +1,220 @@ +ser: 0x20000158 +sys_trace_thread_switched_out_user: 0x20000158 +sys_trace_thread_switched_in_user: 0x200000a8 +thread_a: Hello World from stm32f3_disco! +sys_trace_thread_switched_out_user: 0x200000a8 +sys_trace_thread_switched_in_user: 0x20000218 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000218 +sys_trace_thread_switched_in_user: 0x200000a8 +sys_trace_thread_switched_out_user: 0x200000a8 +sys_trace_thread_switched_in_user: 0x20000158 +thread_b: Hello World from stm32f3_disco! +sys_trace_thread_switched_out_user: 0x20000158 +sys_trace_threasys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000218 +sys_trace_thread_switched_in_user: 0x200000a8 +sys_trace_thread_switched_out_user: 0x200000a8 +sys_trace_thread_switched_in_user: 0x20000158 +thread_b: Hello World from stm32f3_disco! +sys_trace_thread_switched_out_user: 0x20000158 +sys_trace_thread_switched_in_user: 0x20000218 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000218 +sys_trace_thread_switched_in_user: 0x20000158 +sys_trace_thread_switched_out_user: 0x20000158 +sys_trace_thread_switched_in_user: 0x200000a8 +thread_a: Hello World from stm32f3_disco! +sys_trace_thread_switched_out_user: 0x200000a8 +sys_trace_thread_switched_in_user: 0x20000218 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000218 +sys_trace_thread_switched_in_user: 0x200000a8 +sys_trace_thread_switched_out_user: 0x200000a8 +sys_trace_thread_switched_in_user: 0x20000158 +thread_b: Hello World from stm32f3_disco! +sys_trace_thread_switched_out_user: 0x20000158 +sys_trace_thread_switched_in_user: 0x20000218 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000218 +sys_trace_thread_switched_in_user: 0x20000158 +sys_trace_thread_switched_out_user: 0x20000158 +sys_trace_thread_switched_in_user: 0x200000a8 +thread_a: Hello World from stm32f3_disco! +sys_trace_thread_switched_out_user: 0x200000a8 +sys_trace_thread_switched_in_user: 0x20000218 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000218 +sys_trace_thread_switched_in_user: 0x200000a8 +sys_trace_thread_switched_out_user: 0x200000a8 +sys_trace_thread_switched_in_user: 0x20000158 +thread_b: Hello World from stm32f3_disco! +sys_trace_thread_switched_out_user: 0x20000158 +sys_trace_thread_switched_in_user: 0x20000218 +sys_trace_idle_user +sys_trace_idle_user +sys_trace_idle_user +sys_trace_thread_switched_out_user: 0x20000218 +sys_trace_thread_switched_in_user: 0x20000158 +sys_trace_thread_switched_out_user: 0x20000158 +sys_trace_thread_switched_in_user: 0x200000a8 +thread_a: Hello World from stm32f3_disco! +sys_trace_thread_switched_out_user: 0x200000a8 +sys_trace_thread_switched_in_user: 0x20000218 +sys_trace_idle_user +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.017,000] <inf> fs_nvs: GC Done marker found +[00:00:00.022,000] <dbg> fs_nvs: nvs_flash_erase_sector: Erasing flash at 3e800, len 2048 +[00:00:00.054,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.060,000] <inf> fs_nvs: alloc wra: 2, 350 +[00:00:00.065,000] <inf> fs_nvs: data wra: 2, 2d2 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 60 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.017,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.022,000] <inf> fs_nvs: alloc wra: 2, 348 +[00:00:00.027,000] <inf> fs_nvs: data wra: 2, 2d6 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 61 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.022,000] <inf> fs_nvs: alloc wra: 2, 340 +[00:00:00.027,000] <inf> fs_nvs: data wra: 2, 2da +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 62 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.022,000] <inf> fs_nvs: alloc wra: 2, 338 +[00:00:00.027,000] <inf> fs_nvs: data wra: 2, 2de +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 63 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.022,000] <inf> fs_nvs: alloc wra: 2, 330 +[00:00:00.027,000] <inf> fs_nvs: data wra: 2, 2e2 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 64 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.022,000] <inf> fs_nvs: alloc wra: 2, 328 +[00:00:00.027,000] <inf> fs_nvs: data wra: 2, 2e6 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 65 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.022,000] <inf> fs_nvs: alloc wra: 2, 320 +[00:00:00.027,000] <inf> fs_nvs: data wra: 2, 2ea +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 66 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.022,000] <inf> fs_nvs: alloc wra: 2, 318 +[00:00:00.027,000] <inf> fs_nvs: data wra: 2, 2ee +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 67 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.022,000] <inf> fs_nvs: alloc wra: 2, 310 +[00:00:00.027,000] <inf> fs_nvs: data wra: 2, 2f2 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 68 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.022,000] <inf> fs_nvs: alloc wra: 2, 308 +[00:00:00.027,000] <inf> fs_nvs: data wra: 2, 2f6 +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 69 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +[00:00:00.005,000] <dbg> fs_nvs: nvs_recover_last_ate: Recovering last ate from sector 2 +[00:00:00.016,000] <inf> fs_nvs: 3 Sectors of 2048 bytes +[00:00:00.022,000] <inf> fs_nvs: alloc wra: 2, 300 +[00:00:00.027,000] <inf> fs_nvs: data wra: 2, 2fa +Id: 1, Address: 192.168.1.1 +Id: 2, Key: ff fe fd fc fb fa f9 f8 +Id: 3, Reboot_counter: 70 +Id: 5, Longarray: 0 1 2 3 4 5 6 7 8 9 a b c d e f 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 51 52 53 54 55 56 57 58 59 5a 5b 5c 5d 5e 5f 60 61 62 63 64 65 66 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 77 78 79 7a 7b 7c 7d 7e 7f +Reboot counter history: ...70...69...68...67...66...65...64...63...62...61...60...59...58...57...56...55...54...53...52...51...50...49...48...47...46...45...44...43...42...41...40...39...38...37...36...35...34...33...32...31...30...29...28...27...26...25...24...23...22...21...20...19...18...17...16...15...14...13...12...11...10...9...8...7...6...5...4...3...2...1...0...400...399...398...397...396...395...394...393...392...391...390...389...388...387...386...385...384...383...382...381...380...379...378...377...376...375...374...373...372...371...370...369...368...367...366...365...364...363...362...361...360...359...358...357...356...355...354...353...352...351...350...349...348...347...346...345...344...343...342...341...340...339...338...337...336...335...334...333...332...331...330...329...328...327...326...325...324...323...322...321...320...319...318...317...316...315...314...313...312...311...310...309...308...307...306...305...304...303...302...301...300...299...298...297...296...295...294...293...292...291...290...289...288...287...286...285...284...283...282...281...280...279...278...277...276...275...274...273...272...271...270...269...268...267...266...265...264...263...262...261...260...259...258...257...256...255...254...253...252...251...250...249...248...247...246...245...244...243...242...241...240...239...238...237...236...235...234...233...232...231...230...229...228...227...226...225...224...223...222...221...220...219...218...217...216...215...214...213...212...211...210...209...208...207...206...205...204...203...202...201...200...199...198...197...196...195...194...193...192...191...190...189...188...187...186...185...184...183...182...181...180...179...178...177...176...175...174...173...172...171...170...169...168...167...166...165...164...163...162...161...160...159...158...157...156...155...154...153...152 +Oldest reboot counter: 152 +Rebooting in ...5...4...3...2...1 +[00:00:01.421,000] <err> os: ***** MPU FAULT ***** +[00:00:01.426,000] <err> os: Stacking error (context area might be not valid) +[00:00:01.434,000] <err> os: Data Access Violation +[00:00:01.440,000] <err> os: MMFAR Address: 0x20000e30 +[00:00:01.446,000] <err> os: r0/a1: 0x4868fe10 r1/a2: 0xaa0e2380 r2/a3: 0xf0042105 +[00:00:01.454,000] <err> os: r3/a4: 0x2800fe0e r12/ip: 0x486fdd76 r14/lr: 0x21054f6a +[00:00:01.463,000] <err> os: xpsr: 0x2400ae00 +[00:00:01.468,000] <err> os: Faulting instruction address (r15/pc): 0xfcbbf004 +[00:00:01.476,000] <err> os: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0 +[00:00:01.484,000] <err> os: Current thread: 0x20000140 (unknown) +[00:00:01.491,000] <err> os: Halting system + \ No newline at end of file diff --git a/results/v3.7.0-4020-g9f73988be029/stm32h573i_dk.xml b/results/v3.7.0-4020-g9f73988be029/stm32h573i_dk.xml new file mode 100644 index 00000000..b3837a9c --- /dev/null +++ b/results/v3.7.0-4020-g9f73988be029/stm32h573i_dk.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/results/v3.7.0-4020-g9f73988be029/stm32h7s78_dk.xml b/results/v3.7.0-4020-g9f73988be029/stm32h7s78_dk.xml new file mode 100644 index 00000000..c44a1a7c --- /dev/null +++ b/results/v3.7.0-4020-g9f73988be029/stm32h7s78_dk.xml @@ -0,0 +1,33 @@ +*** Booting Zephyr OS build v3.7.0-4020-g9f73988be029 *** +I: Submitting 4 read requests +D: sensor@0: buf_len = 16, buf = 0x24000334 +D: sensor@0: buf_len = 16, buf = 0x24000344 +D: sensor@0: buf_len = 16, buf = 0x24000354 +D: sensor@0: buf_len = 16, buf = 0x24000364 +D: Consumed completion event 0 +D: Consumed completion event 1 +D: Consumed completion event 2 +D: Consumed completion event 3 +I: Start processing 4 samples +D: Sample data: +D: 00 01 02 03 04 05 06 07 |........ +D: 08 09 0a 0b 0c 0d 0e 0f |........ +D: Sample data: +D: 10 11 12 13 14 15 16 17 |........ +D: 18 19 1a 1b 1c 1d 1e 1f |........ +D: Sample data: +D: 20 21 22 23 24 25 26 27 | !"#$%&' +D: 28 29 2a 2b 2c 2d 2e 2f |()*+,-./ +D: Sample data: +D: 30 31 32 33 34 35 36 37 |01234567 +D: 38 39 3a 3b 3c 3d 3e 3f |89:;<=>? +E: ***** USAGE FAULT ***** +E: Attempt to execute undefined instruction +E: r0/a1: 0x00000bb8 r1/a2: 0x00000000 r2/a3: 0x00000000 +E: r3/a4: 0x00000bb8 r12/ip: 0x00000000 r14/lr: 0x08003061 +E: xpsr: 0x01000000 +E: Faulting instruction address (r15/pc): 0x08002fce +E: >>> ZEPHYR FATAL ERROR 36: Unknown error on CPU 0 +E: Current thread: 0x24000210 (unknown) +E: Halting system + \ No newline at end of file diff --git a/results/v3.7.0-4020-g9f73988be029/stm32u083c_dk.xml b/results/v3.7.0-4020-g9f73988be029/stm32u083c_dk.xml new file mode 100644 index 00000000..105c1638 --- /dev/null +++ b/results/v3.7.0-4020-g9f73988be029/stm32u083c_dk.xml @@ -0,0 +1 @@ + \ No newline at end of file