|FAILURE| pw124154 [PATCH] [v2] lib/net: add MPLS insert and strip functionality
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Mon Feb 20 00:44:03 CET 2023
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124154
_Testing issues_
Submitter: Tanzeel-inline <tanxeel1.ahmed at gmail.com>
Date: Sunday, February 19 2023 22:43:34
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:fc6bdd5248e843ba1300c8d46d43b263b4a69438
124154 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+----------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+=====================+====================+======================+================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | FAIL | FAIL | FAIL |
+---------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | SKIPPED | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| Debian Buster | SKIPPED | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | SKIPPED | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
==== 20 line log output for CentOS Stream 8 (dpdk_unit_test): ====
[98/3164] Compiling C object 'lib/76b5a35@@rte_mbuf at sta/mbuf_rte_mbuf.c.o'.
[99/3164] Compiling C object 'lib/net/ab5e066@@net_crc_avx512_lib at sta/net_crc_avx512.c.o'.
[100/3164] Linking static target lib/net/libnet_crc_avx512_lib.a.
[101/3164] Compiling C object 'lib/76b5a35@@rte_mbuf at sta/mbuf_rte_mbuf_dyn.c.o'.
[102/3164] Linking static target lib/librte_mbuf.a.
[103/3164] Compiling C object 'lib/76b5a35@@rte_net at sta/net_rte_arp.c.o'.
[104/3164] Compiling C object 'lib/76b5a35@@rte_net at sta/net_rte_ether.c.o'.
[105/3164] Generating mempool.sym_chk with a meson_exe.py custom command.
[106/3164] Compiling C object 'lib/76b5a35@@rte_net at sta/net_rte_net.c.o'.
FAILED: lib/76b5a35@@rte_net at sta/net_rte_net.c.o
ccache cc -Ilib/76b5a35@@rte_net at sta -Ilib -I../lib -Ilib/net -I../lib/net -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/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -fdiagnostics-color=always -pipe -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DCC_X86_64_SSE42_PCLMULQDQ_SUPPORT -DCC_X86_64_AVX512_VPCLMULQDQ_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=lib.net -MD -MQ 'lib/76b5a35@@rte_net at sta/net_rte_net.c.o' -MF 'lib/76b5a35@@rte_net at sta/net_rte_net.c.o.d' -o 'lib/76b5a35@@rte_net at sta/net_rte_net.c.o' -c ../lib/net/rte_net.c
In file included from ../lib/net/rte_net.c:16:
../lib/net/rte_mpls.h:61:1: error: ‘rte_mpls_push_over_l2’ defined but not used [-Werror=unused-function]
rte_mpls_push_over_l2(struct rte_mbuf **m, const struct rte_mpls_hdr *mp)
^~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[107/3164] Compiling C object 'lib/76b5a35@@rte_net at sta/net_rte_net_crc.c.o'.
[108/3164] Generating mbuf.sym_chk with a meson_exe.py custom command.
[109/3164] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
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
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25452/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
More information about the test-report
mailing list