qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH-for-5.1] net/colo: Remove unused trace event


From: no-reply
Subject: Re: [PATCH-for-5.1] net/colo: Remove unused trace event
Date: Wed, 15 Jul 2020 08:02:46 -0700 (PDT)

Patchew URL: 20200715143130.11164-1-philmd@redhat.com/">https://patchew.org/QEMU/20200715143130.11164-1-philmd@redhat.com/



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

In file included from /tmp/qemu-test/build/net/trace.h:6,
                 from /tmp/qemu-test/src/net/colo-compare.c:18:
/tmp/qemu-test/src/net/colo-compare.c: In function 
'colo_compare_packet_payload':
/tmp/qemu-test/src/net/colo-compare.c:330:40: error: 
'TRACE_COLO_COMPARE_MISCOMPARE_ENABLED' undeclared (first use in this 
function); did you mean 'TRACE_COLO_COMPARE_UDP_MISCOMPARE_ENABLED'?
  330 |     if (trace_event_get_state_backends(TRACE_COLO_COMPARE_MISCOMPARE)) {
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/qemu-test/src/trace/control.h:120:7: note: in definition of macro 
'trace_event_get_state_backends'
---
/tmp/qemu-test/src/trace/control.h:120:7: note: in definition of macro 
'trace_event_get_state_backends'
  120 |     ((id ##_ENABLED) && id ##_BACKEND_DSTATE())
      |       ^~
/tmp/qemu-test/src/net/colo-compare.c:330:40: error: implicit declaration of 
function 'TRACE_COLO_COMPARE_MISCOMPARE_BACKEND_DSTATE'; did you mean 
'TRACE_COLO_COMPARE_UDP_MISCOMPARE_BACKEND_DSTATE'? 
[-Werror=implicit-function-declaration]
  330 |     if (trace_event_get_state_backends(TRACE_COLO_COMPARE_MISCOMPARE)) {
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/qemu-test/src/trace/control.h:120:25: note: in definition of macro 
'trace_event_get_state_backends'
  120 |     ((id ##_ENABLED) && id ##_BACKEND_DSTATE())
      |                         ^~
/tmp/qemu-test/src/net/colo-compare.c:330:40: error: nested extern declaration 
of 'TRACE_COLO_COMPARE_MISCOMPARE_BACKEND_DSTATE' [-Werror=nested-externs]
  330 |     if (trace_event_get_state_backends(TRACE_COLO_COMPARE_MISCOMPARE)) {
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/qemu-test/src/trace/control.h:120:25: note: in definition of macro 
'trace_event_get_state_backends'
  120 |     ((id ##_ENABLED) && id ##_BACKEND_DSTATE())
      |                         ^~
/tmp/qemu-test/src/net/colo-compare.c: In function 'colo_compare_tcp':
/tmp/qemu-test/src/net/colo-compare.c:495:44: error: 
'TRACE_COLO_COMPARE_MISCOMPARE_ENABLED' undeclared (first use in this 
function); did you mean 'TRACE_COLO_COMPARE_UDP_MISCOMPARE_ENABLED'?
  495 |         if 
(trace_event_get_state_backends(TRACE_COLO_COMPARE_MISCOMPARE)) {
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/qemu-test/src/trace/control.h:120:7: note: in definition of macro 
'trace_event_get_state_backends'
  120 |     ((id ##_ENABLED) && id ##_BACKEND_DSTATE())
      |       ^~
/tmp/qemu-test/src/net/colo-compare.c: In function 'colo_packet_compare_udp':
/tmp/qemu-test/src/net/colo-compare.c:536:44: error: 
'TRACE_COLO_COMPARE_MISCOMPARE_ENABLED' undeclared (first use in this 
function); did you mean 'TRACE_COLO_COMPARE_UDP_MISCOMPARE_ENABLED'?
  536 |         if 
(trace_event_get_state_backends(TRACE_COLO_COMPARE_MISCOMPARE)) {
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/qemu-test/src/trace/control.h:120:7: note: in definition of macro 
'trace_event_get_state_backends'
  120 |     ((id ##_ENABLED) && id ##_BACKEND_DSTATE())
      |       ^~
/tmp/qemu-test/src/net/colo-compare.c: In function 'colo_packet_compare_icmp':
/tmp/qemu-test/src/net/colo-compare.c:579:44: error: 
'TRACE_COLO_COMPARE_MISCOMPARE_ENABLED' undeclared (first use in this 
function); did you mean 'TRACE_COLO_COMPARE_UDP_MISCOMPARE_ENABLED'?
  579 |         if 
(trace_event_get_state_backends(TRACE_COLO_COMPARE_MISCOMPARE)) {
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/qemu-test/src/trace/control.h:120:7: note: in definition of macro 
'trace_event_get_state_backends'
  120 |     ((id ##_ENABLED) && id ##_BACKEND_DSTATE())
      |       ^~
/tmp/qemu-test/src/net/colo-compare.c: In function 'colo_packet_compare_other':
/tmp/qemu-test/src/net/colo-compare.c:600:40: error: 
'TRACE_COLO_COMPARE_MISCOMPARE_ENABLED' undeclared (first use in this 
function); did you mean 'TRACE_COLO_COMPARE_UDP_MISCOMPARE_ENABLED'?
  600 |     if (trace_event_get_state_backends(TRACE_COLO_COMPARE_MISCOMPARE)) {
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/qemu-test/src/trace/control.h:120:7: note: in definition of macro 
'trace_event_get_state_backends'
---
  SIGN    pc-bios/optionrom/kvmvapic.bin
  CC      qga/qapi-generated/qga-qapi-types.o
  CC      qga/qapi-generated/qga-qapi-visit.o
make: *** [/tmp/qemu-test/src/rules.mak:69: net/colo-compare.o] Error 1
make: *** Waiting for unfinished jobs....
  SIGN    pc-bios/optionrom/multiboot.bin
  SIGN    pc-bios/optionrom/linuxboot.bin
---
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', 
'--label', 'com.qemu.instance.uuid=d253cd2557254b8686728ca825dba52b', '-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-zfmfzb8k/src/docker-src.2020-07-15-10.59.34.13555:/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=d253cd2557254b8686728ca825dba52b
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-zfmfzb8k/src'
make: *** [docker-run-test-mingw@fedora] Error 2

real    3m12.653s
user    0m9.122s


The full log is available at
20200715143130.11164-1-philmd@redhat.com/testing.docker-mingw@fedora/?type=message">http://patchew.org/logs/20200715143130.11164-1-philmd@redhat.com/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com

reply via email to

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