automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw138065 [PATCH v3] hash: put GFNI stubs back
       [not found] <20240306214729.70048-1-stephen@networkplumber.org>
@ 2024-03-06 21:23 ` qemudev
  2024-03-06 21:48 ` |SUCCESS| " checkpatch
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: qemudev @ 2024-03-06 21:23 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger, zhoumin

Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/138065

_ninja build failure_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Wed,  6 Mar 2024 13:47:13 -0800
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 39846d56c48ba9a5da23f4a8af40cd46b47e9367

138065 --> ninja build failed

Test environment and result as below:

+---------------------+----------------+
|     Environment     | compilation    |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL           |
+---------------------+----------------+

Loongnix-Server 8.3
    Kernel: 4.19.190+
    Compiler: gcc 8.3


Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: lib/librte_hash.a.p/hash_rte_thash_gfni.c.o
cc -Ilib/librte_hash.a.p -Ilib -I../lib -Ilib/hash -I../lib/hash -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DAL
 LOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.hash -MD -MQ lib/librte_hash.a.p/hash_rte_thash_gfni.c.o -MF lib/librte_hash.a.p/hash_rte_thash_gfni.c.o.d -o lib/librte_hash.a.p/hash_rte_thash_gfni.c.o -c ../lib/hash/rte_thash_gfni.c
In file included from ../lib/hash/rte_thash_gfni.c:9:
./lib/hash/rte_thash_gfni.h: In function ‘rte_thash_gfni_bulk’:
./lib/hash/rte_thash_gfni.h:73:9: error: too few arguments to function ‘___rte_thash_gfni_bulk’
return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
^~~~~~~~~~~~~~~~~~~~~~
./lib/hash/rte_thash_gfni.h:30:1: note: declared here
___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
^~~~~~~~~~~~~~~~~~~~~~
./lib/hash/rte_thash_gfni.h:73:9: warning: ‘return’ with a value, in function returning void
return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
^~~~~~~~~~~~~~~~~~~~~~
./lib/hash/rte_thash_gfni.h:70:1: note: declared here
rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
^~~~~~~~~~~~~~~~~~~
./lib/hash/rte_thash_gfni.h:71:27: warning: unused parameter ‘num’ [-Wunused-parameter]
uint32_t val[], uint32_t num)
~~~~~~~~~^~~
[119/2495] Compiling C object lib/librte_hash.a.p/hash_rte_hash_crc.c.o
[120/2495] Compiling C object lib/librte_metrics.a.p/metrics_rte_metrics_telemetry.c.o
[121/2495] Compiling C object lib/librte_hash.a.p/hash_rte_thash.c.o
FAILED: lib/librte_hash.a.p/hash_rte_thash.c.o
cc -Ilib/librte_hash.a.p -Ilib -I../lib -Ilib/hash -I../lib/hash -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DAL
 LOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.hash -MD -MQ lib/librte_hash.a.p/hash_rte_thash.c.o -MF lib/librte_hash.a.p/hash_rte_thash.c.o.d -o lib/librte_hash.a.p/hash_rte_thash.c.o -c ../lib/hash/rte_thash.c
In file included from ../lib/hash/rte_thash.h:27,
from ../lib/hash/rte_thash.c:8:
./lib/hash/rte_thash_gfni.h: In function ‘rte_thash_gfni_bulk’:
./lib/hash/rte_thash_gfni.h:73:9: error: too few arguments to function ‘___rte_thash_gfni_bulk’
return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
^~~~~~~~~~~~~~~~~~~~~~
./lib/hash/rte_thash_gfni.h:30:1: note: declared here
___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
^~~~~~~~~~~~~~~~~~~~~~
./lib/hash/rte_thash_gfni.h:73:9: warning: ‘return’ with a value, in function returning void
return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
^~~~~~~~~~~~~~~~~~~~~~
./lib/hash/rte_thash_gfni.h:70:1: note: declared here
rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
^~~~~~~~~~~~~~~~~~~
./lib/hash/rte_thash_gfni.h:71:27: warning: unused parameter ‘num’ [-Wunused-parameter]
uint32_t val[], uint32_t num)
~~~~~~~~~^~~
[122/2495] Compiling C object lib/librte_hash.a.p/hash_rte_fbk_hash.c.o
[123/2495] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio.c.o
[124/2495] Compiling C object lib/librte_acl.a.p/acl_tb_mem.c.o
[125/2495] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8636.c.o
[126/2495] Compiling C object lib/librte_metrics.a.p/metrics_rte_metrics.c.o
[127/2495] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o
[128/2495] Compiling C object lib/librte_acl.a.p/acl_rte_acl.c.o
[129/2495] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.o
[130/2495] Generating kvargs.sym_chk with a custom command (wrapped by meson to capture output)
[131/2495] Generating argparse.sym_chk with a custom command (wrapped by meson to capture output)
[132/2495] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_rdline.c.o
[133/2495] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev_telemetry.c.o
[134/2495] Compiling C object lib/librte_acl.a.p/acl_acl_gen.c.o
[135/2495] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.o
[136/2495] Generating meter.sym_chk with a custom command (wrapped by meson to capture output)
[137/2495] Generating ring.sym_chk with a custom command (wrapped by meson to capture output)
[138/2495] Compiling C object lib/librte_acl.a.p/acl_acl_run_scalar.c.o
[139/2495] Compiling C object lib/librte_timer.a.p/timer_rte_timer.c.o
[140/2495] Generating log.sym_chk with a custom command (wrapped by meson to capture output)
[141/2495] Generating net.sym_chk with a custom command (wrapped by meson to capture output)
[142/2495] Generating rcu.sym_chk with a custom command (wrapped by meson to capture output)
[143/2495] Compiling C object lib/librte_ipsec.a.p/ipsec_ipsec_sad.c.o
[144/2495] Generating pci.sym_chk with a custom command (wrapped by meson to capture output)
[145/2495] Generating telemetry.sym_chk with a custom command (wrapped by meson to capture output)
[146/2495] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.o
[147/2495] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.o
[148/2495] Compiling C object lib/librte_acl.a.p/acl_acl_bld.c.o
[149/2495] Generating mempool.sym_chk with a custom command (wrapped by meson to capture output)
[150/2495] Compiling C object lib/librte_hash.a.p/hash_rte_cuckoo_hash.c.o
[151/2495] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

* |SUCCESS| pw138065 [PATCH v3] hash: put GFNI stubs back
       [not found] <20240306214729.70048-1-stephen@networkplumber.org>
  2024-03-06 21:23 ` |FAILURE| pw138065 [PATCH v3] hash: put GFNI stubs back qemudev
@ 2024-03-06 21:48 ` checkpatch
  2024-03-06 22:02 ` |FAILURE| pw138065 [PATCH] [v3] " dpdklab
  2024-03-06 22:24 ` |FAILURE| pw138065 [PATCH v3] " 0-day Robot
  3 siblings, 0 replies; 4+ messages in thread
From: checkpatch @ 2024-03-06 21:48 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/138065

_coding style OK_



^ permalink raw reply	[flat|nested] 4+ messages in thread

* |FAILURE| pw138065 [PATCH] [v3] hash: put GFNI stubs back
       [not found] <20240306214729.70048-1-stephen@networkplumber.org>
  2024-03-06 21:23 ` |FAILURE| pw138065 [PATCH v3] hash: put GFNI stubs back qemudev
  2024-03-06 21:48 ` |SUCCESS| " checkpatch
@ 2024-03-06 22:02 ` dpdklab
  2024-03-06 22:24 ` |FAILURE| pw138065 [PATCH v3] " 0-day Robot
  3 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2024-03-06 22:02 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/138065

_build patch failure_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Wednesday, March 06 2024 21:47:13 
Applied on: CommitID:2a454f84f715608ee709a4c6ba00edf2e4b62b69
Apply patch set 138065 failed:

Cloning the DPDK mirror at: https://github.com/DPDK/dpdk.git (Attempt 1 of 3)
Trying to checkout branch: origin/main
Checked out to main (2a454f84f715608ee709a4c6ba00edf2e4b62b69)
Done: main commit 2a454f84f715608ee709a4c6ba00edf2e4b62b69
Trying to checkout branch: origin/main
Checked out to main (2a454f84f715608ee709a4c6ba00edf2e4b62b69)
Applying patch...

Applying: hash: put GFNI stubs back


Running test build...
The Meson build system
Version: 0.53.2
Source dir: /home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set-Pipeline/dpdk
Build dir: /home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set-Pipeline/dpdk/build
Build type: native build
Program cat found: YES (/usr/bin/cat)
Project name: DPDK
Project version: 24.03.0-rc1
C compiler for the host machine: cc (gcc 9.4.0 "cc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0")
C linker for the host machine: cc ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
Message: ## Building in Developer Mode ##
Program pkg-config found: NO
Program pkgconf found: NO
Program check-symbols.sh found: YES (/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set-Pipeline/dpdk/buildtools/check-symbols.sh)
Program options-ibverbs-static.sh found: YES (/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set-Pipeline/dpdk/buildtools/options-ibverbs-static.sh)
Program python3 found: YES (/usr/bin/python3)
Program cat found: YES (/usr/bin/cat)
Program ../buildtools/symlink-drivers-solibs.sh found: YES (/bin/sh /home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set-Pipeline/dpdk/config/../buildtools/symlink-drivers-solibs.sh)
Compiler for C supports arguments -march=native: YES 
Checking for size of "void *" : 8
Checking for size of "void *" : 8
Compiler for C supports link arguments -Wl,--undefined-version: NO 
Library m found: YES
Library numa found: YES
Has header "numaif.h" : YES 
Library fdt found: NO
Library execinfo found: NO
Has header "execinfo.h" : YES 
Did not find pkg-config by name 'pkg-config'
Found Pkg-config: NO
Run-time dependency libarchive found: NO (tried pkgconfig)
Run-time dependency libbsd found: NO (tried pkgconfig)
Run-time dependency jansson found: NO (tried pkgconfig)
Run-time dependency openssl found: NO (tried pkgconfig)
Run-time dependency libpcap found: NO (tried pkgconfig)
Library pcap found: NO
Compiler for C supports arguments -Wcast-qual: YES 
Compiler for C supports arguments -Wdeprecated: YES 
Compiler for C supports arguments -Wformat: YES 
Compiler for C supports arguments -Wformat-nonliteral: YES 
Compiler for C supports arguments -Wformat-security: YES 
Compiler for C supports arguments -Wmissing-declarations: YES 
Compiler for C supports arguments -Wmissing-prototypes: YES 
Compiler for C supports arguments -Wnested-externs: YES 
Compiler for C supports arguments -Wold-style-definition: YES 
Compiler for C supports arguments -Wpointer-arith: YES 
Compiler for C supports arguments -Wsign-compare: YES 
Compiler for C supports arguments -Wstrict-prototypes: YES 
Compiler for C supports arguments -Wundef: YES 
Compiler for C supports arguments -Wwrite-strings: YES 
Compiler for C supports arguments -Wno-address-of-packed-member -Waddress-of-packed-member: YES 
Compiler for C supports arguments -Wno-packed-not-aligned -Wpacked-not-aligned: YES 
Compiler for C supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES 
Program objdump found: YES (/usr/bin/objdump)
Compiler for C supports arguments -mavx512f: YES 
Checking if "AVX512 checking" compiles: YES 
Fetching value of define "__SSE4_2__" : 1 
Fetching value of define "__AES__" : 1 
Fetching value of define "__AVX__" : 1 
Fetching value of define "__AVX2__" : 1 
Fetching value of define "__AVX512BW__" : 1 
Fetching value of define "__AVX512CD__" : 1 
Fetching value of define "__AVX512DQ__" : 1 
Fetching value of define "__AVX512F__" : 1 
Fetching value of define "__AVX512VL__" : 1 
Fetching value of define "__PCLMUL__" : 1 
Fetching value of define "__RDRND__" : 1 
Fetching value of define "__RDSEED__" : 1 
Fetching value of define "__VPCLMULQDQ__" :  
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES 
Message: lib/log: Defining dependency "log"
Message: lib/kvargs: Defining dependency "kvargs"
Message: lib/argparse: Defining dependency "argparse"
Message: lib/telemetry: Defining dependency "telemetry"
Checking for function "getentropy" : NO 
Message: lib/eal: Defining dependency "eal"
Message: lib/ring: Defining dependency "ring"
Message: lib/rcu: Defining dependency "rcu"
Message: lib/mempool: Defining dependency "mempool"
Message: lib/mbuf: Defining dependency "mbuf"
Fetching value of define "__PCLMUL__" : 1 (cached)
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Fetching value of define "__AVX512VL__" : 1 (cached)
Fetching value of define "__VPCLMULQDQ__" :  (cached)
Compiler for C supports arguments -mpclmul: YES 
Compiler for C supports arguments -maes: YES 
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512bw: YES 
Compiler for C supports arguments -mavx512dq: YES 
Compiler for C supports arguments -mavx512vl: YES 
Compiler for C supports arguments -mvpclmulqdq: YES 
Compiler for C supports arguments -mavx2: YES 
Compiler for C supports arguments -mavx: YES 
Message: lib/net: Defining dependency "net"
Message: lib/meter: Defining dependency "meter"
Message: lib/ethdev: Defining dependency "ethdev"
Message: lib/pci: Defining dependency "pci"
Message: lib/cmdline: Defining dependency "cmdline"
Message: lib/metrics: Defining dependency "metrics"
Message: lib/hash: Defining dependency "hash"
Message: lib/timer: Defining dependency "timer"
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512VL__" : 1 (cached)
Fetching value of define "__AVX512CD__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Message: lib/acl: Defining dependency "acl"
Message: lib/bbdev: Defining dependency "bbdev"
Message: lib/bitratestats: Defining dependency "bitratestats"
Run-time dependency libelf found: NO (tried pkgconfig)
lib/bpf/meson.build:36: WARNING: libelf is missing, rte_bpf_elf_load API will be disabled
lib/bpf/meson.build:43: WARNING: libpcap is missing, rte_bpf_convert API will be disabled
Message: lib/bpf: Defining dependency "bpf"
Message: lib/cfgfile: Defining dependency "cfgfile"
Message: lib/compressdev: Defining dependency "compressdev"
Message: lib/cryptodev: Defining dependency "cryptodev"
Message: lib/distributor: Defining dependency "distributor"
Message: lib/dmadev: Defining dependency "dmadev"
Message: lib/efd: Defining dependency "efd"
Message: lib/eventdev: Defining dependency "eventdev"
Message: lib/dispatcher: Defining dependency "dispatcher"
Message: lib/gpudev: Defining dependency "gpudev"
Message: lib/gro: Defining dependency "gro"
Message: lib/gso: Defining dependency "gso"
Message: lib/ip_frag: Defining dependency "ip_frag"
Message: lib/jobstats: Defining dependency "jobstats"
Message: lib/latencystats: Defining dependency "latencystats"
Message: lib/lpm: Defining dependency "lpm"
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Fetching value of define "__AVX512IFMA__" :  
Compiler for C supports arguments -mavx512f -mavx512dq -mavx512ifma: YES 
Message: lib/member: Defining dependency "member"
Message: lib/pcapng: Defining dependency "pcapng"
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES 
Message: lib/power: Defining dependency "power"
Message: lib/rawdev: Defining dependency "rawdev"
Message: lib/regexdev: Defining dependency "regexdev"
Message: lib/mldev: Defining dependency "mldev"
Message: lib/rib: Defining dependency "rib"
Message: lib/reorder: Defining dependency "reorder"
Message: lib/sched: Defining dependency "sched"
Message: lib/security: Defining dependency "security"
Message: lib/stack: Defining dependency "stack"
Has header "linux/userfaultfd.h" : YES 
Has header "linux/vduse.h" : NO 
Message: lib/vhost: Defining dependency "vhost"
Message: lib/ipsec: Defining dependency "ipsec"
Message: lib/pdcp: Defining dependency "pdcp"
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Message: lib/fib: Defining dependency "fib"
Message: lib/port: Defining dependency "port"
Message: lib/pdump: Defining dependency "pdump"
Message: lib/table: Defining dependency "table"
Message: lib/pipeline: Defining dependency "pipeline"
Message: lib/graph: Defining dependency "graph"
Message: lib/node: Defining dependency "node"
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES 
Message: drivers/common/cpt: Defining dependency "common_cpt"
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES 
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/common/dpaax: Defining dependency "common_dpaax"
Compiler for C supports arguments -Wno-pointer-to-int-cast -Wpointer-to-int-cast: YES 
Message: drivers/common/iavf: Defining dependency "common_iavf"
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512bw: YES 
Compiler for C supports arguments -mavx512dq: YES 
Compiler for C supports arguments -march=skylake-avx512: YES 
Message: drivers/common/idpf: Defining dependency "common_idpf"
Message: drivers/common/ionic: Defining dependency "common_ionic"
Run-time dependency libmusdk found: NO (tried pkgconfig)
Message: drivers/common/octeontx: Defining dependency "common_octeontx"
Message: drivers/bus/auxiliary: Defining dependency "bus_auxiliary"
Message: drivers/bus/cdx: Defining dependency "bus_cdx"
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES 
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/bus/dpaa: Defining dependency "bus_dpaa"
Message: drivers/bus/fslmc: Defining dependency "bus_fslmc"
Message: drivers/bus/ifpga: Defining dependency "bus_ifpga"
Message: drivers/bus/pci: Defining dependency "bus_pci"
Message: drivers/bus/platform: Defining dependency "bus_platform"
Message: drivers/bus/uacce: Defining dependency "bus_uacce"
Message: drivers/bus/vdev: Defining dependency "bus_vdev"
Message: drivers/bus/vmbus: Defining dependency "bus_vmbus"
Message: drivers/common/cnxk: Defining dependency "common_cnxk"
Compiler for C supports arguments -std=c11: YES 
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES 
Compiler for C supports arguments -D_BSD_SOURCE: YES 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES 
Run-time dependency libmlx5 found: NO (tried pkgconfig)
Library mlx5 found: NO
Configuring mlx5_autoconf.h using configuration
Message: drivers/common/nfp: Defining dependency "common_nfp"
Message: drivers/common/nitrox: Defining dependency "common_nitrox"
Run-time dependency libcrypto found: NO (tried pkgconfig)
Library IPSec_MB found: NO
Message: drivers/common/qat: Defining dependency "common_qat"
Compiler for C supports arguments -Wdisabled-optimization: YES 
Compiler for C supports arguments -Waggregate-return: YES 
Compiler for C supports arguments -Wbad-function-cast: YES 
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES 
Compiler for C supports arguments -Wno-empty-body -Wempty-body: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES 
Message: drivers/common/sfc_efx: Defining dependency "common_sfc_efx"
Message: drivers/mempool/bucket: Defining dependency "mempool_bucket"
Message: drivers/mempool/cnxk: Defining dependency "mempool_cnxk"
Message: drivers/mempool/dpaa: Defining dependency "mempool_dpaa"
Message: drivers/mempool/dpaa2: Defining dependency "mempool_dpaa2"
Message: drivers/mempool/octeontx: Defining dependency "mempool_octeontx"
Message: drivers/mempool/ring: Defining dependency "mempool_ring"
Message: drivers/mempool/stack: Defining dependency "mempool_stack"
Compiler for C supports arguments -Wno-uninitialized -Wuninitialized: YES 
Message: drivers/dma/cnxk: Defining dependency "dma_cnxk"
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/dma/dpaa: Defining dependency "dma_dpaa"
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/dma/dpaa2: Defining dependency "dma_dpaa2"
Message: drivers/dma/hisilicon: Defining dependency "dma_hisilicon"
Message: drivers/dma/idxd: Defining dependency "dma_idxd"
Message: drivers/dma/ioat: Defining dependency "dma_ioat"
Message: drivers/dma/skeleton: Defining dependency "dma_skeleton"
Message: drivers/net/af_packet: Defining dependency "net_af_packet"
Run-time dependency libxdp found: NO (tried pkgconfig)
Run-time dependency libbpf found: NO (tried pkgconfig)
Library bpf found: NO
Has header "linux/if_xdp.h" : YES 
Message: drivers/net/ark: Defining dependency "net_ark"
Message: drivers/net/atlantic: Defining dependency "net_atlantic"
Message: drivers/net/avp: Defining dependency "net_avp"
Message: drivers/net/axgbe: Defining dependency "net_axgbe"
Run-time dependency zlib found: NO (tried pkgconfig)
Compiler for C supports arguments -DSUPPORT_CFA_HW_ALL=1: YES 
Message: drivers/net/bnxt: Defining dependency "net_bnxt"
Message: drivers/net/bonding: Defining dependency "net_bond"
Compiler for C supports arguments -flax-vector-conversions: YES 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Message: drivers/net/cnxk: Defining dependency "net_cnxk"
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512bw: YES 
Compiler for C supports arguments -mavx512dq: YES 
Message: drivers/net/cpfl: Defining dependency "net_cpfl"
Message: drivers/net/cxgbe: Defining dependency "net_cxgbe"
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/net/dpaa: Defining dependency "net_dpaa"
Message: drivers/net/dpaa2: Defining dependency "net_dpaa2"
Compiler for C supports arguments -Wno-uninitialized -Wuninitialized: YES 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES 
Compiler for C supports arguments -Wno-misleading-indentation -Wmisleading-indentation: YES 
Compiler for C supports arguments -Wno-implicit-fallthrough -Wimplicit-fallthrough: YES 
Message: drivers/net/e1000: Defining dependency "net_e1000"
Message: drivers/net/ena: Defining dependency "net_ena"
Message: drivers/net/enetc: Defining dependency "net_enetc"
Message: drivers/net/enetfec: Defining dependency "net_enetfec"
Message: drivers/net/enic: Defining dependency "net_enic"
Message: drivers/net/failsafe: Defining dependency "net_failsafe"
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES 
Compiler for C supports arguments -Wno-implicit-fallthrough -Wimplicit-fallthrough: YES 
Message: drivers/net/fm10k: Defining dependency "net_fm10k"
Message: drivers/net/gve: Defining dependency "net_gve"
Message: drivers/net/hinic: Defining dependency "net_hinic"
Message: drivers/net/hns3: Defining dependency "net_hns3"
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-format -Wformat: YES 
Compiler for C supports arguments -Wno-format-security -Wformat-security: YES 
Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512bw: YES 
Compiler for C supports arguments -march=skylake-avx512: YES 
Message: drivers/net/i40e: Defining dependency "net_i40e"
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512bw: YES 
Compiler for C supports arguments -march=skylake-avx512: YES 
Message: drivers/net/iavf: Defining dependency "net_iavf"
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512bw: YES 
Compiler for C supports arguments -march=skylake-avx512: YES 
Message: drivers/net/ice: Defining dependency "net_ice"
Fetching value of define "__AVX512F__" : 1 (cached)
Fetching value of define "__AVX512BW__" : 1 (cached)
Fetching value of define "__AVX512DQ__" : 1 (cached)
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512bw: YES 
Compiler for C supports arguments -mavx512dq: YES 
Message: drivers/net/idpf: Defining dependency "net_idpf"
Message: drivers/net/igc: Defining dependency "net_igc"
Message: drivers/net/ionic: Defining dependency "net_ionic"
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES 
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Message: drivers/net/ixgbe: Defining dependency "net_ixgbe"
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libibverbs found: NO (tried pkgconfig and cmake)
Library ibverbs found: NO
Message: drivers/net/memif: Defining dependency "net_memif"
Run-time dependency libmlx4 found: NO (tried pkgconfig)
Library mlx4 found: NO
Message: Disabling mlx5 [drivers/net/mlx5]: missing internal dependency "common_mlx5"
Run-time dependency libmusdk found: NO (tried pkgconfig)
Run-time dependency libmusdk found: NO (tried pkgconfig)
Message: drivers/net/netvsc: Defining dependency "net_netvsc"
Run-time dependency netcope-common found: NO (tried pkgconfig)
Message: drivers/net/nfp: Defining dependency "net_nfp"
Message: drivers/net/ngbe: Defining dependency "net_ngbe"
Message: drivers/net/null: Defining dependency "net_null"
Message: drivers/net/octeontx: Defining dependency "net_octeontx"
Fetching value of define "__AVX2__" : 1 (cached)
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -flax-vector-conversions: YES 
Message: drivers/net/octeon_ep: Defining dependency "net_octeon_ep"
Compiler for C supports arguments -Wno-pointer-arith -Wpointer-arith: YES 
Message: drivers/net/pfe: Defining dependency "net_pfe"
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-sign-compare -Wsign-compare: YES 
Compiler for C supports arguments -Wno-missing-prototypes -Wmissing-prototypes: YES 
Compiler for C supports arguments -Wno-cast-qual -Wcast-qual: YES 
Compiler for C supports arguments -Wno-unused-function -Wunused-function: YES 
Compiler for C supports arguments -Wno-unused-variable -Wunused-variable: YES 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wno-missing-prototypes -Wmissing-prototypes: YES 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES 
Compiler for C supports arguments -Wno-shift-negative-value -Wshift-negative-value: YES 
Compiler for C supports arguments -Wno-unused-but-set-variable -Wunused-but-set-variable: YES 
Compiler for C supports arguments -Wno-missing-declarations -Wmissing-declarations: YES 
Compiler for C supports arguments -Wno-maybe-uninitialized -Wmaybe-uninitialized: YES 
Compiler for C supports arguments -Wno-strict-prototypes -Wstrict-prototypes: YES 
Compiler for C supports arguments -Wno-shift-negative-value -Wshift-negative-value: YES 
Compiler for C supports arguments -Wno-implicit-fallthrough -Wimplicit-fallthrough: YES 
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES 
Compiler for C supports arguments -Wno-visibility -Wvisibility: NO 
Compiler for C supports arguments -Wno-empty-body -Wempty-body: YES 
Compiler for C supports arguments -Wno-invalid-source-encoding -Winvalid-source-encoding: NO 
Compiler for C supports arguments -Wno-sometimes-uninitialized -Wsometimes-uninitialized: NO 
Compiler for C supports arguments -Wno-pointer-bool-conversion -Wpointer-bool-conversion: NO 
Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES 
Message: drivers/net/qede: Defining dependency "net_qede"
Message: drivers/net/ring: Defining dependency "net_ring"
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wdisabled-optimization: YES 
Compiler for C supports arguments -Waggregate-return: YES 
Compiler for C supports arguments -Wbad-function-cast: YES 
Library atomic found: YES
Message: drivers/net/sfc: Defining dependency "net_sfc"
Message: drivers/net/softnic: Defining dependency "net_softnic"
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_UNSPEC" : YES 
Header <linux/pkt_cls.h> has symbol "TCA_FLOWER_KEY_VLAN_PRIO" : YES 
Header <linux/pkt_cls.h> has symbol "TCA_BPF_UNSPEC" : YES 
Header <linux/pkt_cls.h> has symbol "TCA_BPF_FD" : YES 
Header <linux/tc_act/tc_bpf.h> has symbol "TCA_ACT_BPF_UNSPEC" : YES 
Header <linux/tc_act/tc_bpf.h> has symbol "TCA_ACT_BPF_FD" : YES 
Configuring tap_autoconf.h using configuration
Message: drivers/net/tap: Defining dependency "net_tap"
Compiler for C supports arguments -fno-prefetch-loop-arrays: YES 
Compiler for C supports arguments -Wno-maybe-uninitialized -Wmaybe-uninitialized: YES 
Message: drivers/net/thunderx: Defining dependency "net_thunderx"
Message: drivers/net/txgbe: Defining dependency "net_txgbe"
Compiler for C supports arguments -D_BSD_SOURCE: YES 
Compiler for C supports arguments -D_DEFAULT_SOURCE: YES 
Compiler for C supports arguments -D_XOPEN_SOURCE=600: YES 
Message: drivers/net/vdev_netvsc: Defining dependency "net_vdev_netvsc"
Message: drivers/net/vhost: Defining dependency "net_vhost"
Compiler for C supports arguments -mavx512f: YES 
Compiler for C supports arguments -mavx512vl: YES 
Compiler for C supports arguments -mavx512bw: YES 
Message: drivers/net/virtio: Defining dependency "net_virtio"
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES 
Compiler for C supports arguments -Wno-unused-value -Wunused-value: YES 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Compiler for C supports arguments -Wno-format-extra-args -Wformat-extra-args: YES 
Message: drivers/net/vmxnet3: Defining dependency "net_vmxnet3"
Message: drivers/raw/cnxk_bphy: Defining dependency "raw_cnxk_bphy"
Message: drivers/raw/cnxk_gpio: Defining dependency "raw_cnxk_gpio"
Message: drivers/raw/dpaa2_cmdif: Defining dependency "raw_dpaa2_cmdif"
Message: drivers/raw/ntb: Defining dependency "raw_ntb"
Message: drivers/raw/skeleton: Defining dependency "raw_skeleton"
Run-time dependency libaarch64crypto found: NO (tried pkgconfig)
Message: drivers/crypto/bcmfs: Defining dependency "crypto_bcmfs"
Message: drivers/crypto/caam_jr: Defining dependency "crypto_caam_jr"
Run-time dependency libcrypto found: NO (tried pkgconfig)
Message: drivers/crypto/cnxk: Defining dependency "crypto_cnxk"
Message: drivers/crypto/dpaa_sec: Defining dependency "crypto_dpaa_sec"
Message: drivers/crypto/dpaa2_sec: Defining dependency "crypto_dpaa2_sec"
Library IPSec_MB found: NO
Message: Disabling mlx5 [drivers/crypto/mlx5]: missing internal dependency "common_mlx5"
Run-time dependency libmusdk found: NO (tried pkgconfig)
Message: drivers/crypto/nitrox: Defining dependency "crypto_nitrox"
Message: drivers/crypto/null: Defining dependency "crypto_null"
Message: drivers/crypto/octeontx: Defining dependency "crypto_octeontx"
Run-time dependency libcrypto found: NO (tried pkgconfig)
Message: drivers/crypto/scheduler: Defining dependency "crypto_scheduler"
Run-time dependency libwd_crypto found: NO (tried pkgconfig)
Run-time dependency libwd found: NO (tried pkgconfig)
Message: drivers/crypto/virtio: Defining dependency "crypto_virtio"
Run-time dependency libisal found: NO (tried pkgconfig)
Message: Disabling mlx5 [drivers/compress/mlx5]: missing internal dependency "common_mlx5"
Message: drivers/compress/nitrox: Defining dependency "compress_nitrox"
Message: drivers/compress/octeontx: Defining dependency "compress_octeontx"
Run-time dependency zlib found: NO (tried pkgconfig)
Message: Disabling mlx5 [drivers/regex/mlx5]: missing internal dependency "common_mlx5"
Message: drivers/regex/cn9k: Defining dependency "regex_cn9k"
Message: drivers/ml/cnxk: libarchive not found
Message: drivers/ml/cnxk: jansson not found
Run-time dependency dlpack found: NO (tried cmake)
Message: drivers/ml/cnxk: dlpack not found
Run-time dependency dmlc found: NO (tried cmake)
Message: drivers/ml/cnxk: dmlc not found
Run-time dependency tvm found: NO (tried cmake)
Message: drivers/ml/cnxk: tvm_runtime not found
Run-time dependency tvmdp found: NO (tried pkgconfig)
Message: drivers/ml/cnxk: tvmdp not found
Message: drivers/ml/cnxk: Disabled TVM model support
Message: drivers/ml/cnxk: Defining dependency "ml_cnxk"
Message: drivers/vdpa/ifc: Defining dependency "vdpa_ifc"
Message: Disabling mlx5 [drivers/vdpa/mlx5]: missing internal dependency "common_mlx5"
Message: drivers/vdpa/nfp: Defining dependency "vdpa_nfp"
Message: drivers/vdpa/sfc: Defining dependency "vdpa_sfc"
Compiler for C supports arguments -flax-vector-conversions: YES 
Compiler for C supports arguments -Wno-strict-aliasing -Wstrict-aliasing: YES 
Message: drivers/event/cnxk: Defining dependency "event_cnxk"
Fetching value of define "__AVX512VL__" : 1 (cached)
Message: drivers/event/dlb2: Defining dependency "event_dlb2"
Message: drivers/event/dpaa: Defining dependency "event_dpaa"
Message: drivers/event/dpaa2: Defining dependency "event_dpaa2"
Compiler for C supports arguments -Wno-format-nonliteral -Wformat-nonliteral: YES 
Message: drivers/event/dsw: Defining dependency "event_dsw"
Message: drivers/event/opdl: Defining dependency "event_opdl"
Message: drivers/event/skeleton: Defining dependency "event_skeleton"
Message: drivers/event/sw: Defining dependency "event_sw"
Message: drivers/event/octeontx: Defining dependency "event_octeontx"
Run-time dependency flexran_sdk_ldpc_decoder_5gnr found: NO (tried pkgconfig and cmake)
Message: drivers/baseband/acc: Defining dependency "baseband_acc"
Message: drivers/baseband/fpga_5gnr_fec: Defining dependency "baseband_fpga_5gnr_fec"
Message: drivers/baseband/fpga_lte_fec: Defining dependency "baseband_fpga_lte_fec"
Message: drivers/baseband/la12xx: Defining dependency "baseband_la12xx"
Message: drivers/baseband/null: Defining dependency "baseband_null"
Run-time dependency flexran_sdk_turbo found: NO (tried pkgconfig and cmake)
Run-time dependency flexran_sdk_ldpc_decoder_5gnr found: NO (tried pkgconfig and cmake)
Message: drivers/baseband/turbo_sw: Defining dependency "baseband_turbo_sw"
Has header "cuda.h" : NO 
Has header "sys/epoll.h" : YES 
Run-time dependency zlib found: NO (tried pkgconfig)
Message: Skipping test file test_compressdev.c due to missing external dependency zlib
Run-time dependency pcap found: NO (tried pkgconfig)
Message: Skipping test file test_pcapng.c due to missing external dependency pcap
Compiler for C supports arguments -Wno-format-truncation -Wformat-truncation: YES 
Message: hugepage availability: true
app/test/suites/meson.build:35: WARNING: Test "alarm_autotest" is not defined in any test suite
app/test/suites/meson.build:35: WARNING: Test "cksum_perf_autotest" is not defined in any test suite
app/test/suites/meson.build:35: WARNING: Test "cryptodev_crosscheck" is not defined in any test suite
app/test/suites/meson.build:35: WARNING: Test "ethdev_api" is not defined in any test suite
app/test/suites/meson.build:35: WARNING: Test "event_crypto_adapter_autotest" is not defined in any test suite
app/test/suites/meson.build:35: WARNING: Test "event_eth_rx_adapter_autotest" is not defined in any test suite
app/test/suites/meson.build:35: WARNING: Test "event_eth_rx_intr_adapter_autotest" is not defined in any test suite
app/test/suites/meson.build:35: WARNING: Test "event_timer_adapter_test" is not defined in any test suite
app/test/suites/meson.build:35: WARNING: Test "external_mem_autotest" is not defined in any test suite
app/test/suites/meson.build:35: WARNING: Test "ipsec_sad_autotest" is not defined in any test suite
app/test/suites/meson.build:35: WARNING: Test "power_caps_autotest" is not defined in any test suite
app/test/suites/meson.build:35: WARNING: Test "red_autotest" is not defined in any test suite
app/test/suites/meson.build:35: WARNING: Test "ring_stress_autotest" is not defined in any test suite
app/test/suites/meson.build:35: WARNING: Test "inline_macsec_autotest" is not defined in any test suite
app/test/suites/meson.build:35: WARNING: Test "inline_ipsec_autotest" is not defined in any test suite
app/test/suites/meson.build:35: WARNING: Test "inline_ipsec_sg_autotest" is not defined in any test suite
app/test/suites/meson.build:35: WARNING: Test "event_inline_ipsec_autotest" is not defined in any test suite
app/test/suites/meson.build:35: WARNING: Test "timer_secondary_autotest" is not defined in any test suite
Program test_telemetry.sh found: YES (/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set-Pipeline/dpdk/app/test/suites/test_telemetry.sh)
Program doxygen found: NO
Program sphinx-build found: NO
Configuring rte_build_config.h using configuration
Message: 
=================
Applications Enabled
=================

apps:
	graph, pdump, proc-info, test-acl, test-bbdev, test-cmdline, test-compress-perf, test-crypto-perf, 
	test-dma-perf, test-eventdev, test-fib, test-flow-perf, test-gpudev, test-mldev, test-pipeline, test-pmd, 
	test-regex, test-sad, test-security-perf, test, 

Message: 
=================
Libraries Enabled
=================

libs:
	log, kvargs, argparse, telemetry, eal, ring, rcu, mempool, 
	mbuf, net, meter, ethdev, pci, cmdline, metrics, hash, 
	timer, acl, bbdev, bitratestats, bpf, cfgfile, compressdev, cryptodev, 
	distributor, dmadev, efd, eventdev, dispatcher, gpudev, gro, gso, 
	ip_frag, jobstats, latencystats, lpm, member, pcapng, power, rawdev, 
	regexdev, mldev, rib, reorder, sched, security, stack, vhost, 
	ipsec, pdcp, fib, port, pdump, table, pipeline, graph, 
	node, 

Message: 
===============
Drivers Enabled
===============

common:
	cpt, dpaax, iavf, idpf, ionic, octeontx, cnxk, nfp, 
	nitrox, qat, sfc_efx, 
bus:
	auxiliary, cdx, dpaa, fslmc, ifpga, pci, platform, uacce, 
	vdev, vmbus, 
mempool:
	bucket, cnxk, dpaa, dpaa2, octeontx, ring, stack, 
dma:
	cnxk, dpaa, dpaa2, hisilicon, idxd, ioat, skeleton, 
net:
	af_packet, ark, atlantic, avp, axgbe, bnxt, bond, cnxk, 
	cpfl, cxgbe, dpaa, dpaa2, e1000, ena, enetc, enetfec, 
	enic, failsafe, fm10k, gve, hinic, hns3, i40e, iavf, 
	ice, idpf, igc, ionic, ixgbe, memif, netvsc, nfp, 
	ngbe, null, octeontx, octeon_ep, pfe, qede, ring, sfc, 
	softnic, tap, thunderx, txgbe, vdev_netvsc, vhost, virtio, vmxnet3, 
	
raw:
	cnxk_bphy, cnxk_gpio, dpaa2_cmdif, ntb, skeleton, 
crypto:
	bcmfs, caam_jr, cnxk, dpaa_sec, dpaa2_sec, nitrox, null, octeontx, 
	scheduler, virtio, 
compress:
	nitrox, octeontx, 
regex:
	cn9k, 
ml:
	cnxk, 
vdpa:
	ifc, nfp, sfc, 
event:
	cnxk, dlb2, dpaa, dpaa2, dsw, opdl, skeleton, sw, 
	octeontx, 
baseband:
	acc, fpga_5gnr_fec, fpga_lte_fec, la12xx, null, turbo_sw, 
gpu:
	

Message: 
=================
Content Skipped
=================

apps:
	dumpcap:	missing dependency, "libpcap"
	
libs:
	
drivers:
	common/mvep:	missing dependency, "libmusdk"
	common/mlx5:	missing dependency, "mlx5"
	crypto/qat:	missing dependency, libipsecmb or libcrypto
	net/af_xdp:	missing dependency, "libxdp >=1.2.2" and "libbpf"
	net/bnx2x:	missing dependency, "zlib"
	net/ipn3ke:	missing dependency, "libfdt"
	net/mana:	missing dependency, "ibverbs"
	net/mlx4:	missing dependency, "mlx4"
	net/mlx5:	missing internal dependency, "common_mlx5"
	net/mvneta:	missing dependency, "libmusdk"
	net/mvpp2:	missing dependency, "libmusdk"
	net/nfb:	missing dependency, "libnfb"
	net/pcap:	missing dependency, "libpcap"
	raw/ifpga:	missing dependency, "libfdt"
	crypto/armv8:	missing dependency, "libAArch64crypto"
	crypto/ccp:	missing dependency, "libcrypto"
	crypto/ipsec_mb:	missing dependency, "libIPSec_MB"
	crypto/mlx5:	missing internal dependency, "common_mlx5"
	crypto/mvsam:	missing dependency, "libmusdk"
	crypto/openssl:	missing dependency, "libcrypto"
	crypto/uadk:	missing dependency, "libwd"
	compress/isal:	missing dependency, "libisal"
	compress/mlx5:	missing internal dependency, "common_mlx5"
	compress/zlib:	missing dependency, "zlib"
	regex/mlx5:	missing internal dependency, "common_mlx5"
	vdpa/mlx5:	missing internal dependency, "common_mlx5"
	gpu/cuda:	missing dependency, "cuda.h"
	

Build targets in project: 748

Found ninja-1.10.0 at /usr/bin/ninja

ninja: Entering directory `build'
[1/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[2/2648] Compiling C object 'lib/76b5a35@@rte_log@sta/log_log_linux.c.o'.
[3/2648] Compiling C object 'lib/76b5a35@@rte_kvargs@sta/kvargs_rte_kvargs.c.o'.
[4/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[5/2648] Linking static target lib/librte_kvargs.a.
[6/2648] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o'.
[7/2648] Compiling C object 'lib/76b5a35@@rte_log@sta/log_log.c.o'.
[8/2648] Compiling C object 'lib/76b5a35@@rte_argparse@sta/argparse_rte_argparse.c.o'.
[9/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_config.c.o'.
[10/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.o'.
[11/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o'.
[12/2648] Linking static target lib/librte_log.a.
[13/2648] Linking static target lib/librte_argparse.a.
[14/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_bus.c.o'.
[15/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[16/2648] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_legacy.c.o'.
[17/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[18/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[19/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[20/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_string_fns.c.o'.
[21/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.o'.
[22/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[23/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_uuid.c.o'.
[24/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.o'.
[25/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[26/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_timer.c.o'.
[27/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_reciprocal.c.o'.
[28/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memzone.c.o'.
[29/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_version.c.o'.
[30/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hypervisor.c.o'.
[31/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_cpuflags.c.o'.
[32/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_thread.c.o'.
[33/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_trace_points.c.o'.
[34/2648] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o'.
[35/2648] Linking static target lib/librte_telemetry.a.
[36/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_tailqs.c.o'.
[37/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memory.c.o'.
[38/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_random.c.o'.
[39/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_malloc_elem.c.o'.
[40/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dynmem.c.o'.
[41/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_debug.c.o'.
[42/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_trace.c.o'.
[43/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_malloc.c.o'.
[44/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_trace_ctf.c.o'.
[45/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_options.c.o'.
[46/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_keepalive.c.o'.
[47/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_trace_utils.c.o'.
[48/2648] Generating argparse.sym_chk with a meson_exe.py custom command.
[49/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_hotplug_mp.c.o'.
[50/2648] Generating kvargs.sym_chk with a meson_exe.py custom command.
[51/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_malloc_heap.c.o'.
[52/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_service.c.o'.
[53/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_proc.c.o'.
[54/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_cpuflags.c.o'.
[55/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_malloc_mp.c.o'.
[56/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_file.c.o'.
[57/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_firmware.c.o'.
[58/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_timer.c.o'.
[59/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_filesystem.c.o'.
[60/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_memory.c.o'.
[61/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_thread.c.o'.
[62/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_rte_thread.c.o'.
[63/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_cpuflags.c.o'.
[64/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[65/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_spinlock.c.o'.
[66/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_hypervisor.c.o'.
[67/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_alarm.c.o'.
[68/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_thread.c.o'.
[69/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[70/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_timer.c.o'.
[71/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_hugepage_info.c.o'.
[72/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
[73/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_vfio_mp_sync.c.o'.
[74/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_cycles.c.o'.
[75/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_power_intrinsics.c.o'.
[76/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[77/2648] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
[78/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
[79/2648] Linking static target lib/librte_ring.a.
[80/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memory.c.o'.
[81/2648] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool_ops_default.c.o'.
[82/2648] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool_ops.c.o'.
[83/2648] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_mempool_trace_points.c.o'.
[84/2648] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_ptype.c.o'.
[85/2648] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_pool_ops.c.o'.
[86/2648] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_vfio.c.o'.
[87/2648] Compiling C object 'lib/net/ab5e066@@net_crc_avx512_lib@sta/net_crc_avx512.c.o'.
[88/2648] Linking static target lib/net/libnet_crc_avx512_lib.a.
[89/2648] Linking static target lib/librte_eal.a.
[90/2648] Generating telemetry.sym_chk with a meson_exe.py custom command.
[91/2648] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool.c.o'.
[92/2648] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_arp.c.o'.
[93/2648] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_dyn.c.o'.
[94/2648] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net_crc.c.o'.
[95/2648] Linking static target lib/librte_mempool.a.
[96/2648] Compiling C object 'lib/76b5a35@@rte_net@sta/net_net_crc_sse.c.o'.
[97/2648] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_ether.c.o'.
[98/2648] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net.c.o'.
[99/2648] Compiling C object 'lib/76b5a35@@rte_meter@sta/meter_rte_meter.c.o'.
[100/2648] Compiling C object 'lib/76b5a35@@rte_dmadev@sta/dmadev_rte_dmadev_trace_points.c.o'.
[101/2648] Linking static target lib/librte_net.a.
[102/2648] Linking static target lib/librte_meter.a.
[103/2648] Generating log.sym_chk with a meson_exe.py custom command.
[104/2648] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[105/2648] Linking static target lib/librte_rcu.a.
[106/2648] Linking target lib/librte_log.so.24.1.
[107/2648] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf.c.o'.
[108/2648] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_profile.c.o'.
[109/2648] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_driver.c.o'.
[110/2648] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_private.c.o'.
[111/2648] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_class_eth.c.o'.
[112/2648] Linking static target lib/librte_mbuf.a.
[113/2648] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_cman.c.o'.
[114/2648] Generating symbol file 'lib/76b5a35@@rte_log@sha/librte_log.so.24.1.symbols'.
[115/2648] Linking target lib/librte_kvargs.so.24.1.
[116/2648] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_mtr.c.o'.
[117/2648] Generating ring.sym_chk with a meson_exe.py custom command.
[118/2648] Linking target lib/librte_argparse.so.24.1.
[119/2648] Linking target lib/librte_telemetry.so.24.1.
[120/2648] Generating meter.sym_chk with a meson_exe.py custom command.
[121/2648] Generating net.sym_chk with a meson_exe.py custom command.
[122/2648] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_telemetry.c.o'.
[123/2648] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev_telemetry.c.o'.
[124/2648] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8079.c.o'.
[125/2648] Compiling C object 'lib/76b5a35@@rte_pci@sta/pci_rte_pci.c.o'.
[126/2648] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8472.c.o'.
[127/2648] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.24.1.symbols'.
[128/2648] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_common.c.o'.
[129/2648] Linking static target lib/librte_pci.a.
[130/2648] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline.c.o'.
[131/2648] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_cirbuf.c.o'.
[132/2648] Generating symbol file 'lib/76b5a35@@rte_telemetry@sha/librte_telemetry.so.24.1.symbols'.
[133/2648] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_parse_num.c.o'.
[134/2648] Generating rcu.sym_chk with a meson_exe.py custom command.
[135/2648] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_linux_ethtool.c.o'.
[136/2648] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_parse.c.o'.
[137/2648] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_parse_portlist.c.o'.
[138/2648] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_vt100.c.o'.
[139/2648] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_parse_string.c.o'.
[140/2648] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_socket.c.o'.
[141/2648] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_tm.c.o'.
[142/2648] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_os_unix.c.o'.
[143/2648] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_trace_points.c.o'.
[144/2648] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_8636.c.o'.
[145/2648] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_parse_ipaddr.c.o'.
[146/2648] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_parse_etheraddr.c.o'.
[147/2648] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_hash_crc.c.o'.
[148/2648] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_flow.c.o'.
[149/2648] Compiling C object 'lib/76b5a35@@rte_cmdline@sta/cmdline_cmdline_rdline.c.o'.
[150/2648] Linking static target lib/librte_cmdline.a.
[151/2648] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_thash_gfni.c.o'.
FAILED: lib/76b5a35@@rte_hash@sta/hash_rte_thash_gfni.c.o 
cc -Ilib/76b5a35@@rte_hash@sta -Ilib -I../lib -Ilib/hash -I../lib/hash -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/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initi
 alizers -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.hash -MD -MQ 'lib/76b5a35@@rte_hash@sta/hash_rte_thash_gfni.c.o' -MF 'lib/76b5a35@@rte_hash@sta/hash_rte_thash_gfni.c.o.d' -o 'lib/76b5a35@@rte_hash@sta/hash_rte_thash_gfni.c.o' -c ../lib/hash/rte_thash_gfni.c
In file included from ../lib/hash/rte_thash_gfni.c:9:
../lib/hash/rte_thash_gfni.h: In function 'rte_thash_gfni_bulk':
../lib/hash/rte_thash_gfni.h:73:9: error: too few arguments to function '___rte_thash_gfni_bulk'
   73 |  return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |         ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:30:1: note: declared here
   30 | ___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:73:9: warning: 'return' with a value, in function returning void [-Wreturn-type]
   73 |  return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |         ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:70:1: note: declared here
   70 | rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:71:27: warning: unused parameter 'num' [-Wunused-parameter]
   71 |  uint32_t val[], uint32_t num)
      |                  ~~~~~~~~~^~~
[152/2648] Compiling C object 'lib/76b5a35@@rte_metrics@sta/metrics_rte_metrics.c.o'.
[153/2648] Compiling C object 'lib/76b5a35@@rte_metrics@sta/metrics_rte_metrics_telemetry.c.o'.
[154/2648] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_fbk_hash.c.o'.
[155/2648] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_thash.c.o'.
FAILED: lib/76b5a35@@rte_hash@sta/hash_rte_thash.c.o 
cc -Ilib/76b5a35@@rte_hash@sta -Ilib -I../lib -Ilib/hash -I../lib/hash -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/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initi
 alizers -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.hash -MD -MQ 'lib/76b5a35@@rte_hash@sta/hash_rte_thash.c.o' -MF 'lib/76b5a35@@rte_hash@sta/hash_rte_thash.c.o.d' -o 'lib/76b5a35@@rte_hash@sta/hash_rte_thash.c.o' -c ../lib/hash/rte_thash.c
In file included from ../lib/hash/rte_thash.h:27,
                 from ../lib/hash/rte_thash.c:8:
../lib/hash/rte_thash_gfni.h: In function 'rte_thash_gfni_bulk':
../lib/hash/rte_thash_gfni.h:73:9: error: too few arguments to function '___rte_thash_gfni_bulk'
   73 |  return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |         ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:30:1: note: declared here
   30 | ___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:73:9: warning: 'return' with a value, in function returning void [-Wreturn-type]
   73 |  return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |         ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:70:1: note: declared here
   70 | rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:71:27: warning: unused parameter 'num' [-Wunused-parameter]
   71 |  uint32_t val[], uint32_t num)
      |                  ~~~~~~~~~^~~
[156/2648] Generating pci.sym_chk with a meson_exe.py custom command.
[157/2648] Compiling C object 'lib/76b5a35@@rte_acl@sta/acl_rte_acl.c.o'.
[158/2648] Compiling C object 'lib/76b5a35@@rte_acl@sta/acl_acl_gen.c.o'.
[159/2648] Compiling C object 'lib/76b5a35@@rte_acl@sta/acl_acl_run_scalar.c.o'.
[160/2648] Compiling C object 'lib/76b5a35@@rte_timer@sta/timer_rte_timer.c.o'.
[161/2648] Generating mempool.sym_chk with a meson_exe.py custom command.
[162/2648] Generating mbuf.sym_chk with a meson_exe.py custom command.
[163/2648] Compiling C object 'lib/76b5a35@@rte_acl@sta/acl_acl_bld.c.o'.
[164/2648] Generating cmdline.sym_chk with a meson_exe.py custom command.
[165/2648] Compiling C object 'lib/acl/bb5da3c@@avx2_tmp@sta/acl_run_avx2.c.o'.
[166/2648] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o'.
[167/2648] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.o'.
[168/2648] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.



Test build failed.
https://lab.dpdk.org/results/dashboard/patchsets/29445/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] 4+ messages in thread

* |FAILURE| pw138065 [PATCH v3] hash: put GFNI stubs back
       [not found] <20240306214729.70048-1-stephen@networkplumber.org>
                   ` (2 preceding siblings ...)
  2024-03-06 22:02 ` |FAILURE| pw138065 [PATCH] [v3] " dpdklab
@ 2024-03-06 22:24 ` 0-day Robot
  3 siblings, 0 replies; 4+ messages in thread
From: 0-day Robot @ 2024-03-06 22:24 UTC (permalink / raw)
  To: test-report; +Cc: stephen, robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/138065/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8179401984
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-mini" failed at step Build and test
"ubuntu-22.04-gcc-stdatomic" failed at step Build and test
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
"ubuntu-22.04-gcc-abi+debug+doc+examples+tests" failed at step Build and test
"ubuntu-22.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-22.04-gcc-static-i386" failed at step Build and test
"ubuntu-22.04-gcc-static-mingw" failed at step Build and test
"ubuntu-22.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-22.04-gcc-ppc64le" failed at step Build and test
"ubuntu-22.04-gcc-riscv64" failed at step Build and test
"fedora:39-gcc" failed at step Build
"fedora:39-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-mini" at step Build and test
####################################################################################
In file included from ../lib/hash/rte_thash.h:27,
                 from ../lib/hash/rte_thash.c:8:
../lib/hash/rte_thash_gfni.h: In function ‘rte_thash_gfni_bulk’:
../lib/hash/rte_thash_gfni.h:73:16: error: too few arguments to function ‘___rte_thash_gfni_bulk’
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:30:1: note: declared here
   30 | ___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:73:16: error: ‘return’ with a value, in function returning void [-Werror=return-type]
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:70:1: note: declared here
   70 | rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:71:34: error: unused parameter ‘num’ [-Werror=unused-parameter]
   71 |         uint32_t val[], uint32_t num)
      |                         ~~~~~~~~~^~~
cc1: all warnings being treated as errors
[161/906] Generating cmdline.sym_chk with a meson_exe.py custom command.
[162/906] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o'.
[163/906] Generating eal.sym_chk with a meson_exe.py custom command.
[164/906] Generating ethdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################
FAILED: lib/76b5a35@@rte_hash@sta/hash_rte_thash_gfni.c.o 
ccache gcc -Ilib/76b5a35@@rte_hash@sta -Ilib -I../lib -Ilib/hash -I../lib/hash -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/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.hash -MD -MQ 'lib/76b5a35@@rte_hash@sta/hash_rte_thash_gfni.c.o' -MF 'lib/76b5a35@@rte_hash@sta/hash_rte_thash_gfni.c.o.d' -o 'lib/76b5a35@@rte_hash@sta/hash_rte_thash_gfni.c.o' -c ../lib/hash/rte_thash_gfni.c
In file included from ../lib/hash/rte_thash_gfni.c:9:
../lib/hash/rte_thash_gfni.h: In function ‘rte_thash_gfni_bulk’:
../lib/hash/rte_thash_gfni.h:73:16: error: too few arguments to function ‘___rte_thash_gfni_bulk’
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:30:1: note: declared here
   30 | ___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:73:16: error: ‘return’ with a value, in function returning void [-Werror=return-type]
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:70:1: note: declared here
   70 | rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:71:34: error: unused parameter ‘num’ [-Werror=unused-parameter]
   71 |         uint32_t val[], uint32_t num)
      |                         ~~~~~~~~~^~~
cc1: all warnings being treated as errors
[169/2952] Compiling C object 'lib/76b5a35@@rte_timer@sta/timer_rte_timer.c.o'.
[170/2952] Generating eal.sym_chk with a meson_exe.py custom command.
[171/2952] Generating ethdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Bogus end-of-siblings marker detected at offset 59f7 in .debug_info section
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Bogus end-of-siblings marker detected at offset 5a03 in .debug_info section
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Bogus end-of-siblings marker detected at offset 5a0f in .debug_info section
objdump: Warning: Further warnings about bogus end-of-sibling markers suppressed
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################
In file included from ../lib/hash/rte_thash.h:27,
                 from ../lib/hash/rte_thash.c:8:
../lib/hash/rte_thash_gfni.h: In function ‘rte_thash_gfni_bulk’:
../lib/hash/rte_thash_gfni.h:73:16: error: too few arguments to function ‘___rte_thash_gfni_bulk’
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:30:1: note: declared here
   30 | ___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:73:16: error: ‘return’ with a value, in function returning void [-Werror=return-type]
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:70:1: note: declared here
   70 | rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:71:34: error: unused parameter ‘num’ [-Werror=unused-parameter]
   71 |         uint32_t val[], uint32_t num)
      |                         ~~~~~~~~~^~~
cc1: all warnings being treated as errors
[170/4033] Generating cmdline.sym_chk with a meson_exe.py custom command.
[171/4033] Compiling C object 'lib/76b5a35@@rte_timer@sta/timer_rte_timer.c.o'.
[172/4033] Generating eal.sym_chk with a meson_exe.py custom command.
[173/4033] Generating ethdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
objdump: Warning: Unrecognized form: 0x23
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x23
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x23
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x23
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x23
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
[170/4033] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_flow.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
[166/3201] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_thash_gfni.c.o'.
FAILED: lib/76b5a35@@rte_hash@sta/hash_rte_thash_gfni.c.o 
ccache gcc -Ilib/76b5a35@@rte_hash@sta -Ilib -I../lib -Ilib/hash -I../lib/hash -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/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.hash -MD -MQ 'lib/76b5a35@@rte_hash@sta/hash_rte_thash_gfni.c.o' -MF 'lib/76b5a35@@rte_hash@sta/hash_rte_thash_gfni.c.o.d' -o 'lib/76b5a35@@rte_hash@sta/hash_rte_thash_gfni.c.o' -c ../lib/hash/rte_thash_gfni.c
In file included from ../lib/hash/rte_thash_gfni.c:9:
../lib/hash/rte_thash_gfni.h: In function ‘rte_thash_gfni_bulk’:
../lib/hash/rte_thash_gfni.h:73:16: error: too few arguments to function ‘___rte_thash_gfni_bulk’
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:30:1: note: declared here
   30 | ___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:73:16: error: ‘return’ with a value, in function returning void [-Werror=return-type]
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:70:1: note: declared here
   70 | rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:71:34: error: unused parameter ‘num’ [-Werror=unused-parameter]
   71 |         uint32_t val[], uint32_t num)
      |                         ~~~~~~~~~^~~
cc1: all warnings being treated as errors
[167/3201] Generating eal.sym_chk with a meson_exe.py custom command.
[168/3201] Generating ethdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################
[178/1454] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_thash.c.obj'.
FAILED: lib/76b5a35@@rte_hash@sta/hash_rte_thash.c.obj 
ccache x86_64-w64-mingw32-gcc -Ilib/76b5a35@@rte_hash@sta -Ilib -I../lib -Ilib/hash -I../lib/hash -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/windows/include -I../lib/eal/windows/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/log -I../lib/log -Ilib/kvargs -I../lib/kvargs -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -D_WIN32_WINNT=0x0A00 -D__USE_MINGW_ANSI_STDIO -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.hash -MD -MQ 'lib/76b5a35@@rte_hash@sta/hash_rte_thash.c.obj' -MF 'lib/76b5a35@@rte_hash@sta/hash_rte_thash.c.obj.d' -o 'lib/76b5a35@@rte_hash@sta/hash_rte_thash.c.obj' -c ../lib/hash/rte_thash.c
In file included from ../lib/hash/rte_thash.h:27,
                 from ../lib/hash/rte_thash.c:8:
../lib/hash/rte_thash_gfni.h: In function ‘rte_thash_gfni_bulk’:
../lib/hash/rte_thash_gfni.h:73:9: error: too few arguments to function ‘___rte_thash_gfni_bulk’
   73 |  return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |         ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:30:1: note: declared here
   30 | ___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:73:9: error: ‘return’ with a value, in function returning void [-Werror=return-type]
   73 |  return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |         ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:70:1: note: declared here
   70 | rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:71:27: error: unused parameter ‘num’ [-Werror=unused-parameter]
   71 |  uint32_t val[], uint32_t num)
      |                  ~~~~~~~~~^~~
cc1: all warnings being treated as errors
[179/1454] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.obj'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
                 from ../lib/hash/rte_thash.c:8:
../lib/hash/rte_thash_gfni.h: In function ‘rte_thash_gfni_bulk’:
../lib/hash/rte_thash_gfni.h:73:16: error: too few arguments to function ‘___rte_thash_gfni_bulk’
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:30:1: note: declared here
   30 | ___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:73:16: error: ‘return’ with a value, in function returning void [-Werror=return-type]
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:70:1: note: declared here
   70 | rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:71:34: error: unused parameter ‘num’ [-Werror=unused-parameter]
   71 |         uint32_t val[], uint32_t num)
      |                         ~~~~~~~~~^~~
cc1: all warnings being treated as errors
[157/4173] Generating metrics.sym_chk with a meson_exe.py custom command.
[158/4173] Generating cmdline.sym_chk with a meson_exe.py custom command.
[159/4173] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o'.
[160/4173] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.o'.
[161/4173] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################
                 from ../lib/hash/rte_thash.c:8:
../lib/hash/rte_thash_gfni.h: In function ‘rte_thash_gfni_bulk’:
../lib/hash/rte_thash_gfni.h:73:16: error: too few arguments to function ‘___rte_thash_gfni_bulk’
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:30:1: note: declared here
   30 | ___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:73:16: error: ‘return’ with a value, in function returning void [-Werror=return-type]
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:70:1: note: declared here
   70 | rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:71:34: error: unused parameter ‘num’ [-Werror=unused-parameter]
   71 |         uint32_t val[], uint32_t num)
      |                         ~~~~~~~~~^~~
cc1: all warnings being treated as errors
[158/3467] Generating metrics.sym_chk with a meson_exe.py custom command.
[159/3467] Generating cmdline.sym_chk with a meson_exe.py custom command.
[160/3467] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o'.
[161/3467] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.o'.
[162/3467] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
                 from ../lib/hash/rte_thash.c:8:
../lib/hash/rte_thash_gfni.h: In function ‘rte_thash_gfni_bulk’:
../lib/hash/rte_thash_gfni.h:73:16: error: too few arguments to function ‘___rte_thash_gfni_bulk’
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:30:1: note: declared here
   30 | ___rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:73:16: error: ‘return’ with a value, in function returning void [-Werror=return-type]
   73 |         return ___rte_thash_gfni_bulk(mtrx, len, tuple, val);
      |                ^~~~~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:70:1: note: declared here
   70 | rte_thash_gfni_bulk(const uint64_t *mtrx, int len, uint8_t *tuple[],
      | ^~~~~~~~~~~~~~~~~~~
../lib/hash/rte_thash_gfni.h:71:34: error: unused parameter ‘num’ [-Werror=unused-parameter]
   71 |         uint32_t val[], uint32_t num)
      |                         ~~~~~~~~~^~~
cc1: all warnings being treated as errors
[157/3438] Generating metrics.sym_chk with a meson_exe.py custom command.
[158/3438] Generating cmdline.sym_chk with a meson_exe.py custom command.
[159/3438] Compiling C object 'lib/76b5a35@@rte_hash@sta/hash_rte_cuckoo_hash.c.o'.
[160/3438] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.o'.
[161/3438] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:39-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-gcc" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "fedora:39-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-06 22:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240306214729.70048-1-stephen@networkplumber.org>
2024-03-06 21:23 ` |FAILURE| pw138065 [PATCH v3] hash: put GFNI stubs back qemudev
2024-03-06 21:48 ` |SUCCESS| " checkpatch
2024-03-06 22:02 ` |FAILURE| pw138065 [PATCH] [v3] " dpdklab
2024-03-06 22:24 ` |FAILURE| pw138065 [PATCH v3] " 0-day Robot

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).