[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [xen-unstable test] 11905: regressions - FAIL
On Fri, 2012-02-10 at 01:23 +0000, xen.org wrote: > flight 11905 xen-unstable real [real] > http://www.chiark.greenend.org.uk/~xensrcts/logs/11905/ > > Regressions :-( > > Tests which did not succeed and are blocking, > including tests which could not be run: > test-amd64-amd64-win 7 windows-install fail REGR. vs. > 11904 > test-amd64-i386-win-vcpus1 7 windows-install fail REGR. vs. > 11904 > test-amd64-i386-win 7 windows-install fail REGR. vs. > 11904 > test-amd64-i386-xend-winxpsp3 7 windows-install fail REGR. vs. > 11904 > test-i386-i386-win 7 windows-install fail REGR. vs. > 11904 http://www.chiark.greenend.org.uk/~xensrcts/logs/11905/test-amd64-i386-win-vcpus1/gall-mite---var-log-xen-xend.log contains: [2012-02-09 22:34:26 2310] ERROR (XendDomainInfo:488) VM start failed Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendDomainInfo.py", line 474, in start XendTask.log_progress(31, 60, self._initDomain) File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendTask.py", line 209, in log_progress retval = func(*args, **kwds) File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendDomainInfo.py", line 2914, in _initDomain self._introduceDomain() File "/usr/local/lib/python2.6/dist-packages/xen/xend/XendDomainInfo.py", line 2685, in _introduceDomain raise XendError(str(exn)) XendError: (22, 'Invalid argument') This try block contains only a single call to xen.xend.xenstore.xsutil.IntroduceDomain which ultimately turns into a C call to xs_introduce_domain. Daniel, I'm afraid I suspect the XS stubdom series for this one. My suspicion is a missing call to seed_grant_table from xend (or from a libxc function which xend uses) which prevents xenstored from mapping the guest's ring, which results in an error from map_interface() in xenstored. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |