* [Qemu-devel] buildbot failure in qemu on pci_i386_debian_5_0 @ 2011-06-11 2:23 qemu 2011-06-11 13:34 ` Stefan Hajnoczi 0 siblings, 1 reply; 5+ messages in thread From: qemu @ 2011-06-11 2:23 UTC (permalink / raw) To: gollub, qemu-devel The Buildbot has detected a new failure on builder pci_i386_debian_5_0 while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/pci_i386_debian_5_0/builds/0 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: yuzuki Build Reason: The Nightly scheduler named 'nightly_pci' triggered this build Build Source Stamp: [branch pci] HEAD Blamelist: BUILD FAILED: failed compile sincerely, -The Buildbot ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] buildbot failure in qemu on pci_i386_debian_5_0 2011-06-11 2:23 [Qemu-devel] buildbot failure in qemu on pci_i386_debian_5_0 qemu @ 2011-06-11 13:34 ` Stefan Hajnoczi 2011-06-12 7:34 ` Michael S. Tsirkin 2011-06-12 8:26 ` Peter Maydell 0 siblings, 2 replies; 5+ messages in thread From: Stefan Hajnoczi @ 2011-06-11 13:34 UTC (permalink / raw) To: qemu-devel; +Cc: gollub, Michael S. Tsirkin On Sat, Jun 11, 2011 at 3:23 AM, <qemu@buildbot.b1-systems.de> wrote: > The Buildbot has detected a new failure on builder pci_i386_debian_5_0 while building qemu. > Full details are available at: > http://buildbot.b1-systems.de/qemu/builders/pci_i386_debian_5_0/builds/0 This is the first email notification from the QEMU buildbot, which automatically builds qemu.git and several subsystem repositories (pci, block, qmp, ppc, s390, agraf's xen, and trivial-patches). Builds run every day and the goal is to catch build breakages before they enter qemu.git. To see the build errors relating to this failure, follow the link above and select compile stdio output: CC i386-softmmu/exec.o /home/build/qemu/pci_i386_debian_5_0/build/exec.c: In function 'phys_page_for_each': /home/build/qemu/pci_i386_debian_5_0/build/exec.c:1816: error: too few arguments to function 'client->set_memory' make[2]: *** [exec.o] Error 1 make[1]: *** [subdir-i386-softmmu] Error 2 This failure is in the pci tree, so I think Michael will investigate. If you feel failure notifications are spamming the list, please let Daniel Gollub <gollub@b1-systems.de> and me know so we can adjust them. For more info on the QEMU buildbot see: http://wiki.qemu.org/ContinuousIntegration http://buildbot.b1-systems.de/qemu/ Stefan ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] buildbot failure in qemu on pci_i386_debian_5_0 2011-06-11 13:34 ` Stefan Hajnoczi @ 2011-06-12 7:34 ` Michael S. Tsirkin 2011-06-12 8:26 ` Peter Maydell 1 sibling, 0 replies; 5+ messages in thread From: Michael S. Tsirkin @ 2011-06-12 7:34 UTC (permalink / raw) To: Stefan Hajnoczi; +Cc: gollub, qemu-devel On Sat, Jun 11, 2011 at 02:34:59PM +0100, Stefan Hajnoczi wrote: > On Sat, Jun 11, 2011 at 3:23 AM, <qemu@buildbot.b1-systems.de> wrote: > > The Buildbot has detected a new failure on builder pci_i386_debian_5_0 while building qemu. > > Full details are available at: > > http://buildbot.b1-systems.de/qemu/builders/pci_i386_debian_5_0/builds/0 > > This is the first email notification from the QEMU buildbot, which > automatically builds qemu.git and several subsystem repositories (pci, > block, qmp, ppc, s390, agraf's xen, and trivial-patches). Builds run > every day and the goal is to catch build breakages before they enter > qemu.git. > > To see the build errors relating to this failure, follow the link > above and select compile stdio output: > > CC i386-softmmu/exec.o > /home/build/qemu/pci_i386_debian_5_0/build/exec.c: In function > 'phys_page_for_each': > /home/build/qemu/pci_i386_debian_5_0/build/exec.c:1816: error: too few > arguments to function 'client->set_memory' > make[2]: *** [exec.o] Error 1 > make[1]: *** [subdir-i386-softmmu] Error 2 > > This failure is in the pci tree, so I think Michael will investigate. > > If you feel failure notifications are spamming the list, please let > Daniel Gollub <gollub@b1-systems.de> and me know so we can adjust > them. > > For more info on the QEMU buildbot see: > http://wiki.qemu.org/ContinuousIntegration > http://buildbot.b1-systems.de/qemu/ > > Stefan Fixed, thanks for the report! ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] buildbot failure in qemu on pci_i386_debian_5_0 2011-06-11 13:34 ` Stefan Hajnoczi 2011-06-12 7:34 ` Michael S. Tsirkin @ 2011-06-12 8:26 ` Peter Maydell 2011-06-12 12:56 ` Stefan Hajnoczi 1 sibling, 1 reply; 5+ messages in thread From: Peter Maydell @ 2011-06-12 8:26 UTC (permalink / raw) To: Stefan Hajnoczi; +Cc: gollub, qemu-devel, Michael S. Tsirkin On 11 June 2011 14:34, Stefan Hajnoczi <stefanha@gmail.com> wrote: > On Sat, Jun 11, 2011 at 3:23 AM, <qemu@buildbot.b1-systems.de> wrote: >> The Buildbot has detected a new failure on builder pci_i386_debian_5_0 while building qemu. >> Full details are available at: >> http://buildbot.b1-systems.de/qemu/builders/pci_i386_debian_5_0/builds/0 > > This is the first email notification from the QEMU buildbot, which > automatically builds qemu.git and several subsystem repositories (pci, > block, qmp, ppc, s390, agraf's xen, and trivial-patches). Builds run > every day and the goal is to catch build breakages before they enter > qemu.git. > > To see the build errors relating to this failure, follow the link > above and select compile stdio output: Is it possible to make the emails include the last 10 lines or so of stdio for the failed stage? That would (usually) mean you didn't have to bounce through the web pages to know what broke... -- PMM ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] buildbot failure in qemu on pci_i386_debian_5_0 2011-06-12 8:26 ` Peter Maydell @ 2011-06-12 12:56 ` Stefan Hajnoczi 0 siblings, 0 replies; 5+ messages in thread From: Stefan Hajnoczi @ 2011-06-12 12:56 UTC (permalink / raw) To: Peter Maydell; +Cc: gollub, qemu-devel, Michael S. Tsirkin On Sun, Jun 12, 2011 at 9:26 AM, Peter Maydell <peter.maydell@linaro.org> wrote: > On 11 June 2011 14:34, Stefan Hajnoczi <stefanha@gmail.com> wrote: >> On Sat, Jun 11, 2011 at 3:23 AM, <qemu@buildbot.b1-systems.de> wrote: >>> The Buildbot has detected a new failure on builder pci_i386_debian_5_0 while building qemu. >>> Full details are available at: >>> http://buildbot.b1-systems.de/qemu/builders/pci_i386_debian_5_0/builds/0 >> >> This is the first email notification from the QEMU buildbot, which >> automatically builds qemu.git and several subsystem repositories (pci, >> block, qmp, ppc, s390, agraf's xen, and trivial-patches). Builds run >> every day and the goal is to catch build breakages before they enter >> qemu.git. >> >> To see the build errors relating to this failure, follow the link >> above and select compile stdio output: > > Is it possible to make the emails include the last 10 lines or > so of stdio for the failed stage? That would (usually) mean you > didn't have to bounce through the web pages to know what broke... Yes, but I think it requires writing a customer formatter function. Here is the documentation including an example of a custom message formatter: http://buildbot.net/buildbot/docs/current/MailNotifier.html#MailNotifier Perhaps someone has time to write the Python function that does what Peter suggests? As an additional customization it would be nice to ignore git update errors since they are likely to be transient network or git daemon issues - no email notifications need to be sent to the mailing list. Stefan ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-06-12 12:56 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-06-11 2:23 [Qemu-devel] buildbot failure in qemu on pci_i386_debian_5_0 qemu 2011-06-11 13:34 ` Stefan Hajnoczi 2011-06-12 7:34 ` Michael S. Tsirkin 2011-06-12 8:26 ` Peter Maydell 2011-06-12 12:56 ` Stefan Hajnoczi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).