qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2] fence: introduce a file-based self-fence mechanism


From: no-reply
Subject: Re: [PATCH v2] fence: introduce a file-based self-fence mechanism
Date: Wed, 5 Feb 2020 02:31:59 -0800 (PST)

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



Hi,

This series failed the docker-quick@centos7 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-centos7 V=1 NETWORK=1
time make docker-test-quick@centos7 SHOW_ENV=1 J=14 NETWORK=1
=== TEST SCRIPT END ===

  CC      hw/acpi/nvdimm.o
  CC      hw/acpi/vmgenid.o
/tmp/qemu-test/src/backends/file-fence.c: In function 
'file_fence_instance_init':
/tmp/qemu-test/src/backends/file-fence.c:343:36: error: 
'OBJ_PROP_FLAG_READWRITE' undeclared (first use in this function)
                                    OBJ_PROP_FLAG_READWRITE, &error_abort);
                                    ^
/tmp/qemu-test/src/backends/file-fence.c:343:36: note: each undeclared 
identifier is reported only once for each function it appears in
/tmp/qemu-test/src/backends/file-fence.c:343:36: error: too many arguments to 
function 'object_property_add_uint32_ptr'
In file included from /tmp/qemu-test/src/include/qom/object_interfaces.h:4:0,
                 from /tmp/qemu-test/src/backends/file-fence.c:26:
/tmp/qemu-test/src/include/qom/object.h:1709:6: note: declared here
 void object_property_add_uint32_ptr(Object *obj, const char *name,
      ^
/tmp/qemu-test/src/backends/file-fence.c:345:36: error: too many arguments to 
function 'object_property_add_uint32_ptr'
                                    OBJ_PROP_FLAG_READWRITE, &error_abort);
                                    ^
In file included from /tmp/qemu-test/src/include/qom/object_interfaces.h:4:0,
---
/tmp/qemu-test/src/include/qom/object.h:1709:6: note: declared here
 void object_property_add_uint32_ptr(Object *obj, const char *name,
      ^
make: *** [backends/file-fence.o] Error 1
make: *** Waiting for unfinished jobs....
rm tests/qemu-iotests/socket_scm_helper.o
Traceback (most recent call last):
---
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', 
'--label', 'com.qemu.instance.uuid=fd41c7e165b64e988307aea8da6473d8', '-u', 
'1001', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=', 
'-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e', 
'SHOW_ENV=1', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v', 
'/home/patchew/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', 
'/var/tmp/patchew-tester-tmp-0g859qeh/src/docker-src.2020-02-05-05.29.57.7079:/var/tmp/qemu:z,ro',
 'qemu:centos7', '/var/tmp/qemu/run', 'test-quick']' returned non-zero exit 
status 2.
filter=--filter=label=com.qemu.instance.uuid=fd41c7e165b64e988307aea8da6473d8
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-0g859qeh/src'
make: *** [docker-run-test-quick@centos7] Error 2

real    2m0.985s
user    0m8.492s


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