flight 10458 xen-4.1-testing real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/10458/ Failures and problems with tests :-( Tests which did not succeed and are blocking: test-amd64-i386-xl-credit2 3 host-install(3) broken test-amd64-amd64-xl-sedf 3 host-install(3) broken test-amd64-amd64-xl-winxpsp3 3 host-install(3) broken test-amd64-amd64-pv 3 host-install(3) broken test-amd64-i386-win-vcpus1 3 host-install(3) broken test-amd64-i386-pv 3 host-install(3) broken in 10444 test-i386-i386-win 3 host-install(3) broken in 10444 Tests which are failing intermittently (not blocking): test-amd64-amd64-xl-sedf-pin 14 guest-localmigrate/x10 fail pass in 10444 Tests which did not succeed, but are not blocking, including regressions (tests previously passed) regarded as allowable: test-amd64-i386-xend-winxpsp3 7 windows-install fail never pass test-i386-i386-xl-winxpsp3 7 windows-install fail never pass test-amd64-amd64-xl-win7-amd64 7 windows-install fail never pass test-amd64-i386-xl-win7-amd64 7 windows-install fail never pass test-amd64-i386-xl-winxpsp3-vcpus1 7 windows-install fail never pass test-amd64-amd64-xl-pcipt-intel 9 guest-start fail never pass test-amd64-i386-rhel6hvm-intel 9 guest-start.2 fail never pass test-amd64-i386-rhel6hvm-amd 9 guest-start.2 fail never pass test-amd64-i386-xl-win-vcpus1 13 guest-stop fail never pass test-i386-i386-xl-win 13 guest-stop fail never pass test-amd64-i386-win 16 leak-check/check fail never pass test-amd64-amd64-win 16 leak-check/check fail never pass test-amd64-amd64-xl-win 13 guest-stop fail never pass test-i386-i386-win 16 leak-check/check fail never pass test-amd64-i386-win-vcpus1 16 leak-check/check fail in 10444 never pass version targeted for testing: xen 1c89f7d29fbb baseline version: xen d9f8316a8291 ------------------------------------------------------------ People who touched revisions under test: Andrew Cooper <andrew.cooper3@citrix.com> Ian Jackson <ian.jackson@eu.citrix.com> Jean Guyader <jean.guyader@eu.citrix.com> Keir Fraser <keir@xen.org> Olaf Hering <olaf@aepfle.de> ------------------------------------------------------------ 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-amd64-xl-win7-amd64 fail test-amd64-i386-xl-win7-amd64 fail test-amd64-i386-xl-credit2 broken test-amd64-amd64-xl-pcipt-intel fail test-amd64-i386-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 fail test-amd64-amd64-pv broken test-amd64-i386-pv pass test-i386-i386-pv pass test-amd64-amd64-xl-sedf broken test-amd64-i386-win-vcpus1 broken 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-i386-xend-winxpsp3 fail test-amd64-amd64-xl-winxpsp3 broken 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: 23201:1c89f7d29fbb tag: tip user: Olaf Hering <olaf@aepfle.de> date: Thu Dec 08 16:50:28 2011 +0000 tools: init.d/Linux/xencommons: load evtchn and gntdev modules There is currently no code in the kernel to trigger autoload of the evtchn or gntdev drivers. Load them manually during xencommons start. Handle both pvops and xenlinux module names. Signed-off-by: Olaf Hering <olaf@aepfle.de> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> xen-unstable changeset: 24334:9c8aff308002 Backport-requested-by: Olaf Hering <olaf@aepfle.de> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> changeset: 23200:7a4fad2d4b05 user: Olaf Hering <olaf@aepfle.de> date: Thu Dec 08 16:50:16 2011 +0000 tools: init.d/Linux/xencommons: run script only when needed Currently xencommons prints an error that /proc/xen/capabilities does not exist when started on a non-xen kernel. Update the xencommons script to run only when needed: - do not run if /proc/xen does not exist - check if /proc/xen/capabilities exists before doing the grep for dom0 Signed-off-by: Olaf Hering <olaf@aepfle.de> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> xen-unstable changeset: 24333:4002e63b188a Backport-requested-by: Olaf Hering <olaf@aepfle.de> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> changeset: 23199:d9f8316a8291 user: Andrew Cooper <andrew.cooper3@citrix.com> date: Tue Dec 06 10:53:12 2011 +0000 KEXEC: fix kexec_get_range_compat to fail vocally. Fail with -ERANGE rather than silently truncating 64bit values (a physical address and size) into 32bit integers for dom0 to consume. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Simplify the bitwise arithmetic a bit. Signed-off-by: Keir Fraser <keir@xen.org> xen-unstable changeset: 24358:9961a6d5356a xen-unstable date: Mon Dec 05 19:42:46 2011 +0000 =======================================commit 3981d218912e186cb4205ee6732f446c177a36a2 Author: Jean Guyader <jean.guyader@eu.citrix.com> Date: Tue Nov 22 18:49:15 2011 +0000 qemu-xen: Don''t redefine libpci (3.1.7) defines. These values are already defined by the libpci heders in the version 3.1.7. PCI_STATUS_66MHZ PCI_STATUS_RESERVED2 PCI_STATUS_FAST_BACK PCI_MSIX_TABSIZE Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com> (cherry picked from commit 174d92a73a5d5e67c49501383a519021b72a2468)
Ian Campbell
2011-Dec-09 08:43 UTC
Re: [xen-4.1-testing test] 10458: trouble: broken/fail/pass
On Fri, 2011-12-09 at 08:18 +0000, xen.org wrote:> flight 10458 xen-4.1-testing real [real] > http://www.chiark.greenend.org.uk/~xensrcts/logs/10458/> Failures and problems with tests :-( > > Tests which did not succeed and are blocking: > test-amd64-i386-xl-credit2 3 host-install(3) broken > test-amd64-amd64-xl-sedf 3 host-install(3) broken > test-amd64-amd64-xl-winxpsp3 3 host-install(3) broken > test-amd64-amd64-pv 3 host-install(3) broken > test-amd64-i386-win-vcpus1 3 host-install(3) brokenThese host-install failures and the ones in xen-unstable flight 10458 are all on "earwig" which was supposed to have been removed from the pool due to being dodgy.> test-amd64-i386-pv 3 host-install(3) broken in 10444 > test-i386-i386-win 3 host-install(3) broken in 10444Confused by these since the URL above seems to suggest these passed... Ian.> Tests which are failing intermittently (not blocking): > test-amd64-amd64-xl-sedf-pin 14 guest-localmigrate/x10 fail pass in 10444 > > Tests which did not succeed, but are not blocking, > including regressions (tests previously passed) regarded as allowable: > test-amd64-i386-xend-winxpsp3 7 windows-install fail never pass > test-i386-i386-xl-winxpsp3 7 windows-install fail never pass > test-amd64-amd64-xl-win7-amd64 7 windows-install fail never pass > test-amd64-i386-xl-win7-amd64 7 windows-install fail never pass > test-amd64-i386-xl-winxpsp3-vcpus1 7 windows-install fail never pass > test-amd64-amd64-xl-pcipt-intel 9 guest-start fail never pass > test-amd64-i386-rhel6hvm-intel 9 guest-start.2 fail never pass > test-amd64-i386-rhel6hvm-amd 9 guest-start.2 fail never pass > test-amd64-i386-xl-win-vcpus1 13 guest-stop fail never pass > test-i386-i386-xl-win 13 guest-stop fail never pass > test-amd64-i386-win 16 leak-check/check fail never pass > test-amd64-amd64-win 16 leak-check/check fail never pass > test-amd64-amd64-xl-win 13 guest-stop fail never pass > test-i386-i386-win 16 leak-check/check fail never pass > test-amd64-i386-win-vcpus1 16 leak-check/check fail in 10444 never pass > > version targeted for testing: > xen 1c89f7d29fbb > baseline version: > xen d9f8316a8291 > > ------------------------------------------------------------ > People who touched revisions under test: > Andrew Cooper <andrew.cooper3@citrix.com> > Ian Jackson <ian.jackson@eu.citrix.com> > Jean Guyader <jean.guyader@eu.citrix.com> > Keir Fraser <keir@xen.org> > Olaf Hering <olaf@aepfle.de> > ------------------------------------------------------------ > > 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-amd64-xl-win7-amd64 fail > test-amd64-i386-xl-win7-amd64 fail > test-amd64-i386-xl-credit2 broken > test-amd64-amd64-xl-pcipt-intel fail > test-amd64-i386-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 fail > test-amd64-amd64-pv broken > test-amd64-i386-pv pass > test-i386-i386-pv pass > test-amd64-amd64-xl-sedf broken > test-amd64-i386-win-vcpus1 broken > 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-i386-xend-winxpsp3 fail > test-amd64-amd64-xl-winxpsp3 broken > 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: 23201:1c89f7d29fbb > tag: tip > user: Olaf Hering <olaf@aepfle.de> > date: Thu Dec 08 16:50:28 2011 +0000 > > tools: init.d/Linux/xencommons: load evtchn and gntdev modules > > There is currently no code in the kernel to trigger autoload of the > evtchn or gntdev drivers. Load them manually during xencommons start. > Handle both pvops and xenlinux module names. > > Signed-off-by: Olaf Hering <olaf@aepfle.de> > Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> > Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> > > xen-unstable changeset: 24334:9c8aff308002 > Backport-requested-by: Olaf Hering <olaf@aepfle.de> > Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> > > > changeset: 23200:7a4fad2d4b05 > user: Olaf Hering <olaf@aepfle.de> > date: Thu Dec 08 16:50:16 2011 +0000 > > tools: init.d/Linux/xencommons: run script only when needed > > Currently xencommons prints an error that /proc/xen/capabilities does > not exist when started on a non-xen kernel. > > Update the xencommons script to run only when needed: > - do not run if /proc/xen does not exist > - check if /proc/xen/capabilities exists before doing the grep for dom0 > > Signed-off-by: Olaf Hering <olaf@aepfle.de> > Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> > Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> > > xen-unstable changeset: 24333:4002e63b188a > Backport-requested-by: Olaf Hering <olaf@aepfle.de> > Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> > > > changeset: 23199:d9f8316a8291 > user: Andrew Cooper <andrew.cooper3@citrix.com> > date: Tue Dec 06 10:53:12 2011 +0000 > > KEXEC: fix kexec_get_range_compat to fail vocally. > > Fail with -ERANGE rather than silently truncating 64bit values (a > physical address and size) into 32bit integers for dom0 to consume. > > Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> > > Simplify the bitwise arithmetic a bit. > > Signed-off-by: Keir Fraser <keir@xen.org> > xen-unstable changeset: 24358:9961a6d5356a > xen-unstable date: Mon Dec 05 19:42:46 2011 +0000 > > > =======================================> commit 3981d218912e186cb4205ee6732f446c177a36a2 > Author: Jean Guyader <jean.guyader@eu.citrix.com> > Date: Tue Nov 22 18:49:15 2011 +0000 > > qemu-xen: Don''t redefine libpci (3.1.7) defines. > > These values are already defined by the libpci heders in the version > 3.1.7. > > PCI_STATUS_66MHZ > PCI_STATUS_RESERVED2 > PCI_STATUS_FAST_BACK > PCI_MSIX_TABSIZE > > Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com> > (cherry picked from commit 174d92a73a5d5e67c49501383a519021b72a2468) > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel
Maybe Matching Threads
- [xen-unstable test] 13439: regressions - FAIL
- [xen-unstable test] 12043: regressions - FAIL
- [xen-unstable test] 12988: regressions - FAIL
- [xen-unstable test] 12090: regressions - FAIL
- [xen-unstable test] 11929: regressions - trouble: blocked/fail/pass/preparing/queued/running