[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [xen-unstable test] 7663: regressions - FAIL
flight 7663 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/7663/ Regressions :-( Tests which did not succeed and are blocking: test-amd64-xcpkern-i386-xl-credit2 18 leak-check/check fail REGR. vs. 7633 test-i386-i386-xl 18 leak-check/check fail REGR. vs. 7633 test-amd64-xcpkern-i386-xl-multivcpu 18 leak-check/check fail REGR. vs. 7633 test-i386-xcpkern-i386-xl 18 leak-check/check fail REGR. vs. 7633 test-amd64-i386-xl-credit2 18 leak-check/check fail REGR. vs. 7633 test-amd64-i386-xl 18 leak-check/check fail REGR. vs. 7633 test-amd64-xcpkern-i386-xl 18 leak-check/check fail REGR. vs. 7633 test-amd64-i386-xl-multivcpu 18 leak-check/check fail REGR. vs. 7633 test-amd64-i386-rhel6hvm-intel 10 guest-saverestore.2 fail REGR. vs. 7633 test-amd64-amd64-xl 18 leak-check/check fail REGR. vs. 7633 test-i386-i386-xl-win 7 windows-install fail REGR. vs. 7633 Tests which did not succeed, but are not blocking, including regressions (tests previously passed) regarded as allowable: test-amd64-i386-rhel6hvm-amd 12 guest-localmigrate/x10 fail never pass test-amd64-xcpkern-i386-rhel6hvm-intel 12 guest-localmigrate/x10 fail like 7633 test-amd64-i386-xl-win-vcpus1 13 guest-stop fail never pass test-amd64-i386-win-vcpus1 16 leak-check/check fail never pass test-amd64-amd64-win 16 leak-check/check fail never pass test-amd64-i386-win 16 leak-check/check fail never pass test-amd64-xcpkern-i386-win 16 leak-check/check fail never pass test-amd64-amd64-xl-win 13 guest-stop fail never pass test-amd64-xcpkern-i386-rhel6hvm-amd 14 guest-start.2 fail never pass test-amd64-xcpkern-i386-xl-win 13 guest-stop fail never pass test-i386-xcpkern-i386-win 16 leak-check/check fail never pass test-i386-i386-win 16 leak-check/check fail never pass version targeted for testing: xen 065ca14be963 baseline version: xen eca057e4475c ------------------------------------------------------------ People who touched revisions under test: Carsten Schiers <carsten@xxxxxxxxxx> Daniel Stodden <daniel.stodden@xxxxxxxxxx> Ian Campbell <ian.campbell@xxxxxxxxxx> Ian Jackson <ian.jackson.citrix.com> Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Keir Fraser <keir@xxxxxxx> Marek Marczykowski <marmarek@xxxxxxxxxxxx> Mike McClurg <mike.mcclurg@xxxxxxxxxx> Olaf Hering <olaf@xxxxxxxxx> Philipp Hahn <hahn@xxxxxxxxxxxxx> Tim Deegan <Tim.Deegan@xxxxxxxxxx> Yongjie Ren <yongjie.ren@xxxxxxxxx> Zhigang Wang <zhigang.x.wang@xxxxxxxxxx> ------------------------------------------------------------ jobs: build-i386-xcpkern pass 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 fail test-amd64-i386-xl fail test-i386-i386-xl fail test-amd64-xcpkern-i386-xl fail test-i386-xcpkern-i386-xl fail test-amd64-i386-rhel6hvm-amd fail test-amd64-xcpkern-i386-rhel6hvm-amd fail test-amd64-i386-xl-credit2 fail test-amd64-xcpkern-i386-xl-credit2 fail test-amd64-i386-rhel6hvm-intel fail test-amd64-xcpkern-i386-rhel6hvm-intel fail test-amd64-i386-xl-multivcpu fail test-amd64-xcpkern-i386-xl-multivcpu fail test-amd64-amd64-pair pass test-amd64-i386-pair pass test-i386-i386-pair pass test-amd64-xcpkern-i386-pair pass test-i386-xcpkern-i386-pair pass test-amd64-amd64-pv pass test-amd64-i386-pv pass test-i386-i386-pv pass test-amd64-xcpkern-i386-pv pass test-i386-xcpkern-i386-pv pass 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-xcpkern-i386-win fail test-i386-xcpkern-i386-win fail test-amd64-amd64-xl-win fail test-i386-i386-xl-win fail test-amd64-xcpkern-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. ------------------------------------------------------------ changeset: 23570:065ca14be963 tag: tip user: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> date: Wed Jun 22 14:43:53 2011 +0100 libxl: remove and hgignore testenum.c This is an output file from the test idl generator and should not have been committed. Reported-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> changeset: 23569:b7e5a2566332 user: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> date: Tue Jun 21 18:28:53 2011 +0100 QEMU_TAG update changeset: 23568:d67133289286 user: Ian Campbell <ian.campbell@xxxxxxxxxx> date: Tue Jun 21 18:26:39 2011 +0100 libxl: autogenerate to_string and from_string functions for Enumerations. The generated strings are the lower case enum value names, with underscores. Accepted string for parsing are the same but are case insensitive. We provide a table of strings->value for each Enumeration as well as a convenience function to perform a lookup. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> changeset: 23567:c2995f0555af user: Carsten Schiers <carsten@xxxxxxxxxx> date: Tue Jun 21 18:24:34 2011 +0100 xl: improve compatibility with xm /etc/init.d/xendomains relies on simple pattern matching from sructures being printed by "xl list -l" command. so update xl implementation to match. Signed-off-by: Carsten Schiers <carsten@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> changeset: 23566:7e5b54d1643e user: Mike McClurg <mike.mcclurg@xxxxxxxxxx> date: Tue Jun 21 18:01:51 2011 +0100 tools/ocaml: ask compiler for correct library OCaml libraries will live in /usr/local/ if the user compiles OCaml from source. This patch asks the OCaml compiler where we should look for libraries. NB: it may be that we should do the same thing for the NetBSD case, but I don't have a BSD box to test this out. Signed-off-by: Mike McClurg <mike.mcclurg@xxxxxxxxxx> Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> changeset: 23565:72eafe80ebc1 user: Marek Marczykowski <marmarek@xxxxxxxxxxxx> date: Tue Jun 21 17:50:47 2011 +0100 libxl: add all pci devices to xenstore at once (during VM create) When adding pci devices one by one, pciback notice only the first one. For every next, "state" is left as is (usualy "4" in that time), so backend will not rescan xenstore. So when VM is starting all devices should be added at once and then backend can initialize it. This applies only to pci, because only pci backend have one xenstore dir for multiple devices. Signed-off-by: Marek Marczykowski <marmarek@xxxxxxxxxxxx> Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> changeset: 23564:441482ec8699 user: Zhigang Wang <zhigang.x.wang@xxxxxxxxxx> date: Tue Jun 21 17:48:00 2011 +0100 make xendomains service save/migrate vms under /etc/xen/auto only Currently, xendomains service will save or migrate all the running domains in the host on stop. Change XENDOMAINS_AUTO_ONLY=true. Then on service stop, it will only save or migrate all VMs under XENDOMAINS_AUTO (/etc/xen/auto), but always shutdown all the running VMs. It's a way to cleanly shutdown all the running VMs on system reboot. If you want to save/migrate a VM, create a link to /etc/xen/auto. Signed-off-by: Zhigang Wang <zhigang.x.wang@xxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> changeset: 23563:dfefeee946d5 user: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> date: Tue Jun 21 17:35:57 2011 +0100 libxl: always set list out parameter of libxl_device_pci_list_assigned Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> changeset: 23562:8a7f52c59d64 user: Olaf Hering <olaf@xxxxxxxxx> date: Fri Jun 10 10:47:02 2011 +0200 xenpaging: remove unused spinlock in pager The spinlock code in the pager is a no-op because xenpaging is a single threaded application. There is no locking when put_response() places a response into the ringbuffer. The only locking is inside the hypervisor, where mem_event_put_request() and mem_event_get_response() lock the ringbuffer to protect multiple vcpus from each other. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Committed-by: Ian Jackson <ian.jackson.citrix.com> changeset: 23561:60a174cb4f73 user: Philipp Hahn <hahn@xxxxxxxxxxxxx> date: Tue Jun 21 16:51:43 2011 +0100 tools/blktap2: tapdisk2 executable usage message documents -D option Signed-off-by: Philipp Hahn <hahn@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> changeset: 23560:86abf5c92e93 user: Olaf Hering <olaf@xxxxxxxxx> date: Fri Jun 17 14:22:56 2011 +0200 xenctx: add option -C to dump context for all vcpus Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Committed-by: Ian Jackson <ian.jackson.citrix.com> changeset: 23559:83d0d733f9fe user: Olaf Hering <olaf@xxxxxxxxx> date: Fri Jun 17 14:11:52 2011 +0200 xenctx: move xc_* access out of dump_ctx move xc_* access out of dump_ctx. Update code paths to return an error instead of calling exit(). On error unpause the guest if it was paused by xenctx. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Committed-by: Ian Jackson <ian.jackson.citrix.com> changeset: 23558:fa2496f162d8 user: Olaf Hering <olaf@xxxxxxxxx> date: Fri Jun 17 14:10:18 2011 +0200 xenctx: move all globals into struct xenctx Move all globals used for options and libxc data into a new struct xenctx. This is used in subsequent changes. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Committed-by: Ian Jackson <ian.jackson.citrix.com> changeset: 23557:4349543ee32f user: Olaf Hering <olaf@xxxxxxxxx> date: Fri Jun 17 14:09:32 2011 +0200 xenctx: recognize also -S option for --stack-trace Update help text. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Committed-by: Ian Jackson <ian.jackson.citrix.com> changeset: 23556:bff008a26377 user: Daniel Stodden <daniel.stodden@xxxxxxxxxx> date: Tue Jun 21 15:38:52 2011 +0100 tools: xen-ringwatch: spot, and work around, broken frontend/backend ring I/O Adds tool support to debug backends which expose I/O ring state in sysfs. Currently supports /sys/devices/xen-backend/vbd-*-*/io_ring nodes for block I/O, where implemented. Primary function is to observe ring state make progress over a period of time, then report stuck message queue halves where pending consumer/event are not moving. Adding --kick will re-issue event notifications to frontends, and/or kick backends out of wait state. Signed-off-by: Daniel Stodden <daniel.stodden@xxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> changeset: 23555:b17fbeed1548 user: Yongjie Ren <yongjie.ren@xxxxxxxxx> date: Tue Jun 21 15:31:34 2011 +0100 libxl: remove O_CLOEXEC in xl_cmdimpl.c Some old linux kernels such as 2.6.18 don't define O_CLOEXEC, so remove O_CLOEXEC in xl_cmdimpl.c and replace with fcntl. Signed-off-by: Yongjie Ren <yongjie.ren@xxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> changeset: 23554:c91255b2f0a0 user: Tim Deegan <Tim.Deegan@xxxxxxxxxx> date: Mon Jun 20 13:16:14 2011 +0100 x86/mm/shadow: adjust early-unshadow heuristic for PAE guests. PAE guests have 8-byte PTEs but tend to clear memory with 4-byte writes. This means that when zeroing a former pagetable every second 4-byte write is unaligned and so the consecutive-zeroes --> unshadow heuristic never kicks in. Adjust the heuristic not to reset when a write is >= 4 bytes and writing zero but not PTE-aligned. Signed-off-by: Tim Deegan <Tim.Deegan@xxxxxxxxxx> changeset: 23553:eca057e4475c user: Keir Fraser <keir@xxxxxxx> date: Fri Jun 17 08:08:13 2011 +0100 xen-detect: Fix cpuid asm for 32-bit PIC compilation. Signed-off-by: Keir Fraser <keir@xxxxxxx> (qemu changes not included) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |