automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw(114931) sid(24301) job(PER_PATCH_BUILD3827)[v2, 3/3] net/cnxk: introduce pool sort capability
@ 2022-08-12 17:47 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2022-08-12 17:47 UTC (permalink / raw)
  To: test-report, hpothula

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


Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/114931

_Compilation issues_

Submitter: Hanumanth Pothula <hpothula@marvell.com>
Date: 2022-08-12 17:24:51
Reply_mail: <20220812172451.1208933-3-hpothula@marvell.com>

DPDK git baseline: Repo:dpdk-next-net, CommitID: 72206323a5dd3182b13f61b25a64abdddfee595c


Meson Build Summary: 22 Builds Done, 19 Successful, 3 Failures, 0 Blocked

+--------------+------------+--------------+------------+------------+-----------+----------+------------+
| os           | gcc-static | clang-static | icc-static | gcc-shared | gcc-debug | document | gcc-16byte |
+--------------+------------+--------------+------------+------------+-----------+----------+------------+
| FC36-64      | pass       | pass         |            |            |           |          |            |
| FreeBSD13-64 | pass       | pass         |            | pass       | pass      |          |            |
| RHEL86-64    | pass       | pass         |            | pass       | pass      |          |            |
| SUSE15-64    | pass       | pass         |            |            |           |          |            |
| UB2004-32    | pass       |              |            |            |           |          |            |
| UB2004-64    | pass       | pass         |            |            |           | fail     |            |
| UB2204-32    | pass       |              |            |            |           |          |            |
| UB2204-64    | pass       | pass         |            |            |           | fail     | pass       |
| CentOS79-64  | fail       |              |            |            |           |          |            |
+--------------+------------+--------------+------------+------------+-----------+----------+------------+

Comments: 
Because of DPDK bug (https://bugs.dpdk.org/show_bug.cgi?id=928),
All the dpdk-next-* branch add `Ddisable_drivers=event/cnxk` option when build with ICC complier. 
 
Test environment and configuration as below:


OS: FC36-64
	Kernel Version: 5.17.7-300.fc36.x86_64
	GCC Version: gcc (GCC) 12.1.1 20220507 (Red Hat 12.1.1-1)
	Clang Version: 14.0.0 (Fedora 14.0.0-1.fc36)
	x86_64-native-linuxapp-gcc
	x86_64-native-linuxapp-clang

OS: FreeBSD13-64
	Kernel Version: 13.1-RELEASE
	GCC Version: gcc (FreeBSD Ports Collection) 10.3.0
	Clang Version: 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a303)
	x86_64-native-bsdapp-gcc
	x86_64-native-bsdapp-clang
	x86_64-native-bsdapp-gcc+shared
	x86_64-native-bsdapp-gcc+debug

OS: RHEL86-64
	Kernel Version: 4.18.0-372.9.1.el8.x86_64
	GCC Version: gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-13)
	Clang Version: 14.0.0 (Red Hat 14.0.0-1.module_el8.7.0+1142+5343df54)
	x86_64-native-linuxapp-gcc
	x86_64-native-linuxapp-clang
	x86_64-native-linuxapp-gcc+shared
	x86_64-native-linuxapp-gcc+debug

OS: SUSE15-64
	Kernel Version: 5.3.18-57-default
	GCC Version: gcc (SUSE Linux) 7.5.0
	Clang Version: 11.0.1
	x86_64-native-linuxapp-clang
	x86_64-native-linuxapp-gcc

OS: UB2004-32
	Kernel Version: 5.8.0-48-generic
	GCC Version: gcc (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0
	Clang Version: 10.0.0-4ubuntu1
	i686-native-linuxapp-gcc

OS: UB2004-64
	Kernel Version: 5.8.0-48-generic
	GCC Version: gcc (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0
	Clang Version: 10.0.0-4ubuntu1
	x86_64-native-linuxapp-clang
	x86_64-native-linuxapp-gcc
	x86_64-native-linuxapp-doc

OS: UB2204-32
	Kernel Version: 5.15.0-25-generic
	GCC Version: gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
	Clang Version: NA
	i686-native-linuxapp-gcc

OS: UB2204-64
	Kernel Version: 5.15.0-25-generic
	GCC Version: gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
	Clang Version: 14.0.0-1ubuntu1
	x86_64-native-linuxapp-gcc+16byte
	x86_64-native-linuxapp-gcc
	x86_64-native-linuxapp-clang
	x86_64-native-linuxapp-doc

OS: CentOS79-64
	Kernel Version: 3.10.0-1160.el7.x86_64
	GCC Version: gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44)
	Clang Version: 3.4.2 (tags/RELEASE_34/dot2-final)
	x86_64-native-linuxapp-gcc



*Build Failed #1:
OS: UB2004-64
Target: x86_64-native-linuxapp-doc
FAILED: doc/api/html 
/usr/bin/python3 ../doc/api/generate_doxygen.py doc/api/html /usr/bin/doxygen doc/api/doxy-api.conf
/root/UB2004-64_K5.8.0_GCC10.3.0/x86_64-native-linuxapp-doc/24301/dpdk/lib/ethdev/rte_ethdev.h:1222: error: Member rte_eth_rxseg_mode (enumeration) of file rte_ethdev.h is not documented. (warning treated as error, aborting now)
Traceback (most recent call last):
  File "../doc/api/generate_doxygen.py", line 13, in <module>
    subprocess.run(doxygen_command, check=True, stdout=out)
  File "/usr/lib/python3.8/subprocess.py", line 516, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/doxygen', 'doc/api/doxy-api.conf']' returned non-zero exit status 1.
[3397/3398] Linking target app/test/dpdk-test
[3398/3398] Generating html_guides with a custom command
ninja: build stopped




*Build Failed #2:
OS: UB2204-64
Target: x86_64-native-linuxapp-doc
FAILED: doc/api/html 
/usr/bin/python3 ../doc/api/generate_doxygen.py doc/api/html /usr/bin/doxygen doc/api/doxy-api.conf
/root/UB2204-64_K5.15.0_GCC11.2.0/x86_64-native-linuxapp-doc/24301/dpdk/lib/ethdev/rte_ethdev.h:1222: error: Member rte_eth_rxseg_mode (enumeration) of file rte_ethdev.h is not documented. (warning treated as error, aborting now)
Traceback (most recent call last):
  File "/root/UB2204-64_K5.15.0_GCC11.2.0/x86_64-native-linuxapp-doc/24301/dpdk/x86_64-native-linuxapp-doc/../doc/api/generate_doxygen.py", line 13, in <module>
    subprocess.run(doxygen_command, check=True, stdout=out)
  File "/usr/lib/python3.10/subprocess.py", line 524, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/doxygen', 'doc/api/doxy-api.conf']' returned non-zero exit status 1.
[3461/3463] Compiling C object app/test/dpdk-test.p/test_ring.c.o
[3462/3463] Generating doc/guides/html_guides with a custom command
ninja: build stopped




*Build Failed #3:
OS: CentOS79-64
Target: x86_64-native-linuxapp-gcc
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o 
gcc -Ilib/librte_ethdev.a.p -Ilib -I../lib -Ilib/ethdev -I../lib/ethdev -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/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o -MF lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o.d -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o -c ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c: In function 'rte_eth_rx_queue_setup':
../lib/ethdev/rte_ethdev.c:1959:31: error: 'mbp_buf_size' may be used uninitialized in this function [-Werror=maybe-uninitialized]
    dev->data->min_rx_buf_size = mbp_buf_size;
                               ^
cc1: all warnings being treated as errors
[170/3580] Linking static target lib/librte_cmdline.a
[171/3580] Compiling C object lib/librte_metrics.a.p/metrics_rte_metrics.c.o
[172/3580] Compiling C object lib/librte_hash.a.p/hash_rte_fbk_hash.c.o
[173/3580] Generating lib/rte_timer_def with a custom command
[174/3580] Compiling C object lib/librte_hash.a.p/hash_rte_thash.c.o
[175/3580] Compiling C object lib/librte_timer.a.p/timer_rte_timer.c.o
[176/3580] Generating lib/pci.sym_chk with a custom command (wrapped by meson to capture output)
[177/3580] Compiling C object lib/librte_hash.a.p/hash_rte_cuckoo_hash.c.o
[178/3580] Generating lib/eal.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped


DPDK STV team

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

only message in thread, other threads:[~2022-08-12 17:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-12 17:47 [dpdk-test-report] |FAILURE| pw(114931) sid(24301) job(PER_PATCH_BUILD3827)[v2, 3/3] net/cnxk: introduce pool sort capability sys_stv

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).