On 9 December 2015 at 15:30, Marc Titinger mtitinger@baylibre.com wrote:
Hi Neil et al,
I'm trying to debug a simple qemu job that goes straight from running to incomplete without log creation (used to working ok, but I reinstalled everything on a different machine...)
That is the most likely problem. For completeness, I copied out your test and it ran fine here: https://staging.validation.linaro.org/scheduler/job/138097
I tried to run manually:
setsid lava-server manage schedulermonitor 14 lava-dispatch qemu0 File "/usr/lib/python2.7/dist-packages/lava_scheduler_daemon/job.py", line 226, in _run self.cancel(exc) File "/usr/lib/python2.7/dist-packages/lava_scheduler_daemon/job.py", line 157, in cancel self._protocol.transport.signalProcess(getattr(signal, signame)) exceptions.AttributeError: 'Job' object has no attribute '_protocol'
Note that I get the same issue with other jobs (boards, kvm): submission is OK, but incomplete, and no log.
In that case, it is going to be a configuration error or a mismatch in what is actually installed.
It sounds initially like you don't have the version of lava-dispatcher installed that you expect - also check that you haven't done any pip installs and that /usr/local/ has no python installs on that machine.