ci: skip qrb2210-rb1 in the mainline and linux-next LAVA tests - #553
Conversation
qrb2210-rb1 never reaches a login prompt on the mainline kernel: as
adsprpcd.service and adsprpcd_audiopd.service start, fastrpc fails an
mmap for the aDSP:
qcom,fastrpc-cb [...]:fastrpc:compute-cb@3: mem mmap error, fd 11,
vaddr ffff9dc10000, size 262144
qcom_q6v5_pas ab00000.remoteproc: fatal error received: SFR Init:
wdog or kernel error suspected.
remoteproc remoteproc1: crash detected in adsp: type fatal error
The SoC then hard resets with no panic and no call trace. That repeats
for the timeout the minimal-boot action allows, so the login-action
times out and the job is marked as Incomplete.
See https://lava.infra.foundries.io/scheduler/job/356726 for a sample
job.
Exclude the board from both runs until the aDSP side is fixed. The
qcom-next runs still cover qrb2210-rb1.
Link: qualcomm-linux#424
Signed-off-by: Christopher Obbard <chris.obbard@oss.qualcomm.com>
| lava_report_test_results_externally: false | ||
| lava_boards_exclude: '["glymur-crd", "qcs615-ride", "qcs8300-ride", "lemans-evk"]' | ||
| # qrb2210-rb1 doesn't boot with mainline, only qcom-next; see | ||
| # https://github.com/qualcomm-linux/qcom-deb-images/issues/424 |
There was a problem hiding this comment.
wasn't sure whether to create a new issue about this or reuse the existing issue.
|
Christopher Obbard (@obbardc) this is qualcomm/fastrpc#371 I didn't get the chance to upload this fix, I was kind of hoping to get qualcomm/fastrpc#372 reviewed so that I could upload both patches on top of 1.0.6 to 4 repos (forky, trixie + QLI overlays). |
Test Results 7 files ±0 21 suites ±0 15m 37s ⏱️ ±0s For more details on these failures, see this check. Results for commit 5d4ee88. ± Comparison against base commit 260a69f. |
Sure, I think it makes sense to create an issue in qcom-deb-images so we can track the issue, then close this "useless" PR, what do you think? |
Totally, I agree an issue here makes sense, time will tell if we end up picking up this PR or closing it without merging :) |
|
This should have been fixed with latest fastrpc package upload but it still seems to be failing. Should probbaly convert this to an issue as a next step. |
|
Created #572 to track this better. |
qrb2210-rb1 never reaches a login prompt on the mainline kernel: as adsprpcd.service and adsprpcd_audiopd.service start, fastrpc fails an mmap for the aDSP:
qcom,fastrpc-cb [...]:fastrpc:compute-cb@3: mem mmap error, fd 11,
vaddr ffff9dc10000, size 262144
qcom_q6v5_pas ab00000.remoteproc: fatal error received: SFR Init:
wdog or kernel error suspected.
remoteproc remoteproc1: crash detected in adsp: type fatal error
The SoC then hard resets with no panic and no call trace. That repeats for the timeout the minimal-boot action allows, so the login-action times out and the job is marked as Incomplete.
See https://lava.infra.foundries.io/scheduler/job/356726 for a sample job.
Exclude the board from both runs until the aDSP side is fixed. The qcom-next runs still cover qrb2210-rb1.
Link: #424