On 28 December 2012 22:33, Andy Doan andy.doan@linaro.org wrote:
On 12/27/2012 07:56 PM, YongQin Liu wrote:
Hi, All
Thanks for the help from holiday, Andy!
Sometimes we can run the test on LAVA although most of them are failed, like https://validation.linaro.org/**lava-server/scheduler/job/** 43280/log_filehttps://validation.linaro.org/lava-server/scheduler/job/43280/log_file
but we still have the problem that the shell prompt is not displayed on the console, like https://validation.linaro.org/**lava-server/scheduler/job/** 43282/log_filehttps://validation.linaro.org/lava-server/scheduler/job/43282/log_file
This looks to me like an issue with the android image itself. Unless you think we need to increase the wait-for-root console timeout to give it more time?
And another problem I found is that the the reboot is not well
supported, like in #43280
terminal_0: Listening for serial connection on port 5004 <LAVA_DISPATCHER>2012-12-27 08:35:02 PM INFO: serial console port on:
5004
terminal_1: Listening for serial connection on port 5005 terminal_2: Listening for serial connection on port 5006 terminal_3: Listening for serial connection on port 5007 ERROR: License check failed! All licenses 'AEM_ARMv8-A_VE' are currently in use. Number of licenses requested: 1 Error Code : -4
This looks like a probable bug. Based on a quick grep, I think the issue comes from lava-dispatcher's job.py, line 197. We call "boot_linaro_android_image" for a timeout exception. I think the boot logic in fastmodel.py might not take into account its already booted. ie - we need to shutdown, then boot. Feel free to open a bug or send us a patch.
I filed a bug here:
https://bugs.launchpad.net/lava-dispatcher/+bug/1094445