Skip to content

pthread: fix key destructor calling and start function exit #906

pthread: fix key destructor calling and start function exit

pthread: fix key destructor calling and start function exit #906

GitHub Actions / Unit Test Results failed Oct 24, 2023 in 0s

5 fail, 206 skipped, 1 992 pass in 10m 40s

2 203 tests  +85   1 992 ✔️ +79   10m 40s ⏱️ + 2m 34s
   113 suites +  6      206 💤 +  6 
       1 files   ±  0          5 ±  0 

Results for commit 864fa71. ± Comparison against earlier commit 50f6736.

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

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

junit.xml [took 30s]
Raw output
Pexpect failure
EXPECTED:
	0: ASSERTION (?P<path>[\\S]+):(?P<line>\\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:


ASSERTION TRACEBACK (most recent call last):
  File "/actions-runner/_work/libphoenix/libphoenix/phoenix-rtos-tests/trunner/harness/unity.py", line 20, in unity_harness
    idx = dut.expect([assert_re, result_re, result_fail_re, final_re])
  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/thread-local/unit

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m7-imxrt106x-evk:phoenix-rtos-tests/thread-local/unit (phoenix-rtos-tests/thread-local/unit) failed

junit.xml [took 30s]
Raw output
Pexpect failure
EXPECTED:
	0: ASSERTION (?P<path>[\\S]+):(?P<line>\\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/libphoenix/libphoenix/phoenix-rtos-tests/trunner/harness/unity.py", line 20, in unity_harness
    idx = dut.expect([assert_re, result_re, result_fail_re, final_re])
  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/pthread

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

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

junit.xml [took 30s]
Raw output
Pexpect failure
EXPECTED:
	0: ASSERTION (?P<path>[\\S]+):(?P<line>\\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:


ASSERTION TRACEBACK (most recent call last):
  File "/github/workspace/phoenix-rtos-tests/trunner/harness/unity.py", line 20, in unity_harness
    idx = dut.expect([assert_re, result_re, result_fail_re, final_re])
  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/libcache/unit

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

ia32-generic-qemu:phoenix-rtos-tests/libcache/unit (phoenix-rtos-tests/libcache/unit) failed

junit.xml [took 30s]
Raw output
Pexpect failure
EXPECTED:
	0: ASSERTION (?P<path>[\\S]+):(?P<line>\\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:


ASSERTION TRACEBACK (most recent call last):
  File "/github/workspace/phoenix-rtos-tests/trunner/harness/unity.py", line 20, in unity_harness
    idx = dut.expect([assert_re, result_re, result_fail_re, final_re])
  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/thread-local/unit

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

ia32-generic-qemu:phoenix-rtos-tests/thread-local/unit (phoenix-rtos-tests/thread-local/unit) failed

junit.xml [took 30s]
Raw output
Pexpect failure
EXPECTED:
	0: ASSERTION (?P<path>[\\S]+):(?P<line>\\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 "/github/workspace/phoenix-rtos-tests/trunner/harness/unity.py", line 20, in unity_harness
    idx = dut.expect([assert_re, result_re, result_fail_re, final_re])
  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