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 07:56:32 -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-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 ===

In file included from /tmp/qemu-test/build/net/trace.h:6:0,
                 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)
     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'
     ((id ##_ENABLED) && id ##_BACKEND_DSTATE())
       ^
/tmp/qemu-test/src/net/colo-compare.c:330:5: error: implicit declaration of 
function 'TRACE_COLO_COMPARE_MISCOMPARE_BACKEND_DSTATE' 
[-Werror=implicit-function-declaration]
     if (trace_event_get_state_backends(TRACE_COLO_COMPARE_MISCOMPARE)) {
     ^
/tmp/qemu-test/src/net/colo-compare.c:330:5: error: nested extern declaration 
of 'TRACE_COLO_COMPARE_MISCOMPARE_BACKEND_DSTATE' [-Werror=nested-externs]
In file included from /tmp/qemu-test/build/net/trace.h:6:0,
                 from /tmp/qemu-test/src/net/colo-compare.c:18:
/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)
         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'
     ((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)
         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'
     ((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)
         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'
     ((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)
     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'
     ((id ##_ENABLED) && id ##_BACKEND_DSTATE())
       ^
cc1: all warnings being treated as errors
make: *** [net/colo-compare.o] Error 1
make: *** Waiting for unfinished jobs....
Traceback (most recent call last):
  File "./tests/docker/docker.py", line 702, in <module>
---
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', 
'--label', 'com.qemu.instance.uuid=b363c566c212463d89fc6bc47ef60cf9', '-u', 
'1001', '--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/patchew/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', 
'/var/tmp/patchew-tester-tmp-5pyfl0_w/src/docker-src.2020-07-15-10.53.32.10761:/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=b363c566c212463d89fc6bc47ef60cf9
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-5pyfl0_w/src'
make: *** [docker-run-test-quick@centos7] Error 2

real    2m59.692s
user    0m7.889s


The full log is available at
20200715143130.11164-1-philmd@redhat.com/testing.docker-quick@centos7/?type=message">http://patchew.org/logs/20200715143130.11164-1-philmd@redhat.com/testing.docker-quick@centos7/?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]