Test Case Output

Back to test-mbed-hal-rtc-reset Results ^

Target: NUCLEO_L452RE_P
Test: test-mbed-hal-rtc-reset
Test Case: test-mbed-hal-rtc-reset

[1/3] Building CXX object hal/tests/TESTS/mbed_hal/rtc_reset/CMakeFiles/test-mbed-hal-rtc-reset.dir/main.cpp.obj
[2/3] Linking CXX executable hal/tests/TESTS/mbed_hal/rtc_reset/test-mbed-hal-rtc-reset.elf
-- built: /home/jamie/Mbed/mbed-os/build/NUCLEO_L452RE_P-Develop/hal/tests/TESTS/mbed_hal/rtc_reset/test-mbed-hal-rtc-reset.bin
-- built: /home/jamie/Mbed/mbed-os/build/NUCLEO_L452RE_P-Develop/hal/tests/TESTS/mbed_hal/rtc_reset/test-mbed-hal-rtc-reset.hex
| Module                   |     .text |    .data |     .bss |
|--------------------------|-----------|----------|----------|
| CMakeFiles/mbed-os.dir   | 27888(-4) |  444(+0) | 7906(+0) |
| [fill]                   |   154(+4) |    8(+0) |   36(+0) |
| [lib]/c.a                | 31876(+0) | 1708(+0) |  373(+0) |
| [lib]/client_userio.a    |  1342(+0) |   36(+0) |    8(+0) |
| [lib]/gcc.a              |  3348(+0) |    0(+0) |    0(+0) |
| [lib]/mbed-greentea-io.a |    70(+0) |    0(+0) |    0(+0) |
| [lib]/misc               |   264(+0) |    4(+0) |   25(+0) |
| hal/tests                |   326(+0) |    0(+0) |  204(+0) |
| Subtotals                | 65268(+0) | 2200(+0) | 8552(+0) |
Total Static RAM memory (data + bss): 10752(+0) bytes
Total Flash memory (text + data): 67468(+0) bytes

[3/3] Flashing test-mbed-hal-rtc-reset with OpenOCD...
Open On-Chip Debugger 0.12.0+dev-00499-g151b74371 (2024-01-22-10:06)
Licensed under GNU GPL v2
For bug reports, read
	http://openocd.org/doc/doxygen/bugs.html
DEPRECATED! use 'adapter driver' not 'interface'
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
DEPRECATED! use 'adapter serial' not 'hla_serial'
Info : clock speed 500 kHz
Info : STLINK V2J39M27 (API v2) VID:PID 0483:374B
Info : Target voltage: 3.240000
Info : [stm32l4x.cpu] Cortex-M4 r0p1 processor detected
Info : [stm32l4x.cpu] target has 6 breakpoints, 4 watchpoints
Info : [stm32l4x.cpu] Examination succeed
Info : gdb port disabled
Info : Unable to match requested speed 500 kHz, using 480 kHz
Info : Unable to match requested speed 500 kHz, using 480 kHz
[stm32l4x.cpu] halted due to debug-request, current mode: Thread 
xPSR: 0x01000000 pc: 0x08000330 msp: 0x10000698
** Programming Started **
Info : device idcode = 0x20016462 (STM32L45/L46xx - Rev Y : 0x2001)
Info : RDP level 0 (0xAA)
Info : flash size = 512 KiB
Info : flash mode : single-bank
Warn : Adding extra erase range, 0x08018b70 .. 0x08018fff
** Programming Finished **
** Resetting Target **
Info : Unable to match requested speed 500 kHz, using 480 kHz
Info : Unable to match requested speed 500 kHz, using 480 kHz
shutdown command invoked
Executing: /home/jamie/Mbed/mbed-os/venv/bin/python3.10 -m mbed_host_tests.mbedhtrun --skip-flashing -p /dev/ttyNUCLEO_L452RE_P --skip-reset -e /home/jamie/Mbed/mbed-os/hal/tests/TESTS/host_tests -m NUCLEO_L452RE_P --baud-rate=115200
[1719851068.81][HTST][INF] host test executor ver. 0.0.16
[1719851068.81][HTST][INF] copy image onto target... SKIPPED!
[1719851068.83][HTST][INF] starting host test process...
[1719851068.84][CONN][INF] starting connection process...
[1719851068.84][CONN][INF] notify event queue about extra 60 sec timeout for serial port pooling
[1719851068.84][CONN][INF] initializing serial port listener... 
[1719851068.84][HTST][INF] setting timeout to: 60 sec
[1719851068.84][SERI][INF] using specified port '/dev/ttyNUCLEO_L452RE_P'
[1719851068.84][SERI][INF] serial(port=/dev/ttyNUCLEO_L452RE_P, baudrate=115200, read_timeout=0.01, write_timeout=5)
[1719851068.85][SERI][TXD] mbedmbedmbedmbedmbedmbedmbedmbedmbedmbed
[1719851068.85][CONN][INF] sending up to 2 __sync packets (specified with --sync=2)
[1719851068.85][CONN][INF] sending preamble 'c0aa1063-93f4-4234-b2bb-d099f5fe3025'
[1719851068.85][SERI][TXD] {{__sync;c0aa1063-93f4-4234-b2bb-d099f5fe3025}}
[1719851068.86][CONN][RXD] mbedmbedmbedmbedmbedmbedmbedmbed
[1719851068.86][CONN][INF] found SYNC in stream: {{__sync;c0aa1063-93f4-4234-b2bb-d099f5fe3025}} it is #0 sent, queued...
[1719851068.86][HTST][INF] sync KV found, uuid=c0aa1063-93f4-4234-b2bb-d099f5fe3025, timestamp=1719851068.863150
[1719851068.87][CONN][INF] found KV pair in stream: {{__version;1.3.0}}, queued...
[1719851068.88][CONN][INF] found KV pair in stream: {{__timeout;100}}, queued...
[1719851068.88][HTST][INF] DUT greentea-client version: 1.3.0
[1719851068.88][HTST][INF] setting timeout to: 100 sec
[1719851068.88][CONN][INF] found KV pair in stream: {{__host_test_name;rtc_reset}}, queued...
[1719851068.88][CONN][INF] found KV pair in stream: {{start;1}}, queued...
[1719851068.88][HTST][INF] host test class: ''
[1719851068.88][HTST][INF] host test setup() call...
[1719851068.88][HTST][INF] CALLBACKs updated
[1719851068.88][HTST][INF] host test detected: rtc_reset
[1719851068.89][SERI][TXD] {{init;0}}
[1719851068.90][CONN][INF] found KV pair in stream: {{ack;0}}, queued...
[1719851068.91][SERI][TXD] {{write;1537789823}}
[1719851068.92][CONN][INF] found KV pair in stream: {{ack;0}}, queued...
[1719851068.93][SERI][TXD] {{read;0}}
[1719851068.94][CONN][INF] found KV pair in stream: {{read;1537789823}}, queued...
[1719851068.95][SERI][TXD] {{free;0}}
[1719851068.97][CONN][INF] found KV pair in stream: {{ack;0}}, queued...
[1719851068.98][SERI][TXD] {{reset;0}}
[1719851073.98][SERI][TXD] {{__sync;00000000-0000-000000000-000000000000}}
[1719851073.99][CONN][RXD] mbedmbedmbedmbedmbedmbedmbedmbed
[1719851073.99][CONN][INF] found KV pair in stream: {{__sync;00000000-0000-000000000-000000000000}}, queued...
[1719851073.99][HTST][ERR] orphan event in main phase: {{__sync;00000000-0000-000000000-000000000000}}, timestamp=1719851073.990490
[1719851074.00][CONN][INF] found KV pair in stream: {{__version;1.3.0}}, queued...
[1719851074.00][HTST][ERR] orphan event in main phase: {{__version;1.3.0}}, timestamp=1719851074.002450
[1719851074.00][CONN][INF] found KV pair in stream: {{__timeout;100}}, queued...
[1719851074.00][HTST][ERR] orphan event in main phase: {{__timeout;100}}, timestamp=1719851074.002481
[1719851074.00][CONN][INF] found KV pair in stream: {{__host_test_name;rtc_reset}}, queued...
[1719851074.00][CONN][INF] found KV pair in stream: {{start;1}}, queued...
[1719851074.01][HTST][ERR] orphan event in main phase: {{__host_test_name;rtc_reset}}, timestamp=1719851074.002493
[1719851074.02][SERI][TXD] {{init;0}}
[1719851074.03][CONN][INF] found KV pair in stream: {{ack;0}}, queued...
[1719851074.04][SERI][TXD] {{read;0}}
[1719851074.05][CONN][INF] found KV pair in stream: {{read;1537789828}}, queued...
[1719851074.06][SERI][TXD] {{exit;pass}}
[1719851074.07][CONN][INF] found KV pair in stream: {{end;success}}, queued...
[1719851074.07][CONN][INF] found KV pair in stream: {{__exit;0}}, queued...
[1719851074.07][HTST][INF] __exit(0)
[1719851074.08][HTST][INF] __notify_complete(True)
[1719851074.08][HTST][INF] __exit_event_queue received
[1719851074.08][HTST][INF] test suite run finished after 5.20 sec...
[1719851074.08][CONN][INF] received special event '__host_test_finished' value='True', finishing
[1719851074.11][HTST][INF] CONN exited with code: 0
[1719851074.11][HTST][INF] Some events in queue
[1719851074.11][HTST][INF] stopped consuming events
[1719851074.11][HTST][INF] host test result() call skipped, received: True
[1719851074.11][HTST][INF] calling blocking teardown()
[1719851074.11][HTST][INF] teardown() finished
[1719851074.11][HTST][INF] {{result;success}}