[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH 0/3] Use object_get_canonical_path_component to get child
From: |
no-reply |
Subject: |
Re: [RFC PATCH 0/3] Use object_get_canonical_path_component to get child description |
Date: |
Fri, 26 Jun 2020 03:37:53 -0700 (PDT) |
Patchew URL: 20200626102744.15053-1-f4bug@amsat.org/">https://patchew.org/QEMU/20200626102744.15053-1-f4bug@amsat.org/
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 aarch64-softmmu/hw/arm/gumstix.o
CC aarch64-softmmu/hw/arm/spitz.o
/tmp/qemu-test/src/hw/i386/pc_q35.c: In function 'pc_q35_init':
/tmp/qemu-test/src/hw/i386/pc_q35.c:310:9: error: passing argument 1 of
'smbus_eeprom_init' from incompatible pointer type [-Werror]
smbus_eeprom_init(pcms->smbus, 8, NULL, 0);
^
In file included from /tmp/qemu-test/src/hw/i386/pc_q35.c:35:0:
/tmp/qemu-test/src/include/hw/i2c/smbus_eeprom.h:32:6: note: expected 'struct
Object *' but argument is of type 'struct I2CBus *'
void smbus_eeprom_init(Object *parent_obj, const char *child_name_prefix,
^
/tmp/qemu-test/src/hw/i386/pc_q35.c:310:9: error: passing argument 2 of
'smbus_eeprom_init' makes pointer from integer without a cast [-Werror]
smbus_eeprom_init(pcms->smbus, 8, NULL, 0);
^
In file included from /tmp/qemu-test/src/hw/i386/pc_q35.c:35:0:
/tmp/qemu-test/src/include/hw/i2c/smbus_eeprom.h:32:6: note: expected 'const
char *' but argument is of type 'int'
void smbus_eeprom_init(Object *parent_obj, const char *child_name_prefix,
^
/tmp/qemu-test/src/hw/i386/pc_q35.c:310:9: error: too few arguments to function
'smbus_eeprom_init'
smbus_eeprom_init(pcms->smbus, 8, NULL, 0);
^
In file included from /tmp/qemu-test/src/hw/i386/pc_q35.c:35:0:
---
void smbus_eeprom_init(Object *parent_obj, const char *child_name_prefix,
^
cc1: all warnings being treated as errors
make[1]: *** [hw/i386/pc_q35.o] Error 1
make[1]: *** Waiting for unfinished jobs....
CC aarch64-softmmu/hw/arm/tosa.o
CC aarch64-softmmu/hw/arm/z2.o
---
CC aarch64-softmmu/hw/arm/xilinx_zynq.o
CC aarch64-softmmu/hw/arm/sabrelite.o
/tmp/qemu-test/src/hw/i386/pc_piix.c: In function 'pc_init1':
/tmp/qemu-test/src/hw/i386/pc_piix.c:290:9: error: passing argument 1 of
'smbus_eeprom_init' from incompatible pointer type [-Werror]
smbus_eeprom_init(pcms->smbus, 8, NULL, 0);
^
In file included from /tmp/qemu-test/src/hw/i386/pc_piix.c:48:0:
/tmp/qemu-test/src/include/hw/i2c/smbus_eeprom.h:32:6: note: expected 'struct
Object *' but argument is of type 'struct I2CBus *'
void smbus_eeprom_init(Object *parent_obj, const char *child_name_prefix,
^
/tmp/qemu-test/src/hw/i386/pc_piix.c:290:9: error: passing argument 2 of
'smbus_eeprom_init' makes pointer from integer without a cast [-Werror]
smbus_eeprom_init(pcms->smbus, 8, NULL, 0);
^
In file included from /tmp/qemu-test/src/hw/i386/pc_piix.c:48:0:
/tmp/qemu-test/src/include/hw/i2c/smbus_eeprom.h:32:6: note: expected 'const
char *' but argument is of type 'int'
void smbus_eeprom_init(Object *parent_obj, const char *child_name_prefix,
^
/tmp/qemu-test/src/hw/i386/pc_piix.c:290:9: error: too few arguments to
function 'smbus_eeprom_init'
smbus_eeprom_init(pcms->smbus, 8, NULL, 0);
^
In file included from /tmp/qemu-test/src/hw/i386/pc_piix.c:48:0:
---
void smbus_eeprom_init(Object *parent_obj, const char *child_name_prefix,
^
cc1: all warnings being treated as errors
make[1]: *** [hw/i386/pc_piix.o] Error 1
CC aarch64-softmmu/hw/arm/armv7m.o
make: *** [x86_64-softmmu/all] Error 2
make: *** Waiting for unfinished jobs....
CC aarch64-softmmu/hw/arm/exynos4210.o
CC aarch64-softmmu/hw/arm/pxa2xx.o
---
GEN aarch64-softmmu/target/arm/decode-t16.inc.c
CC aarch64-softmmu/target/arm/op_helper.o
/tmp/qemu-test/src/hw/arm/aspeed.c: In function 'palmetto_bmc_i2c_init':
/tmp/qemu-test/src/hw/arm/aspeed.c:388:27: error: passing argument 1 of
'smbus_eeprom_init_one' from incompatible pointer type [-Werror]
eeprom_buf);
^
In file included from /tmp/qemu-test/src/hw/arm/aspeed.c:20:0:
/tmp/qemu-test/src/include/hw/i2c/smbus_eeprom.h:29:6: note: expected 'struct
Object *' but argument is of type 'struct I2CBus *'
void smbus_eeprom_init_one(Object *parent_obj, const char *child_name,
^
/tmp/qemu-test/src/hw/arm/aspeed.c:388:27: error: passing argument 2 of
'smbus_eeprom_init_one' makes pointer from integer without a cast [-Werror]
eeprom_buf);
^
In file included from /tmp/qemu-test/src/hw/arm/aspeed.c:20:0:
/tmp/qemu-test/src/include/hw/i2c/smbus_eeprom.h:29:6: note: expected 'const
char *' but argument is of type 'int'
void smbus_eeprom_init_one(Object *parent_obj, const char *child_name,
^
/tmp/qemu-test/src/hw/arm/aspeed.c:388:27: error: passing argument 3 of
'smbus_eeprom_init_one' from incompatible pointer type [-Werror]
eeprom_buf);
^
In file included from /tmp/qemu-test/src/hw/arm/aspeed.c:20:0:
/tmp/qemu-test/src/include/hw/i2c/smbus_eeprom.h:29:6: note: expected 'struct
I2CBus *' but argument is of type 'uint8_t *'
void smbus_eeprom_init_one(Object *parent_obj, const char *child_name,
^
/tmp/qemu-test/src/hw/arm/aspeed.c:388:27: error: too few arguments to function
'smbus_eeprom_init_one'
eeprom_buf);
^
In file included from /tmp/qemu-test/src/hw/arm/aspeed.c:20:0:
---
void smbus_eeprom_init_one(Object *parent_obj, const char *child_name,
^
/tmp/qemu-test/src/hw/arm/aspeed.c: In function 'ast2500_evb_i2c_init':
/tmp/qemu-test/src/hw/arm/aspeed.c:405:27: error: passing argument 1 of
'smbus_eeprom_init_one' from incompatible pointer type [-Werror]
eeprom_buf);
^
In file included from /tmp/qemu-test/src/hw/arm/aspeed.c:20:0:
/tmp/qemu-test/src/include/hw/i2c/smbus_eeprom.h:29:6: note: expected 'struct
Object *' but argument is of type 'struct I2CBus *'
void smbus_eeprom_init_one(Object *parent_obj, const char *child_name,
^
/tmp/qemu-test/src/hw/arm/aspeed.c:405:27: error: passing argument 2 of
'smbus_eeprom_init_one' makes pointer from integer without a cast [-Werror]
eeprom_buf);
^
In file included from /tmp/qemu-test/src/hw/arm/aspeed.c:20:0:
/tmp/qemu-test/src/include/hw/i2c/smbus_eeprom.h:29:6: note: expected 'const
char *' but argument is of type 'int'
void smbus_eeprom_init_one(Object *parent_obj, const char *child_name,
^
/tmp/qemu-test/src/hw/arm/aspeed.c:405:27: error: passing argument 3 of
'smbus_eeprom_init_one' from incompatible pointer type [-Werror]
eeprom_buf);
^
In file included from /tmp/qemu-test/src/hw/arm/aspeed.c:20:0:
/tmp/qemu-test/src/include/hw/i2c/smbus_eeprom.h:29:6: note: expected 'struct
I2CBus *' but argument is of type 'uint8_t *'
void smbus_eeprom_init_one(Object *parent_obj, const char *child_name,
^
/tmp/qemu-test/src/hw/arm/aspeed.c:405:27: error: too few arguments to function
'smbus_eeprom_init_one'
eeprom_buf);
^
In file included from /tmp/qemu-test/src/hw/arm/aspeed.c:20:0:
---
void smbus_eeprom_init_one(Object *parent_obj, const char *child_name,
^
/tmp/qemu-test/src/hw/arm/aspeed.c: In function 'sonorapass_bmc_i2c_init':
/tmp/qemu-test/src/hw/arm/aspeed.c:474:27: error: passing argument 1 of
'smbus_eeprom_init_one' from incompatible pointer type [-Werror]
eeprom4_54);
^
In file included from /tmp/qemu-test/src/hw/arm/aspeed.c:20:0:
/tmp/qemu-test/src/include/hw/i2c/smbus_eeprom.h:29:6: note: expected 'struct
Object *' but argument is of type 'struct I2CBus *'
void smbus_eeprom_init_one(Object *parent_obj, const char *child_name,
^
/tmp/qemu-test/src/hw/arm/aspeed.c:474:27: error: passing argument 2 of
'smbus_eeprom_init_one' makes pointer from integer without a cast [-Werror]
eeprom4_54);
^
In file included from /tmp/qemu-test/src/hw/arm/aspeed.c:20:0:
/tmp/qemu-test/src/include/hw/i2c/smbus_eeprom.h:29:6: note: expected 'const
char *' but argument is of type 'int'
void smbus_eeprom_init_one(Object *parent_obj, const char *child_name,
^
/tmp/qemu-test/src/hw/arm/aspeed.c:474:27: error: passing argument 3 of
'smbus_eeprom_init_one' from incompatible pointer type [-Werror]
eeprom4_54);
^
In file included from /tmp/qemu-test/src/hw/arm/aspeed.c:20:0:
/tmp/qemu-test/src/include/hw/i2c/smbus_eeprom.h:29:6: note: expected 'struct
I2CBus *' but argument is of type 'uint8_t *'
void smbus_eeprom_init_one(Object *parent_obj, const char *child_name,
^
/tmp/qemu-test/src/hw/arm/aspeed.c:474:27: error: too few arguments to function
'smbus_eeprom_init_one'
eeprom4_54);
^
In file included from /tmp/qemu-test/src/hw/arm/aspeed.c:20:0:
/tmp/qemu-test/src/include/hw/i2c/smbus_eeprom.h:29:6: note: declared here
void smbus_eeprom_init_one(Object *parent_obj, const char *child_name,
^
/tmp/qemu-test/src/hw/arm/aspeed.c:488:27: error: passing argument 1 of
'smbus_eeprom_init_one' from incompatible pointer type [-Werror]
eeprom8_56);
^
In file included from /tmp/qemu-test/src/hw/arm/aspeed.c:20:0:
/tmp/qemu-test/src/include/hw/i2c/smbus_eeprom.h:29:6: note: expected 'struct
Object *' but argument is of type 'struct I2CBus *'
void smbus_eeprom_init_one(Object *parent_obj, const char *child_name,
^
/tmp/qemu-test/src/hw/arm/aspeed.c:488:27: error: passing argument 2 of
'smbus_eeprom_init_one' makes pointer from integer without a cast [-Werror]
eeprom8_56);
^
In file included from /tmp/qemu-test/src/hw/arm/aspeed.c:20:0:
/tmp/qemu-test/src/include/hw/i2c/smbus_eeprom.h:29:6: note: expected 'const
char *' but argument is of type 'int'
void smbus_eeprom_init_one(Object *parent_obj, const char *child_name,
^
/tmp/qemu-test/src/hw/arm/aspeed.c:488:27: error: passing argument 3 of
'smbus_eeprom_init_one' from incompatible pointer type [-Werror]
eeprom8_56);
^
In file included from /tmp/qemu-test/src/hw/arm/aspeed.c:20:0:
/tmp/qemu-test/src/include/hw/i2c/smbus_eeprom.h:29:6: note: expected 'struct
I2CBus *' but argument is of type 'uint8_t *'
void smbus_eeprom_init_one(Object *parent_obj, const char *child_name,
^
/tmp/qemu-test/src/hw/arm/aspeed.c:488:27: error: too few arguments to function
'smbus_eeprom_init_one'
eeprom8_56);
^
In file included from /tmp/qemu-test/src/hw/arm/aspeed.c:20:0:
---
void smbus_eeprom_init_one(Object *parent_obj, const char *child_name,
^
/tmp/qemu-test/src/hw/arm/aspeed.c: In function 'witherspoon_bmc_i2c_init':
/tmp/qemu-test/src/hw/arm/aspeed.c:527:27: error: passing argument 1 of
'smbus_eeprom_init_one' from incompatible pointer type [-Werror]
eeprom_buf);
^
In file included from /tmp/qemu-test/src/hw/arm/aspeed.c:20:0:
/tmp/qemu-test/src/include/hw/i2c/smbus_eeprom.h:29:6: note: expected 'struct
Object *' but argument is of type 'struct I2CBus *'
void smbus_eeprom_init_one(Object *parent_obj, const char *child_name,
^
/tmp/qemu-test/src/hw/arm/aspeed.c:527:27: error: passing argument 2 of
'smbus_eeprom_init_one' makes pointer from integer without a cast [-Werror]
eeprom_buf);
^
In file included from /tmp/qemu-test/src/hw/arm/aspeed.c:20:0:
/tmp/qemu-test/src/include/hw/i2c/smbus_eeprom.h:29:6: note: expected 'const
char *' but argument is of type 'int'
void smbus_eeprom_init_one(Object *parent_obj, const char *child_name,
^
/tmp/qemu-test/src/hw/arm/aspeed.c:527:27: error: passing argument 3 of
'smbus_eeprom_init_one' from incompatible pointer type [-Werror]
eeprom_buf);
^
In file included from /tmp/qemu-test/src/hw/arm/aspeed.c:20:0:
/tmp/qemu-test/src/include/hw/i2c/smbus_eeprom.h:29:6: note: expected 'struct
I2CBus *' but argument is of type 'uint8_t *'
void smbus_eeprom_init_one(Object *parent_obj, const char *child_name,
^
/tmp/qemu-test/src/hw/arm/aspeed.c:527:27: error: too few arguments to function
'smbus_eeprom_init_one'
eeprom_buf);
^
In file included from /tmp/qemu-test/src/hw/arm/aspeed.c:20:0:
---
void smbus_eeprom_init_one(Object *parent_obj, const char *child_name,
^
cc1: all warnings being treated as errors
make[1]: *** [hw/arm/aspeed.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [aarch64-softmmu/all] Error 2
Traceback (most recent call last):
File "./tests/docker/docker.py", line 669, in <module>
sys.exit(main())
---
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run',
'--label', 'com.qemu.instance.uuid=68470e684744434cb3b024efd74e91b6', '-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-kjoqvac0/src/docker-src.2020-06-26-06.34.50.6138:/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=68470e684744434cb3b024efd74e91b6
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-kjoqvac0/src'
make: *** [docker-run-test-quick@centos7] Error 2
real 3m1.597s
user 0m8.290s
The full log is available at
20200626102744.15053-1-f4bug@amsat.org/testing.docker-quick@centos7/?type=message">http://patchew.org/logs/20200626102744.15053-1-f4bug@amsat.org/testing.docker-quick@centos7/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
- Re: [RFC PATCH 1/3] hw/i2c/smbus_eeprom: Set QOM parent, (continued)
- Re: [RFC PATCH 1/3] hw/i2c/smbus_eeprom: Set QOM parent, BALATON Zoltan, 2020/06/26
- Re: [RFC PATCH 1/3] hw/i2c/smbus_eeprom: Set QOM parent, Philippe Mathieu-Daudé, 2020/06/26
- Re: [RFC PATCH 1/3] hw/i2c/smbus_eeprom: Set QOM parent, BALATON Zoltan, 2020/06/26
- Re: [RFC PATCH 1/3] hw/i2c/smbus_eeprom: Set QOM parent, Philippe Mathieu-Daudé, 2020/06/26
- Re: [RFC PATCH 1/3] hw/i2c/smbus_eeprom: Set QOM parent, BALATON Zoltan, 2020/06/26
- Re: [RFC PATCH 1/3] hw/i2c/smbus_eeprom: Set QOM parent, Philippe Mathieu-Daudé, 2020/06/26
[RFC PATCH 2/3] hw/i2c/smbus_eeprom: Add description based on child name, Philippe Mathieu-Daudé, 2020/06/26
[RFC PATCH 3/3] hw/i2c/smbus_eeprom: Trace reset() event, Philippe Mathieu-Daudé, 2020/06/26
Re: [RFC PATCH 0/3] Use object_get_canonical_path_component to get child description,
no-reply <=
Re: [RFC PATCH 0/3] Use object_get_canonical_path_component to get child description, no-reply, 2020/06/26
Re: [RFC PATCH 0/3] Use object_get_canonical_path_component to get child description, Aleksandar Markovic, 2020/06/26
Re: [RFC PATCH 0/3] Use object_get_canonical_path_component to get child description, Markus Armbruster, 2020/06/27