|FAILURE| pw116631-116632 [PATCH] [2/2] net/ice: check illegal packets
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Thu Sep 22 09:46:56 CEST 2022
Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/116632
_Testing issues_
Submitter: Kevin Liu <kevinx.liu at intel.com>
Date: Thursday, September 22 2022 07:04:26
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:72b452c5f2599f970f47fd17d3e8e5d60bfebe7a
116631-116632 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 18.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 32 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 33 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL 7 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 34 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 31 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 34 clang | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Fedora 34 clang (dpdk_meson_compile): ====
[1638/3351] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e at sta/net_i40e_i40e_rxtx_vec_avx2.c.o'.
[1639/3351] Linking static target drivers/libtmp_rte_net_i40e.a.
[1640/3351] Generating rte_net_i40e.pmd.c with a custom command.
[1641/3351] Compiling C object 'drivers/a715181@@rte_net_i40e at sta/meson-generated_.._rte_net_i40e.pmd.c.o'.
[1642/3351] Compiling C object 'drivers/a715181@@rte_net_i40e at sha/meson-generated_.._rte_net_i40e.pmd.c.o'.
[1643/3351] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf at sta/net_iavf_iavf_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_iavf at sta/net_iavf_iavf_rxtx.c.o
clang -Idrivers/a715181@@tmp_rte_net_iavf at sta -Idrivers -I../drivers -Idrivers/net/iavf -I../drivers/net/iavf -Idrivers/net/iavf/../../common/iavf -I../drivers/net/iavf/../../common/iavf -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/telemetry/../metrics -I../lib/telemetry/../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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/common/iavf -I../drivers/common/iavf -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Xclang -fcolor-diagnostics -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-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-strict-aliasing -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.iavf -MD -MQ 'drivers/a715181@@tmp_rte_net_iavf at sta/net_iavf_iavf_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_iavf at sta/net_iavf_iavf_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_iavf at sta/net_iavf_iavf_rxtx.c.o' -c ../drivers/net/iavf/iavf_rxtx.c
../drivers/net/iavf/iavf_rxtx.c:2898:56: error: format specifies type 'unsigned short' but the argument has type 'uint32_t' (aka 'unsigned int') [-Werror,-Wformat]
PMD_DRV_LOG(ERR, "INVALID mbuf: bad pkt_len=[%hu]", m->pkt_len);
~~~ ^~~~~~~~~~
%u
../drivers/net/iavf/iavf_log.h:20:38: note: expanded from macro 'PMD_DRV_LOG'
PMD_DRV_LOG_RAW(level, fmt "\n", ## args)
~~~ ^~~~
../drivers/net/iavf/iavf_log.h:17:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
__func__, ## args)
^~~~
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
Ubuntu 18.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0-3ubuntu1~18.04
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Fedora 32
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 10.2.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 33
Kernel: 5.4.0-72-generic
Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)
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)
Fedora 34
Kernel: 5.4.0-72-generic
Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)
Fedora 31
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.1
Fedora 34 clang
Kernel: 5.4.0-72-generic
Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/23583/
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