From: Gerd Hoffmann <kraxel@redhat.com>
To: Michael Goldish <mgoldish@redhat.com>
Cc: KVM list <kvm@vger.kernel.org>
Subject: Re: [autotest] vm creation fails (not)
Date: Wed, 05 Aug 2009 14:53:53 +0200 [thread overview]
Message-ID: <4A7980E1.3080704@redhat.com> (raw)
In-Reply-To: <188280666.1491641249467387433.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com>
[-- Attachment #1: Type: text/plain, Size: 508 bytes --]
On 08/05/09 12:16, Michael Goldish wrote:
> ----- "Gerd Hoffmann"<kraxel@redhat.com> wrote:
>
>> Hi,
>>
>> Now and then autotest thinks creating the vm failed, although qemu
>> started up just fine. autotest then goes to wait($qemupid) and hangs
>> there forever ...
>
> If you encounter this again, please send the autotest debug log --
> it'll make it easier to tell why autotest hangs.
Attached.
enjoy,
Gerd
(autotest still hanging in that state, just in case you want me collect
more info ...)
[-- Attachment #2: kvm.Fedora.9.32.boot.DEBUG --]
[-- Type: text/plain, Size: 3548 bytes --]
08/05 14:44:57 INFO | test:0256| Test started. Number of iterations: 1
08/05 14:44:57 INFO | test:0259| Executing iteration 1 of 1
08/05 14:44:57 ERROR| warnings:0029| /autotest/git/autotest/client/tests/kvm/kvm_utils.py:1: DeprecationWarning: the md5 module is deprecated; use hashlib instead
08/05 14:44:57 ERROR| warnings:0029| import md5, thread, subprocess, time, string, random, socket, os, signal, pty
08/05 14:44:57 DEBUG| kvm:0077| Test parameters:
08/05 14:44:57 DEBUG| kvm:0081| cmd_reboot = shutdown -r now
08/05 14:44:57 DEBUG| kvm:0081| cmd_shutdown = shutdown -h now
08/05 14:44:57 DEBUG| kvm:0081| convert_ppm_files_to_png_on_error = yes
08/05 14:44:57 DEBUG| kvm:0081| depend = ['kraxel.kvm_smallpages.qcow2.ide.default.up.Linux.Fedora.9.32.rtl8139.install', 'kraxel.kvm_smallpages.qcow2.ide.default.up.Linux.Fedora.9.32.rtl8139.setup']
08/05 14:44:57 DEBUG| kvm:0081| display = vnc
08/05 14:44:57 DEBUG| kvm:0081| drive_format = ide
08/05 14:44:57 DEBUG| kvm:0081| guest_port_ssh = 22
08/05 14:44:57 DEBUG| kvm:0081| image_boot = yes
08/05 14:44:57 DEBUG| kvm:0081| image_format = qcow2
08/05 14:44:57 DEBUG| kvm:0081| image_name = fc9-32
08/05 14:44:57 DEBUG| kvm:0081| image_size = 10G
08/05 14:44:57 DEBUG| kvm:0081| images = image1
08/05 14:44:57 DEBUG| kvm:0081| kill_vm = no
08/05 14:44:57 DEBUG| kvm:0081| kill_vm_gracefully = yes
08/05 14:44:57 DEBUG| kvm:0081| kill_vm_on_error = yes
08/05 14:44:57 DEBUG| kvm:0081| main_vm = vm1
08/05 14:44:57 DEBUG| kvm:0081| mem = 1024
08/05 14:44:57 DEBUG| kvm:0081| name = kraxel.kvm_smallpages.qcow2.ide.default.up.Linux.Fedora.9.32.rtl8139.boot
08/05 14:44:57 DEBUG| kvm:0081| nics = nic1
08/05 14:44:57 DEBUG| kvm:0081| password = 123456
08/05 14:44:57 DEBUG| kvm:0081| redirs = ssh
08/05 14:44:57 DEBUG| kvm:0081| shortname = Fedora.9.32.boot
08/05 14:44:57 DEBUG| kvm:0081| ssh_port = 22
08/05 14:44:57 DEBUG| kvm:0081| ssh_prompt = \[root@.{0,50}][\#\$]
08/05 14:44:57 DEBUG| kvm:0081| ssh_status_test_command = echo $?
08/05 14:44:57 DEBUG| kvm:0081| start_vm = yes
08/05 14:44:57 DEBUG| kvm:0081| type = boot
08/05 14:44:57 DEBUG| kvm:0081| username = root
08/05 14:44:57 DEBUG| kvm:0081| vms = vm1
08/05 14:44:57 DEBUG| kvm:0087| Contents of environment: {'vm__vm1': <kvm_vm.VM instance at 0x2b8d6c8>}
08/05 14:44:58 DEBUG|kvm_prepro:0050| Preprocessing VM 'vm1'...
08/05 14:44:58 DEBUG|kvm_prepro:0053| VM object found in environment
08/05 14:44:58 DEBUG|kvm_prepro:0072| VM is not alive; starting it...
08/05 14:44:58 DEBUG| kvm_vm:0513| VM is already down
08/05 14:44:58 DEBUG| kvm_vm:0381| Running qemu command:
/autotest/git/autotest/client/tests/kvm/qemu -name 'vm1' -monitor unix:/tmp/monitor-20090731-160247-1AGm,server,nowait -drive file=/autotest/git/autotest/client/tests/kvm/images/fc9-32.qcow2,if=ide,boot=on -net nic,vlan=0 -net user,vlan=0 -m 1024 -redir tcp:5000::22 -vnc :0
08/05 14:44:58 ERROR| kvm_vm:0390| VM could not be created; qemu command failed:
/autotest/git/autotest/client/tests/kvm/qemu -name 'vm1' -monitor unix:/tmp/monitor-20090731-160247-1AGm,server,nowait -drive file=/autotest/git/autotest/client/tests/kvm/images/fc9-32.qcow2,if=ide,boot=on -net nic,vlan=0 -net user,vlan=0 -m 1024 -redir tcp:5000::22 -vnc :0
next prev parent reply other threads:[~2009-08-05 12:53 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <657495968.1491511249467149457.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com>
2009-08-05 10:16 ` [autotest] vm creation fails (not) Michael Goldish
2009-08-05 12:53 ` Gerd Hoffmann [this message]
2009-08-05 13:12 ` Michael Goldish
2009-08-05 13:21 ` Gerd Hoffmann
2009-08-05 14:05 ` Michael Goldish
2009-08-05 14:52 ` Gerd Hoffmann
2009-08-05 15:43 ` Avi Kivity
[not found] <798406659.1555201249555283903.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com>
2009-08-06 10:43 ` Michael Goldish
2009-08-06 11:33 ` Avi Kivity
[not found] <87671503.1527311249497775045.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com>
2009-08-05 18:47 ` Michael Goldish
2009-08-06 10:23 ` Avi Kivity
[not found] <938753791.1515401249487180985.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com>
2009-08-05 15:48 ` Michael Goldish
2009-08-05 15:58 ` Gerd Hoffmann
2009-08-05 16:02 ` Avi Kivity
[not found] <1912575528.1512971249485400261.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com>
2009-08-05 15:21 ` Michael Goldish
2009-08-05 9:45 Gerd Hoffmann
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=4A7980E1.3080704@redhat.com \
--to=kraxel@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=mgoldish@redhat.com \
/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).