Skip to content

sensors: gnss buffer usage optimalisation#657

Draft
niewim19 wants to merge 1 commit into
masterfrom
niewim/gnssbuf
Draft

sensors: gnss buffer usage optimalisation#657
niewim19 wants to merge 1 commit into
masterfrom
niewim/gnssbuf

sensors: gnss buffer usage optimalisation

e5cd178
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Unit Test Results failed Apr 28, 2026 in 0s

2 fail, 658 skipped, 9 854 pass in 55m 13s

10 514 tests   9 854 ✅  55m 13s ⏱️
   649 suites    658 💤
     1 files        2 ❌

Results for commit e5cd178.

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

aarch64a53-zynqmp-qemu:phoenix-rtos-tests/libc/exit (phoenix-rtos-tests/libc/exit) failed

junit.xml [took 1m 0s]
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

Exception #32: Instruction Abort (EL0)
 x0=7ff8000000000000  x1=0000000000000000  x2=7ff8000000000000  x3=0000000000000000
 x4=7ff8000000000000  x5=0000000000000000  x6=7ff8000000000000  x7=0000000000000000
 x8=7ff8000000000000  x9=0000000000000000 x10=7ff8000000000000 x11=0000000000000000
x12=7ff8000000000000 x13=0000000000000000 x14=7ff8000000000000 x15=0000000000000000
x16=7ff8000000000000 x17=0000000000000000 x18=7ff8000000000000 x19=0000000000000000
x20=7ff8000000000000 x21=0000000000000000 x22=7ff8000000000000 x23=0000000000000000
x24=7ff8000000000000 x25=0000000000000000 x26=7ff8000000000000 x27=0000000000000000
x28=7ff8000000000000  fp=0000000000000000  lr=7ff8000000000000  sp=0000000000000000
psr=0000000000000000  pc=0000000000000000 esr=0000000082000007 far=0000000000000000

Exception #32: Instruction Abort (EL0)
 x0=7ff8000000000000  x1=0000000000000000  x2=7ff8000000000000  x3=0000000000000000
 x4=7ff8000000000000  x5=0000000000000000  x6=7ff8000000000000  x7=0000000000000000
 x8=7ff8000000000000  x9=0000000000000000 x10=7ff8000000000000 x11=0000000000000000
x12=7ff8000000000000 x13=0000000000000000 x14=7ff8000000000000 x15=0000000000000000
x16=7ff8000000000000 x17=0000000000000000 x18=7ff8000000000000 x19=0000000000000000
x20=7ff8000000000000 x21=0000000000000000 x22=7ff8000000000000 x23=0000000000000000
x24=7ff8000000000000 x25=0000000000000000 x26=7ff8000000000000 x27=0000000000000000
x28=7ff8000000000000  fp=0000000000000000  lr=7ff8000000000000  sp=0000000000000000
psr=0000000000000000  pc=0000000000000000 esr=0000000082000007 far=0000000000000000

in thread 94, process "/bin/test-libc-exit" (PID: 39)

Exception #37: Data Abort (EL1)
 x0=fffffffffffffcd0  x1=ffffffffc22accd0  x2=0000000000000330  x3=fffffffffffffcd0
 x4=ffffffffc22ad000  x5=0000000000000000  x6=0000000000000000  x7=0000000000000000
 x8=ffffffffc22acbe0  x9=ffffffffc22acbe8 x10=ffffffffc22acef8 x11=ffffffffc22acff8
x12=ffffffffc22accd0 x13=0000000000300000 x14=0000000000000000 x15=0000000000000000
x16=7ff8000000000000 x17=0000000000000000 x18=7ff8000000000000 x19=0000000000408474
x20=ffffffffc22ae000 x21=0000000000000014 x22=7ff8000000000000 x23=ffffffffc003a000
x24=0000000000002000 x25=ffffffffc22ab000 x26=0000000000000020 x27=0000000000300000
x28=0000000082000007  fp=0000000000000000  lr=ffffffffc0004b1c  sp=ffffffffc22acbd0
psr=00000000200002c5  pc=ffffffffc0007328 esr=0000000096000047 far=fffffffffffffcd0

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

Check warning on line 0 in phoenix-rtos-tests/psh/ls

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

armv7a9-zynq7000-zedboard:phoenix-rtos-tests/psh/ls (phoenix-rtos-tests/psh/ls) failed

junit.xml [took 31s]
Raw output
Assertion failed
ASSERTION TRACEBACK (most recent call last):
  File "/actions-runner/_work/phoenix-rtos-devices/phoenix-rtos-devices/phoenix-rtos-tests/psh/tools/psh.py", line 293, in wrapper_harness
    res = harness(*args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/actions-runner/_work/phoenix-rtos-devices/phoenix-rtos-devices/phoenix-rtos-tests/psh/test-ls.py", line 152, in harness
    assert_ls_a(p, all_files)
  File "/actions-runner/_work/phoenix-rtos-devices/phoenix-rtos-devices/phoenix-rtos-tests/psh/test-ls.py", line 89, in assert_ls_a
    psh.assert_cmd(p, f'ls -a {TEST_DIR_BASIC}', expected=expected, result='success', msg=msg, is_regex=True)
  File "/actions-runner/_work/phoenix-rtos-devices/phoenix-rtos-devices/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: 
---
ls\\ \\-a\\ test_ls_dir/basic
(\\x1b\\[[\\x30-\\x3F]*[\\x20-\\x2F]*[\\x40-\\x7E])?.(?:(\\x1b\\[[\\x30-\\x3F]*[\\x20-\\x2F]*[\\x40-\\x7E])|\\s)+?(\\x1b\\[[\\x30-\\x3F]*[\\x20-\\x2F]*[\\x40-\\x7E])?..(?:(\\x1b\\[[\\x30-\\x3F]*[\\x20-\\x2F]*[\\x40-\\x7E])|\\s)+?(\\x1b\\[[\\x30-\\x3F]*[\\x20-\\x2F]*[\\x40-\\x7E])?.hidden(?:(\\x1b\\[[\\x30-\\x3F]*[\\x20-\\x2F]*[\\x40-\\x7E])|\\s)+?(\\x1b\\[[\\x30-\\x3F]*[\\x20-\\x2F]*[\\x40-\\x7E])?dir(?:(\\x1b\\[[\\x30-\\x3F]*[\\x20-\\x2F]*[\\x40-\\x7E])|\\s)+?(\\x1b\\[[\\x30-\\x3F]*[\\x20-\\x2F]*[\\x40-\\x7E])?test0(?:(\\x1b\\[[\\x30-\\x3F]*[\\x20-\\x2F]*[\\x40-\\x7E])|\\s)+?(\\x1b\\[[\\x30-\\x3F]*[\\x20-\\x2F]*[\\x40-\\x7E])?test1(?:(\\x1b\\[[\\x30-\\x3F]*[\\x20-\\x2F]*[\\x40-\\x7E])|\\s)+?(psh)% 
---
Wrong content of listed directory, when calling `ls -a`
READER BUFFER:
ls -a test_ls_dir/basic
.  ..  .hidden  dir  \x1bket\x1best0  test1
(psh)%