GitHub Actions / Unit Test Results
failed
Jan 2, 2025 in 0s
2 fail, 542 skipped, 7 414 pass in 41m 38s
Annotations
Check warning on line 0 in phoenix-rtos-tests/proc/test_thread_rand
github-actions / Unit Test Results
armv7a7-imx6ull-evk:phoenix-rtos-tests/proc/test_thread_rand (phoenix-rtos-tests/proc/test_thread_rand) 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:
Unity test run 1 of 1
ASSERTION TRACEBACK (most recent call last):
File "/actions-runner/_work/phoenix-rtos-lwip/phoenix-rtos-lwip/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/proc/test_priority
github-actions / Unit Test Results
armv7a7-imx6ull-evk:phoenix-rtos-tests/proc/test_priority (phoenix-rtos-tests/proc/test_priority) failed
junit.xml [took 31s]
Raw output
Assertion failed
ASSERTION TRACEBACK (most recent call last):
File "/actions-runner/_work/phoenix-rtos-lwip/phoenix-rtos-lwip/phoenix-rtos-tests/psh/tools/psh.py", line 293, in wrapper_harness
res = harness(*args, **kwargs)
File "/actions-runner/_work/phoenix-rtos-lwip/phoenix-rtos-lwip/phoenix-rtos-tests/proc/test_priority.py", line 20, in harness
psh.assert_exec(p, 'test_priority', msg='Prompt not seen after test_priority execution')
File "/actions-runner/_work/phoenix-rtos-lwip/phoenix-rtos-lwip/phoenix-rtos-tests/psh/tools/psh.py", line 125, in assert_exec
assert_cmd(pexpect_proc, exec_cmd, expected=expected, result="success", msg=msg)
File "/actions-runner/_work/phoenix-rtos-lwip/phoenix-rtos-lwip/phoenix-rtos-tests/psh/tools/psh.py", line 77, in assert_cmd
assert pexpect_proc.expect([exp_regex, pexpect.TIMEOUT, pexpect.EOF], timeout=timeout) == 0, msg
ASSERTION MESSAGE:
Expected output regex was:
---
/bin/test_priority
(psh)%
---
Prompt not seen after test_priority execution
READER BUFFER:
/bin/test_priority
Loading