https://bugs.dpdk.org/show_bug.cgi?id=1002
Bug ID: 1002 Summary: [meson test] Debug-tests/dump_* all meson test time out because commands are not registered to command list Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: meson Assignee: dev@dpdk.org Reporter: weiyuanx...@intel.com Target Milestone: --- [Environment] DPDK version: Use make show version or for a non-released version: git remote -v && git show-ref --heads 22.07.0-rc0 55ae8965bf8eecd5ebec36663bb0f36018abf64b OS: Red Hat Enterprise Linux 8.4 (Ootpa)/4.18.0-305.19.1.el8_4.x86_64 Compiler: gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-4) Hardware platform: Intel(R) Xeon(R) Gold 6252N CPU @ 2.30GHz [Test Setup] Steps to reproduce List the steps to reproduce the issue. 1. Use the following command to build DPDK: CC=gcc meson -Denable_kmods=True -Dlibdir=lib --default-library=static x86_64-native-linuxapp-gcc/ ninja -C x86_64-native-linuxapp-gcc/ 2. Execute the following command in the dpdk directory. meson test -C x86_64-native-linuxapp-gcc dump_struct_sizes [show the output] root@localhost dpdk]# meson test -C x86_64-native-linuxapp-gcc dump_struct_sizes ninja: Entering directory `/root/dpdk/x86_64-native-linuxapp-gcc' ninja: no work to do. 1/1 DPDK:debug-tests / dump_struct_sizes TIMEOUT 600.02s killed by signal 15 SIGTERM >>> MALLOC_PERTURB_=155 DPDK_TEST=dump_struct_sizes >>> /root/dpdk/x86_64-native-linuxapp-gcc/app/test/dpdk-test Ok: 0 Expected Fail: 0 Fail: 0 Unexpected Pass: 0 Skipped: 0 Timeout: 1 Full log written to /root/dpdk/x86_64-native-linuxapp-gcc/meson-logs/testlog.txt show log from the testlog.txt. 1/1 DPDK:debug-tests / dump_struct_sizes TIMEOUT 600.02s killed by signal 15 SIGTERM 05:28:14 MALLOC_PERTURB_=155 DPDK_TEST=dump_struct_sizes /root/dpdk/x86_64-native-linuxapp-gcc/app/test/dpdk-test ----------------------------------- output ----------------------------------- stdout: RTE>> stderr: EAL: Detected CPU lcores: 96 EAL: Detected NUMA nodes: 2 EAL: Detected static linkage of DPDK EAL: Multi-process socket /var/run/dpdk/rte/mp_socket EAL: Selected IOVA mode 'VA' EAL: 1024 hugepages of size 2097152 reserved, but no mounted hugetlbfs found for that size APP: HPET is not enabled, using TSC as default timer APP: Invalid DPDK_TEST value 'dump_struct_sizes' ------------------------------------------------------------------------------ [Expected Result] Test ok. [Affected Test cases] DPDK:debug-tests / dump_struct_sizes DPDK:debug-tests / dump_mempool DPDK:debug-tests / dump_malloc_stats DPDK:debug-tests / dump_devargs DPDK:debug-tests / dump_log_types DPDK:debug-tests / dump_ring DPDK:debug-tests / dump_physmem DPDK:debug-tests / dump_memzone -- You are receiving this mail because: You are the assignee for the bug.