Skip to content

libc/socket: add unix socket tests #3610

libc/socket: add unix socket tests

libc/socket: add unix socket tests #3610

GitHub Actions / Unit Test Results failed Oct 10, 2024 in 0s

9 fail, 718 skipped, 7 043 pass in 43m 41s

7 770 tests   7 043 ✅  43m 41s ⏱️
  445 suites    718 💤
    1 files        9 ❌

Results for commit b362dc4.

Annotations

Check warning on line 0 in phoenix-rtos-tests/libc/unix-socket

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7a7-imx6ull-evk:phoenix-rtos-tests/libc/unix-socket (phoenix-rtos-tests/libc/unix-socket) failed

junit.xml [took 30s]
Raw output
Pexpect failure
EXPECTED:
	0: ASSERTION [\\S]+:\\d+:(?P<status>FAIL|INFO|IGNORE)(: (?P<msg>.*?))?\\r
	1: TEST\\((?P<group>\\w+), (?P<name>\\w+)\\) (?P<status>PASS|IGNORE)
	2: TEST\\((?P<group>\\w+), (?P<name>\\w+)\\) (?P<status>FAIL) at (?P<path>.*?):(?P<line>\\d+)\\r
	3: (?P<total>\\d+) Tests (?P<fail>\\d+) Failures (?P<ignore>\\d+) Ignored \\r+\\n(?P<result>OK|FAIL)
GOT:


Exception: 4 #Abort
 r0=00000331  r1=00000000  r2=00000001  r3=00000d40
 r4=7ffffe58  r5=00000000  r6=00000000  r7=ffffffff
 r8=0000006a  r9=7ffffe24 r10=00000014  fp=00000010
 ip=00000001  sp=7ffffdd0  lr=0000006a  pc=000094ca
psr=00000030 dfs=00000005 dfa=80000000 ifs=0000001e
ifa=e27c4839

Exception: 4 #Abort
 r0=00000331  r1=00000000  r2=00000001  r3=00000d40
 r4=7ffffe58  r5=00000000  r6=00000000  r7=ffffffff
 r8=0000006a  r9=7ffffe24 r10=00000014  fp=00000010
 ip=00000001  sp=7ffffdd0  lr=0000006a  pc=000094ca
psr=00000030 dfs=00000005 dfa=80000000 ifs=0000001e
ifa=e27c4839

in thread 628, process "/bin/test-libc-unix-socket" (PID: 586)
(psh)% 
ASSERTION TRACEBACK (most recent call last):
  File "/actions-runner/_work/phoenix-rtos-tests/phoenix-rtos-tests/phoenix-rtos-tests/trunner/harness/unity.py", line 23, in unity_harness
    idx = dut.expect([assert_re, result_re, result_fail_re, final_re], timeout=timeout_val)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/spawnbase.py", line 343, in expect
    return self.expect_list(compiled_pattern_list,
  File "/opt/venv/lib/python3.10/site-packages/pexpect/spawnbase.py", line 372, in expect_list
    return exp.expect_loop(timeout)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/expect.py", line 181, in expect_loop
    return self.timeout(e)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/expect.py", line 144, in timeout
    raise exc

Check warning on line 0 in phoenix-rtos-tests/libc/unix-socket

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7a9-zynq7000-qemu:phoenix-rtos-tests/libc/unix-socket (phoenix-rtos-tests/libc/unix-socket) failed

junit.xml [took 30s]
Raw output
Pexpect failure
EXPECTED:
	0: ASSERTION [\\S]+:\\d+:(?P<status>FAIL|INFO|IGNORE)(: (?P<msg>.*?))?\\r
	1: TEST\\((?P<group>\\w+), (?P<name>\\w+)\\) (?P<status>PASS|IGNORE)
	2: TEST\\((?P<group>\\w+), (?P<name>\\w+)\\) (?P<status>FAIL) at (?P<path>.*?):(?P<line>\\d+)\\r
	3: (?P<total>\\d+) Tests (?P<fail>\\d+) Failures (?P<ignore>\\d+) Ignored \\r+\\n(?P<result>OK|FAIL)
GOT:


Exception: 4 #Abort
 r0=000004c6  r1=80000000  r2=0000008a  r3=00001140
 r4=7ffffdd8  r5=00000000  r6=00000000  r7=ffffffff
 r8=00000089  r9=00000014 r10=000005c6  fp=00000000
 ip=00000001  sp=7ffffd48  lr=0000008a  pc=00009482
psr=00000030 dfs=00000005 dfa=80000000 ifs=ffffffff
ifa=ffffffff

Exception: 4 #Abort
 r0=000004c6  r1=80000000  r2=0000008a  r3=00001140
 r4=7ffffdd8  r5=00000000  r6=00000000  r7=ffffffff
 r8=00000089  r9=00000014 r10=000005c6  fp=00000000
 ip=00000001  sp=7ffffd48  lr=0000008a  pc=00009482
psr=00000030 dfs=00000005 dfa=80000000 ifs=ffffffff
ifa=ffffffff

in thread 652, process "/bin/test-libc-unix-socket" (PID: 616)
Segmentation fault
root@?:~ # 
ASSERTION TRACEBACK (most recent call last):
  File "/github/workspace/phoenix-rtos-tests/trunner/harness/unity.py", line 23, in unity_harness
    idx = dut.expect([assert_re, result_re, result_fail_re, final_re], timeout=timeout_val)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/spawnbase.py", line 354, in expect
    return self.expect_list(compiled_pattern_list,
  File "/opt/venv/lib/python3.10/site-packages/pexpect/spawnbase.py", line 383, in expect_list
    return exp.expect_loop(timeout)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/expect.py", line 181, in expect_loop
    return self.timeout(e)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/expect.py", line 144, in timeout
    raise exc

Check warning on line 0 in phoenix-rtos-tests/libc/unix-socket

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7a9-zynq7000-zedboard:phoenix-rtos-tests/libc/unix-socket (phoenix-rtos-tests/libc/unix-socket) failed

junit.xml [took 30s]
Raw output
Pexpect failure
EXPECTED:
	0: ASSERTION [\\S]+:\\d+:(?P<status>FAIL|INFO|IGNORE)(: (?P<msg>.*?))?\\r
	1: TEST\\((?P<group>\\w+), (?P<name>\\w+)\\) (?P<status>PASS|IGNORE)
	2: TEST\\((?P<group>\\w+), (?P<name>\\w+)\\) (?P<status>FAIL) at (?P<path>.*?):(?P<line>\\d+)\\r
	3: (?P<total>\\d+) Tests (?P<fail>\\d+) Failures (?P<ignore>\\d+) Ignored \\r+\\n(?P<result>OK|FAIL)
GOT:


Exception: 4 #Abort
 r0=00000324  r1=80000000  r2=0000006a  r3=00000d40
 r4=7ffffe58  r5=00000000  r6=00000000  r7=ffffffff
 r8=00000069  r9=00000014 r10=000005c6  fp=00000000
 ip=00000001  sp=7ffffdc8  lr=0000006a  pc=00009482
psr=00000030 dfs=00000005 dfa=80000000 ifs=0000140f
ifa=ffffffff

Exception: 4 #Abort
 r0=00000324  r1=80000000  r2=0000006a  r3=00000d40
 r4=7ffffe58  r5=00000000  r6=00000000  r7=ffffffff
 r8=00000069  r9=00000014 r10=000005c6  fp=00000000
 ip=00000001  sp=7ffffdc8  lr=0000006a  pc=00009482
psr=00000030 dfs=00000005 dfa=80000000 ifs=0000140f
ifa=ffffffff

in thread 619, process "/bin/test-libc-unix-socket" (PID: 582)
(psh)% 
ASSERTION TRACEBACK (most recent call last):
  File "/actions-runner/_work/phoenix-rtos-tests/phoenix-rtos-tests/phoenix-rtos-tests/trunner/harness/unity.py", line 23, in unity_harness
    idx = dut.expect([assert_re, result_re, result_fail_re, final_re], timeout=timeout_val)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/spawnbase.py", line 343, in expect
    return self.expect_list(compiled_pattern_list,
  File "/opt/venv/lib/python3.10/site-packages/pexpect/spawnbase.py", line 372, in expect_list
    return exp.expect_loop(timeout)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/expect.py", line 181, in expect_loop
    return self.timeout(e)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/expect.py", line 144, in timeout
    raise exc

Check warning on line 0 in phoenix-rtos-tests/libc/unix-socket

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m4-stm32l4x6-nucleo:phoenix-rtos-tests/libc/unix-socket (phoenix-rtos-tests/libc/unix-socket) failed

junit.xml [took 30s]
Raw output
Pexpect failure
EXPECTED:
	0: ASSERTION [\\S]+:\\d+:(?P<status>FAIL|INFO|IGNORE)(: (?P<msg>.*?))?\\r
	1: TEST\\((?P<group>\\w+), (?P<name>\\w+)\\) (?P<status>PASS|IGNORE)
	2: TEST\\((?P<group>\\w+), (?P<name>\\w+)\\) (?P<status>FAIL) at (?P<path>.*?):(?P<line>\\d+)\\r
	3: (?P<total>\\d+) Tests (?P<fail>\\d+) Failures (?P<ignore>\\d+) Ignored \\r+\\n(?P<result>OK|FAIL)
GOT:


Exception: 4 #MemMgtFault
 r0=00066e67  r1=00000001  r2=00000001  r3=0013dac0
 r4=200284a8  r5=00000000  r6=00000000  r7=200284a8
 r8=00000000  r9=200247a8 r10=ffffffff r11=00009ed6
r12=00000001 psr=01000000  lr=00009ed6  pc=20038352
psp=20028408 msp=20024600 exr=fffffffd bfa=20050000
cfs=00000082 mma=20050000

Exception: 4 #MemMgtFault
 r0=00066e67  r1=00000001  r2=00000001  r3=0013dac0
 r4=200284a8  r5=00000000  r6=00000000  r7=200284a8
 r8=00000000  r9=200247a8 r10=ffffffff r11=00009ed6
r12=00000001 psr=01000000  lr=00009ed6  pc=20038352
psp=20028408 msp=20024600 exr=fffffffd bfa=20050000
cfs=00000082 mma=20050000

in thread 16, process "test-libc-unix-socket" (PID: 4)
(psh)% 
ASSERTION TRACEBACK (most recent call last):
  File "/actions-runner/_work/phoenix-rtos-tests/phoenix-rtos-tests/phoenix-rtos-tests/trunner/harness/unity.py", line 23, in unity_harness
    idx = dut.expect([assert_re, result_re, result_fail_re, final_re], timeout=timeout_val)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/spawnbase.py", line 343, in expect
    return self.expect_list(compiled_pattern_list,
  File "/opt/venv/lib/python3.10/site-packages/pexpect/spawnbase.py", line 372, in expect_list
    return exp.expect_loop(timeout)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/expect.py", line 181, in expect_loop
    return self.timeout(e)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/expect.py", line 144, in timeout
    raise exc

Check warning on line 0 in phoenix-rtos-tests/libc/unix-socket

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m7-imxrt106x-evk:phoenix-rtos-tests/libc/unix-socket (phoenix-rtos-tests/libc/unix-socket) failed

junit.xml [took 30s]
Raw output
Pexpect failure
EXPECTED:
	0: ASSERTION [\\S]+:\\d+:(?P<status>FAIL|INFO|IGNORE)(: (?P<msg>.*?))?\\r
	1: TEST\\((?P<group>\\w+), (?P<name>\\w+)\\) (?P<status>PASS|IGNORE)
	2: TEST\\((?P<group>\\w+), (?P<name>\\w+)\\) (?P<status>FAIL) at (?P<path>.*?):(?P<line>\\d+)\\r
	3: (?P<total>\\d+) Tests (?P<fail>\\d+) Failures (?P<ignore>\\d+) Ignored \\r+\\n(?P<result>OK|FAIL)
GOT:


Exception: 4 #MemMgtFault
 r0=000d7813  r1=00000000  r2=00000001  r3=002beac0
 r4=202282a8  r5=00000000  r6=00000000  r7=00000000
 r8=202282a8  r9=202245b8 r10=ffffffff r11=00015f56
r12=00000001 psr=01000000  lr=00015f56  pc=2021211a
psp=202281f8 msp=20015400 exr=ffffffed bfa=20280000
cfs=00000082 mma=20280000

Exception: 4 #MemMgtFault
 r0=000d7813  r1=00000000  r2=00000001  r3=002beac0
 r4=202282a8  r5=00000000  r6=00000000  r7=00000000
 r8=202282a8  r9=202245b8 r10=ffffffff r11=00015f56
r12=00000001 psr=01000000  lr=00015f56  pc=2021211a
psp=202281f8 msp=20015400 exr=ffffffed bfa=20280000
cfs=00000082 mma=20280000

in thread 15, process "test-libc-unix-socket" (PID: 5)
(psh)% 
ASSERTION TRACEBACK (most recent call last):
  File "/actions-runner/_work/phoenix-rtos-tests/phoenix-rtos-tests/phoenix-rtos-tests/trunner/harness/unity.py", line 23, in unity_harness
    idx = dut.expect([assert_re, result_re, result_fail_re, final_re], timeout=timeout_val)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/spawnbase.py", line 343, in expect
    return self.expect_list(compiled_pattern_list,
  File "/opt/venv/lib/python3.10/site-packages/pexpect/spawnbase.py", line 372, in expect_list
    return exp.expect_loop(timeout)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/expect.py", line 181, in expect_loop
    return self.timeout(e)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/expect.py", line 144, in timeout
    raise exc

Check warning on line 0 in phoenix-rtos-tests/libc/unix-socket

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m7-imxrt117x-evk:phoenix-rtos-tests/libc/unix-socket (phoenix-rtos-tests/libc/unix-socket) failed

junit.xml [took 30s]
Raw output
Pexpect failure
EXPECTED:
	0: ASSERTION [\\S]+:\\d+:(?P<status>FAIL|INFO|IGNORE)(: (?P<msg>.*?))?\\r
	1: TEST\\((?P<group>\\w+), (?P<name>\\w+)\\) (?P<status>PASS|IGNORE)
	2: TEST\\((?P<group>\\w+), (?P<name>\\w+)\\) (?P<status>FAIL) at (?P<path>.*?):(?P<line>\\d+)\\r
	3: (?P<total>\\d+) Tests (?P<fail>\\d+) Failures (?P<ignore>\\d+) Ignored \\r+\\n(?P<result>OK|FAIL)
GOT:


Exception: 4 #MemMgtFault
 r0=000fb34f  r1=00000000  r2=00000001  r3=00304ac0
 r4=202df6a8  r5=00000000  r6=00000000  r7=00000000
 r8=202df6a8  r9=202db9b8 r10=ffffffff r11=00018256
r12=00000001 psr=01000000  lr=00018256  pc=202c851a
psp=202df5f8 msp=20012800 exr=ffffffed bfa=20340000
cfs=00000082 mma=20340000

Exception: 4 #MemMgtFault
 r0=000fb34f  r1=00000000  r2=00000001  r3=00304ac0
 r4=202df6a8  r5=00000000  r6=00000000  r7=00000000
 r8=202df6a8  r9=202db9b8 r10=ffffffff r11=00018256
r12=00000001 psr=01000000  lr=00018256  pc=202c851a
psp=202df5f8 msp=20012800 exr=ffffffed bfa=20340000
cfs=00000082 mma=20340000

in thread 15, process "test-libc-unix-socket" (PID: 5)
(psh)% 
ASSERTION TRACEBACK (most recent call last):
  File "/actions-runner/_work/phoenix-rtos-tests/phoenix-rtos-tests/phoenix-rtos-tests/trunner/harness/unity.py", line 23, in unity_harness
    idx = dut.expect([assert_re, result_re, result_fail_re, final_re], timeout=timeout_val)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/spawnbase.py", line 343, in expect
    return self.expect_list(compiled_pattern_list,
  File "/opt/venv/lib/python3.10/site-packages/pexpect/spawnbase.py", line 372, in expect_list
    return exp.expect_loop(timeout)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/expect.py", line 181, in expect_loop
    return self.timeout(e)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/expect.py", line 144, in timeout
    raise exc

Check warning on line 0 in phoenix-rtos-tests/libc/unix-socket

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

host-generic-pc:phoenix-rtos-tests/libc/unix-socket.test_unix_socket.select (phoenix-rtos-tests/libc/unix-socket) failed

junit.xml [took 0s]
Raw output
[workspace/libc/socket/unix-socket.c:1467] Expression Evaluated To FALSE

Check warning on line 0 in phoenix-rtos-tests/libc/unix-socket

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

ia32-generic-qemu:phoenix-rtos-tests/libc/unix-socket (phoenix-rtos-tests/libc/unix-socket) failed

junit.xml [took 30s]
Raw output
Pexpect failure
EXPECTED:
	0: ASSERTION [\\S]+:\\d+:(?P<status>FAIL|INFO|IGNORE)(: (?P<msg>.*?))?\\r
	1: TEST\\((?P<group>\\w+), (?P<name>\\w+)\\) (?P<status>PASS|IGNORE)
	2: TEST\\((?P<group>\\w+), (?P<name>\\w+)\\) (?P<status>FAIL) at (?P<path>.*?):(?P<line>\\d+)\\r
	3: (?P<total>\\d+) Tests (?P<fail>\\d+) Failures (?P<ignore>\\d+) Ignored \\r+\\n(?P<result>OK|FAIL)
GOT:


Exception: 14 #PF
eax=00000000  cs=00003202 eip=0000001b eflgs=003e7d42
ebx=bffffe10  ss=0000baba esp=00000023 ebp=00000001
ecx=00000f80  ds=00000000 esi=00000023  fs=00000000
edx=00000001  es=00000000 edi=0000007c  gs=00000000
dr0=00000000 dr1=00000000 dr2=00000000 dr3=00000000
dr6=ffff0ff0 dr7=00000400 cr2=0003203b

Exception: 14 #PF
eax=00000000  cs=00003202 eip=0000001b eflgs=003e7d42
ebx=bffffe10  ss=0000baba esp=00000023 ebp=00000001
ecx=00000f80  ds=00000000 esi=00000023  fs=00000000
edx=00000001  es=00000000 edi=0000007c  gs=00000000
dr0=00000000 dr1=00000000 dr2=00000000 dr3=00000000
dr6=ffff0ff0 dr7=00000400 cr2=0003203b

in thread 623, process "/bin/test-libc-unix-socket" (PID: 583)

Exception: 14 #PF
eax=00000004  cs=00000008 eip=c0117127 eflgs=003c3002
ebx=c030fe8c  ss=c030fea4 esp=fffffffc ebp=fffffffc
ecx=00000001  ds=00000010 esi=fffffffc  fs=00000010
edx=00000000  es=00000010 edi=fffffffc  gs=00000010
dr0=00000000 dr1=00000000 dr2=00000000 dr3=00000000
dr6=ffff0ff0 dr7=00000400 cr2=fffffffc

ASSERTION TRACEBACK (most recent call last):
  File "/github/workspace/phoenix-rtos-tests/trunner/harness/unity.py", line 23, in unity_harness
    idx = dut.expect([assert_re, result_re, result_fail_re, final_re], timeout=timeout_val)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/spawnbase.py", line 354, in expect
    return self.expect_list(compiled_pattern_list,
  File "/opt/venv/lib/python3.10/site-packages/pexpect/spawnbase.py", line 383, in expect_list
    return exp.expect_loop(timeout)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/expect.py", line 181, in expect_loop
    return self.timeout(e)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/expect.py", line 144, in timeout
    raise exc

Check warning on line 0 in phoenix-rtos-tests/libc/unix-socket

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

riscv64-generic-qemu:phoenix-rtos-tests/libc/unix-socket (phoenix-rtos-tests/libc/unix-socket) failed

junit.xml [took 30s]
Raw output
Pexpect failure
EXPECTED:
	0: ASSERTION [\\S]+:\\d+:(?P<status>FAIL|INFO|IGNORE)(: (?P<msg>.*?))?\\r
	1: TEST\\((?P<group>\\w+), (?P<name>\\w+)\\) (?P<status>PASS|IGNORE)
	2: TEST\\((?P<group>\\w+), (?P<name>\\w+)\\) (?P<status>FAIL) at (?P<path>.*?):(?P<line>\\d+)\\r
	3: (?P<total>\\d+) Tests (?P<fail>\\d+) Failures (?P<ignore>\\d+) Ignored \\r+\\n(?P<result>OK|FAIL)
GOT:


Exception: 13 Load page fault
zero: 0000000000000000  ra : 0000000000011bee   sp : 0000003fbffffd30   gp : 000000000001d828
 tp : 0000000000001000  t0 : 00000000000021d0   t1 : 0000000000000001   t2 : 000000000001453c
 s0 : 0000003fbffffdb0  s1 : 0000000000000000   a0 : 0000000000000325   a1 : 0000000000000001
 a2 : 0000000000000000  a3 : 000000000000024c   a4 : 0000000000000001   a5 : 0000000000001280
 a6 : 0000003fc0000000  a7 : 0000000000000250   s2 : 0000000000000000   s3 : ffffffffffffffff
 s4 : 0000003fbffffd80  s5 : 0000000000000004   s6 : 0000000000000010   s7 : 0000003fbffffe30
 s8 : 0000000000000000  s9 : 00000000000003e8  s10 : 0000000000000003  s11 : 0000003fbffffe44
 t3 : 0000000000000000  t4 : 000000000001b8e8   t5 : 0000000000000016   t6 : 0000000000004035
 ksp : 0000003fc0494dd0 sstatus : 0000000000042000 sepc : 00000000000184c2
 stval : 0000003fc0000000 scause : 000000000000000d sscratch : 0000003fc001c340
 cpu id : 

Exception: 13 Load page fault
zero: 0000000000000000  ra : 0000000000011bee   sp : 0000003fbffffd30   gp : 000000000001d828
 tp : 0000000000001000  t0 : 00000000000021d0   t1 : 0000000000000001   t2 : 000000000001453c
 s0 : 0000003fbffffdb0  s1 : 0000000000000000   a0 : 0000000000000325   a1 : 0000000000000001
 a2 : 0000000000000000  a3 : 000000000000024c   a4 : 0000000000000001   a5 : 0000000000001280
 a6 : 0000003fc0000000  a7 : 0000000000000250   s2 : 0000000000000000   s3 : ffffffffffffffff
 s4 : 0000003fbffffd80  s5 : 0000000000000004   s6 : 0000000000000010   s7 : 0000003fbffffe30
 s8 : 0000000000000000  s9 : 00000000000003e8  s10 : 0000000000000003  s11 : 0000003fbffffe44
 t3 : 0000000000000000  t4 : 000000000001b8e8   t5 : 0000000000000016   t6 : 0000000000004035
 ksp : 0000003fc0494dd0 sstatus : 0000000000042000 sepc : 00000000000184c2
 stval : 0000003fc0000000 scause : 000000000000000d sscratch : 0000003fc001c340
 cpu id : 

in thread 614, process "/bin/test-libc-unix-socket" (PID: 581)
(psh)% 
ASSERTION TRACEBACK (most recent call last):
  File "/github/workspace/phoenix-rtos-tests/trunner/harness/unity.py", line 23, in unity_harness
    idx = dut.expect([assert_re, result_re, result_fail_re, final_re], timeout=timeout_val)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/spawnbase.py", line 354, in expect
    return self.expect_list(compiled_pattern_list,
  File "/opt/venv/lib/python3.10/site-packages/pexpect/spawnbase.py", line 383, in expect_list
    return exp.expect_loop(timeout)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/expect.py", line 181, in expect_loop
    return self.timeout(e)
  File "/opt/venv/lib/python3.10/site-packages/pexpect/expect.py", line 144, in timeout
    raise exc