automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw138110-138113 [PATCH v8 4/4] test: add unit test for ptr compression
       [not found] <20240307203943.188101-5-paul.szczepanek@arm.com>
@ 2024-03-07 20:17 ` qemudev
  2024-03-07 20:41 ` |SUCCESS| pw138113 " checkpatch
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: qemudev @ 2024-03-07 20:17 UTC (permalink / raw)
  To: test-report; +Cc: Paul Szczepanek, zhoumin

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

_ninja build failure_

Submitter: Paul Szczepanek <paul.szczepanek@arm.com>
Date: Thu,  7 Mar 2024 20:39:40 +0000
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 6bd7a4b20c17a7a26277c2590816413dd48691d4

138110-138113 --> 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/ptr_compress.sym_chk
/usr/bin/meson --internal exe --capture lib/ptr_compress.sym_chk -- /home/zhoumin/gh_dpdk/buildtools/check-symbols.sh /home/zhoumin/gh_dpdk/lib/ptr_compress/version.map lib/librte_ptr_compress.a
Found empty maps:
/home/zhoumin/gh_dpdk/lib/ptr_compress/version.map
[119/2500] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o
[120/2500] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse.c.o
[121/2500] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool.c.o
[122/2500] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o
[123/2500] Compiling C object lib/librte_metrics.a.p/metrics_rte_metrics_telemetry.c.o
[124/2500] Compiling C object lib/librte_hash.a.p/hash_rte_fbk_hash.c.o
[125/2500] Generating argparse.sym_chk with a custom command (wrapped by meson to capture output)
[126/2500] Generating kvargs.sym_chk with a custom command (wrapped by meson to capture output)
[127/2500] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_8636.c.o
[128/2500] Compiling C object lib/librte_metrics.a.p/metrics_rte_metrics.c.o
[129/2500] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio.c.o
[130/2500] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_rdline.c.o
[131/2500] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.o
[132/2500] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev_telemetry.c.o
[133/2500] Compiling C object lib/librte_ipsec.a.p/ipsec_sa.c.o
[134/2500] Compiling C object lib/librte_acl.a.p/acl_acl_gen.c.o
[135/2500] Generating meter.sym_chk with a custom command (wrapped by meson to capture output)
[136/2500] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_tm.c.o
[137/2500] Compiling C object lib/librte_acl.a.p/acl_acl_run_scalar.c.o
[138/2500] Generating log.sym_chk with a custom command (wrapped by meson to capture output)
[139/2500] Compiling C object lib/librte_hash.a.p/hash_rte_thash.c.o
[140/2500] Generating ring.sym_chk with a custom command (wrapped by meson to capture output)
[141/2500] Generating pci.sym_chk with a custom command (wrapped by meson to capture output)
[142/2500] Generating net.sym_chk with a custom command (wrapped by meson to capture output)
[143/2500] Generating telemetry.sym_chk with a custom command (wrapped by meson to capture output)
[144/2500] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.o
[145/2500] Generating timer.sym_chk with a custom command (wrapped by meson to capture output)
[146/2500] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.o
[147/2500] Compiling C object lib/librte_ipsec.a.p/ipsec_esp_outb.c.o
[148/2500] Compiling C object lib/librte_acl.a.p/acl_acl_bld.c.o
[149/2500] Compiling C object lib/librte_ipsec.a.p/ipsec_esp_inb.c.o
[150/2500] Compiling C object lib/librte_hash.a.p/hash_rte_cuckoo_hash.c.o
[151/2500] 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| pw138113 [PATCH v8 4/4] test: add unit test for ptr compression
       [not found] <20240307203943.188101-5-paul.szczepanek@arm.com>
  2024-03-07 20:17 ` |FAILURE| pw138110-138113 [PATCH v8 4/4] test: add unit test for ptr compression qemudev
@ 2024-03-07 20:41 ` checkpatch
  2024-03-07 21:09 ` |FAILURE| pw138110-138113 [PATCH] [v8, " dpdklab
  2024-03-07 21:24 ` |FAILURE| pw138113 [PATCH v8 " 0-day Robot
  3 siblings, 0 replies; 4+ messages in thread
From: checkpatch @ 2024-03-07 20:41 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* |FAILURE| pw138110-138113 [PATCH] [v8, 4/4] test: add unit test for ptr compression
       [not found] <20240307203943.188101-5-paul.szczepanek@arm.com>
  2024-03-07 20:17 ` |FAILURE| pw138110-138113 [PATCH v8 4/4] test: add unit test for ptr compression qemudev
  2024-03-07 20:41 ` |SUCCESS| pw138113 " checkpatch
@ 2024-03-07 21:09 ` dpdklab
  2024-03-07 21:24 ` |FAILURE| pw138113 [PATCH v8 " 0-day Robot
  3 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2024-03-07 21:09 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_build patch failure_

Submitter: Paul Szczepanek <paul.szczepanek@arm.com>
Date: Thursday, March 07 2024 20:39:43 
Applied on: CommitID:a86f381b826660e88794754c41d3aec79ce9b87c
Apply patch set 138110-138113 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 (a86f381b826660e88794754c41d3aec79ce9b87c)
Done: main commit a86f381b826660e88794754c41d3aec79ce9b87c
Trying to checkout branch: origin/main
Checked out to main (a86f381b826660e88794754c41d3aec79ce9b87c)
Applying patch...

Applying: ptr_compress: add pointer compression library
Applying: test: add pointer compress tests to ring perf test
Applying: docs: add pointer compression guide
Applying: test: add unit test for ptr compression


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-rc2
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/ptr_compress: Defining dependency "ptr_compress"
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, ptr_compress, 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: 752

Found ninja-1.10.0 at /usr/bin/ninja

ninja: Entering directory `build'
[1/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_errno.c.o'.
[2/2653] Compiling C object 'lib/76b5a35@@rte_log@sta/log_log_linux.c.o'.
[3/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[4/2653] Compiling C object 'lib/76b5a35@@rte_kvargs@sta/kvargs_rte_kvargs.c.o'.
[5/2653] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o'.
[6/2653] Compiling C object 'lib/76b5a35@@rte_log@sta/log_log.c.o'.
[7/2653] Linking static target lib/librte_kvargs.a.
[8/2653] Compiling C object 'lib/76b5a35@@rte_argparse@sta/argparse_rte_argparse.c.o'.
[9/2653] Linking static target lib/librte_log.a.
[10/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.o'.
[11/2653] Linking static target lib/librte_argparse.a.
[12/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[13/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_config.c.o'.
[14/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o'.
[15/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.o'.
[16/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dev.c.o'.
[17/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_string_fns.c.o'.
[18/2653] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_legacy.c.o'.
[19/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_bus.c.o'.
[20/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[21/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.o'.
[22/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.o'.
[23/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[24/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_uuid.c.o'.
[25/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[26/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_reciprocal.c.o'.
[27/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_version.c.o'.
[28/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_tailqs.c.o'.
[29/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memzone.c.o'.
[30/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_timer.c.o'.
[31/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hypervisor.c.o'.
[32/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_cpuflags.c.o'.
[33/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_thread.c.o'.
[34/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_trace_points.c.o'.
[35/2653] Generating argparse.sym_chk with a meson_exe.py custom command.
[36/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_random.c.o'.
[37/2653] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o'.
[38/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_malloc_elem.c.o'.
[39/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memory.c.o'.
[40/2653] Linking static target lib/librte_telemetry.a.
[41/2653] Generating kvargs.sym_chk with a meson_exe.py custom command.
[42/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_debug.c.o'.
[43/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_malloc.c.o'.
[44/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_dynmem.c.o'.
[45/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_malloc_heap.c.o'.
[46/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_trace_ctf.c.o'.
[47/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_trace.c.o'.
[48/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_trace_utils.c.o'.
[49/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_keepalive.c.o'.
[50/2653] Compiling C object 'lib/76b5a35@@rte_pci@sta/pci_rte_pci.c.o'.
[51/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_hotplug_mp.c.o'.
[52/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_filesystem.c.o'.
[53/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_file.c.o'.
[54/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_options.c.o'.
[55/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_cpuflags.c.o'.
[56/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_malloc_mp.c.o'.
[57/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_firmware.c.o'.
[58/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_rte_service.c.o'.
[59/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_proc.c.o'.
[60/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_timer.c.o'.
[61/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_memory.c.o'.
[62/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_eal_unix_thread.c.o'.
[63/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_hypervisor.c.o'.
[64/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_cpuflags.c.o'.
[65/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_unix_rte_thread.c.o'.
[66/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_spinlock.c.o'.
[67/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_lcore.c.o'.
[68/2653] Linking static target lib/librte_ptr_compress.a.
[69/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_thread.c.o'.
[70/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_alarm.c.o'.
[71/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_timer.c.o'.
[72/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_dev.c.o'.
[73/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_hugepage_info.c.o'.
[74/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_vfio_mp_sync.c.o'.
[75/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_cycles.c.o'.
[76/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal.c.o'.
[77/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_power_intrinsics.c.o'.
[78/2653] Generating log.sym_chk with a meson_exe.py custom command.
[79/2653] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
[80/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[81/2653] Linking target lib/librte_log.so.24.1.
[82/2653] Linking static target lib/librte_ring.a.
[83/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memory.c.o'.
[84/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
[85/2653] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool_ops.c.o'.
[86/2653] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool_ops_default.c.o'.
[87/2653] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_ptype.c.o'.
[88/2653] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_pool_ops.c.o'.
[89/2653] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_mempool_trace_points.c.o'.
[90/2653] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_vfio.c.o'.
[91/2653] Generating ptr_compress.sym_chk with a meson_exe.py custom command.
FAILED: lib/ptr_compress.sym_chk 
/usr/bin/meson --internal exe --capture lib/ptr_compress.sym_chk -- /home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set-Pipeline/dpdk/buildtools/check-symbols.sh /home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set-Pipeline/dpdk/lib/ptr_compress/version.map lib/librte_ptr_compress.a
Found empty maps:
/home-local/jenkins-local/jenkins-agent/workspace/Apply-Custom-Patch-Set-Pipeline/dpdk/lib/ptr_compress/version.map
[92/2653] Linking static target lib/librte_eal.a.
[93/2653] Compiling C object 'lib/net/ab5e066@@net_crc_avx512_lib@sta/net_crc_avx512.c.o'.
[94/2653] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_dyn.c.o'.
[95/2653] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool.c.o'.
[96/2653] Generating symbol file 'lib/76b5a35@@rte_log@sha/librte_log.so.24.1.symbols'.
[97/2653] Generating telemetry.sym_chk with a meson_exe.py custom command.
[98/2653] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net_crc.c.o'.
[99/2653] Compiling C object 'lib/76b5a35@@rte_distributor@sta/distributor_rte_distributor_match_sse.c.o'.
[100/2653] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_ether.c.o'.
[101/2653] Compiling C object 'lib/76b5a35@@rte_net@sta/net_net_crc_sse.c.o'.
[102/2653] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[103/2653] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_arp.c.o'.
[104/2653] Compiling C object 'lib/76b5a35@@rte_net@sta/net_rte_net.c.o'.
[105/2653] Compiling C object 'lib/76b5a35@@rte_meter@sta/meter_rte_meter.c.o'.
[106/2653] Generating ring.sym_chk with a meson_exe.py custom command.
[107/2653] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf.c.o'.
[108/2653] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_driver.c.o'.
ninja: build stopped: subcommand failed.



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

UNH-IOL DPDK Community Lab

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

* |FAILURE| pw138113 [PATCH v8 4/4] test: add unit test for ptr compression
       [not found] <20240307203943.188101-5-paul.szczepanek@arm.com>
                   ` (2 preceding siblings ...)
  2024-03-07 21:09 ` |FAILURE| pw138110-138113 [PATCH] [v8, " dpdklab
@ 2024-03-07 21:24 ` 0-day Robot
  3 siblings, 0 replies; 4+ messages in thread
From: 0-day Robot @ 2024-03-07 21:24 UTC (permalink / raw)
  To: test-report; +Cc: paul.szczepanek, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8194781130
Build Logs:
-----------------------Summary of failed steps-----------------------
"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-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-stdatomic" at step Build and test
####################################################################################
[78/2957] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_thread.c.o'.
[79/2957] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_cpuflags.c.o'.
[80/2957] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
[81/2957] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_timer.c.o'.
[82/2957] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_hypervisor.c.o'.
[83/2957] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_spinlock.c.o'.
[84/2957] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memory.c.o'.
[85/2957] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_vfio_mp_sync.c.o'.
[86/2957] Linking static target lib/librte_ptr_compress.a.
[87/2957] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_vfio.c.o'.
[88/2957] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_power_intrinsics.c.o'.
[89/2957] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_cycles.c.o'.
[90/2957] Linking static target lib/librte_eal.a.
[91/2957] Generating ptr_compress.sym_chk with a meson_exe.py custom command.
FAILED: lib/ptr_compress.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/ptr_compress.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/ptr_compress/version.map lib/librte_ptr_compress.a
Found empty maps:
/home/runner/work/dpdk/dpdk/lib/ptr_compress/version.map
[92/2957] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
[93/2957] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool.c.o'.
[94/2957] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool_ops.c.o'.
[95/2957] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[96/2957] 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-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: 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: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x23
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
####################################################################################
[83/4043] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_thread.c.o'.
[84/4043] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_spinlock.c.o'.
[85/4043] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_hypervisor.c.o'.
[86/4043] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_vfio_mp_sync.c.o'.
[87/4043] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_vfio.c.o'.
[88/4043] Linking static target lib/librte_ptr_compress.a.
[89/4043] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_power_intrinsics.c.o'.
[90/4043] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_cycles.c.o'.
[91/4043] Linking static target lib/librte_eal.a.
[92/4043] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[93/4043] Linking static target lib/librte_rcu.a.
[94/4043] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
[95/4043] Linking static target lib/librte_ring.a.
[96/4043] Generating ptr_compress.sym_chk with a meson_exe.py custom command.
FAILED: lib/ptr_compress.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/ptr_compress.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/ptr_compress/version.map lib/librte_ptr_compress.a
Found empty maps:
/home/runner/work/dpdk/dpdk/lib/ptr_compress/version.map
[97/4043] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool.c.o'.
[98/4043] Generating rcu.sym_chk with a meson_exe.py custom command.
[99/4043] Generating ring.sym_chk with a meson_exe.py custom command.
[100/4043] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf.c.o'.
[101/4043] 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-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: 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: 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
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
####################################################################################
[81/3211] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_timer.c.o'.
[82/3211] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memory.c.o'.
[83/3211] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_cpuflags.c.o'.
[84/3211] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_spinlock.c.o'.
[85/3211] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_hypervisor.c.o'.
[86/3211] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_vfio_mp_sync.c.o'.
[87/3211] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_power_intrinsics.c.o'.
[88/3211] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_x86_rte_cycles.c.o'.
[89/3211] Linking static target lib/librte_ptr_compress.a.
[90/3211] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_vfio.c.o'.
[91/3211] Linking static target lib/librte_eal.a.
[92/3211] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
[93/3211] Linking static target lib/librte_ring.a.
[94/3211] Generating ptr_compress.sym_chk with a meson_exe.py custom command.
FAILED: lib/ptr_compress.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/ptr_compress.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/ptr_compress/version.map lib/librte_ptr_compress.a
Found empty maps:
/home/runner/work/dpdk/dpdk/lib/ptr_compress/version.map
[95/3211] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool.c.o'.
[96/3211] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_flow.c.o'.
[97/3211] Generating ring.sym_chk with a meson_exe.py custom command.
[98/3211] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[99/3211] 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-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
[81/4183] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_arm_rte_cpuflags.c.o'.
[82/4183] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_vfio_mp_sync.c.o'.
[83/4183] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_tm.c.o'.
[84/4183] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memory.c.o'.
[85/4183] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_arm_rte_hypervisor.c.o'.
[86/4183] Linking static target lib/librte_ptr_compress.a.
[87/4183] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_arm_rte_cycles.c.o'.
[88/4183] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
[89/4183] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_arm_rte_power_intrinsics.c.o'.
[90/4183] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool_ops.c.o'.
[91/4183] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
[92/4183] Linking static target lib/librte_ring.a.
[93/4183] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool_ops_default.c.o'.
[94/4183] Generating ptr_compress.sym_chk with a meson_exe.py custom command.
FAILED: lib/ptr_compress.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/ptr_compress.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/ptr_compress/version.map lib/librte_ptr_compress.a
Found empty maps:
/home/runner/work/dpdk/dpdk/lib/ptr_compress/version.map
[95/4183] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_vfio.c.o'.
[96/4183] Generating ring.sym_chk with a meson_exe.py custom command.
[97/4183] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_mempool_trace_points.c.o'.
[98/4183] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[99/4183] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool.c.o'.
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
####################################################################################
[79/3477] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_timer.c.o'.
[80/3477] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_tm.c.o'.
[81/3477] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_interrupts.c.o'.
[82/3477] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_ppc_rte_cycles.c.o'.
[83/3477] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memalloc.c.o'.
[84/3477] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_ppc_rte_hypervisor.c.o'.
[85/3477] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_ppc_rte_cpuflags.c.o'.
[86/3477] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_vfio_mp_sync.c.o'.
[87/3477] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memory.c.o'.
[88/3477] Linking static target lib/librte_ptr_compress.a.
[89/3477] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_ppc_rte_power_intrinsics.c.o'.
[90/3477] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
[91/3477] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool_ops.c.o'.
[92/3477] Generating ptr_compress.sym_chk with a meson_exe.py custom command.
FAILED: lib/ptr_compress.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/ptr_compress.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/ptr_compress/version.map lib/librte_ptr_compress.a
Found empty maps:
/home/runner/work/dpdk/dpdk/lib/ptr_compress/version.map
[93/3477] Linking static target lib/librte_ring.a.
[94/3477] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool_ops_default.c.o'.
[95/3477] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_vfio.c.o'.
[96/3477] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[97/3477] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool.c.o'.
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
####################################################################################
[73/3448] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_riscv_rte_power_intrinsics.c.o'.
[74/3448] Compiling C object 'lib/76b5a35@@rte_ring@sta/ring_rte_ring.c.o'.
[75/3448] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_vfio.c.o'.
[76/3448] Linking static target lib/librte_argparse.a.
[77/3448] Linking static target lib/librte_log.a.
[78/3448] Linking static target lib/librte_ring.a.
[79/3448] Linking static target lib/librte_eal.a.
[80/3448] Linking static target lib/librte_kvargs.a.
[81/3448] Linking static target lib/librte_telemetry.a.
[82/3448] Generating argparse.sym_chk with a meson_exe.py custom command.
[83/3448] Linking static target lib/librte_ptr_compress.a.
[84/3448] Generating kvargs.sym_chk with a meson_exe.py custom command.
[85/3448] Generating ring.sym_chk with a meson_exe.py custom command.
[86/3448] Generating ptr_compress.sym_chk with a meson_exe.py custom command.
FAILED: lib/ptr_compress.sym_chk 
/usr/local/bin/meson --internal exe --capture lib/ptr_compress.sym_chk -- /home/runner/work/dpdk/dpdk/buildtools/check-symbols.sh /home/runner/work/dpdk/dpdk/lib/ptr_compress/version.map lib/librte_ptr_compress.a
Found empty maps:
/home/runner/work/dpdk/dpdk/lib/ptr_compress/version.map
[87/3448] Generating telemetry.sym_chk with a meson_exe.py custom command.
[88/3448] Generating log.sym_chk with a meson_exe.py custom command.
[89/3448] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'.
[90/3448] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool.c.o'.
[91/3448] 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-07 21:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240307203943.188101-5-paul.szczepanek@arm.com>
2024-03-07 20:17 ` |FAILURE| pw138110-138113 [PATCH v8 4/4] test: add unit test for ptr compression qemudev
2024-03-07 20:41 ` |SUCCESS| pw138113 " checkpatch
2024-03-07 21:09 ` |FAILURE| pw138110-138113 [PATCH] [v8, " dpdklab
2024-03-07 21:24 ` |FAILURE| pw138113 [PATCH v8 " 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).