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 9A52D467A1 for ; Tue, 20 May 2025 20:35:01 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 976D740DCE; Tue, 20 May 2025 20:35:01 +0200 (CEST) Received: from dmx.alabs.net (dmx.alabs.net [52.211.35.88]) by mails.dpdk.org (Postfix) with ESMTP id 02C704064C for ; Tue, 20 May 2025 20:34:52 +0200 (CEST) Received: from ec2-52-49-224-164.eu-west-1.compute.amazonaws.com (unknown [10.122.5.122]) by dmx.alabs.net (Postfix) with ESMTP id 46EB2847471 for ; Tue, 20 May 2025 21:34:45 +0300 (IDT) DKIM-Filter: OpenDKIM Filter v2.11.0 dmx.alabs.net 46EB2847471 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alabs.net; s=alabs; t=1747766085; bh=52P9zZ+fcQF8k9/3DtPhVVv0k2L3ut2goeOCidbfXqw=; h=Date:From:To:Subject:List-ID:From; b=OVgGn6U72kn35xnQI0/0dXGUxDMcgEdstKz/gEnm0OO1XbE1KaFuGmNoaVauf+Szt DEwJd6i8iifujt6y6I4p1/ne0nGkLgwiLKZ+ze4BoF7LdeoOFDU6oiL7B8oQOcGUcz GNZJd9e4gBF2kcbQEduaEeMxgpcBD1bzU921a86U= Received: from ip-10-159-234-77.eu-west-1.compute.internal (swci-jnk-k2apps.alabs.net [10.159.234.77]) by ec2-52-49-224-164.eu-west-1.compute.amazonaws.com (Postfix) with ESMTP id 4148412B186 for ; Tue, 20 May 2025 21:34:45 +0300 (IDT) Date: Tue, 20 May 2025 21:34:45 +0300 (IDT) From: al-sw-devops@alabs.net To: test-report@dpdk.org Message-ID: <732275305.17909.1747766085274@ip-10-159-234-77.eu-west-1.compute.internal> Subject: |FAIL| pw153538-153544 rework EAL argument parsing in DPDK MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_17908_2146143622.1747766085270" X-Jenkins-Job: Community-Fast-tests X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org ------=_Part_17908_2146143622.1747766085270 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Test-Name: DPDK Fast test suite Test-Label: aws-unit-testing Test-Status: FAIL _Unit Testing FAIL_ http://dpdk.org/patch/153544 Test Status Summary: +--------------+------------------+ | Architecture | DPDK Unit Test | +--------------+------------------+ | x86_64 | FAIL | +--------------+------------------+ | arm64 | FAIL | +--------------+------------------+ Test environment (aarch64): Apply error encountered OS : Ubuntu 24.04.1 LTS Kernel : 6.8.0-1024-aws NIC : Elastic Network Adapter GCC : 13.3.0-6ubuntu2~24.04 Test last 100 lines (aarch64) ../lib/eal/common/eal_common_options.c:91:42: error: =E2=80=98OPT_MAIN_LCOR= E_NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98O= PT_MAIN_LCORE=E2=80=99? 91 | {OPT_MAIN_LCORE, 1, NULL, OPT_MAIN_LCORE_NUM }= , | ^~~~~~~~~~~~~~~~~~ | OPT_MAIN_LCORE ../lib/eal/common/eal_common_options.c:92:43: error: =E2=80=98OPT_MBUF_POOL= _OPS_NAME_NUM=E2=80=99 undeclared here (not in a function); did you mean = =E2=80=98OPT_MBUF_POOL_OPS_NAME=E2=80=99? 92 | {OPT_MBUF_POOL_OPS_NAME, 1, NULL, OPT_MBUF_POOL_OPS_NAME_NU= M}, | ^~~~~~~~~~~~~~~~~~~~~~~~~= ~ | OPT_MBUF_POOL_OPS_NAME ../lib/eal/common/eal_common_options.c:93:42: error: =E2=80=98OPT_NO_HPET_N= UM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98OPT_= NO_HPET=E2=80=99? 93 | {OPT_NO_HPET, 0, NULL, OPT_NO_HPET_NUM }= , | ^~~~~~~~~~~~~~~ | OPT_NO_HPET ../lib/eal/common/eal_common_options.c:94:42: error: =E2=80=98OPT_NO_HUGE_N= UM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98OPT_= NO_HUGE=E2=80=99? 94 | {OPT_NO_HUGE, 0, NULL, OPT_NO_HUGE_NUM }= , | ^~~~~~~~~~~~~~~ | OPT_NO_HUGE ../lib/eal/common/eal_common_options.c:95:42: error: =E2=80=98OPT_NO_PCI_NU= M=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98OPT_N= O_PCI=E2=80=99? 95 | {OPT_NO_PCI, 0, NULL, OPT_NO_PCI_NUM }= , | ^~~~~~~~~~~~~~ | OPT_NO_PCI ../lib/eal/common/eal_common_options.c:96:42: error: =E2=80=98OPT_NO_SHCONF= _NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98OP= T_NO_SHCONF=E2=80=99? 96 | {OPT_NO_SHCONF, 0, NULL, OPT_NO_SHCONF_NUM }= , | ^~~~~~~~~~~~~~~~~ | OPT_NO_SHCONF ../lib/eal/common/eal_common_options.c:97:42: error: =E2=80=98OPT_IN_MEMORY= _NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98OP= T_IN_MEMORY=E2=80=99? 97 | {OPT_IN_MEMORY, 0, NULL, OPT_IN_MEMORY_NUM }= , | ^~~~~~~~~~~~~~~~~ | OPT_IN_MEMORY ../lib/eal/common/eal_common_options.c:100:42: error: =E2=80=98OPT_PROC_TYP= E_NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98O= PT_PROC_TYPE=E2=80=99? 100 | {OPT_PROC_TYPE, 1, NULL, OPT_PROC_TYPE_NUM }= , | ^~~~~~~~~~~~~~~~~ | OPT_PROC_TYPE ../lib/eal/common/eal_common_options.c:101:42: error: =E2=80=98OPT_SOCKET_M= EM_NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98= OPT_SOCKET_MEM=E2=80=99? 101 | {OPT_SOCKET_MEM, 1, NULL, OPT_SOCKET_MEM_NUM }= , | ^~~~~~~~~~~~~~~~~~ | OPT_SOCKET_MEM ../lib/eal/common/eal_common_options.c:102:42: error: =E2=80=98OPT_SOCKET_L= IMIT_NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80= =98OPT_SOCKET_LIMIT=E2=80=99? 102 | {OPT_SOCKET_LIMIT, 1, NULL, OPT_SOCKET_LIMIT_NUM }= , | ^~~~~~~~~~~~~~~~~~~~ | OPT_SOCKET_LIMIT ../lib/eal/common/eal_common_options.c:104:42: error: =E2=80=98OPT_SYSLOG_N= UM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98OPT_= SYSLOG=E2=80=99? 104 | {OPT_SYSLOG, 2, NULL, OPT_SYSLOG_NUM }= , | ^~~~~~~~~~~~~~ | OPT_SYSLOG ../lib/eal/common/eal_common_options.c:106:42: error: =E2=80=98OPT_VDEV_NUM= =E2=80=99 undeclared here (not in a function); did you mean =E2=80=98OPT_HE= LP_NUM=E2=80=99? 106 | {OPT_VDEV, 1, NULL, OPT_VDEV_NUM }= , | ^~~~~~~~~~~~ | OPT_HELP_NUM ../lib/eal/common/eal_common_options.c:107:42: error: =E2=80=98OPT_VFIO_INT= R_NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98O= PT_VFIO_INTR=E2=80=99? 107 | {OPT_VFIO_INTR, 1, NULL, OPT_VFIO_INTR_NUM }= , | ^~~~~~~~~~~~~~~~~ | OPT_VFIO_INTR ../lib/eal/common/eal_common_options.c:108:42: error: =E2=80=98OPT_VFIO_VF_= TOKEN_NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80= =98OPT_VFIO_VF_TOKEN=E2=80=99? 108 | {OPT_VFIO_VF_TOKEN, 1, NULL, OPT_VFIO_VF_TOKEN_NUM }= , | ^~~~~~~~~~~~~~~~~~~~~ | OPT_VFIO_VF_TOKEN ../lib/eal/common/eal_common_options.c:109:42: error: =E2=80=98OPT_VMWARE_T= SC_MAP_NUM=E2=80=99 undeclared here (not in a function); did you mean =E2= =80=98OPT_VMWARE_TSC_MAP=E2=80=99? 109 | {OPT_VMWARE_TSC_MAP, 0, NULL, OPT_VMWARE_TSC_MAP_NUM }= , | ^~~~~~~~~~~~~~~~~~~~~~ | OPT_VMWARE_TSC_MAP ../lib/eal/common/eal_common_options.c:110:42: error: =E2=80=98OPT_LEGACY_M= EM_NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98= OPT_LEGACY_MEM=E2=80=99? 110 | {OPT_LEGACY_MEM, 0, NULL, OPT_LEGACY_MEM_NUM }= , | ^~~~~~~~~~~~~~~~~~ | OPT_LEGACY_MEM ../lib/eal/common/eal_common_options.c:111:45: error: =E2=80=98OPT_SINGLE_F= ILE_SEGMENTS_NUM=E2=80=99 undeclared here (not in a function); did you mean= =E2=80=98OPT_SINGLE_FILE_SEGMENTS=E2=80=99? 111 | {OPT_SINGLE_FILE_SEGMENTS, 0, NULL, OPT_SINGLE_FILE_SEGMENT= S_NUM}, | ^~~~~~~~~~~~~~~~~~~~~~~= ~~~~~ | OPT_SINGLE_FILE_SEGMENT= S ../lib/eal/common/eal_common_options.c:112:42: error: =E2=80=98OPT_MATCH_AL= LOCATIONS_NUM=E2=80=99 undeclared here (not in a function); did you mean = =E2=80=98OPT_MATCH_ALLOCATIONS=E2=80=99? 112 | {OPT_MATCH_ALLOCATIONS, 0, NULL, OPT_MATCH_ALLOCATIONS_NUM}= , | ^~~~~~~~~~~~~~~~~~~~~~~~~ | OPT_MATCH_ALLOCATIONS ../lib/eal/common/eal_common_options.c:113:42: error: =E2=80=98OPT_TELEMETR= Y_NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98O= PT_TELEMETRY=E2=80=99? 113 | {OPT_TELEMETRY, 0, NULL, OPT_TELEMETRY_NUM }= , | ^~~~~~~~~~~~~~~~~ | OPT_TELEMETRY ../lib/eal/common/eal_common_options.c:114:42: error: =E2=80=98OPT_NO_TELEM= ETRY_NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80= =98OPT_NO_TELEMETRY=E2=80=99? 114 | {OPT_NO_TELEMETRY, 0, NULL, OPT_NO_TELEMETRY_NUM }= , | ^~~~~~~~~~~~~~~~~~~~ | OPT_NO_TELEMETRY ../lib/eal/common/eal_common_options.c:115:48: error: =E2=80=98OPT_FORCE_MA= X_SIMD_BITWIDTH_NUM=E2=80=99 undeclared here (not in a function); did you m= ean =E2=80=98OPT_FORCE_MAX_SIMD_BITWIDTH=E2=80=99? 115 | {OPT_FORCE_MAX_SIMD_BITWIDTH, 1, NULL, OPT_FORCE_MAX_SIMD_B= ITWIDTH_NUM}, | ^~~~~~~~~~~~~~~~~~~~= ~~~~~~~~~~~ | OPT_FORCE_MAX_SIMD_B= ITWIDTH ../lib/eal/common/eal_common_options.c:116:42: error: =E2=80=98OPT_HUGE_WOR= KER_STACK_NUM=E2=80=99 undeclared here (not in a function); did you mean = =E2=80=98OPT_HUGE_WORKER_STACK=E2=80=99? 116 | {OPT_HUGE_WORKER_STACK, 2, NULL, OPT_HUGE_WORKER_STACK_NUM = }, | ^~~~~~~~~~~~~~~~~~~~~~~~~ | OPT_HUGE_WORKER_STACK ../lib/eal/common/eal_common_options.c:117:42: error: =E2=80=98OPT_VERSION_= NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98RTE= _VERSION_NUM=E2=80=99? 117 | {OPT_VERSION, 0, NULL, OPT_VERSION_NUM }, | ^~~~~~~~~~~~~~~ | RTE_VERSION_NUM [39/2526] Compiling C object lib/librte_telemetry.a.p/telemetry_telemetry.c= .o ninja: build stopped: subcommand failed. Could not rebuild /root/dpdk-ci/tools/dpdk/build Test build failed. FAILURE Test environment (x86_64): Apply error encountered OS : Ubuntu 24.04.1 LTS Kernel : 6.8.0-1024-aws NIC : Elastic Network Adapter GCC : 13.3.0-6ubuntu2~24.04 Test last 100 lines (x86_64) ../lib/eal/common/eal_common_options.c:91:42: error: =E2=80=98OPT_MAIN_LCOR= E_NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98O= PT_MAIN_LCORE=E2=80=99? 91 | {OPT_MAIN_LCORE, 1, NULL, OPT_MAIN_LCORE_NUM }= , | ^~~~~~~~~~~~~~~~~~ | OPT_MAIN_LCORE ../lib/eal/common/eal_common_options.c:92:43: error: =E2=80=98OPT_MBUF_POOL= _OPS_NAME_NUM=E2=80=99 undeclared here (not in a function); did you mean = =E2=80=98OPT_MBUF_POOL_OPS_NAME=E2=80=99? 92 | {OPT_MBUF_POOL_OPS_NAME, 1, NULL, OPT_MBUF_POOL_OPS_NAME_NU= M}, | ^~~~~~~~~~~~~~~~~~~~~~~~~= ~ | OPT_MBUF_POOL_OPS_NAME ../lib/eal/common/eal_common_options.c:93:42: error: =E2=80=98OPT_NO_HPET_N= UM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98OPT_= NO_HPET=E2=80=99? 93 | {OPT_NO_HPET, 0, NULL, OPT_NO_HPET_NUM }= , | ^~~~~~~~~~~~~~~ | OPT_NO_HPET ../lib/eal/common/eal_common_options.c:94:42: error: =E2=80=98OPT_NO_HUGE_N= UM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98OPT_= NO_HUGE=E2=80=99? 94 | {OPT_NO_HUGE, 0, NULL, OPT_NO_HUGE_NUM }= , | ^~~~~~~~~~~~~~~ | OPT_NO_HUGE ../lib/eal/common/eal_common_options.c:95:42: error: =E2=80=98OPT_NO_PCI_NU= M=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98OPT_N= O_PCI=E2=80=99? 95 | {OPT_NO_PCI, 0, NULL, OPT_NO_PCI_NUM }= , | ^~~~~~~~~~~~~~ | OPT_NO_PCI ../lib/eal/common/eal_common_options.c:96:42: error: =E2=80=98OPT_NO_SHCONF= _NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98OP= T_NO_SHCONF=E2=80=99? 96 | {OPT_NO_SHCONF, 0, NULL, OPT_NO_SHCONF_NUM }= , | ^~~~~~~~~~~~~~~~~ | OPT_NO_SHCONF ../lib/eal/common/eal_common_options.c:97:42: error: =E2=80=98OPT_IN_MEMORY= _NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98OP= T_IN_MEMORY=E2=80=99? 97 | {OPT_IN_MEMORY, 0, NULL, OPT_IN_MEMORY_NUM }= , | ^~~~~~~~~~~~~~~~~ | OPT_IN_MEMORY ../lib/eal/common/eal_common_options.c:100:42: error: =E2=80=98OPT_PROC_TYP= E_NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98O= PT_PROC_TYPE=E2=80=99? 100 | {OPT_PROC_TYPE, 1, NULL, OPT_PROC_TYPE_NUM }= , | ^~~~~~~~~~~~~~~~~ | OPT_PROC_TYPE ../lib/eal/common/eal_common_options.c:101:42: error: =E2=80=98OPT_SOCKET_M= EM_NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98= OPT_SOCKET_MEM=E2=80=99? 101 | {OPT_SOCKET_MEM, 1, NULL, OPT_SOCKET_MEM_NUM }= , | ^~~~~~~~~~~~~~~~~~ | OPT_SOCKET_MEM ../lib/eal/common/eal_common_options.c:102:42: error: =E2=80=98OPT_SOCKET_L= IMIT_NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80= =98OPT_SOCKET_LIMIT=E2=80=99? 102 | {OPT_SOCKET_LIMIT, 1, NULL, OPT_SOCKET_LIMIT_NUM }= , | ^~~~~~~~~~~~~~~~~~~~ | OPT_SOCKET_LIMIT ../lib/eal/common/eal_common_options.c:104:42: error: =E2=80=98OPT_SYSLOG_N= UM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98OPT_= SYSLOG=E2=80=99? 104 | {OPT_SYSLOG, 2, NULL, OPT_SYSLOG_NUM }= , | ^~~~~~~~~~~~~~ | OPT_SYSLOG ../lib/eal/common/eal_common_options.c:106:42: error: =E2=80=98OPT_VDEV_NUM= =E2=80=99 undeclared here (not in a function); did you mean =E2=80=98OPT_HE= LP_NUM=E2=80=99? 106 | {OPT_VDEV, 1, NULL, OPT_VDEV_NUM }= , | ^~~~~~~~~~~~ | OPT_HELP_NUM ../lib/eal/common/eal_common_options.c:107:42: error: =E2=80=98OPT_VFIO_INT= R_NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98O= PT_VFIO_INTR=E2=80=99? 107 | {OPT_VFIO_INTR, 1, NULL, OPT_VFIO_INTR_NUM }= , | ^~~~~~~~~~~~~~~~~ | OPT_VFIO_INTR ../lib/eal/common/eal_common_options.c:108:42: error: =E2=80=98OPT_VFIO_VF_= TOKEN_NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80= =98OPT_VFIO_VF_TOKEN=E2=80=99? 108 | {OPT_VFIO_VF_TOKEN, 1, NULL, OPT_VFIO_VF_TOKEN_NUM }= , | ^~~~~~~~~~~~~~~~~~~~~ | OPT_VFIO_VF_TOKEN ../lib/eal/common/eal_common_options.c:109:42: error: =E2=80=98OPT_VMWARE_T= SC_MAP_NUM=E2=80=99 undeclared here (not in a function); did you mean =E2= =80=98OPT_VMWARE_TSC_MAP=E2=80=99? 109 | {OPT_VMWARE_TSC_MAP, 0, NULL, OPT_VMWARE_TSC_MAP_NUM }= , | ^~~~~~~~~~~~~~~~~~~~~~ | OPT_VMWARE_TSC_MAP ../lib/eal/common/eal_common_options.c:110:42: error: =E2=80=98OPT_LEGACY_M= EM_NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98= OPT_LEGACY_MEM=E2=80=99? 110 | {OPT_LEGACY_MEM, 0, NULL, OPT_LEGACY_MEM_NUM }= , | ^~~~~~~~~~~~~~~~~~ | OPT_LEGACY_MEM ../lib/eal/common/eal_common_options.c:111:45: error: =E2=80=98OPT_SINGLE_F= ILE_SEGMENTS_NUM=E2=80=99 undeclared here (not in a function); did you mean= =E2=80=98OPT_SINGLE_FILE_SEGMENTS=E2=80=99? 111 | {OPT_SINGLE_FILE_SEGMENTS, 0, NULL, OPT_SINGLE_FILE_SEGMENT= S_NUM}, | ^~~~~~~~~~~~~~~~~~~~~~~= ~~~~~ | OPT_SINGLE_FILE_SEGMENT= S ../lib/eal/common/eal_common_options.c:112:42: error: =E2=80=98OPT_MATCH_AL= LOCATIONS_NUM=E2=80=99 undeclared here (not in a function); did you mean = =E2=80=98OPT_MATCH_ALLOCATIONS=E2=80=99? 112 | {OPT_MATCH_ALLOCATIONS, 0, NULL, OPT_MATCH_ALLOCATIONS_NUM}= , | ^~~~~~~~~~~~~~~~~~~~~~~~~ | OPT_MATCH_ALLOCATIONS ../lib/eal/common/eal_common_options.c:113:42: error: =E2=80=98OPT_TELEMETR= Y_NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98O= PT_TELEMETRY=E2=80=99? 113 | {OPT_TELEMETRY, 0, NULL, OPT_TELEMETRY_NUM }= , | ^~~~~~~~~~~~~~~~~ | OPT_TELEMETRY ../lib/eal/common/eal_common_options.c:114:42: error: =E2=80=98OPT_NO_TELEM= ETRY_NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80= =98OPT_NO_TELEMETRY=E2=80=99? 114 | {OPT_NO_TELEMETRY, 0, NULL, OPT_NO_TELEMETRY_NUM }= , | ^~~~~~~~~~~~~~~~~~~~ | OPT_NO_TELEMETRY ../lib/eal/common/eal_common_options.c:115:48: error: =E2=80=98OPT_FORCE_MA= X_SIMD_BITWIDTH_NUM=E2=80=99 undeclared here (not in a function); did you m= ean =E2=80=98OPT_FORCE_MAX_SIMD_BITWIDTH=E2=80=99? 115 | {OPT_FORCE_MAX_SIMD_BITWIDTH, 1, NULL, OPT_FORCE_MAX_SIMD_B= ITWIDTH_NUM}, | ^~~~~~~~~~~~~~~~~~~~= ~~~~~~~~~~~ | OPT_FORCE_MAX_SIMD_B= ITWIDTH ../lib/eal/common/eal_common_options.c:116:42: error: =E2=80=98OPT_HUGE_WOR= KER_STACK_NUM=E2=80=99 undeclared here (not in a function); did you mean = =E2=80=98OPT_HUGE_WORKER_STACK=E2=80=99? 116 | {OPT_HUGE_WORKER_STACK, 2, NULL, OPT_HUGE_WORKER_STACK_NUM = }, | ^~~~~~~~~~~~~~~~~~~~~~~~~ | OPT_HUGE_WORKER_STACK ../lib/eal/common/eal_common_options.c:117:42: error: =E2=80=98OPT_VERSION_= NUM=E2=80=99 undeclared here (not in a function); did you mean =E2=80=98RTE= _VERSION_NUM=E2=80=99? 117 | {OPT_VERSION, 0, NULL, OPT_VERSION_NUM }, | ^~~~~~~~~~~~~~~ | RTE_VERSION_NUM [44/2299] Compiling C object lib/librte_eal.a.p/eal_common_rte_service.c.o ninja: build stopped: subcommand failed. Could not rebuild /root/dpdk-ci/tools/dpdk/build Test build failed. FAILURE ------=_Part_17908_2146143622.1747766085270--