Open
Description
Describe the bug
Test tests/drivers/hwinfo/api/drivers.hwinfo.api
reports timeout.
Observed for nrf9160dk/nrf9160/ns
.
Regression
- This is a regression.
Steps to reproduce
- have
nrf9160dk/nrf9160
connected - go to your zephyr dir
- call
./scripts/twister -s drivers.hwinfo.api -p nrf9160dk/nrf9160/ns --device-testing --device-serial /dev/ttyACM0 -v --inline-logs --west-flash="--erase"
- See console output with error
Relevant log output
ERROR - *** Booting Zephyr OS build v4.2.0-rc1-2-g8d88d02a439f ***
Running TESTSUITE hwinfo_device_id_api
===================================================================
START - test_clear_reset_cause
PASS - test_clear_reset_cause in 0.001 seconds
===================================================================
START - test_device_id_get
ASSERTION FAIL [err == 0] @ WEST_TOPDIR/zephyr/soc/nordic/common/./soc_secure.h:60
Secure read error (-22)
E: r0/a1: 0x00000004 r1/a2: 0x0000003c r2/a3: 0x00000001
E: r3/a4: 0x00000004 r12/ip: 0x00000002 r14/lr: 0x00052eeb
E: xpsr: 0x21000000
E: Faulting instruction address (r15/pc): 0x00056be4
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x200160d0 (test_device_id_get)
E: Halting system
Impact
Annoyance – Minor irritation; no significant impact on usability or functionality.
Environment
- OS: Ubuntu 20.04.1 LTS
- Toolchain Zephyr SDK 0.17.0
- Commit SHA or Version used: 0f8b7b7
Additional Context
Bisection indicates for f67be66
Metadata
Metadata
Assignees
Type
Projects
Status
To triage