Skip to content

FastCV test failed on Monaco-evk and Monaco-ride with 6.19-rc2 #155

@vnarapar

Description

@vnarapar

FastCV test failed on Monaco-evk and Monaco-ride with 6.19-rc2

root@qcs8300-ride-sx:/var/Runner/suites/Multimedia/CDSP/fastrpc_test# ./run.sh --bin-dir /usr/bin/
[INFO] 2025-10-13 15:14:59 - --------------------------------------------------------------------------
[INFO] 2025-10-13 15:14:59 - -------------------Starting fastrpc_test Testcase----------------------------
[INFO] 2025-10-13 15:14:59 - Kernel: Linux qcs8300-ride-sx 6.19.0-rc2-00401-gc25eae722af8 #1 SMP PREEMPT Tue Dec 23 14:57:08 UTC 2025 aarch64 GNU/Linux
[INFO] 2025-10-13 15:14:59 - Date(UTC): Mon Oct 13 15:14:59 UTC 2025
[INFO] 2025-10-13 15:14:59 - SoC.machine: Qualcomm Technologies, Inc. QCS8300 Ride
[INFO] 2025-10-13 15:14:59 - SoC.soc_id: 606
[WARN] 2025-10-13 15:14:59 - Missing system libs dir: /usr/local/lib (lib{adsp,cdsp,sdsp}rpc*.so expected)
[WARN] 2025-10-13 15:14:59 - Missing test libs dir: /usr/local/lib/fastrpc_test (libcalculator.so, etc.)
[WARN] 2025-10-13 15:14:59 - No DSP skeleton dirs found under: /usr/local/share/fastrpc_test (expected v75/ v68/)
[INFO] 2025-10-13 15:14:59 - Using binary: /usr/bin//fastrpc_test
[INFO] 2025-10-13 15:14:59 - Run dir: /usr/bin/ (launching ./fastrpc_test)
[INFO] 2025-10-13 15:14:59 - Binary details:
[INFO] 2025-10-13 15:14:59 - ls -l: -rwxr-xr-x 1 root root 67560 Apr 5 2011 /usr/bin//fastrpc_test
[INFO] 2025-10-13 15:14:59 - file : /usr/bin//fastrpc_test: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /usr/lib/ld-linux-aarch64.so.1, BuildID[sha1]=517be341cdba5f18e3a2244a4bb4ea1538516b58, for GNU/Linux 5.15.0, stripped
[INFO] 2025-10-13 15:14:59 - LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib/fastrpc_test
[INFO] 2025-10-13 15:15:00 - Linking DSP artifacts from: /usr/share/qcom/qcs8300/Qualcomm/QCS8300-RIDE/dsp → /usr/lib/dsp
[INFO] 2025-10-13 15:15:00 - DSP autolink complete (3 link(s))
[INFO] 2025-10-13 15:15:00 - rproc.adsp: remoteproc0 path=/sys/class/remoteproc/remoteproc0 state=running fw=qcom/qcs8300/adsp.mbn name=adsp
[INFO] 2025-10-13 15:15:00 - PD setting: -U 0 (use --user-pd or FASTRPC_USER_PD=1 to change)
[INFO] 2025-10-13 15:15:00 - Domain auto-picked: -d 3 (CDSP=3, ADSP=0, SDSP=2)
[INFO] 2025-10-13 15:15:00 - Domain: -d 3 (CDSP)
[INFO] 2025-10-13 15:15:00 - No --arch provided; running without -a
[INFO] 2025-10-13 15:15:00 - Repeats: 1 | Timeout: none | Buffering: stdbuf -oL -eL
[INFO] 2025-10-13 15:15:00 - Running iter1/1 | start: 2025-10-13T15:15:00Z | dir: /usr/bin/
[INFO] 2025-10-13 15:15:00 - Executing: ./fastrpc_test -d 3 -t linux -U 0
----- iter1 output begin -----

Allocate 4000 bytes from ION heap
Creating sequence of numbers from 0 to 999
Compute sum on domain 3

is_status_notification_supported failed with Error 0x72
Retry attempt unsuccessful. Timing out....
ERROR 0x72: Failed to compute sum on domain 3
ERROR 0x72: Failed to find max on domain 3
Test failed with error code 0x72 in /usr/lib/fastrpc_test/libcalculator.so
ERROR 0x72: Unable to create FastRPC session on domain 3

hap_example function FAILED
Please look at the mini-dm logs or the adb logcat logs for DSP output
Error occurred with selector 0: 114
ERROR 0x72: Unable to create FastRPC session on domain 3

hap_example function FAILED
Please look at the mini-dm logs or the adb logcat logs for DSP output
Error occurred with selector 1: 114
ERROR 0x72: Unable to create FastRPC session on domain 3

hap_example function FAILED
Please look at the mini-dm logs or the adb logcat logs for DSP output
Error occurred with selector 2: 114
ERROR 0x72: Unable to create FastRPC session on domain 3

hap_example function FAILED
Please look at the mini-dm logs or the adb logcat logs for DSP output
Error occurred with selector 3: 114
ERROR 0x72: Unable to create FastRPC session on domain 3

hap_example function FAILED
Please look at the mini-dm logs or the adb logcat logs for DSP output
Error occurred with selector 4: 114
ERROR 0x72: Unable to create FastRPC session on domain 3

hap_example function FAILED
Please look at the mini-dm logs or the adb logcat logs for DSP output
Error occurred with selector 5: 114
ERROR 0x72: Unable to create FastRPC session on domain 3

hap_example function FAILED
Please look at the mini-dm logs or the adb logcat logs for DSP output
Error occurred with selector 6: 114
ERROR 0x72: Unable to create FastRPC session on domain 3

hap_example function FAILED
Please look at the mini-dm logs or the adb logcat logs for DSP output
Error occurred with selector 7: 114
ERROR 0x72: Unable to create FastRPC session on domain 3

hap_example function FAILED
Please look at the mini-dm logs or the adb logcat logs for DSP output
Error occurred with selector 10: 114
Test failed with error code 0x72 in /usr/lib/fastrpc_test/libhap_example.so
ERROR 0x72: Unable to create FastRPC session on domain 3
Exiting...
Test FAILED
Please look at the mini-dm logs or the adb logcat logs for DSP output
Test failed with error code 0x72 in /usr/lib/fastrpc_test/libmultithreading.so
Test failed with error code 0x72
----- iter1 output end -----
[FAIL] 2025-10-13 15:15:00 - iter1: fastrpc_test exited 114 (see ./logs_fastrpc_test_20251013-151500/iter1.out)
[INFO] 2025-10-13 15:15:00 - rproc.adsp: remoteproc0 path=/sys/class/remoteproc/remoteproc0 state=running fw=qcom/qcs8300/adsp.mbn name=adsp
[WARN] 2025-10-13 15:15:00 - iter1: success pattern not found
[FAIL] 2025-10-13 15:15:00 - fastrpc_test : Test Failed (0/1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions