flight 7291 linux real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/7291/
Regressions :-(
Tests which did not succeed and are blocking:
test-amd64-i386-pair 16 guest-start fail REGR. vs. 7062
test-amd64-i386-pv 9 guest-start fail REGR. vs. 7062
test-amd64-i386-xl-multivcpu 9 guest-start fail REGR. vs. 7062
test-amd64-i386-xl 9 guest-start fail REGR. vs. 7062
test-i386-i386-pair 16 guest-start fail REGR. vs. 7062
test-i386-i386-pv 9 guest-start fail REGR. vs. 7062
test-i386-i386-xl 9 guest-start fail REGR. vs. 7062
Tests which are failing intermittently (not blocking):
test-amd64-i386-xl-credit2 8 debian-fixup fail pass in 7277
Tests which did not succeed, but are not blocking,
including regressions (tests previously passed) regarded as allowable:
test-amd64-amd64-win 16 leak-check/check fail never pass
test-amd64-amd64-xl-win 13 guest-stop fail never pass
test-amd64-i386-rhel6hvm-amd 8 guest-saverestore fail never pass
test-amd64-i386-rhel6hvm-intel 8 guest-saverestore fail never pass
test-amd64-i386-win-vcpus1 16 leak-check/check fail never pass
test-amd64-i386-win 16 leak-check/check fail never pass
test-amd64-i386-xl-win-vcpus1 13 guest-stop fail never pass
test-i386-i386-win 16 leak-check/check fail never pass
test-i386-i386-xl-win 13 guest-stop fail never pass
version targeted for testing:
linux 78e7a0c14685d544453e85a331aa7f63831c2d3b
baseline version:
linux 2b494f184d3337d10d59226e3632af56ea66629a
------------------------------------------------------------
People who touched revisions under test:
------------------------------------------------------------
jobs:
build-amd64 pass
build-i386 pass
build-amd64-pvops pass
build-i386-pvops pass
test-amd64-amd64-xl pass
test-amd64-i386-xl fail
test-i386-i386-xl fail
test-amd64-i386-rhel6hvm-amd fail
test-amd64-i386-xl-credit2 fail
test-amd64-i386-rhel6hvm-intel fail
test-amd64-i386-xl-multivcpu fail
test-amd64-amd64-pair pass
test-amd64-i386-pair fail
test-i386-i386-pair fail
test-amd64-amd64-pv pass
test-amd64-i386-pv fail
test-i386-i386-pv fail
test-amd64-i386-win-vcpus1 fail
test-amd64-i386-xl-win-vcpus1 fail
test-amd64-amd64-win fail
test-amd64-i386-win fail
test-i386-i386-win fail
test-amd64-amd64-xl-win fail
test-i386-i386-xl-win fail
------------------------------------------------------------
sg-report-flight on woking.cam.xci-test.com
logs: /home/xc_osstest/logs
images: /home/xc_osstest/images
Logs, config files, etc. are available at
http://www.chiark.greenend.org.uk/~xensrcts/logs
Test harness code can be found at
http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary
Not pushing.
------------------------------------------------------------
commit 78e7a0c14685d544453e85a331aa7f63831c2d3b
Merge: 2b494f1... 2808026...
Author: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Date: Mon May 16 13:56:10 2011 -0700
Merge branch ''for-2.6.32/bug-fixes'' of
git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into xen/next-2.6.32
* ''for-2.6.32/bug-fixes'' of
git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:
xen/blkback: When writting barriers set the sector number to zero...
xen/apic: Provide an ''apic_xen'' to set the override the
apic->[read|write] for all cases.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
Ian Jackson writes ("[linux test] 7291: regressions -
FAIL"):> Tests which did not succeed and are blocking:
> test-amd64-i386-xl 9 guest-start fail REGR. vs. 7062
These failures are all 32-bit pvops dom0 kernel booted as a PV guest.
Whether the hypervisor is 32 or 64 doesn''t seem to matter. 64-bit
guests seem to work. HVM tests (which do not use our kernels) work.
So I conjecture a bug in the pvops dom0 kernel which makes it not boot
when built 32-bit.
Looking at the logs of the test system:
* The guest has not produced any output to its PV console
* "xl list" shows that the guest has set the shutdown reason to
"crashed" using SCHEDOP_shutdown, and is shut down.
> version targeted for testing:
> linux 78e7a0c14685d544453e85a331aa7f63831c2d3b
> baseline version:
> linux 2b494f184d3337d10d59226e3632af56ea66629a
The baseline still works, obviously.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
Ian Campbell
2011-May-24 13:13 UTC
Re: [Xen-devel] Re: [linux test] 7291: regressions - FAIL
On Tue, 2011-05-24 at 14:01 +0100, Ian Jackson wrote:> Ian Jackson writes ("[linux test] 7291: regressions - FAIL"): > > Tests which did not succeed and are blocking: > > test-amd64-i386-xl 9 guest-start fail REGR. vs. 7062 > > These failures are all 32-bit pvops dom0 kernel booted as a PV guest. > Whether the hypervisor is 32 or 64 doesn''t seem to matter. 64-bit > guests seem to work. HVM tests (which do not use our kernels) work. > > So I conjecture a bug in the pvops dom0 kernel which makes it not boot > when built 32-bit. > > Looking at the logs of the test system: > * The guest has not produced any output to its PV console > * "xl list" shows that the guest has set the shutdown reason to > "crashed" using SCHEDOP_shutdown, and is shut down. > > > version targeted for testing: > > linux 78e7a0c14685d544453e85a331aa7f63831c2d3b > > baseline version: > > linux 2b494f184d3337d10d59226e3632af56ea66629a > > The baseline still works, obviously.$ git log --pretty=oneline 2b494f184d3337d10d59226e3632af56ea66629a..78e7a0c14685d544453e85a331aa7f63831c2d3b 78e7a0c14685d544453e85a331aa7f63831c2d3b Merge branch ''for-2.6.32/bug-fixes'' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into xen/next-2.6.32 280802657fb95c52bb5a35d43fea60351883b2af xen/blkback: When writting barriers set the sector number to zero... c3dd7941354fa96a71f2613e2c7a1b215fa175dc xen/apic: Provide an ''apic_xen'' to set the override the apic->[read|write] for all cases. c3dd79 seems like the more likely candidate to me... Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel