qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] test-char: fix AddressSanitizer failure


From: no-reply
Subject: Re: [Qemu-devel] [PATCH] test-char: fix AddressSanitizer failure
Date: Mon, 9 Sep 2019 07:15:41 -0700 (PDT)

Patchew URL: https://patchew.org/QEMU/address@hidden/



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/address@hidden/testing.docker-quick@centos7/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]