-
Notifications
You must be signed in to change notification settings - Fork 54
meta-iotqa: Ignore one alsa boot error #42
Conversation
|
I had not seen this. It smells like a race which are hard to replicate. Is this with both 570x and minnowboard? |
|
@mythi I can only see this error one time in recent history with Joule but I think it happens with both. Here is one example: https://ostroproject.org/jenkins/view/All/job/intel-iot-refkit_pull-requests/228/testReport/junit/570x.refkit-image-common.oeqa.runtime.sanity.baseos/BaseOsTest/test_baseos_systemd_boot_error/ |
|
I think it would be better to try to find the bug. Let's wait for @juimonen to comment. |
|
I'd propose from now on (we have bugzilla) we don't ignore errors until a bug is filed. With that the problems don't get forgotten + we get to triage the priority of fixing the problem. The bug ID could be added in the log |
a63acc3 to
89e795d
Compare
The error: "/usr/sbin/alsactl: state_lock:125: file /var/lib/alsa/asound.state lock error: File exists" happens randomly under 2% of the time so it's really hard to replicate and test if it affects anything. Also there seems to be no fix for it so ignore the error. Signed-off-by: Simo Kuusela <simo.kuusela@intel.com>
|
@mythi Submitted a bug to Refkit Bugzilla and added it's id as comment to the ignored error. |
* meta-iot-web e4310f8...1e515ff > Merge pull request intel#42 from nagineni/update_restserver > iot-rest-api-server.bb: Update iot-rest-api-server to latest > Merge pull request intel#41 from TizenTeam:sandbox/pcoval/on/master/latest > iotivity-node: Update to 1.2.1-1 > Merge pull request intel#40 from nagineni/update_node > recipes-web: Update iotivity-node and iot-rest-api-server to latest version > nodejs: Upgrade to latest LTS v6.11.0 > Merge pull request intel#35 from gunnarx/add_arm64_squashed > Support aarch64 targets by passing arm64 to npm > Merge pull request intel#36 from nagineni/update_license > Update license to proper. Signed-off-by: Sudarsana Nagineni <sudarsana.nagineni@intel.com>
* meta-iot-web e4310f8...1e515ff (11): > Merge pull request intel#42 from nagineni/update_restserver > iot-rest-api-server.bb: Update iot-rest-api-server to latest > Merge pull request intel#41 from TizenTeam:sandbox/pcoval/on/master/latest > iotivity-node: Update to 1.2.1-1 > Merge pull request intel#40 from nagineni/update_node > recipes-web: Update iotivity-node and iot-rest-api-server to latest version > nodejs: Upgrade to latest LTS v6.11.0 > Merge pull request intel#35 from gunnarx/add_arm64_squashed > Support aarch64 targets by passing arm64 to npm > Merge pull request intel#36 from nagineni/update_license > Update license to proper. Signed-off-by: Sudarsana Nagineni <sudarsana.nagineni@intel.com>
* meta-iot-web e4310f8...1e515ff (11): > Merge pull request intel#42 from nagineni/update_restserver > iot-rest-api-server.bb: Update iot-rest-api-server to latest > Merge pull request intel#41 from TizenTeam:sandbox/pcoval/on/master/latest > iotivity-node: Update to 1.2.1-1 > Merge pull request intel#40 from nagineni/update_node > recipes-web: Update iotivity-node and iot-rest-api-server to latest version > nodejs: Upgrade to latest LTS v6.11.0 > Merge pull request intel#35 from gunnarx/add_arm64_squashed > Support aarch64 targets by passing arm64 to npm > Merge pull request intel#36 from nagineni/update_license > Update license to proper. Signed-off-by: Sudarsana Nagineni <sudarsana.nagineni@intel.com>
The error: "/usr/sbin/alsactl: state_lock:125: file
/var/lib/alsa/asound.state lock error: File exists" happens randomly under 2% of
the time so it's really hard to replicate and test if it affects
anything. Also there seems to be no fix for it so ignore the error.
Signed-off-by: Simo Kuusela simo.kuusela@intel.com