[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 00/13] Net patches
From: |
no-reply |
Subject: |
Re: [PULL 00/13] Net patches |
Date: |
Fri, 27 Mar 2020 05:05:38 -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/net/rocker/rocker_world.o
CC hw/net/rocker/rocker_of_dpa.o
CC hw/net/can/can_sja1000.o
/tmp/qemu-test/src/hw/net/allwinner-sun8i-emac.c:773:20: error: initialization
of '_Bool (*)(NetClientState *)' {aka '_Bool (*)(struct NetClientState *)'}
from incompatible pointer type 'int (*)(NetClientState *)' {aka 'int (*)(struct
NetClientState *)'} [-Werror=incompatible-pointer-types]
.can_receive = allwinner_sun8i_emac_can_receive,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/qemu-test/src/hw/net/allwinner-sun8i-emac.c:773:20: note: (near
initialization for 'net_allwinner_sun8i_emac_info.can_receive')
cc1: all warnings being treated as errors
make: *** [/tmp/qemu-test/src/rules.mak:69: hw/net/allwinner-sun8i-emac.o]
Error 1
make: *** Waiting for unfinished jobs....
CC hw/net/can/can_kvaser_pci.o
Traceback (most recent call last):
---
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run',
'--label', 'com.qemu.instance.uuid=5f98328ddc9546e3a22732b69d331039', '-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-25jm6435/src/docker-src.2020-03-27-08.03.37.24872:/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=5f98328ddc9546e3a22732b69d331039
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-25jm6435/src'
make: *** [docker-run-test-mingw@fedora] Error 2
real 2m1.238s
user 0m8.179s
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
- [PULL 07/13] hw/net/rtl8139: Update coding style to make checkpatch.pl happy, (continued)
- [PULL 07/13] hw/net/rtl8139: Update coding style to make checkpatch.pl happy, Jason Wang, 2020/03/27
- [PULL 08/13] hw/net: Make NetCanReceive() return a boolean, Jason Wang, 2020/03/27
- [PULL 09/13] hw/net/can: Make CanBusClientInfo::can_receive() return a boolean, Jason Wang, 2020/03/27
- [PULL 10/13] net/colo-compare.c: Expose "compare_timeout" to users, Jason Wang, 2020/03/27
- [PULL 11/13] net/colo-compare.c: Expose "expired_scan_cycle" to users, Jason Wang, 2020/03/27
- [PULL 12/13] net: tulip: check frame size and r/w data length, Jason Wang, 2020/03/27
- [PULL 13/13] hw/net/allwinner-sun8i-emac.c: Fix REG_ADDR_HIGH/LOW reads, Jason Wang, 2020/03/27
- Re: [PULL 00/13] Net patches, Peter Maydell, 2020/03/27
- Re: [PULL 00/13] Net patches, no-reply, 2020/03/27
- Re: [PULL 00/13] Net patches,
no-reply <=