Test-Label: iol-testing Test-Status: FAILURE http://dpdk.org/patch/105127 _build patch failure_ Submitter: Gaoxiang Liu Date: Tuesday, December 14 2021 11:41:50 Applied on: CommitID:042f5a355a57b31a9f87824173a9d427b21abdb8 Apply patch set 105127 failed: [1/3027] Linking target lib/librte_kvargs.so.22.1 [2/3027] Generating rte_ring_mingw with a custom command [3/3027] Linking target lib/librte_telemetry.so.22.1 [4/3027] Generating rte_eal_def with a custom command [5/3027] Generating rte_eal_mingw with a custom command [6/3027] Generating rte_timer_mingw with a custom command [7/3027] Generating rte_ring_def with a custom command [8/3027] Compiling C object lib/librte_eal.a.p/eal_x86_rte_cpuflags.c.o [9/3027] Compiling C object lib/librte_eal.a.p/eal_x86_rte_spinlock.c.o [10/3027] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio_mp_sync.c.o [11/3027] Compiling C object lib/librte_eal.a.p/eal_x86_rte_hypervisor.c.o [12/3027] Generating rte_rcu_mingw with a custom command [13/3027] Compiling C object lib/librte_eal.a.p/eal_linux_eal_timer.c.o [14/3027] Generating rte_rcu_def with a custom command [15/3027] Compiling C object lib/librte_eal.a.p/eal_linux_eal_memalloc.c.o FAILED: lib/librte_eal.a.p/eal_linux_eal_memalloc.c.o cc -Ilib/librte_eal.a.p -Ilib -I../lib -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -include rte_config.h -Wextra -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mno-avx512f -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="22.1"' -DRTE_LIBEAL_USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ lib/librte_eal.a.p/eal_linux_eal_memalloc.c.o -MF lib/librte_eal.a.p/eal_linux_eal_memalloc.c.o.d -o lib/librte_eal.a.p/eal_linux_eal_memalloc.c.o -c ../lib/eal/linux/eal_memalloc.c ../lib/eal/linux/eal_memalloc.c: In function ‘alloc_seg’: ../lib/eal/linux/eal_memalloc.c:666:6: error: ‘internal_config’ undeclared (first use in this function) if (internal_config->huge_dont_dump_flag) { ^~~~~~~~~~~~~~~ ../lib/eal/linux/eal_memalloc.c:666:6: note: each undeclared identifier is reported only once for each function it appears in ../lib/eal/linux/eal_memalloc.c:667:31: error: ‘EAL_DONTDUMP’ undeclared (first use in this function); did you mean ‘MADV_DONTDUMP’? if (madvise(addr, alloc_sz, EAL_DONTDUMP)) { ^~~~~~~~~~~~ MADV_DONTDUMP In file included from ../lib/eal/linux/eal_memalloc.c:37:0: ../lib/eal/linux/eal_memalloc.c:669:6: error: ‘virt’ undeclared (first use in this function); did you mean ‘uint’? virt, size, flags, strerror(rte_errno)); ^ ../lib/eal/include/rte_log.h:343:32: note: in definition of macro ‘RTE_LOG’ RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__) ^~~~~~~~~~~ ../lib/eal/linux/eal_memalloc.c:669:12: error: ‘size’ undeclared (first use in this function); did you mean ‘dysize’? virt, size, flags, strerror(rte_errno)); ^ ../lib/eal/include/rte_log.h:343:32: note: in definition of macro ‘RTE_LOG’ RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__) ^~~~~~~~~~~ [16/3027] Compiling C object lib/librte_eal.a.p/eal_x86_rte_cycles.c.o [17/3027] Compiling C object lib/librte_eal.a.p/eal_linux_eal.c.o FAILED: lib/librte_eal.a.p/eal_linux_eal.c.o cc -Ilib/librte_eal.a.p -Ilib -I../lib -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -include rte_config.h -Wextra -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mno-avx512f -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="22.1"' -DRTE_LIBEAL_USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ lib/librte_eal.a.p/eal_linux_eal.c.o -MF lib/librte_eal.a.p/eal_linux_eal.c.o.d -o lib/librte_eal.a.p/eal_linux_eal.c.o -c ../lib/eal/linux/eal.c ../lib/eal/linux/eal.c: In function ‘eal_parse_args’: ../lib/eal/linux/eal.c:820:4: error: ‘internal_config’ undeclared (first use in this function) internal_config->huge_dont_dump_flag = 1; ^~~~~~~~~~~~~~~ ../lib/eal/linux/eal.c:820:4: note: each undeclared identifier is reported only once for each function it appears in [18/3027] Compiling C object lib/librte_eal.a.p/eal_x86_rte_power_intrinsics.c.o [19/3027] Generating rte_mempool_def with a custom command [20/3027] Generating rte_mempool_mingw with a custom command [21/3027] Compiling C object lib/librte_eal.a.p/eal_linux_eal_thread.c.o [22/3027] Compiling C object lib/librte_ring.a.p/ring_rte_ring.c.o [23/3027] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops_default.c.o [24/3027] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_ptype.c.o [25/3027] Compiling C object lib/librte_mempool.a.p/mempool_mempool_trace_points.c.o [26/3027] Generating symbol file lib/librte_kvargs.so.22.1.p/librte_kvargs.so.22.1.symbols [27/3027] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops.c.o [28/3027] Generating symbol file lib/librte_telemetry.so.22.1.p/librte_telemetry.so.22.1.symbols [29/3027] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio.c.o [30/3027] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o [31/3027] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool.c.o [32/3027] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o ninja: build stopped: subcommand failed. https://lab.dpdk.org/results/dashboard/patchsets/20496/ UNH-IOL DPDK Community Lab