Bug 1050801

Summary: [whql][balloon]DF - Concurrent* and DF - Sleep * job failed on win2012 platform on HCK 2.1
Product: Red Hat Enterprise Linux 7 Reporter: Min Deng <mdeng>
Component: virtio-winAssignee: Yvugenfi <yvugenfi>
Status: CLOSED DUPLICATE QA Contact: Virtualization Bugs <virt-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: acathrow, bcao, hhuang, juzhang, lijin, mdeng, michen, rhod, virt-maint
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-16 11:30:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
dump none

Description Min Deng 2014-01-09 06:13:33 UTC
Description of problem:
The following jobs failed on win2012 platform with S4 enabled
3183-DF - Concurrent Hardware And Operating System (CHAOS) Test (Certification)	
3130-DF - Sleep and PNP (disable and enable) with IO Before and After (Certification)	
3229-DF - Sleep with IO During (Certification)
Version-Release number of selected component (if applicable):

*********************************
seabios-1.7.2.2-7.el7.x86_64
kernel-3.10.0-64.el7.x86_64
qemu-kvm-rhev-1.5.3-30.el7.x86_64
build 74
*********************************

How reproducible:
5 times

Steps to Reproduce:
1.boot up guest 
  usr/libexec/qemu-kvm -M pc -m 6G -smp 4 -cpu Penryn -usb -device usb-tablet -drive file=win2012.raw,if=none,id=drive-ide0-0-0,werror=stop,rerror=stop,cache=none -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 -netdev tap,sndbuf=0,id=hostnet2,script=/etc/qemu-ifup,downscript=no -device e1000,netdev=hostnet2,mac=00:52:15:33:41:32,bus=pci.0,addr=0x6 -uuid 49438d65-b0d0-4778-8e3a-7b5a14c07f4a -no-kvm-pit-reinjection -chardev socket,id=abc,path=/tmp/monitor-win2012-balloon,server,nowait -mon chardev=abc,mode=readline -vnc :1 -vga cirrus -name win2012-balloon-74 -rtc base=localtime,clock=host,driftfix=slew -global PIIX4_PM.disable_s3=1 -global PIIX4_PM.disable_s4=0 -monitor stdio -device virtio-balloon-pci,id=balloon0
2.submit the three jobs - 
3183-DF - Concurrent Hardware And Operating System (CHAOS) Test (Certification)	
3130-DF - Sleep and PNP (disable and enable) with IO Before and After (Certification)	
3229-DF - Sleep with IO During (Certification)
  

Actual results:The jobs failed when s4 was enabled


Expected results:The job can pass when S4 is enabled


Additional info:Upload HCK files in the bug

Comment 2 Min Deng 2014-01-09 06:23:20 UTC
Created attachment 847497 [details]
hck21logs

Comment 3 Yvugenfi@redhat.com 2014-01-12 15:49:47 UTC
(In reply to dengmin from comment #2)
> Created attachment 847497 [details]
> hck21logs

Hi,

I opened the log and all the mentioned tests are marked as passed.

Best regards,
Yan.

Comment 4 Min Deng 2014-01-13 08:57:30 UTC
(In reply to Yan Vugenfirer from comment #3)
> (In reply to dengmin from comment #2)
> > Created attachment 847497 [details]
> > hck21logs
> 
> Hi,
> 
> I opened the log and all the mentioned tests are marked as passed.
> 
> Best regards,
> Yan.

Hi Yan,

   I will remove that record to re-package a new one.Hope the newer one can be helpful.

Best Regards,
Min

Comment 5 Min Deng 2014-01-13 08:58:33 UTC
Created attachment 849194 [details]
Failure

Comment 6 Yvugenfi@redhat.com 2014-01-13 09:59:48 UTC
(In reply to dengmin from comment #5)
> Created attachment 849194 [details]
> Failure

Thanks!

According to the logs there was an unexpected reboot, which means that most probably there was a BSOD.

Do you see memory dump on test VM (either in c:\windows\memory.dmp or c:\windows\minidump)?

Best regards,
Yan.

Comment 7 Min Deng 2014-01-14 05:02:18 UTC
(In reply to Yan Vugenfirer from comment #6)
> (In reply to dengmin from comment #5)
> > Created attachment 849194 [details]
> > Failure
> 
> Thanks!
> 
> According to the logs there was an unexpected reboot, which means that most
> probably there was a BSOD.
> 
> Do you see memory dump on test VM (either in c:\windows\memory.dmp or
> c:\windows\minidump)?
> 
> Best regards,
> Yan.

Yes,there were several dump and upload them to the bug.Any issues please let me know,thanks

Min

Comment 8 Min Deng 2014-01-14 05:02:54 UTC
Created attachment 849745 [details]
dump

Comment 9 Yvugenfi@redhat.com 2014-01-14 12:47:57 UTC
Unfortunately looks like a duplicate of - BZ#835872

From dump files:

INTERNAL_POWER_ERROR (a0)
The power policy manager experienced a fatal error.
Arguments:
Arg1: 0000000000000107, A data mismatch has occurred in the internal hibernation data
	structures.
Arg2: 000000000000000a
Arg3: fffffa8007a44440, POP_HIBER_CONTEXT
Arg4: 0000000000000000, PO_MEMORY_RANGE_ARRAY

Comment 10 Yvugenfi@redhat.com 2014-01-14 12:50:07 UTC
Immediate workaround is to use virtio-block or virtio-scsi on this VM with certified drivers for the balloon certification.

Comment 11 Min Deng 2014-01-16 09:56:55 UTC
(In reply to Yan Vugenfirer from comment #10)
> Immediate workaround is to use virtio-block or virtio-scsi on this VM with
> certified drivers for the balloon certification.

 If enable S4 in CLI and use virtio-block on the VM,the three jobs could pass smoothly.

Comment 12 Yvugenfi@redhat.com 2014-01-16 11:30:13 UTC
(In reply to dengmin from comment #11)
> (In reply to Yan Vugenfirer from comment #10)
> > Immediate workaround is to use virtio-block or virtio-scsi on this VM with
> > certified drivers for the balloon certification.
> 
>  If enable S4 in CLI and use virtio-block on the VM,the three jobs could
> pass smoothly.

Thanks!

I will mark this bug as duplicate of BZ #835872 

Please use virtio-block for Windows 8\Windows 2012 with s4 during Balloon and virtio-serial certifications.

Best regards,
Yan.

*** This bug has been marked as a duplicate of bug 835872 ***