qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] migration: Support gtree migration


From: no-reply
Subject: Re: [PATCH] migration: Support gtree migration
Date: Thu, 3 Oct 2019 05:47:17 -0700 (PDT)

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



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      net/net.o
  CC      net/queue.o
/tmp/qemu-test/src/migration/vmstate-types.c: In function 'put_gtree_elem':
/tmp/qemu-test/src/migration/vmstate-types.c:714:26: error: cast from pointer 
to integer of different size [-Werror=pointer-to-int-cast]
         qemu_put_be64(f, (uint64_t)key);
                          ^
/tmp/qemu-test/src/migration/vmstate-types.c: In function 'put_gtree':
/tmp/qemu-test/src/migration/vmstate-types.c:735:19: error: cast to pointer 
from integer of different size [-Werror=int-to-pointer-cast]
     GTree *tree = (GTree *)(*pval);
                   ^
/tmp/qemu-test/src/migration/vmstate-types.c: In function 'get_gtree':
/tmp/qemu-test/src/migration/vmstate-types.c:789:17: error: cast from pointer 
to integer of different size [-Werror=pointer-to-int-cast]
         *pval = (uint64_t)tree;
                 ^
/tmp/qemu-test/src/migration/vmstate-types.c:792:16: error: cast to pointer 
from integer of different size [-Werror=int-to-pointer-cast]
         tree = (GTree *)(*pval);
                ^
/tmp/qemu-test/src/migration/vmstate-types.c:797:19: error: cast to pointer 
from integer of different size [-Werror=int-to-pointer-cast]
             key = (gpointer)qemu_get_be64(f);
                   ^
cc1: all warnings being treated as errors
make: *** [/tmp/qemu-test/src/rules.mak:69: migration/vmstate-types.o] Error 1
make: *** Waiting for unfinished jobs....
Traceback (most recent call last):
  File "./tests/docker/docker.py", line 662, in <module>
---
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', 
'--label', 'com.qemu.instance.uuid=c0e78400ef584686b547174a1de2761f', '-u', 
'1003', '--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/patchew2/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', 
'/var/tmp/patchew-tester-tmp-d9wvmd6u/src/docker-src.2019-10-03-08.36.16.14842:/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=c0e78400ef584686b547174a1de2761f
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-d9wvmd6u/src'
make: *** [docker-run-test-mingw@fedora] Error 2

real    10m59.834s
user    0m8.062s


The full log is available at
http://patchew.org/logs/address@hidden/testing.docker-mingw@fedora/?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]