All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0
@ 2012-12-11  0:05 qemu
  0 siblings, 0 replies; 18+ messages in thread
From: qemu @ 2012-12-11  0:05 UTC (permalink / raw)
  To: agraf, gollub, lcapitulino, qemu-devel

The Buildbot has detected a new failure on builder block_x86_64_debian_6_0 while building qemu.
Full details are available at:
 http://buildbot.b1-systems.de/qemu/builders/block_x86_64_debian_6_0/builds/476

Buildbot URL: http://buildbot.b1-systems.de/qemu/

Buildslave for this Build: yuzuki

Build Reason: The Nightly scheduler named 'nightly_block' triggered this build
Build Source Stamp: [branch block] HEAD
Blamelist: 

BUILD FAILED: failed configure

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0
@ 2012-09-20  6:29 qemu
  0 siblings, 0 replies; 18+ messages in thread
From: qemu @ 2012-09-20  6:29 UTC (permalink / raw)
  To: agraf, gollub, lcapitulino, qemu-devel

The Buildbot has detected a new failure on builder block_x86_64_debian_6_0 while building qemu.
Full details are available at:
 http://buildbot.b1-systems.de/qemu/builders/block_x86_64_debian_6_0/builds/394

Buildbot URL: http://buildbot.b1-systems.de/qemu/

Buildslave for this Build: yuzuki

Build Reason: The Nightly scheduler named 'nightly_block' triggered this build
Build Source Stamp: [branch block] HEAD
Blamelist: 

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0
@ 2012-08-15  4:00 qemu
  0 siblings, 0 replies; 18+ messages in thread
From: qemu @ 2012-08-15  4:00 UTC (permalink / raw)
  To: agraf, gollub, lcapitulino, qemu-devel

The Buildbot has detected a new failure on builder block_x86_64_debian_6_0 while building qemu.
Full details are available at:
 http://buildbot.b1-systems.de/qemu/builders/block_x86_64_debian_6_0/builds/360

Buildbot URL: http://buildbot.b1-systems.de/qemu/

Buildslave for this Build: yuzuki

Build Reason: The Nightly scheduler named 'nightly_block' triggered this build
Build Source Stamp: [branch block] HEAD
Blamelist: 

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0
@ 2012-06-05  2:50 qemu
  0 siblings, 0 replies; 18+ messages in thread
From: qemu @ 2012-06-05  2:50 UTC (permalink / raw)
  To: agraf, gollub, lcapitulino, qemu-devel

The Buildbot has detected a new failure on builder block_x86_64_debian_6_0 while building qemu.
Full details are available at:
 http://buildbot.b1-systems.de/qemu/builders/block_x86_64_debian_6_0/builds/296

Buildbot URL: http://buildbot.b1-systems.de/qemu/

Buildslave for this Build: yuzuki

Build Reason: The Nightly scheduler named 'nightly_block' triggered this build
Build Source Stamp: [branch block] HEAD
Blamelist: 

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0
@ 2012-03-17  3:12 qemu
  0 siblings, 0 replies; 18+ messages in thread
From: qemu @ 2012-03-17  3:12 UTC (permalink / raw)
  To: agraf, gollub, lcapitulino, qemu-devel

The Buildbot has detected a new failure on builder block_x86_64_debian_6_0 while building qemu.
Full details are available at:
 http://buildbot.b1-systems.de/qemu/builders/block_x86_64_debian_6_0/builds/215

Buildbot URL: http://buildbot.b1-systems.de/qemu/

Buildslave for this Build: yuzuki

Build Reason: The Nightly scheduler named 'nightly_block' triggered this build
Build Source Stamp: [branch block] HEAD
Blamelist: 

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0
  2012-01-24  6:53 ` Andreas Färber
@ 2012-01-24  8:53   ` Kevin Wolf
  0 siblings, 0 replies; 18+ messages in thread
From: Kevin Wolf @ 2012-01-24  8:53 UTC (permalink / raw)
  To: Andreas Färber
  Cc: Stefan Hajnoczi, qemu-devel, agraf, qemu, gollub, lcapitulino

Am 24.01.2012 07:53, schrieb Andreas Färber:
> Am 24.01.2012 04:12, schrieb qemu@buildbot.b1-systems.de:
>> The Buildbot has detected a new failure on builder block_x86_64_debian_6_0 while building qemu.
>> Full details are available at:
>>  http://buildbot.b1-systems.de/qemu/builders/block_x86_64_debian_6_0/builds/162
>>
>> Buildbot URL: http://buildbot.b1-systems.de/qemu/
>>
>> Buildslave for this Build: yuzuki
>>
>> Build Reason: The Nightly scheduler named 'nightly_block' triggered this build
>> Build Source Stamp: [branch block] HEAD
>> Blamelist: 
>>
>> BUILD FAILED: failed compile
> 
> Log says:
> 
>   CC    blockdev.o
> cc1: warnings being treated as errors
> blockdev.c: In function 'eject_device':
> blockdev.c:715: error: 'return' with a value, in function returning void
> make[1]: Leaving directory `/home/build/qemu/block_x86_64_debian_6_0/build'
> make[1]: *** [blockdev.o] Error 1

Stefan, this seems to be a merge conflict for your patch "block: check
bdrv_in_use() before blockdev operations". I'll apply this fix to the patch:

diff --git a/blockdev.c b/blockdev.c
index 9252c25..0499ee6 100644
--- a/blockdev.c
+++ b/blockdev.c
@@ -678,8 +678,8 @@ void qmp_blockdev_snapshot_sync(const char *device,
const char *snapshot_file,
 static void eject_device(BlockDriverState *bs, int force, Error **errp)
 {
     if (bdrv_in_use(bs)) {
-        qerror_report(QERR_DEVICE_IN_USE, bdrv_get_device_name(bs));
-        return -1;
+        error_set(errp, QERR_DEVICE_IN_USE, bdrv_get_device_name(bs));
+        return;
     }
     if (!bdrv_dev_has_removable_media(bs)) {
         error_set(errp, QERR_DEVICE_NOT_REMOVABLE,
bdrv_get_device_name(bs));

Kevin

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* Re: [Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0
  2012-01-24  3:12 qemu
@ 2012-01-24  6:53 ` Andreas Färber
  2012-01-24  8:53   ` Kevin Wolf
  0 siblings, 1 reply; 18+ messages in thread
From: Andreas Färber @ 2012-01-24  6:53 UTC (permalink / raw)
  To: Kevin Wolf; +Cc: qemu-devel, gollub, qemu, agraf, lcapitulino

Am 24.01.2012 04:12, schrieb qemu@buildbot.b1-systems.de:
> The Buildbot has detected a new failure on builder block_x86_64_debian_6_0 while building qemu.
> Full details are available at:
>  http://buildbot.b1-systems.de/qemu/builders/block_x86_64_debian_6_0/builds/162
> 
> Buildbot URL: http://buildbot.b1-systems.de/qemu/
> 
> Buildslave for this Build: yuzuki
> 
> Build Reason: The Nightly scheduler named 'nightly_block' triggered this build
> Build Source Stamp: [branch block] HEAD
> Blamelist: 
> 
> BUILD FAILED: failed compile

Log says:

  CC    blockdev.o
cc1: warnings being treated as errors
blockdev.c: In function 'eject_device':
blockdev.c:715: error: 'return' with a value, in function returning void
make[1]: Leaving directory `/home/build/qemu/block_x86_64_debian_6_0/build'
make[1]: *** [blockdev.o] Error 1

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0
@ 2012-01-24  3:12 qemu
  2012-01-24  6:53 ` Andreas Färber
  0 siblings, 1 reply; 18+ messages in thread
From: qemu @ 2012-01-24  3:12 UTC (permalink / raw)
  To: agraf, gollub, lcapitulino, qemu-devel

The Buildbot has detected a new failure on builder block_x86_64_debian_6_0 while building qemu.
Full details are available at:
 http://buildbot.b1-systems.de/qemu/builders/block_x86_64_debian_6_0/builds/162

Buildbot URL: http://buildbot.b1-systems.de/qemu/

Buildslave for this Build: yuzuki

Build Reason: The Nightly scheduler named 'nightly_block' triggered this build
Build Source Stamp: [branch block] HEAD
Blamelist: 

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0
@ 2012-01-13  2:10 qemu
  0 siblings, 0 replies; 18+ messages in thread
From: qemu @ 2012-01-13  2:10 UTC (permalink / raw)
  To: agraf, gollub, lcapitulino, qemu-devel

The Buildbot has detected a new failure on builder block_x86_64_debian_6_0 while building qemu.
Full details are available at:
 http://buildbot.b1-systems.de/qemu/builders/block_x86_64_debian_6_0/builds/151

Buildbot URL: http://buildbot.b1-systems.de/qemu/

Buildslave for this Build: yuzuki

Build Reason: The Nightly scheduler named 'nightly_block' triggered this build
Build Source Stamp: [branch block] HEAD
Blamelist: 

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0
  2011-11-23  8:34 ` Stefan Hajnoczi
  2011-11-23  8:41   ` Stefan Hajnoczi
@ 2011-11-23  8:45   ` Kevin Wolf
  1 sibling, 0 replies; 18+ messages in thread
From: Kevin Wolf @ 2011-11-23  8:45 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: qemu-devel

Am 23.11.2011 09:34, schrieb Stefan Hajnoczi:
> On Wed, Nov 23, 2011 at 3:20 AM,  <qemu@buildbot.b1-systems.de> wrote:
>> The Buildbot has detected a new failure on builder block_x86_64_debian_6_0 while building qemu.
>> Full details are available at:
>>  http://buildbot.b1-systems.de/qemu/builders/block_x86_64_debian_6_0/builds/100
> 
> Perhaps you were part-way through merging a series?  Just wanted to
> let you know that buildbot noticed your block tree fails to build.

I started merging with the wrong series, so a dependency is missing.

Kevin

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0
  2011-11-23  8:34 ` Stefan Hajnoczi
@ 2011-11-23  8:41   ` Stefan Hajnoczi
  2011-11-23  8:45   ` Kevin Wolf
  1 sibling, 0 replies; 18+ messages in thread
From: Stefan Hajnoczi @ 2011-11-23  8:41 UTC (permalink / raw)
  To: Kevin Wolf; +Cc: qemu-devel

On Wed, Nov 23, 2011 at 8:34 AM, Stefan Hajnoczi <stefanha@gmail.com> wrote:
> On Wed, Nov 23, 2011 at 3:20 AM,  <qemu@buildbot.b1-systems.de> wrote:
>> The Buildbot has detected a new failure on builder block_x86_64_debian_6_0 while building qemu.
>> Full details are available at:
>>  http://buildbot.b1-systems.de/qemu/builders/block_x86_64_debian_6_0/builds/100
>
> Perhaps you were part-way through merging a series?  Just wanted to
> let you know that buildbot noticed your block tree fails to build.

Your reply to the copy-on-read series mentions that
bdrv_co_is_allocated is not merged yet.  That explains this temporary
build failure.

Stefan

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0
  2011-11-23  3:20 qemu
@ 2011-11-23  8:34 ` Stefan Hajnoczi
  2011-11-23  8:41   ` Stefan Hajnoczi
  2011-11-23  8:45   ` Kevin Wolf
  0 siblings, 2 replies; 18+ messages in thread
From: Stefan Hajnoczi @ 2011-11-23  8:34 UTC (permalink / raw)
  To: Kevin Wolf; +Cc: qemu-devel

On Wed, Nov 23, 2011 at 3:20 AM,  <qemu@buildbot.b1-systems.de> wrote:
> The Buildbot has detected a new failure on builder block_x86_64_debian_6_0 while building qemu.
> Full details are available at:
>  http://buildbot.b1-systems.de/qemu/builders/block_x86_64_debian_6_0/builds/100

Perhaps you were part-way through merging a series?  Just wanted to
let you know that buildbot noticed your block tree fails to build.

Stefan

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0
@ 2011-11-23  3:20 qemu
  2011-11-23  8:34 ` Stefan Hajnoczi
  0 siblings, 1 reply; 18+ messages in thread
From: qemu @ 2011-11-23  3:20 UTC (permalink / raw)
  To: agraf, gollub, lcapitulino, qemu-devel

The Buildbot has detected a new failure on builder block_x86_64_debian_6_0 while building qemu.
Full details are available at:
 http://buildbot.b1-systems.de/qemu/builders/block_x86_64_debian_6_0/builds/100

Buildbot URL: http://buildbot.b1-systems.de/qemu/

Buildslave for this Build: yuzuki

Build Reason: The Nightly scheduler named 'nightly_block' triggered this build
Build Source Stamp: [branch block] HEAD
Blamelist: 

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0
@ 2011-11-01  5:34 qemu
  0 siblings, 0 replies; 18+ messages in thread
From: qemu @ 2011-11-01  5:34 UTC (permalink / raw)
  To: agraf, gollub, lcapitulino, qemu-devel

The Buildbot has detected a new failure on builder block_x86_64_debian_6_0 while building qemu.
Full details are available at:
 http://buildbot.b1-systems.de/qemu/builders/block_x86_64_debian_6_0/builds/78

Buildbot URL: http://buildbot.b1-systems.de/qemu/

Buildslave for this Build: yuzuki

Build Reason: The Nightly scheduler named 'nightly_block' triggered this build
Build Source Stamp: [branch block] HEAD
Blamelist: 

BUILD FAILED: failed git

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0
@ 2011-10-06  2:16 qemu
  0 siblings, 0 replies; 18+ messages in thread
From: qemu @ 2011-10-06  2:16 UTC (permalink / raw)
  To: agraf, gollub, lcapitulino, qemu-devel

The Buildbot has detected a new failure on builder block_x86_64_debian_6_0 while building qemu.
Full details are available at:
 http://buildbot.b1-systems.de/qemu/builders/block_x86_64_debian_6_0/builds/52

Buildbot URL: http://buildbot.b1-systems.de/qemu/

Buildslave for this Build: yuzuki

Build Reason: The Nightly scheduler named 'nightly_block' triggered this build
Build Source Stamp: [branch block] HEAD
Blamelist: 

BUILD FAILED: failed git

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0
@ 2011-09-20  1:53 qemu
  0 siblings, 0 replies; 18+ messages in thread
From: qemu @ 2011-09-20  1:53 UTC (permalink / raw)
  To: agraf, gollub, lcapitulino, qemu-devel

The Buildbot has detected a new failure on builder block_x86_64_debian_6_0 while building qemu.
Full details are available at:
 http://buildbot.b1-systems.de/qemu/builders/block_x86_64_debian_6_0/builds/36

Buildbot URL: http://buildbot.b1-systems.de/qemu/

Buildslave for this Build: yuzuki

Build Reason: The Nightly scheduler named 'nightly_block' triggered this build
Build Source Stamp: [branch block] HEAD
Blamelist: 

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0
@ 2011-09-14  2:08 qemu
  0 siblings, 0 replies; 18+ messages in thread
From: qemu @ 2011-09-14  2:08 UTC (permalink / raw)
  To: agraf, gollub, lcapitulino, qemu-devel

The Buildbot has detected a new failure on builder block_x86_64_debian_6_0 while building qemu.
Full details are available at:
 http://buildbot.b1-systems.de/qemu/builders/block_x86_64_debian_6_0/builds/30

Buildbot URL: http://buildbot.b1-systems.de/qemu/

Buildslave for this Build: yuzuki

Build Reason: The Nightly scheduler named 'nightly_block' triggered this build
Build Source Stamp: [branch block] HEAD
Blamelist: 

BUILD FAILED: failed git

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0
@ 2011-09-03  1:20 qemu
  0 siblings, 0 replies; 18+ messages in thread
From: qemu @ 2011-09-03  1:20 UTC (permalink / raw)
  To: agraf, gollub, lcapitulino, qemu-devel

The Buildbot has detected a new failure on builder block_x86_64_debian_6_0 while building qemu.
Full details are available at:
 http://buildbot.b1-systems.de/qemu/builders/block_x86_64_debian_6_0/builds/19

Buildbot URL: http://buildbot.b1-systems.de/qemu/

Buildslave for this Build: yuzuki

Build Reason: The Nightly scheduler named 'nightly_block' triggered this build
Build Source Stamp: [branch block] HEAD
Blamelist: 

BUILD FAILED: failed git

sincerely,
 -The Buildbot


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2012-12-11  0:05 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-11  0:05 [Qemu-devel] buildbot failure in qemu on block_x86_64_debian_6_0 qemu
  -- strict thread matches above, loose matches on Subject: below --
2012-09-20  6:29 qemu
2012-08-15  4:00 qemu
2012-06-05  2:50 qemu
2012-03-17  3:12 qemu
2012-01-24  3:12 qemu
2012-01-24  6:53 ` Andreas Färber
2012-01-24  8:53   ` Kevin Wolf
2012-01-13  2:10 qemu
2011-11-23  3:20 qemu
2011-11-23  8:34 ` Stefan Hajnoczi
2011-11-23  8:41   ` Stefan Hajnoczi
2011-11-23  8:45   ` Kevin Wolf
2011-11-01  5:34 qemu
2011-10-06  2:16 qemu
2011-09-20  1:53 qemu
2011-09-14  2:08 qemu
2011-09-03  1:20 qemu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.