https://bugs.dpdk.org/show_bug.cgi?id=1021
Bug ID: 1021 Summary: [dpdk-22.07][meson test] extra-tests/cycles_autotest & delay_us_sleep_autotest show Invalid DPDK_TEST value Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: meson Assignee: dev@dpdk.org Reporter: yux.ji...@intel.com Target Milestone: --- Environment DPDK version: Use make showversion or for a non-released version: git remote -v && git show-ref --heads dpdk-22.07-rc0:60018ef app/acl: support different formats for IPv6 address 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 cycles_autotest -t 0.01 meson test -C x86_64-native-linuxapp-gcc delay_us_sleep_autotest -t 0.01 Show the output from the previous commands. cycles_autotest: 1/1 DPDK:extra-tests / cycles_autotest TIMEOUT 6.01s killed by signal 15 SIGTERM 04:49:55 DPDK_TEST=cycles_autotest MALLOC_PERTURB_=242 /root/dpdk/x86_64-native-linuxapp-gcc/app/test/dpdk-test ----------------------------------- output ----------------------------------- stdout: RTE>> stderr: EAL: Detected CPU lcores: 8 EAL: Detected NUMA nodes: 1 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 EAL: VFIO support initialized APP: HPET is not enabled, using TSC as default timer APP: Invalid DPDK_TEST value 'cycles_autotest' ------------------------------------------------------------------------------ delay_us_sleep_autotest: 1/1 DPDK:extra-tests / delay_us_sleep_autotest TIMEOUT 6.01s killed by signal 15 SIGTERM 04:52:49 MALLOC_PERTURB_=230 DPDK_TEST=delay_us_sleep_autotest /root/dpdk/x86_64-native-linuxapp-gcc/app/test/dpdk-test ----------------------------------- output ----------------------------------- stdout: RTE>> stderr: EAL: Detected CPU lcores: 8 EAL: Detected NUMA nodes: 1 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 EAL: VFIO support initialized APP: HPET is not enabled, using TSC as default timer APP: Invalid DPDK_TEST value 'delay_us_sleep_autotest' ------------------------------------------------------------------------------ Summary of Failures:1/1 DPDK:extra-tests / delay_us_sleep_autotest TIMEOUT 6.01s killed by signal 15 SIGTERM Expected Result: Test OK Regression Is this issue a regression: (Y/N) N First run it by using "meson test" -- You are receiving this mail because: You are the assignee for the bug.