From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [linux-next test] 31271: tolerable trouble: broken/fail/pass Date: Fri, 31 Oct 2014 10:51:25 +0000 Message-ID: <545369AD.7000206@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "xen.org" , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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. David