Patchew URL:
https://patchew.org/QEMU/156438176555.22071.10523120047318890136.stgit@pasha-Precision-3630-Tower/
Hi,
This series failed the asan 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-fedora V=1 NETWORK=1
time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1
=== TEST SCRIPT END ===
CC ui/x_keymap.o
CC ui/gtk.o
CC ui/curses.o
/tmp/qemu-test/src/replay/replay-events.c:141:23: error: implicit declaration
of function 'replay_get_current_icount' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
uint64_t id = replay_get_current_icount();
^
/tmp/qemu-test/src/replay/replay-events.c:141:23: note: did you mean
'replay_get_current_step'?
/tmp/qemu-test/src/include/sysemu/replay.h:78:10: note:
'replay_get_current_step' declared here
uint64_t replay_get_current_step(void);
^
/tmp/qemu-test/src/replay/replay-events.c:141:23: error: this function
declaration is not a prototype [-Werror,-Wstrict-prototypes]
uint64_t id = replay_get_current_icount();
^
2 errors generated.
The full log is available at
http://patchew.org/logs/156438176555.22071.10523120047318890136.stgit@pasha-Precision-3630-Tower/testing.asan/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to [email protected]