automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw123626-123641 [PATCH] [v3, 16/16] pipeline: replace RTE_LOGTYPE_PIPELINE with dynamic log type
@ 2023-02-16  7:13 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2023-02-16  7:13 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Stephen Hemminger

[-- Attachment #1: Type: text/plain, Size: 4554 bytes --]

Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/123641

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Friday, February 10 2023 01:07:24 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:183bdfe224760b72d3cd44f5367c80b5ee073327

123626-123641 --> testing fail

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| CentOS Stream 9  | FAIL     |
+------------------+----------+
| Ubuntu 22.04     | FAIL     |
+------------------+----------+
| Debian Buster    | FAIL     |
+------------------+----------+
| CentOS Stream 8  | FAIL     |
+------------------+----------+
| Debian Bullseye  | FAIL     |
+------------------+----------+
| RHEL 7           | FAIL     |
+------------------+----------+
| openSUSE Leap 15 | FAIL     |
+------------------+----------+
| RHEL8            | FAIL     |
+------------------+----------+
| Ubuntu 20.04     | FAIL     |
+------------------+----------+

==== 20 line log output for Ubuntu 20.04 (abi_test): ====
ccache cc -Iexamples/c590b3c@@dpdk-distributor@exe -Iexamples -I../examples -Iexamples/distributor -I../examples/distributor -I../examples/common -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/distributor -I../lib/distributor -Ilib/power -I../lib/power -Ilib/timer -I../lib/timer -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -march=native -Wno-format-truncation -DALLOW_EXPERIMENTAL_API -MD -MQ 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o' -MF 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o.d' -o 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o' -c ../examples/distributor/main.c
In file included from ../lib/eal/include/rte_debug.h:17,
from ../lib/eal/include/rte_bitops.h:17,
from ../lib/ethdev/rte_cman.h:12,
from ../lib/ethdev/rte_ethdev.h:163,
from ../examples/distributor/main.c:13:
../examples/distributor/main.c: In function 'init_power_library':
../lib/eal/include/rte_log.h:336:4: error: 'RTE_LOGTYPE_POWER' undeclared (first use in this function); did you mean 'RTE_LOGTYPE_PMD'?
336 |    RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
|    ^~~~~~~~~~~~
../examples/distributor/main.c:682:4: note: in expansion of macro 'RTE_LOG'
682 |    RTE_LOG(ERR, POWER,
|    ^~~~~~~
../lib/eal/include/rte_log.h:336:4: note: each undeclared identifier is reported only once for each function it appears in
336 |    RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
|    ^~~~~~~~~~~~
../examples/distributor/main.c:682:4: note: in expansion of macro 'RTE_LOG'
682 |    RTE_LOG(ERR, POWER,
|    ^~~~~~~
ninja: build stopped: subcommand failed.
==== End log output ====

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25330/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-16  7:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16  7:13 |WARNING| pw123626-123641 [PATCH] [v3, 16/16] pipeline: replace RTE_LOGTYPE_PIPELINE with dynamic log type dpdklab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).