Skip to content

!syscall: Change sys_unlink/link API to allow pointer checking #2044

!syscall: Change sys_unlink/link API to allow pointer checking

!syscall: Change sys_unlink/link API to allow pointer checking #2044

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

24 fail, 667 skipped, 6 477 pass in 40m 41s

7 168 tests   6 477 ✅  40m 41s ⏱️
  445 suites    667 💤
    1 files       24 ❌

Results for commit b9e7449.

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7a7-imx6ull-evk:phoenix-rtos-tests/libc/misc (phoenix-rtos-tests/libc/misc) 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:

TEST(getpwd, getpwuid_getnull) PAkernel (vm_mapBelongs:1117): Fault @0x000006b0 (15) path: /bin/test-libc-misc, pid: 32


ASSERTION TRACEBACK (most recent call last):
  File "/actions-runner/_work/phoenix-rtos-kernel/phoenix-rtos-kernel/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/misc

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7a9-zynq7000-qemu:phoenix-rtos-tests/libc/misc (phoenix-rtos-tests/libc/misc) 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:

kernel (vm_mapBelongs:1117): Fault @0x00000650 (15) path: /bin/test-libc-misc, pid: 48


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/misc

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7a9-zynq7000-zedboard:phoenix-rtos-tests/libc/misc (phoenix-rtos-tests/libc/misc) 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:

kernel (vm_mapBelongs:1117): Fault @0x000006b0 (15) path: /bin/test-libc-misc, pid: 28


ASSERTION TRACEBACK (most recent call last):
  File "/actions-runner/_work/phoenix-rtos-kernel/phoenix-rtos-kernel/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/misc

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m4-stm32l4x6-nucleo:phoenix-rtos-tests/libc/misc.getpwd.getpwnam_nopasswdfile (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 0s]
Raw output
[phoenix-rtos-tests/libc/misc/getpw.c:129] Expected NULL

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m4-stm32l4x6-nucleo:phoenix-rtos-tests/libc/misc.getpwd.getpwuid_nopasswdfile (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 0s]
Raw output
[phoenix-rtos-tests/libc/misc/getpw.c:143] Expected NULL

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m4-stm32l4x6-nucleo:phoenix-rtos-tests/libc/misc.resolve_path.symlink_rename (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 0s]
Raw output
[phoenix-rtos-tests/libc/misc/resolve_path.c:466] ENOENT

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m4-stm32l4x6-nucleo:phoenix-rtos-tests/libc/misc.stat_nlink_size_blk_tim.nlink (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 0s]
Raw output
[phoenix-rtos-tests/libc/misc/stat.c:593] Expected 0 Was -1

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m4-stm32l4x6-nucleo:phoenix-rtos-tests/libc/misc.stat_nlink_size_blk_tim.nlink_symloop_max (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 0s]
Raw output
[phoenix-rtos-tests/libc/misc/stat.c:642] Expected 0 Was -1

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m7-imxrt106x-evk:phoenix-rtos-tests/libc/misc.getpwd.getpwnam_nopasswdfile (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 0s]
Raw output
[phoenix-rtos-tests/libc/misc/getpw.c:129] Expected NULL

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m7-imxrt106x-evk:phoenix-rtos-tests/libc/misc.getpwd.getpwuid_nopasswdfile (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 0s]
Raw output
[phoenix-rtos-tests/libc/misc/getpw.c:143] Expected NULL

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m7-imxrt106x-evk:phoenix-rtos-tests/libc/misc.resolve_path.symlink_rename (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 0s]
Raw output
[phoenix-rtos-tests/libc/misc/resolve_path.c:466] ENOENT

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m7-imxrt106x-evk:phoenix-rtos-tests/libc/misc.stat_nlink_size_blk_tim.nlink (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 0s]
Raw output
[phoenix-rtos-tests/libc/misc/stat.c:593] Expected 0 Was -1

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m7-imxrt106x-evk:phoenix-rtos-tests/libc/misc.stat_nlink_size_blk_tim.nlink_symloop_max (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 0s]
Raw output
[phoenix-rtos-tests/libc/misc/stat.c:642] Expected 0 Was -1

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m7-imxrt117x-evk:phoenix-rtos-tests/libc/misc.getpwd.getpwnam_nopasswdfile (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 0s]
Raw output
[phoenix-rtos-tests/libc/misc/getpw.c:129] Expected NULL

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m7-imxrt117x-evk:phoenix-rtos-tests/libc/misc.getpwd.getpwuid_nopasswdfile (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 0s]
Raw output
[phoenix-rtos-tests/libc/misc/getpw.c:143] Expected NULL

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m7-imxrt117x-evk:phoenix-rtos-tests/libc/misc.resolve_path.symlink_rename (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 0s]
Raw output
[phoenix-rtos-tests/libc/misc/resolve_path.c:466] ENOENT

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m7-imxrt117x-evk:phoenix-rtos-tests/libc/misc.stat_nlink_size_blk_tim.nlink (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 0s]
Raw output
[phoenix-rtos-tests/libc/misc/stat.c:593] Expected 0 Was -1

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7m7-imxrt117x-evk:phoenix-rtos-tests/libc/misc.stat_nlink_size_blk_tim.nlink_symloop_max (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 0s]
Raw output
[phoenix-rtos-tests/libc/misc/stat.c:642] Expected 0 Was -1

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

ia32-generic-qemu:phoenix-rtos-tests/libc/misc (phoenix-rtos-tests/libc/misc) 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:

kernel (vm_mapBelongs:1117): Fault @0x00000001 (1) path: /bin/test-libc-misc, pid: 29


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/misc

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

riscv64-generic-qemu:phoenix-rtos-tests/libc/misc.getpwd.getpwnam_nopasswdfile (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 0s]
Raw output
[phoenix-rtos-tests/libc/misc/getpw.c:129] Expected NULL

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

riscv64-generic-qemu:phoenix-rtos-tests/libc/misc.getpwd.getpwuid_nopasswdfile (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 0s]
Raw output
[phoenix-rtos-tests/libc/misc/getpw.c:143] Expected NULL

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

riscv64-generic-qemu:phoenix-rtos-tests/libc/misc.resolve_path.symlink_rename (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 0s]
Raw output
[phoenix-rtos-tests/libc/misc/resolve_path.c:466] EINVAL

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

riscv64-generic-qemu:phoenix-rtos-tests/libc/misc.stat_nlink_size_blk_tim.nlink (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 0s]
Raw output
[phoenix-rtos-tests/libc/misc/stat.c:593] Expected 0 Was -1

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

riscv64-generic-qemu:phoenix-rtos-tests/libc/misc.stat_nlink_size_blk_tim.nlink_symloop_max (phoenix-rtos-tests/libc/misc) failed

junit.xml [took 0s]
Raw output
[phoenix-rtos-tests/libc/misc/stat.c:642] Expected 0 Was -1