On Wed, Oct 30, 2019 at 08:23:57AM -0700, no-reply@patchew.org wrote: > Patchew URL: https://patchew.org/QEMU/20191030144926.11873-1-alxndr@bu.edu/ > > > > 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 === > > CC tests/test-qapi-types-sub-sub-module.o > CC tests/test-qapi-visit.o > CC tests/include/test-qapi-visit-sub-module.o > /tmp/qemu-test/src/tests/test-char.c:31:13: error: static declaration of 'main_loop' follows non-static declaration > static void main_loop(void) > ^ > In file included from /tmp/qemu-test/src/tests/test-char.c:10:0: > /tmp/qemu-test/src/include/sysemu/sysemu.h:117:6: note: previous declaration of 'main_loop' was here > void main_loop(void); > ^ > make: *** [tests/test-char.o] Error 1 > make: *** Waiting for unfinished jobs.... > Traceback (most recent call last): > File "./tests/docker/docker.py", line 662, in Oops, the main_loop() change definitely broke tests/test-char.c. Please take a look. Stefan