On Wed, Jan 30, 2013 at 01:28:30AM +0200, Michael S. Tsirkin wrote: > On Tue, Jan 29, 2013 at 04:54:35PM -0600, Anthony Liguori wrote: > > "Michael S. Tsirkin" <m...@redhat.com> writes: > > > > > The following changes since commit > > > 1356b98d3e95a85071e6bf9a99e8799e1ae1bbee: > > > > > > sysbus: Drop sysbus_from_qdev() cast macro (2013-01-21 13:52:24 -0600) > > > > > > are available in the git repository at: > > > > > > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_anthony > > > > > > for you to fetch changes up to eb023c60c9a1a7fad3058dbb578c69d8ee0e676b: > > > > > > ich9: add support for pci assignment (2013-01-23 17:47:27 +0200) > > > > make check fails with the fdc-test qtest: > > > > LINK tests/m48t59-test > > GTESTER check-qtest-i386 > > ** > > ERROR:/home/aliguori/git/qemu/tests/fdc-test.c:84:floppy_send: assertion > > failed ((msr) & (RQM) == (RQM)): (0x00000000 == 0x00000080) > > GTester: last random seed: R02S38e20b385311b7c6c10b2c92b399dd52 > > ** > > ERROR:/home/aliguori/git/qemu/tests/fdc-test.c:84:floppy_send: assertion > > failed ((msr) & (RQM) == (RQM)): (0x00000000 == 0x00000080) > > GTester: last random seed: R02S5ebbf3ecb38f1a464703189ceb73fe1a > > ** > > ERROR:/home/aliguori/git/qemu/tests/fdc-test.c:84:floppy_send: assertion > > failed ((msr) & (RQM) == (RQM)): (0x00000000 == 0x00000080) > > GTester: last random seed: R02S9f87188247ec150bcd16270f5d4ac8b5 > > ** > > ERROR:/home/aliguori/git/qemu/tests/fdc-test.c:84:floppy_send: assertion > > failed ((msr) & (RQM) == (RQM)): (0x00000000 == 0x00000080) > > GTester: last random seed: R02Se2b142608b05530b716e46f4a5f80795 > > ** > > ERROR:/home/aliguori/git/qemu/tests/fdc-test.c:84:floppy_send: assertion > > failed ((msr) & (RQM) == (RQM)): (0x00000000 == 0x00000080) > > GTester: last random seed: R02S50c8584bbcbc65e0591df076ff55d11e > > ** > > ERROR:/home/aliguori/git/qemu/tests/fdc-test.c:84:floppy_send: assertion > > failed ((msr) & (RQM) == (RQM)): (0x00000000 == 0x00000080) > > GTester: last random seed: R02Sd89c43672f192301e75412f669fb5565 > > ** > > ERROR:/home/aliguori/git/qemu/tests/fdc-test.c:84:floppy_send: assertion > > failed ((msr) & (RQM) == (RQM)): (0x00000000 == 0x00000080) > > GTester: last random seed: R02Sfd58f4c52349e36d7bb14e3da6502bea > > ** > > ERROR:/home/aliguori/git/qemu/tests/fdc-test.c:84:floppy_send: assertion > > failed ((msr) & (RQM) == (RQM)): (0x00000000 == 0x00000080) > > GTester: last random seed: R02S8b1db835a1ac3717c1e7ea221561e958 > > ** > > ERROR:/home/aliguori/git/qemu/tests/fdc-test.c:84:floppy_send: assertion > > failed ((msr) & (RQM) == (RQM)): (0x00000000 == 0x00000080) > > GTester: last random seed: R02S60c3bc23909713e5b7ad5883b30472cb > > ** > > ERROR:/home/aliguori/git/qemu/tests/fdc-test.c:84:floppy_send: assertion > > failed ((msr) & (RQM) == (RQM)): (0x00000000 == 0x00000080) > > GTester: last random seed: R02S142c378bdcb027ca403c167b2544df1f > > ** > > ERROR:/home/aliguori/git/qemu/tests/fdc-test.c:84:floppy_send: assertion > > failed ((msr) & (RQM) == (RQM)): (0x00000000 == 0x00000080) > > GTester: last random seed: R02S4b841f7154f9fe3d170e284ce7d3a801 > > make: *** [check-qtest-i386] Error 1 > > > > Regards, > > > > Anthony Liguori > > > > Nasty turns out for pci branch buildbot does not make check. > Anyone knows how to fix this?
I sent Christian a pull request to clean up the BuildFactory recipes and always include "make check": https://github.com/stefanha/buildbot/commit/58a2d8ad5f68e0a034e137a66cbe692e05743a9d Stefan