qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [for-4.2 PATCH 0/6] Block-related record/replay fixes


From: no-reply
Subject: Re: [Qemu-devel] [for-4.2 PATCH 0/6] Block-related record/replay fixes
Date: Sun, 28 Jul 2019 23:59:51 -0700 (PDT)

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 address@hidden

reply via email to

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