Test-Label: iol-x86_64-unit-testing Test-Status: FAILURE http://dpdk.org/patch/98974 _Testing issues_ Submitter: Peng, ZhihongX Date: Thursday, September 16 2021 01:38:43 DPDK git baseline: Repo:dpdk Branch: master CommitID:dfb1ad1e7a070926c9bd9fdf38e6b944a21f1d49 98974 --> testing fail Test environment and result as below: +------------------+----------------+ | Environment | dpdk_unit_test | +==================+================+ | Ubuntu 18.04 | PASS | +------------------+----------------+ | Arch Linux | FAIL | +------------------+----------------+ | CentOS 8 | PASS | +------------------+----------------+ | CentOS Stream 8 | PASS | +------------------+----------------+ | Fedora 31 | PASS | +------------------+----------------+ | Fedora 32 | FAIL | +------------------+----------------+ | RHEL 7 | PASS | +------------------+----------------+ | RHEL8 | PASS | +------------------+----------------+ | Ubuntu 20.04 | PASS | +------------------+----------------+ | Fedora 34 | FAIL | +------------------+----------------+ | Fedora 33 | FAIL | +------------------+----------------+ | openSUSE Leap 15 | PASS | +------------------+----------------+ | Fedora 34 clang | PASS | +------------------+----------------+ ==== 20 line log output for Fedora 33 (dpdk_unit_test): ==== [2664/2904] Compiling C object app/test/dpdk-test.p/test_asan_heap_buffer_overflow.c.o FAILED: app/test/dpdk-test.p/test_asan_heap_buffer_overflow.c.o ccache cc -Iapp/test/dpdk-test.p -Iapp/test -I../app/test -Ilib/acl -I../lib/acl -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/bitratestats -I../lib/bitratestats -Ilib/ethdev -I../lib/ethdev -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 -Ilib/bpf -I../lib/bpf -Ilib/cfgfile -I../lib/cfgfile -Ilib/cmdline -I../lib/cmdline -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/distributor -I../lib/distributor -Ilib/efd -I../lib/efd -Ilib/hash -I../lib/hash -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/fib -I../lib/fib -Ilib/rib -I../lib/rib -Ilib/flow_classify -I../lib/flow_classify -Ilib/table -I../lib/table -Ilib/port -I../lib/port -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/kni -I../lib/kni -Ilib/lpm -I../lib/lpm -Ilib/graph -I../lib/graph -Ilib/ipsec -I../lib/ipsec -Ilib/security -I../lib/security -Ilib/latencystats -I../lib/latencystats -Ilib/member -I../lib/member -Ilib/node -I../lib/node -Ilib/pipeline -I../lib/pipeline -Ilib/rawdev -I../lib/rawdev -Ilib/reorder -I../lib/reorder -Ilib/stack -I../lib/stack -Idrivers/mempool/ring -I../drivers/mempool/ring -Idrivers/mempool/stack -I../drivers/mempool/stack -Idrivers/event/skeleton -I../drivers/event/skeleton -Idrivers/net/bonding -I../drivers/net/bonding -Idrivers/net/ring -I../drivers/net/ring -Ilib/power -I../lib/power -Ilib/pdump -I../lib/pdump -Ilib/compressdev -I../lib/compressdev -Idrivers/crypto/scheduler -I../drivers/crypto/scheduler -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O3 -include rte_config.h -Wextra -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 -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -DALLOW_EXPERIMENTAL_API -Wno-format-truncation -fno-strict-aliasing -DALLOW_INTERNAL_API -MD -MQ app/test/dpdk-test.p/test_asan_heap_buffer_overflow.c.o -MF app/test/dpdk-test.p/test_asan_heap_buffer_overflow.c.o.d -o app/test/dpdk-test.p/test_asan_heap_buffer_overflow.c.o -c ../app/test/test_asan_heap_buffer_overflow.c ../app/test/test_asan_heap_buffer_overflow.c: In function ‘asan_heap_buffer_overflow’: ../app/test/test_asan_heap_buffer_overflow.c:27:7: error: writing 1 byte into a region of size 0 [-Werror=stringop-overflow=] 27 | p[9] = 'a'; | ~~~~~^~~~~ ../app/test/test_asan_heap_buffer_overflow.c:22:12: note: at offset 9 to an object with size 9 allocated by ‘rte_zmalloc’ here 22 | char *p = rte_zmalloc(NULL, malloc_size, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors [2665/2904] Compiling C object app/test/dpdk-test.p/test_memzone.c.o [2666/2904] Generating eal.sym_chk with a meson_exe.py custom command [2667/2904] Compiling C object app/test/dpdk-test.p/test_asan_use_after_free.c.o [2668/2904] Linking target app/dpdk-test-regex [2669/2904] Linking target app/dpdk-test-sad [2670/2904] Linking target app/dpdk-testpmd [2671/2904] Generating rte_common_sfc_efx.sym_chk with a meson_exe.py custom command [2672/2904] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command ninja: build stopped: subcommand failed. ==== End log output ==== Ubuntu 18.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0-3ubuntu1~18.04 Arch Linux Kernel: 5.4.0-73-generic Compiler: gcc 11.1.0 CentOS 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5) CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 Fedora 31 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.1 Fedora 32 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 10.2.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) 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 Fedora 34 Kernel: 5.4.0-72-generic Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1) Fedora 33 Kernel: 5.4.0-72-generic Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1) openSUSE Leap 15 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 7.5.0 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/18787/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/