qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Cleber Rosa <crosa@redhat.com>
To: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Lucas Meneghel Rodrigues <lmr@redhat.com>,
	QEMU devel <qemu-devel@nongnu.org>,
	KVM mailing list <kvm@vger.kernel.org>,
	Avi Kivity <avi@redhat.com>
Subject: Re: [Qemu-devel] [qemu-kvm unittest regression] Re: Autotest | Job ID: 2011 "Upstream qemu-kvm.git sanity 11-01-2011 00:04:02" | Status: 1 Completed | Success Rate: 94.74 %
Date: Mon, 07 Nov 2011 09:00:26 -0300	[thread overview]
Message-ID: <4EB7C85A.80900@redhat.com> (raw)
In-Reply-To: <20111107102147.GA17111@amt.cnet>

On 11/07/2011 07:21 AM, Marcelo Tosatti wrote:
> On Tue, Nov 01, 2011 at 02:08:54PM -0200, Lucas Meneghel Rodrigues wrote:
>> On 11/01/2011 12:17 PM, kvm-autotest wrote:
>>> Job ID: 2011
>>> Job name: Upstream qemu-kvm.git sanity 11-01-2011 00:04:02
>>> Summary: Host: Status: Completed
>>> Status: 1 Completed
>>> Execution time (HH:MM:SS): 01:17:02
>>> User tests executed: 19
>>> User tests passed: 18
>>> User tests failed: 1
>>> User tests success rate: 94.74 %
>>> Failures:
>>> Test Name                  Status Reason
>>> kvm.qemu-kvm-git.unittests FAIL   Unit tests failed: emulator
>> Hi Marcelo, Avi:
>>
>> We've seen emulator unittest failures during the last couple of jobs
>> of qemu-kvm.git userspace + kvm.git kernel. Relevant hashes for the
>> last failure seen:
>>
>> 11/01 09:33:59 INFO |virt_utils:0501| Commit hash for
>> git://github.com/avikivity/kvm.git is
>> b796a09c5d808f4013f27ad45953db604dac18fd (tag
>> v3.1-rc4-10168-gb796a09)
>>
>> 11/01 09:50:57 DEBUG|virt_utils:2587| Git repo qemu_kvm uri:
>> git://github.com/avikivity/qemu.git
>> 11/01 09:51:52 INFO |virt_utils:2531| Commit hash for qemu_kvm is
>> 7879db7e9c09b92d9af1c143fbe2cc212ec89e4b (no tag found)
>>
>> Cheers,
>>
>> Lucas
> Is there a log with more details available?
>

Marcelo,

The Autotest "landing" page for this job is:

http://autotest.virt.bos.redhat.com/afe/#tab_id=view_job&object_id=2011

You can jump straight to the unittest logs by going to:

http://autotest.virt.bos.redhat.com/results/2011-autotest/virtlab201.virt.bos.redhat.com/kvm.qemu-kvm-git.unittests/debug/

And this is the autotest log entries we got while running emulator:

11/01 09:54:32 INFO |  unittest:0052| Running emulator
11/01 09:54:32 DEBUG|virt_env_p:0052| Preprocessing VM 'None'
11/01 09:54:32 INFO |    kvm_vm:0790| Running qemu command:
/usr/local/autotest/tests/kvm/qemu -name 'None' -nodefaults -vga std -monitor unix:'/tmp/monitor-humanmonitor1-20111101-095328-ESmp',server,nowait -qmp unix:'/tmp/monitor-qmpmonitor1-20111101-095328-ESmp',server,nowait -serial unix:'/tmp/serial-20111101-095328-ESmp',server,nowait -m 512 -smp 2 -kernel '/usr/local/autotest/tests/kvm/unittests/emulator.flat' -vnc :0 -chardev file,id=testlog,path=/tmp/testlog-20111101-095328-ESmp -device testdev,chardev=testlog  -S
11/01 09:54:33 DEBUG|kvm_monito:0624| (monitor qmpmonitor1) Sending command 'qmp_capabilities'
11/01 09:54:33 DEBUG|    kvm_vm:0851| VM appears to be alive with PID 18682
11/01 09:54:33 DEBUG|kvm_monito:0254| (monitor humanmonitor1) Sending command 'cont'
11/01 09:54:33 INFO |  unittest:0096| Waiting for unittest emulator to complete, timeout 600, output in /tmp/testlog-20111101-095328-ESmp
11/01 09:54:35 INFO |   aexpect:0783| [qemu output] (Process terminated with status 1)
11/01 09:54:35 ERROR|  unittest:0104| Unit test emulator failed
11/01 09:54:35 INFO |  unittest:0113| Unit test log collected and available under /usr/local/autotest/results/default/kvm.qemu-kvm-git.unittests/debug/emulator.log

Unfortunately, the log for the emulator test itself (emulator.log) is empty. If you think it's helpful, we can setup the same environment again, so that you can manually run and debug this failure.

Thanks.

  reply	other threads:[~2011-11-07 12:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <201111011417.pA1EHHvb025591@int-mx09.intmail.prod.int.phx2.redhat.com>
2011-11-01 16:08 ` [Qemu-devel] [qemu-kvm unittest regression] Re: Autotest | Job ID: 2011 "Upstream qemu-kvm.git sanity 11-01-2011 00:04:02" | Status: 1 Completed | Success Rate: 94.74 % Lucas Meneghel Rodrigues
2011-11-07 10:21   ` Marcelo Tosatti
2011-11-07 12:00     ` Cleber Rosa [this message]
2011-11-07 17:22       ` Marcelo Tosatti
2011-11-07 17:35         ` Cleber Rosa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EB7C85A.80900@redhat.com \
    --to=crosa@redhat.com \
    --cc=avi@redhat.com \
    --cc=cleber@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=lmr@redhat.com \
    --cc=mtosatti@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).