automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw143860-143890 [PATCH 33/33] net/cnxk: add PMD API to retrieve the model string
       [not found] <20240910085909.1514457-34-ndabilpuram@marvell.com>
@ 2024-09-10  9:27 ` qemudev
  2024-09-10  9:33 ` |SUCCESS| pw143890 " checkpatch
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: qemudev @ 2024-09-10  9:27 UTC (permalink / raw)
  To: test-report; +Cc: Nithin Dabilpuram, zhoumin

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

_ninja build failure_

Submitter: Nithin Dabilpuram <ndabilpuram@marvell.com>
Date: Tue, 10 Sep 2024 14:28:37 +0530
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 41dd9a6bc2d9c6e20e139ad713cc9d172572dd43

143860-143890 --> 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: drivers/libtmp_rte_mempool_cnxk.a.p/mempool_cnxk_cnxk_mempool.c.o
cc -Idrivers/libtmp_rte_mempool_cnxk.a.p -Idrivers -I../drivers -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -Ilib/mempool -I../lib/mempool -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/ring -I../lib/ring -Ilib/mbuf -I../lib/mbuf -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Ilib/net -I../lib/net -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -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 -Wdeprecat
 ed -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 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=mempool.cnxk -MD -MQ drivers/libtmp_rte_mempool_cnxk.a.p/mempool_cnxk_cnxk_mempool.c.o -MF drivers/libtmp_rte_mempool_cnxk.a.p/mempool_cnxk_cnxk_mempool.c.o.d -o drivers/libtmp_rte_mempool_cnxk.a.p/mempool_cnxk_cnxk_mempool.c.o -c ../drivers/mempool/cnxk/cnxk_mempool.c
In file included from ../drivers/common/cnxk/roc_api.h:59,
from ../drivers/mempool/cnxk/cnxk_mempool.c:16:
./drivers/common/cnxk/roc_npa.h: In function ‘roc_npa_aura_op_cnt_get’:
./drivers/common/cnxk/roc_npa.h:76:10: warning: implicit declaration of function ‘roc_model_is_cn20k’; did you mean ‘roc_model_is_cn10k’? [-Wimplicit-function-declaration]
shift = roc_model_is_cn20k() ? 47 : 44;
^~~~~~~~~~~~~~~~~~
roc_model_is_cn10k
./drivers/common/cnxk/roc_npa.h:76:10: warning: nested extern declaration of ‘roc_model_is_cn20k’ [-Wnested-externs]
In file included from ../drivers/common/cnxk/roc_api.h:22,
from ../drivers/mempool/cnxk/cnxk_mempool.c:16:
./drivers/mempool/cnxk/cnxk_mempool.c: At top level:
./drivers/mempool/cnxk/cnxk_mempool.c:164:14: error: ‘PCI_SUBSYSTEM_DEVID_CN20KA’ undeclared here (not in a function); did you mean ‘PCI_SUBSYSTEM_DEVID_CN10KA’?
CNXK_PCI_ID(PCI_SUBSYSTEM_DEVID_CN20KA, PCI_DEVID_CNXK_RVU_NPA_PF),
^~~~~~~~~~~~~~~~~~~~~~~~~~
./drivers/common/cnxk/roc_platform.h:330:26: note: in definition of macro ‘CNXK_PCI_ID’
.subsystem_device_id = (subsystem_dev), ^~~~~~~~~~~~~
[699/2535] Compiling C object drivers/librte_mempool_ring.so.25.0.p/meson-generated_.._rte_mempool_ring.pmd.c.o
[700/2535] Compiling C object drivers/libtmp_rte_mempool_cnxk.a.p/mempool_cnxk_cn10k_hwpool_ops.c.o
In file included from ../drivers/common/cnxk/roc_api.h:59,
from ../drivers/mempool/cnxk/cn10k_hwpool_ops.c:8:
./drivers/common/cnxk/roc_npa.h: In function ‘roc_npa_aura_op_cnt_get’:
./drivers/common/cnxk/roc_npa.h:76:10: warning: implicit declaration of function ‘roc_model_is_cn20k’; did you mean ‘roc_model_is_cn10k’? [-Wimplicit-function-declaration]
shift = roc_model_is_cn20k() ? 47 : 44;
^~~~~~~~~~~~~~~~~~
roc_model_is_cn10k
./drivers/common/cnxk/roc_npa.h:76:10: warning: nested extern declaration of ‘roc_model_is_cn20k’ [-Wnested-externs]
[701/2535] Compiling C object drivers/libtmp_rte_mempool_cnxk.a.p/mempool_cnxk_cnxk_mempool_ops.c.o
In file included from ../drivers/common/cnxk/roc_api.h:59,
from ../drivers/mempool/cnxk/cnxk_mempool_ops.c:8:
./drivers/common/cnxk/roc_npa.h: In function ‘roc_npa_aura_op_cnt_get’:
./drivers/common/cnxk/roc_npa.h:76:10: warning: implicit declaration of function ‘roc_model_is_cn20k’; did you mean ‘roc_model_is_cn10k’? [-Wimplicit-function-declaration]
shift = roc_model_is_cn20k() ? 47 : 44;
^~~~~~~~~~~~~~~~~~
roc_model_is_cn10k
./drivers/common/cnxk/roc_npa.h:76:10: warning: nested extern declaration of ‘roc_model_is_cn20k’ [-Wnested-externs]
[702/2535] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_dev_qat_crypto_pmd_gen_lce.c.o
[703/2535] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_tm.c.o
In file included from ../drivers/common/cnxk/roc_api.h:59,
from ../drivers/common/cnxk/roc_nix_tm.c:5:
./drivers/common/cnxk/roc_npa.h: In function ‘roc_npa_aura_op_cnt_get’:
./drivers/common/cnxk/roc_npa.h:76:10: warning: implicit declaration of function ‘roc_model_is_cn20k’; did you mean ‘roc_model_is_cn10k’? [-Wimplicit-function-declaration]
shift = roc_model_is_cn20k() ? 47 : 44;
^~~~~~~~~~~~~~~~~~
roc_model_is_cn10k
./drivers/common/cnxk/roc_npa.h:76:10: warning: nested extern declaration of ‘roc_model_is_cn20k’ [-Wnested-externs]
[704/2535] Compiling C object drivers/libtmp_rte_mempool_octeontx.a.p/mempool_octeontx_rte_mempool_octeontx.c.o
[705/2535] Compiling C object drivers/libtmp_rte_common_qat.a.p/compress_qat_qat_comp.c.o
[706/2535] Compiling C object drivers/libtmp_rte_mempool_stack.a.p/mempool_stack_rte_mempool_stack.c.o
[707/2535] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cnxk_cryptodev_devargs.c.o
[708/2535] Compiling C object drivers/libtmp_rte_mempool_cnxk.a.p/mempool_cnxk_cn10k_mempool_ops.c.o
In file included from ../drivers/common/cnxk/roc_api.h:59,
from ../drivers/mempool/cnxk/cn10k_mempool_ops.c:7:
./drivers/common/cnxk/roc_npa.h: In function ‘roc_npa_aura_op_cnt_get’:
./drivers/common/cnxk/roc_npa.h:76:10: warning: implicit declaration of function ‘roc_model_is_cn20k’; did you mean ‘roc_model_is_cn10k’? [-Wimplicit-function-declaration]
shift = roc_model_is_cn20k() ? 47 : 44;
^~~~~~~~~~~~~~~~~~
roc_model_is_cn10k
./drivers/common/cnxk/roc_npa.h:76:10: warning: nested extern declaration of ‘roc_model_is_cn20k’ [-Wnested-externs]
[709/2535] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_dev_qat_crypto_pmd_gen4.c.o
[710/2535] Compiling C object drivers/libtmp_rte_mempool_octeontx.a.p/mempool_octeontx_octeontx_fpavf.c.o
[711/2535] Compiling C object drivers/libtmp_rte_mempool_dpaa.a.p/mempool_dpaa_dpaa_mempool.c.o
[712/2535] Compiling C object drivers/libtmp_rte_mempool_dpaa2.a.p/mempool_dpaa2_dpaa2_hw_mempool.c.o
[713/2535] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_qat_asym.c.o
[714/2535] Compiling C object drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev.c.o
In file included from ../drivers/common/cnxk/roc_api.h:59,
from ../drivers/dma/cnxk/cnxk_dmadev.h:21,
from ../drivers/dma/cnxk/cnxk_dmadev.c:7:
./drivers/common/cnxk/roc_npa.h: In function ‘roc_npa_aura_op_cnt_get’:
./drivers/common/cnxk/roc_npa.h:76:10: warning: implicit declaration of function ‘roc_model_is_cn20k’; did you mean ‘roc_model_is_cn10k’? [-Wimplicit-function-declaration]
shift = roc_model_is_cn20k() ? 47 : 44;
^~~~~~~~~~~~~~~~~~
roc_model_is_cn10k
./drivers/common/cnxk/roc_npa.h:76:10: warning: nested extern declaration of ‘roc_model_is_cn20k’ [-Wnested-externs]
[715/2535] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_qat_sym_session.c.o
[716/2535] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_dev_qat_crypto_pmd_gen3.c.o
[717/2535] Generating rte_common_nitrox.sym_chk with a custom command (wrapped by meson to capture output)
[718/2535] Compiling C object drivers/libtmp_rte_crypto_dpaa_sec.a.p/crypto_dpaa_sec_dpaa_sec_raw_dp.c.o
[719/2535] Generating rte_common_nfp.sym_chk with a custom command (wrapped by meson to capture output)
[720/2535] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cnxk_cryptodev_ops.c.o
[721/2535] Compiling C object drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev_fp.c.o
In file included from ../drivers/common/cnxk/roc_api.h:59,
from ../drivers/dma/cnxk/cnxk_dmadev.h:21,
from ../drivers/dma/cnxk/cnxk_dmadev_fp.c:7:
./drivers/common/cnxk/roc_npa.h: In function ‘roc_npa_aura_op_cnt_get’:
./drivers/common/cnxk/roc_npa.h:76:10: warning: implicit declaration of function ‘roc_model_is_cn20k’; did you mean ‘roc_model_is_cn10k’? [-Wimplicit-function-declaration]
shift = roc_model_is_cn20k() ? 47 : 44;
^~~~~~~~~~~~~~~~~~
roc_model_is_cn10k
./drivers/common/cnxk/roc_npa.h:76:10: warning: nested extern declaration of ‘roc_model_is_cn20k’ [-Wnested-externs]
[722/2535] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_dev_qat_sym_pmd_gen1.c.o
[723/2535] Generating rte_common_idpf.sym_chk with a custom command (wrapped by meson to capture output)
[724/2535] Compiling C object drivers/libtmp_rte_mempool_bucket.a.p/mempool_bucket_rte_mempool_bucket.c.o
[725/2535] Generating rte_bus_fslmc.sym_chk with a custom command (wrapped by meson to capture output)
[726/2535] Generating rte_bus_dpaa.sym_chk with a custom command (wrapped by meson to capture output)
[727/2535] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_pipeline.c.o
[728/2535] Generating eal.sym_chk with a custom command (wrapped by meson to capture output)
[729/2535] Generating ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[730/2535] Compiling C object drivers/libtmp_rte_crypto_dpaa_sec.a.p/crypto_dpaa_sec_dpaa_sec.c.o
[731/2535] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


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

* |SUCCESS| pw143890 [PATCH 33/33] net/cnxk: add PMD API to retrieve the model string
       [not found] <20240910085909.1514457-34-ndabilpuram@marvell.com>
  2024-09-10  9:27 ` |FAILURE| pw143860-143890 [PATCH 33/33] net/cnxk: add PMD API to retrieve the model string qemudev
@ 2024-09-10  9:33 ` checkpatch
  2024-09-10 10:05 ` |FAILURE| " 0-day Robot
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: checkpatch @ 2024-09-10  9:33 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* |FAILURE| pw143890 [PATCH 33/33] net/cnxk: add PMD API to retrieve the model string
       [not found] <20240910085909.1514457-34-ndabilpuram@marvell.com>
  2024-09-10  9:27 ` |FAILURE| pw143860-143890 [PATCH 33/33] net/cnxk: add PMD API to retrieve the model string qemudev
  2024-09-10  9:33 ` |SUCCESS| pw143890 " checkpatch
@ 2024-09-10 10:05 ` 0-day Robot
  2024-09-10 21:47 ` |FAILURE| pw143860-143890 [PATCH] [33/33] " dpdklab
  2024-09-10 21:53 ` dpdklab
  4 siblings, 0 replies; 5+ messages in thread
From: 0-day Robot @ 2024-09-10 10:05 UTC (permalink / raw)
  To: test-report; +Cc: ndabilpuram, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/10789981896
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-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-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
####################################################################################
ccache gcc -Idrivers/a715181@@tmp_rte_common_cnxk@sta -Idrivers -I../drivers -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -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/pci -I../lib/pci -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -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=pmd.common.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_aes.c.o' -MF 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_aes.c.o.d' -o 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_aes.c.o' -c ../drivers/common/cnxk/roc_aes.c
In file included from ../drivers/common/cnxk/roc_api.h:59,
                 from ../drivers/common/cnxk/roc_aes.c:5:
../drivers/common/cnxk/roc_npa.h: In function ‘roc_npa_aura_op_cnt_get’:
../drivers/common/cnxk/roc_npa.h:76:17: error: implicit declaration of function ‘roc_model_is_cn20k’; did you mean ‘roc_model_is_cn10k’? [-Werror=implicit-function-declaration]
   76 |         shift = roc_model_is_cn20k() ? 47 : 44;
      |                 ^~~~~~~~~~~~~~~~~~
      |                 roc_model_is_cn10k
../drivers/common/cnxk/roc_npa.h:76:17: error: nested extern declaration of ‘roc_model_is_cn20k’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[738/3033] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command.
[739/3033] Compiling C object 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_cpt_debug.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_cpt_debug.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_common_cnxk@sta -Idrivers -I../drivers -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -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/pci -I../lib/pci -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -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=pmd.common.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_cpt_debug.c.o' -MF 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_cpt_debug.c.o.d' -o 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_cpt_debug.c.o' -c ../drivers/common/cnxk/roc_cpt_debug.c
In file included from ../drivers/common/cnxk/roc_api.h:59,
                 from ../drivers/common/cnxk/roc_cpt_debug.c:5:
../drivers/common/cnxk/roc_npa.h: In function ‘roc_npa_aura_op_cnt_get’:
../drivers/common/cnxk/roc_npa.h:76:17: error: implicit declaration of function ‘roc_model_is_cn20k’; did you mean ‘roc_model_is_cn10k’? [-Werror=implicit-function-declaration]
   76 |         shift = roc_model_is_cn20k() ? 47 : 44;
      |                 ^~~~~~~~~~~~~~~~~~
      |                 roc_model_is_cn10k
../drivers/common/cnxk/roc_npa.h:76:17: error: nested extern declaration of ‘roc_model_is_cn20k’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
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
####################################################################################
        shift = roc_model_is_cn20k() ? 47 : 44;
                ^
../drivers/common/cnxk/roc_npa.h:76:10: note: did you mean 'roc_model_is_cn10k'?
../drivers/common/cnxk/roc_model.h:107:1: note: 'roc_model_is_cn10k' declared here
roc_model_is_cn10k(void)
^
In file included from ../drivers/common/cnxk/roc_ae.c:5:
In file included from ../drivers/common/cnxk/roc_api.h:59:
../drivers/common/cnxk/roc_npa.h:97:10: error: implicit declaration of function 'roc_model_is_cn20k' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        shift = roc_model_is_cn20k() ? 47 : 44;
                ^
../drivers/common/cnxk/roc_npa.h:111:10: error: implicit declaration of function 'roc_model_is_cn20k' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        shift = roc_model_is_cn20k() ? 47 : 44;
                ^
../drivers/common/cnxk/roc_npa.h:129:10: error: implicit declaration of function 'roc_model_is_cn20k' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        shift = roc_model_is_cn20k() ? 47 : 44;
                ^
../drivers/common/cnxk/roc_npa.h:143:10: error: implicit declaration of function 'roc_model_is_cn20k' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        shift = roc_model_is_cn20k() ? 47 : 44;
                ^
5 errors generated.
[728/3033] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command.
[729/3033] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
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-debug+doc+examples+tests" at step Build and test
####################################################################################
../drivers/common/cnxk/roc_npa.h: In function ‘roc_npa_aura_op_cnt_get’:
../drivers/common/cnxk/roc_npa.h:76:17: error: implicit declaration of function ‘roc_model_is_cn20k’; did you mean ‘roc_model_is_cn10k’? [-Werror=implicit-function-declaration]
   76 |         shift = roc_model_is_cn20k() ? 47 : 44;
      |                 ^~~~~~~~~~~~~~~~~~
      |                 roc_model_is_cn10k
../drivers/common/cnxk/roc_npa.h:76:17: error: nested extern declaration of ‘roc_model_is_cn20k’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[750/4118] Compiling C object 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_ae_fpm_tables.c.o'.
[751/4118] Compiling C object 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_ae.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_ae.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_common_cnxk@sta -Idrivers -I../drivers -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -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/pci -I../lib/pci -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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=pmd.common.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_ae.c.o' -MF 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_ae.c.o.d' -o 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_ae.c.o' -c ../drivers/common/cnxk/roc_ae.c
In file included from ../drivers/common/cnxk/roc_api.h:59,
                 from ../drivers/common/cnxk/roc_ae.c:5:
../drivers/common/cnxk/roc_npa.h: In function ‘roc_npa_aura_op_cnt_get’:
../drivers/common/cnxk/roc_npa.h:76:17: error: implicit declaration of function ‘roc_model_is_cn20k’; did you mean ‘roc_model_is_cn10k’? [-Werror=implicit-function-declaration]
   76 |         shift = roc_model_is_cn20k() ? 47 : 44;
      |                 ^~~~~~~~~~~~~~~~~~
      |                 roc_model_is_cn10k
../drivers/common/cnxk/roc_npa.h:76:17: error: nested extern declaration of ‘roc_model_is_cn20k’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[752/4118] Generating rte_bus_vmbus.sym_chk with a meson_exe.py custom command.
[753/4118] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command.
[754/4118] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-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: 0x23
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: 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: 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: 0x23
objdump: Warning: Unrecognized form: 0x22
[750/4118] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_virtio_net.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-shared-aarch64" at step Build and test
####################################################################################
FAILED: drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_aes.c.o 
ccache aarch64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_common_cnxk@sta -Idrivers -I../drivers -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/pci -I../lib/pci -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -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=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.common.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_aes.c.o' -MF 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_aes.c.o.d' -o 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_aes.c.o' -c ../drivers/common/cnxk/roc_aes.c
In file included from ../drivers/common/cnxk/roc_api.h:59,
                 from ../drivers/common/cnxk/roc_aes.c:5:
../drivers/common/cnxk/roc_npa.h: In function ‘roc_npa_aura_op_cnt_get’:
../drivers/common/cnxk/roc_npa.h:76:17: error: implicit declaration of function ‘roc_model_is_cn20k’; did you mean ‘roc_model_is_cn10k’? [-Werror=implicit-function-declaration]
   76 |         shift = roc_model_is_cn20k() ? 47 : 44;
      |                 ^~~~~~~~~~~~~~~~~~
      |                 roc_model_is_cn10k
../drivers/common/cnxk/roc_npa.h:76:17: error: nested extern declaration of ‘roc_model_is_cn20k’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[732/4283] Compiling C object 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_eswitch.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_eswitch.c.o 
ccache aarch64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_common_cnxk@sta -Idrivers -I../drivers -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/pci -I../lib/pci -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -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=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.common.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_eswitch.c.o' -MF 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_eswitch.c.o.d' -o 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_eswitch.c.o' -c ../drivers/common/cnxk/roc_eswitch.c
In file included from ../drivers/common/cnxk/roc_api.h:59,
                 from ../drivers/common/cnxk/roc_eswitch.c:7:
../drivers/common/cnxk/roc_npa.h: In function ‘roc_npa_aura_op_cnt_get’:
../drivers/common/cnxk/roc_npa.h:76:17: error: implicit declaration of function ‘roc_model_is_cn20k’; did you mean ‘roc_model_is_cn10k’? [-Werror=implicit-function-declaration]
   76 |         shift = roc_model_is_cn20k() ? 47 : 44;
      |                 ^~~~~~~~~~~~~~~~~~
      |                 roc_model_is_cn10k
../drivers/common/cnxk/roc_npa.h:76:17: error: nested extern declaration of ‘roc_model_is_cn20k’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
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
####################################################################################
In file included from ../drivers/common/cnxk/roc_api.h:59,
                 from ../drivers/common/cnxk/roc_aes.c:5:
../drivers/common/cnxk/roc_npa.h: In function ‘roc_npa_aura_op_cnt_get’:
../drivers/common/cnxk/roc_npa.h:76:17: error: implicit declaration of function ‘roc_model_is_cn20k’; did you mean ‘roc_model_is_cn10k’? [-Werror=implicit-function-declaration]
   76 |         shift = roc_model_is_cn20k() ? 47 : 44;
      |                 ^~~~~~~~~~~~~~~~~~
      |                 roc_model_is_cn10k
../drivers/common/cnxk/roc_npa.h:76:17: error: nested extern declaration of ‘roc_model_is_cn20k’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[730/3511] Compiling C object 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_eswitch.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_eswitch.c.o 
ccache powerpc64le-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_common_cnxk@sta -Idrivers -I../drivers -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/ppc/include -I../lib/eal/ppc/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/pci -I../lib/pci -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -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-psabi -D_GNU_SOURCE -fPIC -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.common.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_eswitch.c.o' -MF 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_eswitch.c.o.d' -o 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_eswitch.c.o' -c ../drivers/common/cnxk/roc_eswitch.c
In file included from ../drivers/common/cnxk/roc_api.h:59,
                 from ../drivers/common/cnxk/roc_eswitch.c:7:
../drivers/common/cnxk/roc_npa.h: In function ‘roc_npa_aura_op_cnt_get’:
../drivers/common/cnxk/roc_npa.h:76:17: error: implicit declaration of function ‘roc_model_is_cn20k’; did you mean ‘roc_model_is_cn10k’? [-Werror=implicit-function-declaration]
   76 |         shift = roc_model_is_cn20k() ? 47 : 44;
      |                 ^~~~~~~~~~~~~~~~~~
      |                 roc_model_is_cn10k
../drivers/common/cnxk/roc_npa.h:76:17: error: nested extern declaration of ‘roc_model_is_cn20k’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[731/3511] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
[732/3511] Generating rte_bus_fslmc.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 ../drivers/common/cnxk/roc_aes.c:5:
../drivers/common/cnxk/roc_npa.h: In function ‘roc_npa_aura_op_cnt_get’:
../drivers/common/cnxk/roc_npa.h:76:17: error: implicit declaration of function ‘roc_model_is_cn20k’; did you mean ‘roc_model_is_cn10k’? [-Werror=implicit-function-declaration]
   76 |         shift = roc_model_is_cn20k() ? 47 : 44;
      |                 ^~~~~~~~~~~~~~~~~~
      |                 roc_model_is_cn10k
../drivers/common/cnxk/roc_npa.h:76:17: error: nested extern declaration of ‘roc_model_is_cn20k’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[725/3482] Compiling C object 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_eswitch.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_eswitch.c.o 
ccache riscv64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_common_cnxk@sta -Idrivers -I../drivers -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/riscv/include -I../lib/eal/riscv/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/pci -I../lib/pci -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -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=rv64gc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.common.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_eswitch.c.o' -MF 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_eswitch.c.o.d' -o 'drivers/a715181@@tmp_rte_common_cnxk@sta/common_cnxk_roc_eswitch.c.o' -c ../drivers/common/cnxk/roc_eswitch.c
In file included from ../drivers/common/cnxk/roc_api.h:59,
                 from ../drivers/common/cnxk/roc_eswitch.c:7:
../drivers/common/cnxk/roc_npa.h: In function ‘roc_npa_aura_op_cnt_get’:
../drivers/common/cnxk/roc_npa.h:76:17: error: implicit declaration of function ‘roc_model_is_cn20k’; did you mean ‘roc_model_is_cn10k’? [-Werror=implicit-function-declaration]
   76 |         shift = roc_model_is_cn20k() ? 47 : 44;
      |                 ^~~~~~~~~~~~~~~~~~
      |                 roc_model_is_cn10k
../drivers/common/cnxk/roc_npa.h:76:17: error: nested extern declaration of ‘roc_model_is_cn20k’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[726/3482] Generating rte_bus_vmbus.pmd.c with a custom command.
[727/3482] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
[728/3482] Generating rte_bus_fslmc.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] 5+ messages in thread

* |FAILURE| pw143860-143890 [PATCH] [33/33] net/cnxk: add PMD API to retrieve the model string
       [not found] <20240910085909.1514457-34-ndabilpuram@marvell.com>
                   ` (2 preceding siblings ...)
  2024-09-10 10:05 ` |FAILURE| " 0-day Robot
@ 2024-09-10 21:47 ` dpdklab
  2024-09-10 21:53 ` dpdklab
  4 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2024-09-10 21:47 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_build patch failure_

Submitter: Nithin Dabilpuram <ndabilpuram@marvell.com>
Date: Tuesday, September 10 2024 08:59:09 
Applied on: CommitID:41dd9a6bc2d9c6e20e139ad713cc9d172572dd43
Apply patch set 143860-143890 failed:


<!doctype html>
<html lang="en">
<head>
  <title>Not Found</title>
</head>
<body>
  <h1>Not Found</h1><p>The requested resource was not found on this server.</p>
</body>
</html>

https://lab.dpdk.org/results/dashboard/patchsets/30987/

UNH-IOL DPDK Community Lab

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

* |FAILURE| pw143860-143890 [PATCH] [33/33] net/cnxk: add PMD API to retrieve the model string
       [not found] <20240910085909.1514457-34-ndabilpuram@marvell.com>
                   ` (3 preceding siblings ...)
  2024-09-10 21:47 ` |FAILURE| pw143860-143890 [PATCH] [33/33] " dpdklab
@ 2024-09-10 21:53 ` dpdklab
  4 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2024-09-10 21:53 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_build patch failure_

Submitter: Nithin Dabilpuram <ndabilpuram@marvell.com>
Date: Tuesday, September 10 2024 08:59:09 
Applied on: CommitID:41dd9a6bc2d9c6e20e139ad713cc9d172572dd43
Apply patch set 143860-143890 failed:


<!doctype html>
<html lang="en">
<head>
  <title>Not Found</title>
</head>
<body>
  <h1>Not Found</h1><p>The requested resource was not found on this server.</p>
</body>
</html>

https://lab.dpdk.org/results/dashboard/patchsets/30987/

UNH-IOL DPDK Community Lab

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

end of thread, other threads:[~2024-09-10 21:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240910085909.1514457-34-ndabilpuram@marvell.com>
2024-09-10  9:27 ` |FAILURE| pw143860-143890 [PATCH 33/33] net/cnxk: add PMD API to retrieve the model string qemudev
2024-09-10  9:33 ` |SUCCESS| pw143890 " checkpatch
2024-09-10 10:05 ` |FAILURE| " 0-day Robot
2024-09-10 21:47 ` |FAILURE| pw143860-143890 [PATCH] [33/33] " dpdklab
2024-09-10 21:53 ` dpdklab

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