[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [seabios test] 35242: regressions - FAIL
flight 35242 seabios real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/35242/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-qemut-winxpsp3 7 windows-install fail REGR. vs. 33391 Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-pvh-intel 9 guest-start fail never pass test-amd64-amd64-xl-pvh-amd 9 guest-start fail never pass test-amd64-i386-libvirt 10 migrate-support-check fail never pass test-amd64-amd64-libvirt 10 migrate-support-check fail never pass test-amd64-amd64-xl-pcipt-intel 9 guest-start fail never pass test-amd64-i386-xl-qemuu-win7-amd64 14 guest-stop fail never pass test-amd64-amd64-xl-winxpsp3 14 guest-stop fail never pass test-amd64-amd64-xl-qemuu-win7-amd64 14 guest-stop fail never pass test-amd64-amd64-xl-win7-amd64 14 guest-stop fail never pass test-amd64-i386-xl-qemut-winxpsp3 14 guest-stop fail never pass test-amd64-i386-xl-qemut-winxpsp3-vcpus1 14 guest-stop fail never pass test-amd64-i386-xl-win7-amd64 14 guest-stop fail never pass test-amd64-i386-xl-qemut-win7-amd64 14 guest-stop fail never pass test-amd64-i386-xl-qemuu-winxpsp3 14 guest-stop fail never pass test-amd64-amd64-xl-qemuu-winxpsp3 14 guest-stop fail never pass test-amd64-amd64-xl-qemut-win7-amd64 14 guest-stop fail never pass test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 14 guest-stop fail never pass test-amd64-i386-xl-winxpsp3-vcpus1 14 guest-stop fail never pass test-amd64-i386-xl-winxpsp3 14 guest-stop fail never pass version targeted for testing: seabios bc82fa431ef3a0791f637c54fc8065b3fbc13772 baseline version: seabios 301dd092c2d04a5d70c94b9d873d810785e94a84 ------------------------------------------------------------ People who touched revisions under test: Ameya Palande <2ameya@xxxxxxxxx> Kevin O'Connor <kevin@xxxxxxxxxxxx> ------------------------------------------------------------ jobs: build-amd64 pass build-i386 pass build-amd64-libvirt pass build-i386-libvirt pass build-amd64-pvops pass build-i386-pvops pass test-amd64-amd64-xl pass test-amd64-i386-xl pass test-amd64-amd64-xl-pvh-amd fail test-amd64-i386-rhel6hvm-amd pass test-amd64-i386-qemut-rhel6hvm-amd pass test-amd64-i386-qemuu-rhel6hvm-amd pass test-amd64-amd64-xl-qemut-debianhvm-amd64 pass test-amd64-i386-xl-qemut-debianhvm-amd64 pass test-amd64-amd64-xl-qemuu-debianhvm-amd64 pass test-amd64-i386-xl-qemuu-debianhvm-amd64 pass test-amd64-i386-freebsd10-amd64 pass test-amd64-amd64-xl-qemuu-ovmf-amd64 pass test-amd64-i386-xl-qemuu-ovmf-amd64 pass test-amd64-amd64-xl-qemut-win7-amd64 fail test-amd64-i386-xl-qemut-win7-amd64 fail test-amd64-amd64-xl-qemuu-win7-amd64 fail test-amd64-i386-xl-qemuu-win7-amd64 fail test-amd64-amd64-xl-win7-amd64 fail test-amd64-i386-xl-win7-amd64 fail test-amd64-amd64-xl-credit2 pass test-amd64-i386-freebsd10-i386 pass test-amd64-amd64-xl-pcipt-intel fail test-amd64-amd64-xl-pvh-intel fail test-amd64-i386-rhel6hvm-intel pass test-amd64-i386-qemut-rhel6hvm-intel pass test-amd64-i386-qemuu-rhel6hvm-intel pass test-amd64-amd64-libvirt pass test-amd64-i386-libvirt pass test-amd64-amd64-xl-multivcpu pass test-amd64-amd64-pair pass test-amd64-i386-pair pass test-amd64-amd64-xl-sedf-pin pass test-amd64-amd64-xl-sedf pass test-amd64-i386-xl-qemut-winxpsp3-vcpus1 fail test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 fail test-amd64-i386-xl-winxpsp3-vcpus1 fail test-amd64-amd64-xl-qemut-winxpsp3 fail test-amd64-i386-xl-qemut-winxpsp3 fail test-amd64-amd64-xl-qemuu-winxpsp3 fail test-amd64-i386-xl-qemuu-winxpsp3 fail test-amd64-amd64-xl-winxpsp3 fail test-amd64-i386-xl-winxpsp3 fail ------------------------------------------------------------ sg-report-flight on osstest.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 bc82fa431ef3a0791f637c54fc8065b3fbc13772 Author: Ameya Palande <2ameya@xxxxxxxxx> Date: Tue Feb 17 14:00:49 2015 -0800 x86: add barrier to read{b,w,l} and write{b,w,l} functions Use barrier() for memory mapped IO functions. This fixes pvscsi driver to boot on QEMU's pvscsi controller. Test command: qemu -m 512 --enable-kvm -device pvscsi,id=pvscsi0 -device scsi-disk,bus=pvscsi0.0,drive=drive0 -drive id=drive0,if=none,file=ubuntu1410.img,if=none -bios seabios/out/bios.bin Signed-off-by: Ameya Palande <2ameya@xxxxxxxxx> Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx> commit 4c59f5d83044df4d57b90958b0fdfcecb913fddb Author: Kevin O'Connor <kevin@xxxxxxxxxxxx> Date: Wed Feb 18 12:49:59 2015 -0500 docs: Note v1.8.0 release Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx> commit b7c3ef7ddee8e6c60e8f39ec7df28fc4ba5e5123 Author: Kevin O'Connor <kevin@xxxxxxxxxxxx> Date: Wed Feb 18 12:51:18 2015 -0500 docs: There is only one VAR16 flag now Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx> commit b16c7c460e42be6eee0ac4755b8645c18cf1bf96 Author: Kevin O'Connor <kevin@xxxxxxxxxxxx> Date: Wed Feb 18 12:19:53 2015 -0500 docs: Update release history with dates of stable releases Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx> commit 4a17a5310500d595e6b06618ad5f8efe098126ec Author: Kevin O'Connor <kevin@xxxxxxxxxxxx> Date: Wed Feb 18 11:59:19 2015 -0500 docs: Document why v1.6.3 release came after v0.6.2 Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx> commit c9d97d52c17a8f8ee64002e15970cb1e54fa0134 Author: Kevin O'Connor <kevin@xxxxxxxxxxxx> Date: Mon Jan 19 12:41:33 2015 -0500 checkstack: Handle callw instruction Minor update to the checkstack.py tool. Signed-off-by: Kevin O'Connor <kevin@xxxxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |