* |FAIL| pw153538-153544 rework EAL argument parsing in DPDK
@ 2025-05-20 18:34 al-sw-devops
0 siblings, 0 replies; only message in thread
From: al-sw-devops @ 2025-05-20 18:34 UTC (permalink / raw)
To: test-report
[-- Attachment #1: Type: text/plain, Size: 18299 bytes --]
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: ‘OPT_MAIN_LCORE_NUM’ undeclared here (not in a function); did you mean ‘OPT_MAIN_LCORE’?
91 | {OPT_MAIN_LCORE, 1, NULL, OPT_MAIN_LCORE_NUM },
| ^~~~~~~~~~~~~~~~~~
| OPT_MAIN_LCORE
../lib/eal/common/eal_common_options.c:92:43: error: ‘OPT_MBUF_POOL_OPS_NAME_NUM’ undeclared here (not in a function); did you mean ‘OPT_MBUF_POOL_OPS_NAME’?
92 | {OPT_MBUF_POOL_OPS_NAME, 1, NULL, OPT_MBUF_POOL_OPS_NAME_NUM},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| OPT_MBUF_POOL_OPS_NAME
../lib/eal/common/eal_common_options.c:93:42: error: ‘OPT_NO_HPET_NUM’ undeclared here (not in a function); did you mean ‘OPT_NO_HPET’?
93 | {OPT_NO_HPET, 0, NULL, OPT_NO_HPET_NUM },
| ^~~~~~~~~~~~~~~
| OPT_NO_HPET
../lib/eal/common/eal_common_options.c:94:42: error: ‘OPT_NO_HUGE_NUM’ undeclared here (not in a function); did you mean ‘OPT_NO_HUGE’?
94 | {OPT_NO_HUGE, 0, NULL, OPT_NO_HUGE_NUM },
| ^~~~~~~~~~~~~~~
| OPT_NO_HUGE
../lib/eal/common/eal_common_options.c:95:42: error: ‘OPT_NO_PCI_NUM’ undeclared here (not in a function); did you mean ‘OPT_NO_PCI’?
95 | {OPT_NO_PCI, 0, NULL, OPT_NO_PCI_NUM },
| ^~~~~~~~~~~~~~
| OPT_NO_PCI
../lib/eal/common/eal_common_options.c:96:42: error: ‘OPT_NO_SHCONF_NUM’ undeclared here (not in a function); did you mean ‘OPT_NO_SHCONF’?
96 | {OPT_NO_SHCONF, 0, NULL, OPT_NO_SHCONF_NUM },
| ^~~~~~~~~~~~~~~~~
| OPT_NO_SHCONF
../lib/eal/common/eal_common_options.c:97:42: error: ‘OPT_IN_MEMORY_NUM’ undeclared here (not in a function); did you mean ‘OPT_IN_MEMORY’?
97 | {OPT_IN_MEMORY, 0, NULL, OPT_IN_MEMORY_NUM },
| ^~~~~~~~~~~~~~~~~
| OPT_IN_MEMORY
../lib/eal/common/eal_common_options.c:100:42: error: ‘OPT_PROC_TYPE_NUM’ undeclared here (not in a function); did you mean ‘OPT_PROC_TYPE’?
100 | {OPT_PROC_TYPE, 1, NULL, OPT_PROC_TYPE_NUM },
| ^~~~~~~~~~~~~~~~~
| OPT_PROC_TYPE
../lib/eal/common/eal_common_options.c:101:42: error: ‘OPT_SOCKET_MEM_NUM’ undeclared here (not in a function); did you mean ‘OPT_SOCKET_MEM’?
101 | {OPT_SOCKET_MEM, 1, NULL, OPT_SOCKET_MEM_NUM },
| ^~~~~~~~~~~~~~~~~~
| OPT_SOCKET_MEM
../lib/eal/common/eal_common_options.c:102:42: error: ‘OPT_SOCKET_LIMIT_NUM’ undeclared here (not in a function); did you mean ‘OPT_SOCKET_LIMIT’?
102 | {OPT_SOCKET_LIMIT, 1, NULL, OPT_SOCKET_LIMIT_NUM },
| ^~~~~~~~~~~~~~~~~~~~
| OPT_SOCKET_LIMIT
../lib/eal/common/eal_common_options.c:104:42: error: ‘OPT_SYSLOG_NUM’ undeclared here (not in a function); did you mean ‘OPT_SYSLOG’?
104 | {OPT_SYSLOG, 2, NULL, OPT_SYSLOG_NUM },
| ^~~~~~~~~~~~~~
| OPT_SYSLOG
../lib/eal/common/eal_common_options.c:106:42: error: ‘OPT_VDEV_NUM’ undeclared here (not in a function); did you mean ‘OPT_HELP_NUM’?
106 | {OPT_VDEV, 1, NULL, OPT_VDEV_NUM },
| ^~~~~~~~~~~~
| OPT_HELP_NUM
../lib/eal/common/eal_common_options.c:107:42: error: ‘OPT_VFIO_INTR_NUM’ undeclared here (not in a function); did you mean ‘OPT_VFIO_INTR’?
107 | {OPT_VFIO_INTR, 1, NULL, OPT_VFIO_INTR_NUM },
| ^~~~~~~~~~~~~~~~~
| OPT_VFIO_INTR
../lib/eal/common/eal_common_options.c:108:42: error: ‘OPT_VFIO_VF_TOKEN_NUM’ undeclared here (not in a function); did you mean ‘OPT_VFIO_VF_TOKEN’?
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: ‘OPT_VMWARE_TSC_MAP_NUM’ undeclared here (not in a function); did you mean ‘OPT_VMWARE_TSC_MAP’?
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: ‘OPT_LEGACY_MEM_NUM’ undeclared here (not in a function); did you mean ‘OPT_LEGACY_MEM’?
110 | {OPT_LEGACY_MEM, 0, NULL, OPT_LEGACY_MEM_NUM },
| ^~~~~~~~~~~~~~~~~~
| OPT_LEGACY_MEM
../lib/eal/common/eal_common_options.c:111:45: error: ‘OPT_SINGLE_FILE_SEGMENTS_NUM’ undeclared here (not in a function); did you mean ‘OPT_SINGLE_FILE_SEGMENTS’?
111 | {OPT_SINGLE_FILE_SEGMENTS, 0, NULL, OPT_SINGLE_FILE_SEGMENTS_NUM},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| OPT_SINGLE_FILE_SEGMENTS
../lib/eal/common/eal_common_options.c:112:42: error: ‘OPT_MATCH_ALLOCATIONS_NUM’ undeclared here (not in a function); did you mean ‘OPT_MATCH_ALLOCATIONS’?
112 | {OPT_MATCH_ALLOCATIONS, 0, NULL, OPT_MATCH_ALLOCATIONS_NUM},
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| OPT_MATCH_ALLOCATIONS
../lib/eal/common/eal_common_options.c:113:42: error: ‘OPT_TELEMETRY_NUM’ undeclared here (not in a function); did you mean ‘OPT_TELEMETRY’?
113 | {OPT_TELEMETRY, 0, NULL, OPT_TELEMETRY_NUM },
| ^~~~~~~~~~~~~~~~~
| OPT_TELEMETRY
../lib/eal/common/eal_common_options.c:114:42: error: ‘OPT_NO_TELEMETRY_NUM’ undeclared here (not in a function); did you mean ‘OPT_NO_TELEMETRY’?
114 | {OPT_NO_TELEMETRY, 0, NULL, OPT_NO_TELEMETRY_NUM },
| ^~~~~~~~~~~~~~~~~~~~
| OPT_NO_TELEMETRY
../lib/eal/common/eal_common_options.c:115:48: error: ‘OPT_FORCE_MAX_SIMD_BITWIDTH_NUM’ undeclared here (not in a function); did you mean ‘OPT_FORCE_MAX_SIMD_BITWIDTH’?
115 | {OPT_FORCE_MAX_SIMD_BITWIDTH, 1, NULL, OPT_FORCE_MAX_SIMD_BITWIDTH_NUM},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| OPT_FORCE_MAX_SIMD_BITWIDTH
../lib/eal/common/eal_common_options.c:116:42: error: ‘OPT_HUGE_WORKER_STACK_NUM’ undeclared here (not in a function); did you mean ‘OPT_HUGE_WORKER_STACK’?
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: ‘OPT_VERSION_NUM’ undeclared here (not in a function); did you mean ‘RTE_VERSION_NUM’?
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: ‘OPT_MAIN_LCORE_NUM’ undeclared here (not in a function); did you mean ‘OPT_MAIN_LCORE’?
91 | {OPT_MAIN_LCORE, 1, NULL, OPT_MAIN_LCORE_NUM },
| ^~~~~~~~~~~~~~~~~~
| OPT_MAIN_LCORE
../lib/eal/common/eal_common_options.c:92:43: error: ‘OPT_MBUF_POOL_OPS_NAME_NUM’ undeclared here (not in a function); did you mean ‘OPT_MBUF_POOL_OPS_NAME’?
92 | {OPT_MBUF_POOL_OPS_NAME, 1, NULL, OPT_MBUF_POOL_OPS_NAME_NUM},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| OPT_MBUF_POOL_OPS_NAME
../lib/eal/common/eal_common_options.c:93:42: error: ‘OPT_NO_HPET_NUM’ undeclared here (not in a function); did you mean ‘OPT_NO_HPET’?
93 | {OPT_NO_HPET, 0, NULL, OPT_NO_HPET_NUM },
| ^~~~~~~~~~~~~~~
| OPT_NO_HPET
../lib/eal/common/eal_common_options.c:94:42: error: ‘OPT_NO_HUGE_NUM’ undeclared here (not in a function); did you mean ‘OPT_NO_HUGE’?
94 | {OPT_NO_HUGE, 0, NULL, OPT_NO_HUGE_NUM },
| ^~~~~~~~~~~~~~~
| OPT_NO_HUGE
../lib/eal/common/eal_common_options.c:95:42: error: ‘OPT_NO_PCI_NUM’ undeclared here (not in a function); did you mean ‘OPT_NO_PCI’?
95 | {OPT_NO_PCI, 0, NULL, OPT_NO_PCI_NUM },
| ^~~~~~~~~~~~~~
| OPT_NO_PCI
../lib/eal/common/eal_common_options.c:96:42: error: ‘OPT_NO_SHCONF_NUM’ undeclared here (not in a function); did you mean ‘OPT_NO_SHCONF’?
96 | {OPT_NO_SHCONF, 0, NULL, OPT_NO_SHCONF_NUM },
| ^~~~~~~~~~~~~~~~~
| OPT_NO_SHCONF
../lib/eal/common/eal_common_options.c:97:42: error: ‘OPT_IN_MEMORY_NUM’ undeclared here (not in a function); did you mean ‘OPT_IN_MEMORY’?
97 | {OPT_IN_MEMORY, 0, NULL, OPT_IN_MEMORY_NUM },
| ^~~~~~~~~~~~~~~~~
| OPT_IN_MEMORY
../lib/eal/common/eal_common_options.c:100:42: error: ‘OPT_PROC_TYPE_NUM’ undeclared here (not in a function); did you mean ‘OPT_PROC_TYPE’?
100 | {OPT_PROC_TYPE, 1, NULL, OPT_PROC_TYPE_NUM },
| ^~~~~~~~~~~~~~~~~
| OPT_PROC_TYPE
../lib/eal/common/eal_common_options.c:101:42: error: ‘OPT_SOCKET_MEM_NUM’ undeclared here (not in a function); did you mean ‘OPT_SOCKET_MEM’?
101 | {OPT_SOCKET_MEM, 1, NULL, OPT_SOCKET_MEM_NUM },
| ^~~~~~~~~~~~~~~~~~
| OPT_SOCKET_MEM
../lib/eal/common/eal_common_options.c:102:42: error: ‘OPT_SOCKET_LIMIT_NUM’ undeclared here (not in a function); did you mean ‘OPT_SOCKET_LIMIT’?
102 | {OPT_SOCKET_LIMIT, 1, NULL, OPT_SOCKET_LIMIT_NUM },
| ^~~~~~~~~~~~~~~~~~~~
| OPT_SOCKET_LIMIT
../lib/eal/common/eal_common_options.c:104:42: error: ‘OPT_SYSLOG_NUM’ undeclared here (not in a function); did you mean ‘OPT_SYSLOG’?
104 | {OPT_SYSLOG, 2, NULL, OPT_SYSLOG_NUM },
| ^~~~~~~~~~~~~~
| OPT_SYSLOG
../lib/eal/common/eal_common_options.c:106:42: error: ‘OPT_VDEV_NUM’ undeclared here (not in a function); did you mean ‘OPT_HELP_NUM’?
106 | {OPT_VDEV, 1, NULL, OPT_VDEV_NUM },
| ^~~~~~~~~~~~
| OPT_HELP_NUM
../lib/eal/common/eal_common_options.c:107:42: error: ‘OPT_VFIO_INTR_NUM’ undeclared here (not in a function); did you mean ‘OPT_VFIO_INTR’?
107 | {OPT_VFIO_INTR, 1, NULL, OPT_VFIO_INTR_NUM },
| ^~~~~~~~~~~~~~~~~
| OPT_VFIO_INTR
../lib/eal/common/eal_common_options.c:108:42: error: ‘OPT_VFIO_VF_TOKEN_NUM’ undeclared here (not in a function); did you mean ‘OPT_VFIO_VF_TOKEN’?
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: ‘OPT_VMWARE_TSC_MAP_NUM’ undeclared here (not in a function); did you mean ‘OPT_VMWARE_TSC_MAP’?
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: ‘OPT_LEGACY_MEM_NUM’ undeclared here (not in a function); did you mean ‘OPT_LEGACY_MEM’?
110 | {OPT_LEGACY_MEM, 0, NULL, OPT_LEGACY_MEM_NUM },
| ^~~~~~~~~~~~~~~~~~
| OPT_LEGACY_MEM
../lib/eal/common/eal_common_options.c:111:45: error: ‘OPT_SINGLE_FILE_SEGMENTS_NUM’ undeclared here (not in a function); did you mean ‘OPT_SINGLE_FILE_SEGMENTS’?
111 | {OPT_SINGLE_FILE_SEGMENTS, 0, NULL, OPT_SINGLE_FILE_SEGMENTS_NUM},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| OPT_SINGLE_FILE_SEGMENTS
../lib/eal/common/eal_common_options.c:112:42: error: ‘OPT_MATCH_ALLOCATIONS_NUM’ undeclared here (not in a function); did you mean ‘OPT_MATCH_ALLOCATIONS’?
112 | {OPT_MATCH_ALLOCATIONS, 0, NULL, OPT_MATCH_ALLOCATIONS_NUM},
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| OPT_MATCH_ALLOCATIONS
../lib/eal/common/eal_common_options.c:113:42: error: ‘OPT_TELEMETRY_NUM’ undeclared here (not in a function); did you mean ‘OPT_TELEMETRY’?
113 | {OPT_TELEMETRY, 0, NULL, OPT_TELEMETRY_NUM },
| ^~~~~~~~~~~~~~~~~
| OPT_TELEMETRY
../lib/eal/common/eal_common_options.c:114:42: error: ‘OPT_NO_TELEMETRY_NUM’ undeclared here (not in a function); did you mean ‘OPT_NO_TELEMETRY’?
114 | {OPT_NO_TELEMETRY, 0, NULL, OPT_NO_TELEMETRY_NUM },
| ^~~~~~~~~~~~~~~~~~~~
| OPT_NO_TELEMETRY
../lib/eal/common/eal_common_options.c:115:48: error: ‘OPT_FORCE_MAX_SIMD_BITWIDTH_NUM’ undeclared here (not in a function); did you mean ‘OPT_FORCE_MAX_SIMD_BITWIDTH’?
115 | {OPT_FORCE_MAX_SIMD_BITWIDTH, 1, NULL, OPT_FORCE_MAX_SIMD_BITWIDTH_NUM},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| OPT_FORCE_MAX_SIMD_BITWIDTH
../lib/eal/common/eal_common_options.c:116:42: error: ‘OPT_HUGE_WORKER_STACK_NUM’ undeclared here (not in a function); did you mean ‘OPT_HUGE_WORKER_STACK’?
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: ‘OPT_VERSION_NUM’ undeclared here (not in a function); did you mean ‘RTE_VERSION_NUM’?
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-05-20 18:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-20 18:34 |FAIL| pw153538-153544 rework EAL argument parsing in DPDK al-sw-devops
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).