From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNVuT-0007gp-PQ for qemu-devel@nongnu.org; Mon, 07 Nov 2011 15:35:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNVuS-0004ih-6Q for qemu-devel@nongnu.org; Mon, 07 Nov 2011 15:35:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44752) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNVuR-0004ib-VT for qemu-devel@nongnu.org; Mon, 07 Nov 2011 15:35:12 -0500 Message-ID: <4EB84116.7020703@redhat.com> Date: Mon, 07 Nov 2011 17:35:34 -0300 From: Cleber Rosa MIME-Version: 1.0 References: <201111071956.pA7JuKtM019851@int-mx01.intmail.prod.int.phx2.redhat.com> In-Reply-To: <201111071956.pA7JuKtM019851@int-mx01.intmail.prod.int.phx2.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Autotest | Job ID: 2072 "[unittest emulator + kernel git] Upstream qemu-kvm.git sanity 11-07-2011 13:16:33" | Status: 1 Completed | Success Rate: 94.74 % Reply-To: cleber@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kvm-autotest@redhat.com, QEMU devel , Avi Kivity , KVM mailing list Cc: lmr@redhat.com On 11/07/2011 04:56 PM, kvm-autotest@redhat.com wrote: > Job ID: 2072 > Job name: [unittest emulator + kernel git] Upstream qemu-kvm.git sanity 11-07-2011 13:16:33 > Summary: Host: virtlab201.virt.bos.redhat.com Status: Completed > Status: 1 Completed > Results interface URL: http://autotest.virt.bos.redhat.com/afe/#tab_id=view_job&object_id=2072 > Execution time (HH:MM:SS): 01:14:19 > 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 Marcelo, As requested, we've run the kvm unit tests with a kernel based on git commit f2ae29e3492d41f082bf1e66532c2fe4da65f486. Relevant log entries: 11/07 14:08:55 INFO |virt_utils:0476| Fetching git [REP 'git://github.com/avikivity/kvm.git' BRANCH 'master' COMMIT 'f2ae29e3492d41f082bf1e66532c2fe4da65f486'] -> /tmp/kernel_src ... 11/07 14:15:02 DEBUG|base_utils:0074| Running 'git describe' 11/07 14:15:06 INFO |virt_utils:0501| Commit hash for git://github.com/avikivity/kvm.git is f2ae29e3492d41f082bf1e66532c2fe4da65f486 (tag v3.1-rc4-4933-gf2ae29e) qemu-kvm information: 11/07 14:32:02 DEBUG|virt_utils:2587| Git repo qemu_kvm uri: git://github.com/avikivity/qemu.git 11/07 14:32:02 DEBUG|virt_utils:2590| Git repo qemu_kvm branch: master 11/07 14:32:02 DEBUG|virt_utils:2595| Git repo qemu_kvm lbranch: master 11/07 14:32:02 DEBUG|virt_utils:2599| Git repo qemu_kvm commit is not set ... 11/07 14:32:37 DEBUG|base_utils:0074| Running 'git describe' 11/07 14:32:37 INFO |virt_utils:2531| Commit hash for qemu_kvm is 7879db7e9c09b92d9af1c143fbe2cc212ec89e4b (no tag found) But the result is exactly the same: 11/07 14:35:06 INFO | unittest:0052| Running emulator 11/07 14:35:06 DEBUG|virt_env_p:0062| Preprocessing VM 'None' 11/07 14:35:06 INFO | kvm_vm:0790| Running qemu command: /usr/local/autotest/tests/kvm/qemu -name 'None' -nodefaults -vga std -monitor unix:'/tmp/monitor-humanmonitor1-20111107-143402-z5b2',server,nowait -qmp unix:'/tmp/monitor-qmpmonitor1-20111107-143402-z5b2',server,nowait -serial unix:'/tmp/serial-20111107-143402-z5b2',server,nowait -m 512 -smp 2 -kernel '/usr/local/autotest/tests/kvm/unittests/emulator.flat' -vnc :0 -chardev file,id=testlog,path=/tmp/testlog-20111107-143402-z5b2 -device testdev,chardev=testlog -S 11/07 14:35:07 DEBUG|kvm_monito:0624| (monitor qmpmonitor1) Sending command 'qmp_capabilities' 11/07 14:35:07 DEBUG| kvm_vm:0851| VM appears to be alive with PID 18680 11/07 14:35:07 DEBUG|kvm_monito:0254| (monitor humanmonitor1) Sending command 'cont' 11/07 14:35:07 INFO | unittest:0096| Waiting for unittest emulator to complete, timeout 600, output in /tmp/testlog-20111107-143402-z5b2 11/07 14:35:09 INFO | aexpect:0783| [qemu output] (Process terminated with status 1) 11/07 14:35:09 ERROR| unittest:0104| Unit test emulator failed 11/07 14:35:09 INFO | unittest:0113| Unit test log collected and available under /usr/local/autotest/results/default/kvm.qemu-kvm-git.unittests/debug/emulator.log Please let me know if I can do anything else to help you.