[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for-5.0 0/3] acpi: Fixes for inconsistency in ACPI MR size du
From: |
no-reply |
Subject: |
Re: [PATCH for-5.0 0/3] acpi: Fixes for inconsistency in ACPI MR size during migration |
Date: |
Mon, 30 Mar 2020 12:59:49 -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 hw/smbios/smbios.o
In file included from /tmp/qemu-test/src/include/qemu/osdep.h:51,
from /tmp/qemu-test/src/hw/nvram/fw_cfg.c:25:
/tmp/qemu-test/src/include/qemu/compiler.h:81:35: error: invalid operands to
binary - (have 'uint64_t *' {aka 'long long unsigned int *'} and 'size_t *'
{aka 'unsigned int *'})
#define type_check(t1,t2) ((t1*)0 - (t2*)0)
^
/tmp/qemu-test/src/include/migration/vmstate.h:254:6: note: in expansion of
macro 'type_check'
---
/tmp/qemu-test/src/hw/nvram/fw_cfg.c:674:9: note: in expansion of macro
'VMSTATE_UINT64'
VMSTATE_UINT64(table_mr_size, FWCfgState),
^~~~~~~~~~~~~~
/tmp/qemu-test/src/include/qemu/compiler.h:81:35: error: invalid operands to
binary - (have 'uint64_t *' {aka 'long long unsigned int *'} and 'size_t *'
{aka 'unsigned int *'})
#define type_check(t1,t2) ((t1*)0 - (t2*)0)
^
/tmp/qemu-test/src/include/migration/vmstate.h:254:6: note: in expansion of
macro 'type_check'
---
/tmp/qemu-test/src/hw/nvram/fw_cfg.c:675:9: note: in expansion of macro
'VMSTATE_UINT64'
VMSTATE_UINT64(linker_mr_size, FWCfgState),
^~~~~~~~~~~~~~
/tmp/qemu-test/src/include/qemu/compiler.h:81:35: error: invalid operands to
binary - (have 'uint64_t *' {aka 'long long unsigned int *'} and 'size_t *'
{aka 'unsigned int *'})
#define type_check(t1,t2) ((t1*)0 - (t2*)0)
^
/tmp/qemu-test/src/include/migration/vmstate.h:254:6: note: in expansion of
macro 'type_check'
---
/tmp/qemu-test/src/hw/nvram/fw_cfg.c:676:9: note: in expansion of macro
'VMSTATE_UINT64'
VMSTATE_UINT64(rsdp_mr_size, FWCfgState),
^~~~~~~~~~~~~~
make: *** [/tmp/qemu-test/src/rules.mak:69: hw/nvram/fw_cfg.o] Error 1
make: *** Waiting for unfinished jobs....
Traceback (most recent call last):
File "./tests/docker/docker.py", line 664, in <module>
---
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run',
'--label', 'com.qemu.instance.uuid=e975dafce18c4d8d8bdc1aeccfe2c3fe', '-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-d8s6cyrl/src/docker-src.2020-03-30-15.54.26.3049:/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=e975dafce18c4d8d8bdc1aeccfe2c3fe
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-d8s6cyrl/src'
make: *** [docker-run-test-mingw@fedora] Error 2
real 5m22.202s
user 0m8.599s
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