[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [xen-unstable test] 12035: regressions - FAIL
flight 12035 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/12035/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-rhel6hvm-amd 7 redhat-install fail REGR. vs. 12031 test-amd64-i386-rhel6hvm-intel 7 redhat-install fail REGR. vs. 12031 test-amd64-i386-xl-winxpsp3-vcpus1 7 windows-install fail REGR. vs. 12031 test-amd64-i386-xl-win7-amd64 7 windows-install fail REGR. vs. 12031 test-amd64-amd64-xl-win 7 windows-install fail REGR. vs. 12031 test-i386-i386-xl-win 7 windows-install fail REGR. vs. 12031 test-amd64-amd64-xl-win7-amd64 7 windows-install fail REGR. vs. 12031 test-amd64-i386-xl-win-vcpus1 7 windows-install fail REGR. vs. 12031 test-amd64-amd64-xl-winxpsp3 7 windows-install fail REGR. vs. 12031 test-i386-i386-xl-winxpsp3 7 windows-install fail REGR. vs. 12031 Regressions which are regarded as allowable (not blocking): test-amd64-i386-qemuu-rhel6hvm-amd 9 guest-start.2 fail like 12031 test-i386-i386-win 14 guest-start.2 fail like 12031 Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-pcipt-intel 9 guest-start fail never pass test-amd64-i386-qemuu-rhel6hvm-intel 9 guest-start.2 fail never pass test-amd64-i386-xend-winxpsp3 16 leak-check/check fail never pass test-amd64-amd64-win 16 leak-check/check 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-i386-i386-xl-qemuu-winxpsp3 7 windows-install fail never pass test-amd64-amd64-xl-qemuu-winxpsp3 7 windows-install fail never pass test-amd64-amd64-xl-qemuu-win7-amd64 7 windows-install fail never pass version targeted for testing: xen adcd6ab160fa baseline version: xen a4d93d0e0df2 ------------------------------------------------------------ People who touched revisions under test: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Attilio Rao <attilio.rao@xxxxxxxxxx> George Dunlap <george.dunlap@xxxxxxxxxxxxx> Ian Campbell <Ian.Campbell@xxxxxxxxxx> Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Jean Guyader <jean.guyader@xxxxxxxxxxxxx> Justin T. Gibbs <justing@xxxxxxxxxxxxxxxx> Keir Fraser <keir@xxxxxxx> Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> Tim Deegan <tim@xxxxxxx> ------------------------------------------------------------ jobs: build-amd64 pass build-i386 pass build-amd64-oldkern pass build-i386-oldkern pass build-amd64-pvops pass build-i386-pvops pass test-amd64-amd64-xl pass test-amd64-i386-xl pass test-i386-i386-xl pass test-amd64-i386-rhel6hvm-amd fail test-amd64-i386-qemuu-rhel6hvm-amd fail test-amd64-amd64-xl-qemuu-win7-amd64 fail test-amd64-amd64-xl-win7-amd64 fail test-amd64-i386-xl-win7-amd64 fail test-amd64-i386-xl-credit2 pass test-amd64-amd64-xl-pcipt-intel fail test-amd64-i386-rhel6hvm-intel fail test-amd64-i386-qemuu-rhel6hvm-intel fail test-amd64-i386-xl-multivcpu pass test-amd64-amd64-pair pass test-amd64-i386-pair pass test-i386-i386-pair pass test-amd64-amd64-xl-sedf-pin pass test-amd64-amd64-pv pass test-amd64-i386-pv pass test-i386-i386-pv pass test-amd64-amd64-xl-sedf pass test-amd64-i386-win-vcpus1 fail test-amd64-i386-xl-win-vcpus1 fail test-amd64-i386-xl-winxpsp3-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 test-amd64-amd64-xl-qemuu-winxpsp3 fail test-i386-i386-xl-qemuu-winxpsp3 fail test-amd64-i386-xend-winxpsp3 fail test-amd64-amd64-xl-winxpsp3 fail test-i386-i386-xl-winxpsp3 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. ------------------------------------------------------------ changeset: 24883:adcd6ab160fa tag: tip user: Tim Deegan <tim@xxxxxxx> date: Thu Feb 23 10:29:27 2012 +0000 x86/mm: Don't check for invalid bits in non-present PTEs. If _PAGE_PRESENT is clean in a pagetable entry, any pattern of bits is valid in the rest of the entry. OSes that special-case PFEC_invalid_bits (since it should never happen) will be confused by our setting it in this way. Signed-off-by: Tim Deegan <tim@xxxxxxx> changeset: 24882:3d4955cbcb67 user: George Dunlap <george.dunlap@xxxxxxxxxxxxx> date: Thu Feb 23 10:19:57 2012 +0000 libxl: Rename libxl_sched_* to include _domain In preparation for introducing a schedule parameter-based structure, rename libxl_sched_{credit,credit2,sedf} to libxl_sched_{}_domain. No functional changes. v2: Wrap long lines while I'm at it Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> changeset: 24881:5b9d4bd3addf user: George Dunlap <george.dunlap@xxxxxxxxxxxxx> date: Thu Feb 23 10:17:50 2012 +0000 libxc: Implement SCHEDOP sysctl for credit scheduler Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> changeset: 24880:dd9e8f1ebed1 user: George Dunlap <george.dunlap@xxxxxxxxxxxxx> date: Thu Feb 23 10:17:21 2012 +0000 scheduler: Implement SCHEDOP sysctl for credit scheduler Allow tslice_ms and ratelimit_us to be modified. Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> changeset: 24879:c4bddb3422dd user: George Dunlap <george.dunlap@xxxxxxxxxxxxx> date: Thu Feb 23 10:16:10 2012 +0000 scheduler: Print ratelimit in scheduler debug key Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> changeset: 24878:8e672cd04864 user: George Dunlap <george.dunlap@xxxxxxxxxxxxx> date: Thu Feb 23 10:15:40 2012 +0000 scheduler: Add a #define for the default ratelimit Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> changeset: 24877:0c91a375f480 user: George Dunlap <george.dunlap@xxxxxxxxxxxxx> date: Thu Feb 23 10:14:55 2012 +0000 cleanup: Remove dependency files in efi directory during a make clean Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> changeset: 24876:7cf234b198a3 user: Attilio Rao <attilio.rao@xxxxxxxxxx> date: Thu Feb 23 10:11:58 2012 +0000 hvmloader: Add OVMF UEFI support and directly use it ...when specified in the guest configuration file. This work is somewhat based on Bei Guan effort during the SoC 2011 and relies on upstream edk2/ovmf Tianocore ROM to be built separately and manually copied as: Build/OvmfX64/DEBUG_GCC44/FV/OVMF.fd -> tools/firmware/ovmf/ovmf-x64.bin Build/OvmfIa32/DEBUG_GCC44/FV/OVMF.fd -> toolf/firmware/ovmf/ovmf-ia32.bin A way to integrate OVMF build directly into XEN has still be discussed on the mailing list appropriately. Signed-off-by: Attilio Rao <attilio.rao@xxxxxxxxxx> Disable CONFIG_OVMF by default as ovmf is not integrated into the build. Signed-off-by: Keir Fraser <keir@xxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> changeset: 24875:a59c1dcfe968 user: Justin T. Gibbs <justing@xxxxxxxxxxxxxxxx> date: Thu Feb 23 10:03:07 2012 +0000 blkif.h: Define and document the request number/size/segments extension Note: As of __XEN_INTERFACE_VERSION__ 0x00040201 the definition of BLKIF_MAX_SEGMENTS_PER_REQUEST has changed. Drivers must be updated to, at minimum, use BLKIF_MAX_SEGMENTS_PER_HEADER_BLOCK, before being recompiled with a __XEN_INTERFACE_VERSION greater than or equal to this value. This extension first appeared in the FreeBSD Operating System. Signed-off-by: Justin T. Gibbs <justing@xxxxxxxxxxxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> changeset: 24874:f9789db96c39 user: Justin T. Gibbs <justing@xxxxxxxxxxxxxxxx> date: Thu Feb 23 10:02:30 2012 +0000 blkif.h: Document the Red Hat and Citrix blkif multi-page ring extensions No functional changes. Signed-off-by: Justin T. Gibbs <justing@xxxxxxxxxxxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> changeset: 24873:037537eff0c1 user: Justin T. Gibbs <justing@xxxxxxxxxxxxxxxx> date: Thu Feb 23 10:01:59 2012 +0000 blkif.h: Provide more complete documentation of the blkif interface o Document the XenBus nodes used in this protocol. o Add a state diagram illustrating the roles and responsibilities of both the front and backend during startup. o Correct missed BLKIF_OP_TRIM => BLKIF_OP_DISCARD conversion in a comment. No functional changes. Signed-off-by: Justin T. Gibbs <justing@xxxxxxxxxxxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> changeset: 24872:4e1460cd2227 user: Justin T. Gibbs <justing@xxxxxxxxxxxxxxxx> date: Thu Feb 23 10:01:26 2012 +0000 blkif.h: Miscelaneous style fixes o Remove trailing whitespace. o Remove a blank line so that a comment block is adjacent to the code it documents. No functional changes. Signed-off-by: Justin T. Gibbs <justing@xxxxxxxxxxxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> changeset: 24871:66cc5b67e749 user: Ian Campbell <ian.campbell@xxxxxxxxxx> date: Thu Feb 23 09:59:35 2012 +0000 xen: add missing unlock from gnttab_get_version Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Reported-by: Francisco Rocha <f.e.liberal-rocha@xxxxxxxxxxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> changeset: 24870:9bf3ec036bef user: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> date: Thu Feb 23 09:58:47 2012 +0000 IO-APIC: Prevent using EOI broadcast suppression if user specified ioapic_ack=new on the command line. Currently, if EOI broadcast suppression is advertised on the BSP LAPIC, Xen will discard any user specified option regarding IO-APIC ack mode. This patch introduces a check which prevents EOI Broadcast suppression from forcing the IO-APIC ack mode to old if the user has explicitly asked for the new ack mode on the command line. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> changeset: 24869:a4d93d0e0df2 user: Ian Campbell <ian.campbell@xxxxxxxxxx> date: Wed Feb 22 14:33:24 2012 +0000 arm: lr register in hyp mode is really LR_usr. Save and restore it in the same way for both hypervisor and user stack frames rather than saving both individually in the user stack frame. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> Committed-by: Ian Campbell <Ian.Campbell@xxxxxxxxxx> ======================================== commit 128de2549c5f24e4a437b86bd2e46f023976d50a Author: Jean Guyader <jean.guyader@xxxxxxxxxxxxx> Date: Mon Feb 20 16:21:47 2012 +0000 Intel GPU passthrough: Host bridge config space Expose more host bridge config space value to make the driver happy for all the different revisions of the device. Signed-off-by: Jean Guyader <jean.guyader@xxxxxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |