Test Case Output

Back to test-mbed-connectivity-netsocket-lwipstack-udp Results ^

Target: FF_LPC546XX
Test: test-mbed-connectivity-netsocket-lwipstack-udp
Test Case: test-mbed-connectivity-netsocket-lwipstack-udp

[1/20] Building CXX object connectivity/netsocket/tests/TESTS/netsocket/udp/CMakeFiles/test-mbed-connectivity-netsocket-lwipstack-udp.dir/udpsocket_bind_port.cpp.obj
[2/20] Building CXX object connectivity/netsocket/tests/TESTS/netsocket/udp/CMakeFiles/test-mbed-connectivity-netsocket-lwipstack-udp.dir/udpsocket_bind_address_null.cpp.obj
[3/20] Building CXX object connectivity/netsocket/tests/TESTS/netsocket/udp/CMakeFiles/test-mbed-connectivity-netsocket-lwipstack-udp.dir/udpsocket_sendto_timeout.cpp.obj
In file included from J:/Mbed/mbed-os/connectivity/netsocket/tests/TESTS/netsocket/udp/udp_tests.h:22,
                 from J:/Mbed/mbed-os/connectivity/netsocket/tests/TESTS/netsocket/udp/udpsocket_sendto_timeout.cpp:23:
J:/Mbed/mbed-os/connectivity/netsocket/tests/TESTS/netsocket/udp/udpsocket_sendto_timeout.cpp: In function 'void UDPSOCKET_SENDTO_TIMEOUT()':
J:/Mbed/mbed-os/connectivity/netsocket/tests/TESTS/netsocket/udp/udpsocket_sendto_timeout.cpp:45:48: warning: 'float mbed::TimerBase::read() const' is deprecated: Floating point operators should normally be avoided for code size. If really needed, you can use `duration{elapsed_time()}.count()` [since mbed-os-6.0.0] [-Wdeprecated-declarations]
   45 |     tr_info("MBED: Time taken: %fs", timer.read());
      |                                      ~~~~~~~~~~^~
J:/Mbed/mbed-os/platform/mbed-trace/include/mbed-trace/mbed_trace.h:129:79: note: in definition of macro 'tr_info'
  129 | #define tr_info(...)            mbed_tracef(TRACE_LEVEL_INFO,    TRACE_GROUP, __VA_ARGS__)   //!< Print info message
      |                                                                               ^~~~~~~~~~~
In file included from J:/Mbed/mbed-os/mbed.h:87,
                 from J:/Mbed/mbed-os/connectivity/netsocket/tests/TESTS/netsocket/udp/udpsocket_sendto_timeout.cpp:18:
J:/Mbed/mbed-os/drivers/include/drivers/Timer.h:79:11: note: declared here
   79 |     float read() const;
      |           ^~~~
J:/Mbed/mbed-os/connectivity/netsocket/tests/TESTS/netsocket/udp/udpsocket_sendto_timeout.cpp:53:48: warning: 'float mbed::TimerBase::read() const' is deprecated: Floating point operators should normally be avoided for code size. If really needed, you can use `duration{elapsed_time()}.count()` [since mbed-os-6.0.0] [-Wdeprecated-declarations]
   53 |     tr_info("MBED: Time taken: %fs", timer.read());
      |                                      ~~~~~~~~~~^~
J:/Mbed/mbed-os/platform/mbed-trace/include/mbed-trace/mbed_trace.h:129:79: note: in definition of macro 'tr_info'
  129 | #define tr_info(...)            mbed_tracef(TRACE_LEVEL_INFO,    TRACE_GROUP, __VA_ARGS__)   //!< Print info message
      |                                                                               ^~~~~~~~~~~
J:/Mbed/mbed-os/drivers/include/drivers/Timer.h:79:11: note: declared here
   79 |     float read() const;
      |           ^~~~
[4/20] Building CXX object connectivity/netsocket/tests/TESTS/netsocket/udp/CMakeFiles/test-mbed-connectivity-netsocket-lwipstack-udp.dir/udpsocket_sendto_repeat.cpp.obj
[5/20] Building CXX object connectivity/netsocket/tests/TESTS/netsocket/udp/CMakeFiles/test-mbed-connectivity-netsocket-lwipstack-udp.dir/udpsocket_open_destruct.cpp.obj
[6/20] Building CXX object connectivity/netsocket/tests/TESTS/netsocket/udp/CMakeFiles/test-mbed-connectivity-netsocket-lwipstack-udp.dir/udpsocket_open_close_repeat.cpp.obj
[7/20] Building CXX object connectivity/netsocket/tests/TESTS/netsocket/udp/CMakeFiles/test-mbed-connectivity-netsocket-lwipstack-udp.dir/main.cpp.obj
[8/20] Building CXX object connectivity/netsocket/tests/TESTS/netsocket/udp/CMakeFiles/test-mbed-connectivity-netsocket-lwipstack-udp.dir/udpsocket_bind_address_invalid.cpp.obj
[9/20] Building CXX object connectivity/netsocket/tests/TESTS/netsocket/udp/CMakeFiles/test-mbed-connectivity-netsocket-lwipstack-udp.dir/udpsocket_sendto_invalid.cpp.obj
[10/20] Building CXX object connectivity/netsocket/tests/TESTS/netsocket/udp/CMakeFiles/test-mbed-connectivity-netsocket-lwipstack-udp.dir/udpsocket_echotest.cpp.obj
[11/20] Building CXX object connectivity/netsocket/tests/TESTS/netsocket/udp/CMakeFiles/test-mbed-connectivity-netsocket-lwipstack-udp.dir/udpsocket_bind_unopened.cpp.obj
[12/20] Building CXX object connectivity/netsocket/tests/TESTS/netsocket/udp/CMakeFiles/test-mbed-connectivity-netsocket-lwipstack-udp.dir/udpsocket_bind_address.cpp.obj
[13/20] Building CXX object connectivity/netsocket/tests/TESTS/netsocket/udp/CMakeFiles/test-mbed-connectivity-netsocket-lwipstack-udp.dir/udpsocket_open_limit.cpp.obj
[14/20] Building CXX object connectivity/netsocket/tests/TESTS/netsocket/udp/CMakeFiles/test-mbed-connectivity-netsocket-lwipstack-udp.dir/udpsocket_bind_port_fail.cpp.obj
[15/20] Building CXX object connectivity/netsocket/tests/TESTS/netsocket/udp/CMakeFiles/test-mbed-connectivity-netsocket-lwipstack-udp.dir/udpsocket_open_twice.cpp.obj
[16/20] Building CXX object connectivity/netsocket/tests/TESTS/netsocket/udp/CMakeFiles/test-mbed-connectivity-netsocket-lwipstack-udp.dir/udpsocket_recv_timeout.cpp.obj
In file included from J:/Mbed/mbed-os/connectivity/netsocket/tests/TESTS/netsocket/udp/udp_tests.h:22,
                 from J:/Mbed/mbed-os/connectivity/netsocket/tests/TESTS/netsocket/udp/udpsocket_recv_timeout.cpp:23:
J:/Mbed/mbed-os/connectivity/netsocket/tests/TESTS/netsocket/udp/udpsocket_recv_timeout.cpp: In function 'void UDPSOCKET_RECV_TIMEOUT()':
J:/Mbed/mbed-os/connectivity/netsocket/tests/TESTS/netsocket/udp/udpsocket_recv_timeout.cpp:66:65: warning: 'int mbed::TimerBase::read_ms() const' is deprecated: Use the Chrono-based elapsed_time method.  If integer milliseconds are needed, you can use `duration_cast(elapsed_time()).count()` [since mbed-os-6.0.0] [-Wdeprecated-declarations]
   66 |             tr_info("MBED: recvfrom() took: %dms", timer.read_ms());
      |                                                    ~~~~~~~~~~~~~^~
J:/Mbed/mbed-os/platform/mbed-trace/include/mbed-trace/mbed_trace.h:129:79: note: in definition of macro 'tr_info'
  129 | #define tr_info(...)            mbed_tracef(TRACE_LEVEL_INFO,    TRACE_GROUP, __VA_ARGS__)   //!< Print info message
      |                                                                               ^~~~~~~~~~~
In file included from J:/Mbed/mbed-os/mbed.h:87,
                 from J:/Mbed/mbed-os/connectivity/netsocket/tests/TESTS/netsocket/udp/udpsocket_recv_timeout.cpp:18:
J:/Mbed/mbed-os/drivers/include/drivers/Timer.h:86:9: note: declared here
   86 |     int read_ms() const;
      |         ^~~~~~~
[17/20] Building CXX object connectivity/netsocket/tests/TESTS/netsocket/udp/CMakeFiles/test-mbed-connectivity-netsocket-lwipstack-udp.dir/udpsocket_echotest_burst.cpp.obj
[18/20] Building CXX object connectivity/netsocket/tests/TESTS/netsocket/udp/CMakeFiles/test-mbed-connectivity-netsocket-lwipstack-udp.dir/udpsocket_bind_wrong_type.cpp.obj
[19/20] Linking CXX executable connectivity\netsocket\tests\TESTS\netsocket\udp\test-mbed-connectivity-netsocket-lwipstack-udp.elf
-- built: J:/Mbed/mbed-os/cmake-build-develop-lpc546xx/connectivity/netsocket/tests/TESTS/netsocket/udp/test-mbed-connectivity-netsocket-lwipstack-udp.bin
-- built: J:/Mbed/mbed-os/cmake-build-develop-lpc546xx/connectivity/netsocket/tests/TESTS/netsocket/udp/test-mbed-connectivity-netsocket-lwipstack-udp.hex
LPC Patch: test-mbed-connectivity-netsocket-lwipstack-udp.bin
| Module                                     |         .text |      .data |          .bss |
|--------------------------------------------|---------------|------------|---------------|
| CMakeFiles\mbed-os.dir                     | 45629(-10349) |    500(+0) |   6789(-3124) |
| [fill]                                     |     256(-159) |      7(-9) |       30(-52) |
| [lib]\c.a                                  |   15217(-596) |   1740(+0) |       373(+0) |
| [lib]\client_userio.a                      |      1747(+0) |     56(+0) |         8(+0) |
| [lib]\gcc.a                                |      3948(+0) |      0(+0) |         0(+0) |
| [lib]\mbed-emac.a                          |      0(-2837) |      0(-8) |       0(-805) |
| [lib]\mbed-greentea-io.a                   |        72(+0) |      0(+0) |         0(+0) |
| [lib]\mbed-lwipstack.a                     |     0(-46769) |      0(-4) |     0(-11090) |
| [lib]\mbed-mbedtls.a                       |        0(-82) |      0(+0) |        0(-40) |
| [lib]\mbed-netsocket-api.a                 |  2660(-11834) |     0(-99) |       0(-345) |
| [lib]\mbed-netsocket-tests-use-lwipstack.a |         0(-8) |      0(+0) |         0(+0) |
| [lib]\mbed-ppp.a                           |      0(-2716) |      0(+0) |         0(+0) |
| [lib]\mbed-randlib.a                       |       0(-434) |      0(+0) |        0(-16) |
| [lib]\mbed-unity.a                         |      1776(+0) |      0(+0) |       224(+0) |
| [lib]\mbed-utest.a                         |      5067(+0) |     13(+0) |       201(+0) |
| [lib]\misc                                 |       288(+0) |      4(+0) |        25(+0) |
| [lib]\power.a                              |        96(+0) |      0(+0) |         0(+0) |
| [lib]\service.a                            |      582(-48) |      0(+0) |         0(+0) |
| [lib]\stdc++.a                             |         0(-1) |      0(+0) |         0(+0) |
| connectivity\netsocket                     |     10594(+0) |     24(+0) |      3622(+0) |
| Subtotals                                  | 87932(-75833) | 2344(-120) | 11272(-15472) |
Total Static RAM memory (data + bss): 13616(-15592) bytes
Total Flash memory (text + data): 90276(-75953) bytes

RAM Bank SRAMX: 256(+0)/32768 bytes used, 0.8% (+0.0%) used
RAM Bank SRAM_UPPER: 15664(+0)/163840 bytes used, 9.6% (+0.0%) used
RAM Bank USB_RAM: 0(+0)/8192 bytes used, 0.0% (+0.0%) used
ROM Bank PROGRAM_FLASH: 90592(+0)/524288 bytes used, 17.3% (+0.0%) used
ROM Bank EEPROM: 0(+0)/16384 bytes used, 0.0% (+0.0%) used

[19/20] Flashing test-mbed-connectivity-netsocket-lwipstack-udp with LinkServer...
INFO: Selected device LPC54605J512:FF_LPC546XX
INFO: Getting available probes
INFO: Selected probe #1 808100003bb3e97200000000000000000000000097969902 (CMSIS-DAP)
Ns: LinkServer RedlinkMulti Driver v24.12 (Dec 18 2024 18:34:07 - crt_emu_cm_redlink.exe build 869)
Pc: (  0) Reading remote configuration
Wc(03). No cache support.
Nc: Found generic directory XML file in C:\Users\jamie\AppData\Local\Temp\tmpd5q4y9db\crt_directory.xml
Pc: (  5) Remote configuration complete
Nc: Reconnected to existing LinkServer process.
Nc: Probe Firmware: CMSIS-DAP (ARM)
Nc: Serial Number:  808100003bb3e97200000000000000000000000097969902
Nc: VID:PID:  0D28:0204
Nc: USB Path: \\?\hid#vid_0d28&pid_0204&mi_03#a&328ecbe4&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}
Nc: Using memory from core 0 after searching for a good core
Pc: ( 30) Emulator Connected
Pc: ( 40) Debug Halt
Pc: ( 50) CPU ID
Nc: debug interface type      = CoreSight DP (DAP DP ID 2BA01477) over SWD TAP 0
Nc: processor type            = Cortex-M4 (CPU ID 00000C24) on DAP AP 0
Nc: number of h/w breakpoints = 6
Nc: number of flash patches   = 2
Nc: number of h/w watchpoints = 4
Nc: Probe(0): Connected&Reset. DpID: 2BA01477. CpuID: 00000C24. Info: 
Nc: Debug protocol: SWD. RTCK: Disabled. Vector catch: Disabled.
Ns: Content of CoreSight Debug ROM(s):
Nc: RBASE E00FF000: CID B105100D PID 04000BB4C4 ROM (type 0x1)
Nc: ROM 1 E000E000: CID B105E00D PID 04000BB00C Gen SCS (type 0x0)
Nc: ROM 1 E0001000: CID B105E00D PID 04003BB002 Gen DWT (type 0x0)
Nc: ROM 1 E0002000: CID B105E00D PID 04002BB003 Gen FPB (type 0x0)
Nc: ROM 1 E0000000: CID B105E00D PID 04003BB001 Gen ITM (type 0x0)
Nc: ROM 1 E0040000: CID B105900D PID 04000BB9A1 CSt TPIU type 0x11 Trace Sink - TPIU
Nc: ROM 1 E0041000: CID B105900D PID 04000BB925 CSt ETM type 0x13 Trace Source - Core
Nc: NXP: LPC54605J512
Nc: DAP stride is 4096 bytes (1024 words)
Nc: Inspected v.2 On-chip Flash Memory LPC5460x_512K.cfx
Nc: Image 'LPC5460x (512K Flash) Dec 18 2024 17:24:57'
Pc: ( 65) Chip Setup Complete
Pc: ( 70) License Check Complete
Nt: Loading 'test-mbed-connectivity-netsocket-lwipstack-udp.bin' Binary 0x00000000 len 0x14210
Nc: Opening flash driver LPC5460x_512K.cfx
Nc: Sending VECTRESET to run flash driver
Nc: Flash device supported (512KB = 16*32K at 0x0)
Pb: 1 of 1 (  0) Writing sectors 0-2 at 0x00000000 with 82448 bytes
Ps: (  0) at 00000000: 0 bytes - 0/82448
Ps: ( 19) at 00000000: 16384 bytes - 16384/82448
Nc: 00004000 done  19% (16384 out of 82448)
Ps: ( 39) at 00004000: 16384 bytes - 32768/82448
Nc: 00008000 done  39% (32768 out of 82448)
Ps: ( 59) at 00008000: 16384 bytes - 49152/82448
Nc: 0000C000 done  59% (49152 out of 82448)
Ps: ( 79) at 0000C000: 16384 bytes - 65536/82448
Nc: 00010000 done  79% (65536 out of 82448)
Ps: ( 99) at 00010000: 16384 bytes - 81920/82448
Nc: 00014000 done  99% (81920 out of 82448)
Ps: (100) at 00014000: 16384 bytes - 98304/82448
Nc: 00018000 done 100% (98304 out of 82448)
Nc: Sectors written: 3, unchanged: 0, total: 3
Nc: Closing flash driver LPC5460x_512K.cfx
Pb: (100) Finished writing Flash successfully.
Nt: Loaded 0x14210 bytes in 6203ms (about 13kB/s)
Nt: Reset target (system)
Nc: Starting execution using system reset
Executing: J:/Mbed/mbed-os/venv/Scripts/python.exe -m mbed_host_tests.mbedhtrun --skip-flashing -p COM10 --skip-reset -m FF_LPC546XX --baud-rate=115200
[+502ms][HTST][INF] host test executor ver. 0.0.16
[+502ms][HTST][INF] copy image onto target... SKIPPED!
[+504ms][HTST][INF] starting host test process...
[+490ms][CONN][INF] starting connection process...
[+491ms][CONN][INF] notify event queue about extra 60 sec timeout for serial port pooling
[+491ms][CONN][INF] initializing serial port listener... 
[+491ms][SERI][INF] using specified port 'COM10'
[+491ms][SERI][INF] serial(port=COM10, baudrate=115200, read_timeout=0.01, write_timeout=5)
[+1042ms][HTST][INF] setting timeout to: 60 sec
[+516ms][SERI][TXD] mbedmbedmbedmbedmbedmbedmbedmbedmbedmbed
[+516ms][CONN][INF] sending up to 2 __sync packets (specified with --sync=2)
[+516ms][CONN][INF] sending preamble '5149c483-e09f-4f03-b2de-b75fb813ba23'
[+517ms][SERI][TXD] {{__sync;5149c483-e09f-4f03-b2de-b75fb813ba23}}
[+537ms][CONN][RXD] mbedmbedmbedmbedmbedmbedmbedmbed
[+538ms][CONN][INF] found SYNC in stream: {{__sync;5149c483-e09f-4f03-b2de-b75fb813ba23}} it is #0 sent, queued...
[+538ms][CONN][INF] found KV pair in stream: {{__version;1.3.0}}, queued...
[+538ms][CONN][INF] found KV pair in stream: {{__timeout;1200}}, queued...
[+1088ms][HTST][INF] sync KV found, uuid=5149c483-e09f-4f03-b2de-b75fb813ba23, timestamp=1745084617.728047
[+1088ms][HTST][INF] DUT greentea-client version: 1.3.0
[+1088ms][HTST][INF] setting timeout to: 1200 sec
[+548ms][CONN][RXD] :61::FAIL: No NetworkInterface configured
[+548ms][CONN][RXD] >>> failure with reason 'Assertion Failed' during 'Test Setup Handler'
[+548ms][CONN][INF] found KV pair in stream: {{__host_test_name;default_auto}}, queued...
[+1099ms][HTST][INF] host test class: ''
[+1099ms][HTST][INF] host test setup() call...
[+1099ms][HTST][INF] CALLBACKs updated
[+1099ms][HTST][INF] host test detected: default_auto
[+559ms][CONN][INF] found KV pair in stream: {{end;failure}}, queued...
[+559ms][CONN][INF] found KV pair in stream: {{__exit;0}}, queued...
[+1109ms][HTST][INF] __exit(0)
[+1110ms][HTST][INF] __notify_complete(False)
[+1110ms][HTST][INF] __exit_event_queue received
[+1110ms][HTST][INF] test suite run finished after 0.02 sec...
[+569ms][CONN][INF] received special event '__host_test_finished' value='True', finishing
[+1161ms][HTST][INF] CONN exited with code: 0
[+1162ms][HTST][INF] Some events in queue
[+1162ms][HTST][INF] stopped consuming events
[+1162ms][HTST][INF] host test result() call skipped, received: False
[+1162ms][HTST][INF] calling blocking teardown()
[+1162ms][HTST][INF] teardown() finished
[+1162ms][HTST][INF] {{result;failure}}
CMake Error at mbed-run-greentea-test-mbed-connectivity-netsocket-lwipstack-udp.cmake:19 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"