From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [linux-next test] 31271: tolerable trouble: broken/fail/pass Date: Fri, 31 Oct 2014 13:21:05 +0000 Message-ID: <54538CC1.9060005@citrix.com> References: <545369AD.7000206@citrix.com> <20141031131553.GB4704@laptop.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20141031131553.GB4704@laptop.dumpdata.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk , David Vrabel Cc: xen-devel@lists.xensource.com, "xen.org" List-Id: xen-devel@lists.xenproject.org On 31/10/14 13:15, Konrad Rzeszutek Wilk wrote: > On Fri, Oct 31, 2014 at 10:51:25AM +0000, David Vrabel wrote: >> On 31/10/14 04:22, xen.org wrote: >>> flight 31271 linux-next real [real] >>> http://www.chiark.greenend.org.uk/~xensrcts/logs/31271/ >>> >>> Failures :-/ but no regressions. >>> test-amd64-amd64-xl-qemut-win7-amd64 fail >>> test-amd64-i386-xl-qemut-win7-amd64 fail >>> test-amd64-amd64-xl-qemuu-win7-amd64 fail >>> test-amd64-i386-xl-qemuu-win7-amd64 fail >>> test-amd64-amd64-xl-win7-amd64 fail >>> test-amd64-i386-xl-win7-amd64 fail >> All the windows tests are failing because: >> >> Shutting down domain 18 >> PV control interface not available: external graceful shutdown not possible. >> Use "-F" to fallback to ACPI power event. >> shutdown failed (rc=-10) >> >> Which is expected behaviour and not a failure. This problem is >> universal across all the different test runs. >> >> Either PV drivers need to be installed into the guest or the test needs >> to be fixed to use the ACPI power event. > Why don't we actually do it (the ACPI power event) instead of just > printing it? Because the power event can be mapped to anything, including no action inside the VM. This is a guest OS policy. Win8 for example will hibernate by default on a power event. This is not what a user running `xl shutdown` would expect. ~Andrew