qemu-trivial
[Top][All Lists]
Advanced

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

Re: [PATCH 0/3] qom: Few trivial patches


From: no-reply
Subject: Re: [PATCH 0/3] qom: Few trivial patches
Date: Mon, 4 May 2020 04:30:17 -0700 (PDT)

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      tests/test-io-channel-socket.o
  CC      tests/io-channel-helpers.o
  CC      tests/test-io-channel-file.o
/tmp/qemu-test/src/tests/test-io-task.c:33:12: error: field 'parent' has 
incomplete type
     Object parent;
            ^
/tmp/qemu-test/src/tests/test-io-task.c:37:17: error: field 'parent' has 
incomplete type
     ObjectClass parent;
                 ^
/tmp/qemu-test/src/tests/test-io-task.c:40:1: error: unknown type name 
'TypeInfo'
 static const TypeInfo dummy_info = {
 ^
/tmp/qemu-test/src/tests/test-io-task.c:41:5: error: field name not in record 
or union initializer
     .parent = TYPE_OBJECT,
     ^
/tmp/qemu-test/src/tests/test-io-task.c:41:5: error: (near initialization for 
'dummy_info')
/tmp/qemu-test/src/tests/test-io-task.c:41:15: error: 'TYPE_OBJECT' undeclared 
here (not in a function)
     .parent = TYPE_OBJECT,
               ^
/tmp/qemu-test/src/tests/test-io-task.c:42:5: error: field name not in record 
or union initializer
     .name = TYPE_DUMMY,
     ^
/tmp/qemu-test/src/tests/test-io-task.c:42:5: error: (near initialization for 
'dummy_info')
/tmp/qemu-test/src/tests/test-io-task.c:42:5: error: excess elements in scalar 
initializer [-Werror]
/tmp/qemu-test/src/tests/test-io-task.c:42:5: error: (near initialization for 
'dummy_info') [-Werror]
/tmp/qemu-test/src/tests/test-io-task.c:43:5: error: field name not in record 
or union initializer
     .instance_size = sizeof(DummyObject),
     ^
/tmp/qemu-test/src/tests/test-io-task.c:43:5: error: (near initialization for 
'dummy_info')
/tmp/qemu-test/src/tests/test-io-task.c:43:5: error: excess elements in scalar 
initializer [-Werror]
/tmp/qemu-test/src/tests/test-io-task.c:43:5: error: (near initialization for 
'dummy_info') [-Werror]
/tmp/qemu-test/src/tests/test-io-task.c:44:5: error: field name not in record 
or union initializer
     .class_size = sizeof(DummyObjectClass),
     ^
/tmp/qemu-test/src/tests/test-io-task.c:44:5: error: (near initialization for 
'dummy_info')
/tmp/qemu-test/src/tests/test-io-task.c:44:5: error: excess elements in scalar 
initializer [-Werror]
/tmp/qemu-test/src/tests/test-io-task.c:44:5: error: (near initialization for 
'dummy_info') [-Werror]
/tmp/qemu-test/src/tests/test-io-task.c: In function 'test_task_complete':
/tmp/qemu-test/src/tests/test-io-task.c:67:5: error: implicit declaration of 
function 'object_new' [-Werror=implicit-function-declaration]
     Object *obj = object_new(TYPE_DUMMY);
     ^
/tmp/qemu-test/src/tests/test-io-task.c:67:5: error: nested extern declaration 
of 'object_new' [-Werror=nested-externs]
/tmp/qemu-test/src/tests/test-io-task.c:67:19: error: initialization makes 
pointer from integer without a cast [-Werror]
     Object *obj = object_new(TYPE_DUMMY);
                   ^
/tmp/qemu-test/src/tests/test-io-task.c:78:5: error: implicit declaration of 
function 'object_unref' [-Werror=implicit-function-declaration]
     object_unref(obj);
     ^
/tmp/qemu-test/src/tests/test-io-task.c:78:5: error: nested extern declaration 
of 'object_unref' [-Werror=nested-externs]
/tmp/qemu-test/src/tests/test-io-task.c: In function 'test_task_data_free':
/tmp/qemu-test/src/tests/test-io-task.c:97:19: error: initialization makes 
pointer from integer without a cast [-Werror]
     Object *obj = object_new(TYPE_DUMMY);
                   ^
/tmp/qemu-test/src/tests/test-io-task.c: In function 'test_task_failure':
/tmp/qemu-test/src/tests/test-io-task.c:115:19: error: initialization makes 
pointer from integer without a cast [-Werror]
     Object *obj = object_new(TYPE_DUMMY);
                   ^
/tmp/qemu-test/src/tests/test-io-task.c: In function 
'test_task_thread_complete':
/tmp/qemu-test/src/tests/test-io-task.c:176:19: error: initialization makes 
pointer from integer without a cast [-Werror]
     Object *obj = object_new(TYPE_DUMMY);
                   ^
/tmp/qemu-test/src/tests/test-io-task.c: In function 'test_task_thread_failure':
/tmp/qemu-test/src/tests/test-io-task.c:217:19: error: initialization makes 
pointer from integer without a cast [-Werror]
     Object *obj = object_new(TYPE_DUMMY);
                   ^
/tmp/qemu-test/src/tests/test-io-task.c: In function 'main':
/tmp/qemu-test/src/tests/test-io-task.c:262:5: error: implicit declaration of 
function 'type_register_static' [-Werror=implicit-function-declaration]
     type_register_static(&dummy_info);
     ^
/tmp/qemu-test/src/tests/test-io-task.c:262:5: error: nested extern declaration 
of 'type_register_static' [-Werror=nested-externs]
cc1: all warnings being treated as errors
make: *** [tests/test-io-task.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=e62e001e97bb45b5bad203b6cdf0e050', '-u', 
'1003', '--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/patchew2/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', 
'/var/tmp/patchew-tester-tmp-x41sr7m3/src/docker-src.2020-05-04-07.25.46.14887:/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=e62e001e97bb45b5bad203b6cdf0e050
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-x41sr7m3/src'
make: *** [docker-run-test-quick@centos7] Error 2

real    4m30.010s
user    0m8.199s


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]