From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C881FA050F; Wed, 27 Apr 2022 08:01:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B941F41141; Wed, 27 Apr 2022 08:01:24 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id BD1034113F for ; Wed, 27 Apr 2022 08:01:22 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id B4A9DA0510; Wed, 27 Apr 2022 08:01:22 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [Bug 1002] [meson test] Debug-tests/dump_* all meson test time out because commands are not registered to command list Date: Wed, 27 Apr 2022 06:01:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: meson X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: weiyuanx.li@intel.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org https://bugs.dpdk.org/show_bug.cgi?id=3D1002 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.li@intel.com Target Milestone: --- [Environment] DPDK version: Use make show version or for a non-released version: git remo= te -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=3Dgcc meson -Denable_kmods=3DTrue -Dlibdir=3Dlib --default-library=3Dst= atic 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 ki= lled by signal 15 SIGTERM >>> MALLOC_PERTURB_=3D155 DPDK_TEST=3Ddump_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_=3D155 DPDK_TEST=3Ddump_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 --=20 You are receiving this mail because: You are the assignee for the bug.=