All of lore.kernel.org
 help / color / mirror / Atom feed
From: no-reply@patchew.org
To: pbonzini@redhat.com
Cc: marcandre.lureau@redhat.com, berrange@redhat.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] test-char: fix AddressSanitizer failure
Date: Mon, 9 Sep 2019 07:15:41 -0700 (PDT)	[thread overview]
Message-ID: <156803854035.9084.13417948880720626391@5dec9699b7de> (raw)
In-Reply-To: <20190909130655.24495-1-pbonzini@redhat.com>

Patchew URL: https://patchew.org/QEMU/20190909130655.24495-1-pbonzini@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
make docker-image-centos7 V=1 NETWORK=1
time make docker-test-quick@centos7 SHOW_ENV=1 J=14 NETWORK=1
=== TEST SCRIPT END ===

libudev           no
default devices   yes

warning: Python 2 support is deprecated
warning: Python 3 will be required for building future versions of QEMU

NOTE: cross-compilers enabled:  'cc'
  GEN     x86_64-softmmu/config-devices.mak.tmp
---
  CC      tests/test-block-backend.o
  CC      tests/test-block-iothread.o
/tmp/qemu-test/src/tests/test-char.c: In function 'main':
/tmp/qemu-test/src/tests/test-char.c:1450:9: error: initializer element is not constant
         SOCKET_SERVER_TEST(tcp, &tcpaddr);
         ^
/tmp/qemu-test/src/tests/test-char.c:1450:9: error: (near initialization for 'server1tcp.addr')
/tmp/qemu-test/src/tests/test-char.c:1450:9: error: initializer element is not constant
/tmp/qemu-test/src/tests/test-char.c:1450:9: error: (near initialization for 'server2tcp.addr')
/tmp/qemu-test/src/tests/test-char.c:1450:9: error: initializer element is not constant
/tmp/qemu-test/src/tests/test-char.c:1450:9: error: (near initialization for 'server3tcp.addr')
/tmp/qemu-test/src/tests/test-char.c:1450:9: error: initializer element is not constant
/tmp/qemu-test/src/tests/test-char.c:1450:9: error: (near initialization for 'server4tcp.addr')
/tmp/qemu-test/src/tests/test-char.c:1451:9: error: initializer element is not constant
         SOCKET_CLIENT_TEST(tcp, &tcpaddr);
         ^
/tmp/qemu-test/src/tests/test-char.c:1451:9: error: (near initialization for 'client1tcp.addr')
/tmp/qemu-test/src/tests/test-char.c:1451:9: error: initializer element is not constant
/tmp/qemu-test/src/tests/test-char.c:1451:9: error: (near initialization for 'client2tcp.addr')
/tmp/qemu-test/src/tests/test-char.c:1451:9: error: initializer element is not constant
/tmp/qemu-test/src/tests/test-char.c:1451:9: error: (near initialization for 'client3tcp.addr')
/tmp/qemu-test/src/tests/test-char.c:1451:9: error: initializer element is not constant
/tmp/qemu-test/src/tests/test-char.c:1451:9: error: (near initialization for 'client4tcp.addr')
/tmp/qemu-test/src/tests/test-char.c:1451:9: error: initializer element is not constant
/tmp/qemu-test/src/tests/test-char.c:1451:9: error: (near initialization for 'client5tcp.addr')
/tmp/qemu-test/src/tests/test-char.c:1451:9: error: initializer element is not constant
/tmp/qemu-test/src/tests/test-char.c:1451:9: error: (near initialization for 'client6tcp.addr')
/tmp/qemu-test/src/tests/test-char.c:1456:5: error: initializer element is not constant
     SOCKET_SERVER_TEST(unix, &unixaddr);
     ^
/tmp/qemu-test/src/tests/test-char.c:1456:5: error: (near initialization for 'server1unix.addr')
/tmp/qemu-test/src/tests/test-char.c:1456:5: error: initializer element is not constant
/tmp/qemu-test/src/tests/test-char.c:1456:5: error: (near initialization for 'server2unix.addr')
/tmp/qemu-test/src/tests/test-char.c:1456:5: error: initializer element is not constant
/tmp/qemu-test/src/tests/test-char.c:1456:5: error: (near initialization for 'server3unix.addr')
/tmp/qemu-test/src/tests/test-char.c:1456:5: error: initializer element is not constant
/tmp/qemu-test/src/tests/test-char.c:1456:5: error: (near initialization for 'server4unix.addr')
/tmp/qemu-test/src/tests/test-char.c:1457:5: error: initializer element is not constant
     SOCKET_CLIENT_TEST(unix, &unixaddr);
     ^
/tmp/qemu-test/src/tests/test-char.c:1457:5: error: (near initialization for 'client1unix.addr')
/tmp/qemu-test/src/tests/test-char.c:1457:5: error: initializer element is not constant
/tmp/qemu-test/src/tests/test-char.c:1457:5: error: (near initialization for 'client2unix.addr')
/tmp/qemu-test/src/tests/test-char.c:1457:5: error: initializer element is not constant
/tmp/qemu-test/src/tests/test-char.c:1457:5: error: (near initialization for 'client3unix.addr')
/tmp/qemu-test/src/tests/test-char.c:1457:5: error: initializer element is not constant
/tmp/qemu-test/src/tests/test-char.c:1457:5: error: (near initialization for 'client4unix.addr')
/tmp/qemu-test/src/tests/test-char.c:1457:5: error: initializer element is not constant
/tmp/qemu-test/src/tests/test-char.c:1457:5: error: (near initialization for 'client5unix.addr')
/tmp/qemu-test/src/tests/test-char.c:1457:5: error: initializer element is not constant
/tmp/qemu-test/src/tests/test-char.c:1457:5: error: (near initialization for 'client6unix.addr')
make: *** [tests/test-char.o] Error 1
make: *** Waiting for unfinished jobs....
Traceback (most recent call last):


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

      parent reply	other threads:[~2019-09-09 14:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-09 13:06 [Qemu-devel] [PATCH] test-char: fix AddressSanitizer failure Paolo Bonzini
2019-09-09 13:08 ` Philippe Mathieu-Daudé
2019-09-09 13:22 ` Daniel P. Berrangé
2019-09-09 14:15 ` no-reply [this message]

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=156803854035.9084.13417948880720626391@5dec9699b7de \
    --to=no-reply@patchew.org \
    --cc=berrange@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=pbonzini@redhat.com \
    --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.