qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v6] qga: add command guest-get-devices for reporting VirtIO d


From: no-reply
Subject: Re: [PATCH v6] qga: add command guest-get-devices for reporting VirtIO devices
Date: Thu, 5 Dec 2019 06:09:41 -0800 (PST)

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 ===

  BUILD   pc-bios/optionrom/kvmvapic.img
  BUILD   pc-bios/optionrom/multiboot.raw
/tmp/qemu-test/src/qga/commands-win32.c: In function 'qmp_guest_get_devices':
/tmp/qemu-test/src/qga/commands-win32.c:2389:19: error: 'GuestDeviceInfo' {aka 
'struct GuestDeviceInfo'} has no member named 'vendor_id'
             device->vendor_id = g_ascii_strtoull(vendor_id, NULL, 16);
                   ^~
/tmp/qemu-test/src/qga/commands-win32.c:2390:19: error: 'GuestDeviceInfo' {aka 
'struct GuestDeviceInfo'} has no member named 'device_id'
             device->device_id = g_ascii_strtoull(device_id, NULL, 16);
                   ^~
  BUILD   pc-bios/optionrom/linuxboot.raw
  BUILD   pc-bios/optionrom/linuxboot_dma.raw
  BUILD   pc-bios/optionrom/kvmvapic.raw
  SIGN    pc-bios/optionrom/multiboot.bin
make: *** [/tmp/qemu-test/src/rules.mak:69: qga/commands-win32.o] Error 1
make: *** Waiting for unfinished jobs....
  CC      qemu-img.o
  SIGN    pc-bios/optionrom/linuxboot.bin
---
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', 
'--label', 'com.qemu.instance.uuid=5f21a9f7143e4a56a98913d8c52cda9d', '-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-640qp9qc/src/docker-src.2019-12-05-09.03.54.27359:/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=5f21a9f7143e4a56a98913d8c52cda9d
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-640qp9qc/src'
make: *** [docker-run-test-mingw@fedora] Error 2

real    5m47.329s
user    0m9.031s


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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]