Uh oh!
There was an error while loading. Please reload this page.
logger: use strerror() - #3984
Conversation
marc-hb
commented
Mar 30, 2021
https://sof-ci.01.org/sofpr/PR3984/build8506/devicetest/ is the usual suspend/resume TIMEOUT |
lgirdwood
commented
Mar 30, 2021
@marc-hb any ideas why we are seeing testbench and yamlint timeout ? |
cujomalainey
commented
Mar 30, 2021
This is happening across multiple PRs. |
cujomalainey
commented
Mar 30, 2021
@marc-hb please see #3992 (comment) |
lgirdwood
commented
Mar 30, 2021
SOFCI TEST |
Useful error messages when forgetting to use "sudo" or to change permissions in udev. Some places were printing the errno decimal. Others no specific error at all. Sample outputs: error: Unable to open version file /sys/kernel/debug/sof/fw_version: \ Permission denied error: Unable to open version file /sys/kernel/debug/sof/fw_version: \ No such file or directory Signed-off-by: Marc Herbert <marc.herbert@intel.com>
lgirdwood
commented
Mar 31, 2021
@zrombel good to merge here ? |
lgirdwood
commented
Apr 1, 2021
SOFCI TEST |
marc-hb
commented
Apr 1, 2021
Only one aplay Quickbuild scheduler lost, confused and hung as usual (PTS-31119 issue closed without testing) but it already passed in the past on earlier commit 819d226eae61d12, see results at https://sof-ci.01.org/sof-pr-viewer/#/build/PR3984/build6235538 As you can see if you click on the "force-push" button above, there is not difference between earlier commit 819d226eae61d12 and the current one 8b1eab3 , it was just an empty date change to retrigger Github Actions after fixing... another, unrelated CI issue (#3992), oh my... |
lgirdwood
commented
Apr 1, 2021
@marc-hb thanks, I do remember the last spin passing Internal CI which has had some stability issues over the last few days. I think we are good to merge. |
Useful error messages when forgetting to use "sudo" or to change
permissions in udev.
Some places were printing the errno decimal. Others no specific error
at all.
Sample outputs:
Signed-off-by: Marc Herbert marc.herbert@intel.com