From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [linux-linus test] 17480: regressions - FAIL Date: Mon, 8 Apr 2013 14:12:42 -0400 Message-ID: <20130408181242.GC24288@phenom.dumpdata.com> References: <20130405200406.GA15961@phenom.dumpdata.com> <20834.57497.555741.488521@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20834.57497.555741.488521@mariner.uk.xensource.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: Ian Jackson Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Mon, Apr 08, 2013 at 04:22:01PM +0100, Ian Jackson wrote: > Konrad Rzeszutek Wilk writes ("Re: [Xen-devel] [linux-linus test] 17480: regressions - FAIL"): > > It is the same as the last one - the install of RHEL6 fails > > and the migrate of a guest fails. > ... > > What would be useful is to figure out what 'mite' thought about the > > migration, but sadly the 'val/log/xen/xend.log' file shows nothing!? > > http://www.chiark.greenend.org.uk/~xensrcts/logs/17480/test-amd64-i386-pair/gall-mite---var-log-xen-xend.log > > http://www.chiark.greenend.org.uk/~xensrcts/logs/17480/test-amd64-i386-pair/itch-mite---var-log-xen-xend.log > > shows various messages from itch-mite's xc_restore. It seems to be > receiving pages up to about 12:50:54 and then everything goes quiet. > During the log capture, we can see xc_restore still running. Thanks for making the logs readable. > > > Anyhow, the failure is with xc_save which tells us this command: > > > > xm migrate debian.guest.osstest itch-mite > > > > fails with: > > + exit 4 > > The failure happens before then, here: > > 2013-04-05 11:57:04 Z command timed out [400]: ssh -o > StrictHostKeyChecking=no -o BatchMode=yes -o ConnectTimeout=100 -o > ServerAliveInterval=100 -o PasswordAuthentication=no -o > ChallengeResponseAuthentication=no -o > UserKnownHostsFile=tmp/t.known_hosts_17480.test-amd64-i386-pair > root@10.80.249.149 xm migrate debian.guest.osstest itch-mite > > Ie, the test system waited 400s and then gave up. > > The stuff about exit status 4 is a shell wrapper for the test script, > to record the test script exit status. It doesn't mean that xc_save > exited with status 4. > > I think xc_save was probably killed when the tester killed the ssh > connection which was running xm migrate. Oh. If the command started at 11:57, and Xend on mitch-mite says it started 12:50.. what happend for that whole hour? Are the times in sync? > > Ian.