qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] ram: add support for dirty page tracking


From: no-reply
Subject: Re: [PATCH] ram: add support for dirty page tracking
Date: Fri, 3 Jul 2020 03:30:32 -0700 (PDT)

Patchew URL: 
20200703092853.1448582-1-owen.si@ucloud.cn/">https://patchew.org/QEMU/20200703092853.1448582-1-owen.si@ucloud.cn/



Hi,

This series failed the docker-mingw@fedora 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
export ARCH=x86_64
make docker-image-fedora V=1 NETWORK=1
time make docker-test-mingw@fedora J=14 NETWORK=1
=== TEST SCRIPT END ===

  CC      ui/vnc-palette.o
  CC      ui/vnc-enc-zrle.o
  CC      ui/vnc-auth-vencrypt.o
/tmp/qemu-test/src/migration/savevm.c:181:8: error: 'QemuThread' {aka 'struct 
QemuThread'} has no member named 'thread'
  181 |     { .thread = 0 },
      |        ^~~~~~
/tmp/qemu-test/src/migration/savevm.c: In function 'dirty_track_is_running':
/tmp/qemu-test/src/migration/savevm.c:2787:46: error: 'QemuThread' {aka 'struct 
QemuThread'} has no member named 'thread'
 2787 |     return !!current_dirty_track_state.thread.thread;
      |                                              ^
/tmp/qemu-test/src/migration/savevm.c: In function 'hmp_dirty_track_stop':
/tmp/qemu-test/src/migration/savevm.c:2817:41: error: 'QemuThread' {aka 'struct 
QemuThread'} has no member named 'thread'
 2817 |     if (current_dirty_track_state.thread.thread == 0) {
      |                                         ^
/tmp/qemu-test/src/migration/savevm.c:2828:37: error: 'QemuThread' {aka 'struct 
QemuThread'} has no member named 'thread'
 2828 |     current_dirty_track_state.thread.thread = 0;
      |                                     ^
/tmp/qemu-test/src/migration/savevm.c: In function 'dirty_track_is_running':
/tmp/qemu-test/src/migration/savevm.c:2788:1: error: control reaches end of 
non-void function [-Werror=return-type]
 2788 | }
      | ^
cc1: all warnings being treated as errors
  CC      ui/vnc-ws.o
  CC      ui/vnc-jobs.o
  CC      ui/win32-kbd-hook.o
make: *** [/tmp/qemu-test/src/rules.mak:69: migration/savevm.o] Error 1
make: *** Waiting for unfinished jobs....
Traceback (most recent call last):
  File "./tests/docker/docker.py", line 669, in <module>
---
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', 
'--label', 'com.qemu.instance.uuid=5c30b49d565c47b9a718072b03d4d878', '-u', 
'1001', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=', 
'-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e', 
'SHOW_ENV=', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v', 
'/home/patchew/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', 
'/var/tmp/patchew-tester-tmp-g0jzomto/src/docker-src.2020-07-03-06.27.44.29989:/var/tmp/qemu:z,ro',
 'qemu:fedora', '/var/tmp/qemu/run', 'test-mingw']' returned non-zero exit 
status 2.
filter=--filter=label=com.qemu.instance.uuid=5c30b49d565c47b9a718072b03d4d878
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-g0jzomto/src'
make: *** [docker-run-test-mingw@fedora] Error 2

real    2m48.392s
user    0m8.073s


The full log is available at
20200703092853.1448582-1-owen.si@ucloud.cn/testing.docker-mingw@fedora/?type=message">http://patchew.org/logs/20200703092853.1448582-1-owen.si@ucloud.cn/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com

reply via email to

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