All of lore.kernel.org
 help / color / mirror / Atom feed
From: no-reply@patchew.org
To: eblake@redhat.com
Cc: fam@euphon.net, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [RFC PATCH] osdep: Make MIN/MAX evaluate arguments only once
Date: Fri, 4 Jan 2019 13:47:21 -0800 (PST)	[thread overview]
Message-ID: <154663843998.31063.6088337642335462195@02a1dbf831e2> (raw)
In-Reply-To: <20190104153951.32306-1-eblake@redhat.com>

Patchew URL: https://patchew.org/QEMU/20190104153951.32306-1-eblake@redhat.com/



Hi,

This series failed the docker-quick@centos7 build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

=== TEST SCRIPT BEGIN ===
#!/bin/bash
time make docker-test-quick@centos7 SHOW_ENV=1 J=8
=== TEST SCRIPT END ===

libpmem support   no
libudev           no

WARNING: Use of SDL 1.2 is deprecated and will be removed in
WARNING: future releases. Please switch to using SDL 2.0

NOTE: cross-compilers enabled:  'cc'
  GEN     x86_64-softmmu/config-devices.mak.tmp
---
  CC      block/commit.o
In file included from /tmp/qemu-test/src/block/block-backend.c:13:0:
/tmp/qemu-test/src/block/block-backend.c: In function 'blk_get_max_transfer':
/tmp/qemu-test/src/include/qemu/osdep.h:257:9: error: unknown type name '__auto_type'
         __auto_type _a = (a);                           \
         ^
/tmp/qemu-test/src/block/block-backend.c:1817:12: note: in expansion of macro 'MIN_NON_ZERO'
     return MIN_NON_ZERO(max, INT_MAX);
            ^
/tmp/qemu-test/src/include/qemu/osdep.h:258:9: error: unknown type name '__auto_type'
         __auto_type _b = (b);                           \
         ^
/tmp/qemu-test/src/block/block-backend.c:1817:12: note: in expansion of macro 'MIN_NON_ZERO'
     return MIN_NON_ZERO(max, INT_MAX);
            ^
/tmp/qemu-test/src/block/block-backend.c: At top level:
cc1: error: unrecognized command line option "-Wno-format-truncation" [-Werror]
cc1: all warnings being treated as errors
make: *** [block/block-backend.o] Error 1
make: *** Waiting for unfinished jobs....


The full log is available at
http://patchew.org/logs/20190104153951.32306-1-eblake@redhat.com/testing.docker-quick@centos7/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to patchew-devel@redhat.com

  reply	other threads:[~2019-01-04 22:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-04 15:39 [Qemu-devel] [RFC PATCH] osdep: Make MIN/MAX evaluate arguments only once Eric Blake
2019-01-04 21:47 ` no-reply [this message]
2019-01-05  0:23 ` Zoltán Kővágó
2019-01-05 13:48   ` Eric Blake
2019-01-05 14:34     ` Eric Blake

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=154663843998.31063.6088337642335462195@02a1dbf831e2 \
    --to=no-reply@patchew.org \
    --cc=eblake@redhat.com \
    --cc=fam@euphon.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.