automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw127073-127083 [PATCH v2 10/10] net/cpfl: support hairpin bind/unbind
       [not found] <20230519051055.106893-12-beilei.xing@intel.com>
@ 2023-05-19  5:25 ` qemudev
  2023-05-19  5:36 ` |SUCCESS| pw127083 " checkpatch
  2023-05-19  6:19 ` |FAILURE| " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: qemudev @ 2023-05-19  5:25 UTC (permalink / raw)
  To: test-report; +Cc: beilei.xing, zhoumin

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

_ninja build failure_

Submitter: Xing, Beilei <beilei.xing@intel.com>
Date: Fri, 19 May 2023 05:10:45 +0000
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: a399d7b5a994e335c446d4b15d7622d71dd8848c

127073-127083 --> 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_common_idpf.a.p/common_idpf_idpf_common_virtchnl.c.o
cc -Idrivers/libtmp_rte_common_idpf.a.p -Idrivers -I../drivers -Idrivers/common/idpf -I../drivers/common/idpf -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/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTE
 RNAL_API -Wno-format-truncation -Wno-unused-value -Wno-unused-variable -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.common.idpf -MD -MQ drivers/libtmp_rte_common_idpf.a.p/common_idpf_idpf_common_virtchnl.c.o -MF drivers/libtmp_rte_common_idpf.a.p/common_idpf_idpf_common_virtchnl.c.o.d -o drivers/libtmp_rte_common_idpf.a.p/common_idpf_idpf_common_virtchnl.c.o -c ../drivers/common/idpf/idpf_common_virtchnl.c
In file included from ../drivers/common/idpf/idpf_common_virtchnl.c:5:
./drivers/common/idpf/idpf_common_virtchnl.h:79:14: warning: ‘struct virtchnl2_queue_group_id’ declared inside parameter list will not be visible outside of this definition or declaration
struct virtchnl2_queue_group_id *qg_ids);
^~~~~~~~~~~~~~~~~~~~~~~~
./drivers/common/idpf/idpf_common_virtchnl.h:83:17: warning: ‘struct virtchnl2_add_queue_groups’ declared inside parameter list will not be visible outside of this definition or declaration
struct virtchnl2_add_queue_groups *ptp_queue_grps_info,
^~~~~~~~~~~~~~~~~~~~~~~~~~
./drivers/common/idpf/idpf_common_virtchnl.c:403:17: warning: ‘struct virtchnl2_add_queue_groups’ declared inside parameter list will not be visible outside of this definition or declaration
struct virtchnl2_add_queue_groups *p2p_queue_grps_info,
^~~~~~~~~~~~~~~~~~~~~~~~~~
./drivers/common/idpf/idpf_common_virtchnl.c:402:1: error: conflicting types for ‘idpf_vc_queue_grps_add’
idpf_vc_queue_grps_add(struct idpf_vport *vport,
^~~~~~~~~~~~~~~~~~~~~~
In file included from ../drivers/common/idpf/idpf_common_virtchnl.c:5:
./drivers/common/idpf/idpf_common_virtchnl.h:82:1: note: previous declaration of ‘idpf_vc_queue_grps_add’ was here
idpf_vc_queue_grps_add(struct idpf_vport *vport,
^~~~~~~~~~~~~~~~~~~~~~
./drivers/common/idpf/idpf_common_virtchnl.c: In function ‘idpf_vc_queue_grps_add’:
./drivers/common/idpf/idpf_common_virtchnl.c:411:16: error: dereferencing pointer to incomplete type ‘struct virtchnl2_add_queue_groups’
size = sizeof(*p2p_queue_grps_info) +
^~~~~~~~~~~~~~~~~~~~
./drivers/common/idpf/idpf_common_virtchnl.c:413:13: error: invalid application of ‘sizeof’ to incomplete type ‘struct virtchnl2_queue_group_info’
sizeof(struct virtchnl2_queue_group_info);
^~~~~~
./drivers/common/idpf/idpf_common_virtchnl.c:416:13: error: ‘VIRTCHNL2_OP_ADD_QUEUE_GROUPS’ undeclared (first use in this function); did you mean ‘VIRTCHNL2_OP_ADD_QUEUES’?
args.ops = VIRTCHNL2_OP_ADD_QUEUE_GROUPS;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTCHNL2_OP_ADD_QUEUES
./drivers/common/idpf/idpf_common_virtchnl.c:416:13: note: each undeclared identifier is reported only once for each function it appears in
./drivers/common/idpf/idpf_common_virtchnl.c: At top level:
./drivers/common/idpf/idpf_common_virtchnl.c:435:13: warning: ‘struct virtchnl2_queue_group_id’ declared inside parameter list will not be visible outside of this definition or declaration
struct virtchnl2_queue_group_id *qg_ids)
^~~~~~~~~~~~~~~~~~~~~~~~
./drivers/common/idpf/idpf_common_virtchnl.c:433:5: error: conflicting types for ‘idpf_vc_queue_grps_del’
int idpf_vc_queue_grps_del(struct idpf_vport *vport,
^~~~~~~~~~~~~~~~~~~~~~
In file included from ../drivers/common/idpf/idpf_common_virtchnl.c:5:
./drivers/common/idpf/idpf_common_virtchnl.h:77:5: note: previous declaration of ‘idpf_vc_queue_grps_del’ was here
int idpf_vc_queue_grps_del(struct idpf_vport *vport,
^~~~~~~~~~~~~~~~~~~~~~
./drivers/common/idpf/idpf_common_virtchnl.c: In function ‘idpf_vc_queue_grps_del’:
./drivers/common/idpf/idpf_common_virtchnl.c:443:16: error: dereferencing pointer to incomplete type ‘struct virtchnl2_delete_queue_groups’
size = sizeof(*vc_del_q_grps) +
^~~~~~~~~~~~~~
./drivers/common/idpf/idpf_common_virtchnl.c:444:35: error: invalid application of ‘sizeof’ to incomplete type ‘struct virtchnl2_queue_group_id’
(num_q_grps - 1) 1.txt 2.txt 3.txt ABI_VERSION app build buildtools config cscope.out devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README tags test-report.txt usertools VERSION sizeof(struct virtchnl2_queue_group_id);
^~~~~~
./drivers/common/idpf/idpf_common_virtchnl.c:450:29: error: invalid application of ‘sizeof’ to incomplete type ‘struct virtchnl2_queue_group_id’
num_q_grps 1.txt 2.txt 3.txt ABI_VERSION app build buildtools config cscope.out devtools doc drivers dts examples kernel last_gpr.txt lib license MAINTAINERS Makefile meson.build meson_options.txt README tags test-report.txt usertools VERSION sizeof(struct virtchnl2_queue_group_id));
^~~~~~
./drivers/common/idpf/idpf_common_virtchnl.c:453:13: error: ‘VIRTCHNL2_OP_DEL_QUEUE_GROUPS’ undeclared (first use in this function); did you mean ‘VIRTCHNL2_OP_DEL_QUEUES’?
args.ops = VIRTCHNL2_OP_DEL_QUEUE_GROUPS;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VIRTCHNL2_OP_DEL_QUEUES
[383/2869] Compiling C object drivers/libtmp_rte_common_idpf.a.p/common_idpf_base_idpf_common.c.o
[384/2869] Generating member.sym_chk with a custom command (wrapped by meson to capture output)
[385/2869] Compiling C object drivers/libtmp_rte_common_dpaax.a.p/common_dpaax_dpaa_of.c.o
[386/2869] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_devargs.c.o
[387/2869] Compiling C object drivers/libtmp_rte_common_idpf.a.p/common_idpf_idpf_common_device.c.o
In file included from ../drivers/common/idpf/idpf_common_device.c:7:
./drivers/common/idpf/idpf_common_virtchnl.h:79:14: warning: ‘struct virtchnl2_queue_group_id’ declared inside parameter list will not be visible outside of this definition or declaration
struct virtchnl2_queue_group_id *qg_ids);
^~~~~~~~~~~~~~~~~~~~~~~~
./drivers/common/idpf/idpf_common_virtchnl.h:83:17: warning: ‘struct virtchnl2_add_queue_groups’ declared inside parameter list will not be visible outside of this definition or declaration
struct virtchnl2_add_queue_groups *ptp_queue_grps_info,
^~~~~~~~~~~~~~~~~~~~~~~~~~
[388/2869] Compiling C object drivers/libtmp_rte_common_iavf.a.p/common_iavf_iavf_common.c.o
[389/2869] Generating rte_common_cpt.pmd.c with a custom command
[390/2869] Compiling C object drivers/libtmp_rte_common_idpf.a.p/common_idpf_base_idpf_controlq.c.o
[391/2869] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
[392/2869] Generating ipsec.sym_chk with a custom command (wrapped by meson to capture output)
[393/2869] Generating hash.sym_chk with a custom command (wrapped by meson to capture output)
[394/2869] Generating pdump.sym_chk with a custom command (wrapped by meson to capture output)
[395/2869] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_ipsec.c.o
[396/2869] Generating mldev.sym_chk with a custom command (wrapped by meson to capture output)
[397/2869] Generating node.sym_chk with a custom command (wrapped by meson to capture output)
[398/2869] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_ethdev.c.o
[399/2869] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev.c.o
[400/2869] Compiling C object lib/librte_vhost.a.p/vhost_vhost_crypto.c.o
[401/2869] Generating cryptodev.sym_chk with a custom command (wrapped by meson to capture output)
[402/2869] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_cnxk_ethdev_mtr.c.o
[403/2869] Generating sched.sym_chk with a custom command (wrapped by meson to capture output)
[404/2869] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_ctl.c.o
[405/2869] Generating port.sym_chk with a custom command (wrapped by meson to capture output)
[406/2869] Generating graph.sym_chk with a custom command (wrapped by meson to capture output)
[407/2869] Generating table.sym_chk with a custom command (wrapped by meson to capture output)
[408/2869] Compiling C object drivers/libtmp_rte_common_idpf.a.p/common_idpf_idpf_common_rxtx.c.o
[409/2869] Generating eventdev.sym_chk with a custom command (wrapped by meson to capture output)
[410/2869] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_pipeline_spec.c.o
[411/2869] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_table_action.c.o
[412/2869] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_hwrm.c.o
[413/2869] Generating eal.sym_chk with a custom command (wrapped by meson to capture output)
[414/2869] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_pipeline.c.o
[415/2869] 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] 3+ messages in thread

* |SUCCESS| pw127083 [PATCH v2 10/10] net/cpfl: support hairpin bind/unbind
       [not found] <20230519051055.106893-12-beilei.xing@intel.com>
  2023-05-19  5:25 ` |FAILURE| pw127073-127083 [PATCH v2 10/10] net/cpfl: support hairpin bind/unbind qemudev
@ 2023-05-19  5:36 ` checkpatch
  2023-05-19  6:19 ` |FAILURE| " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2023-05-19  5:36 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* |FAILURE| pw127083 [PATCH v2 10/10] net/cpfl: support hairpin bind/unbind
       [not found] <20230519051055.106893-12-beilei.xing@intel.com>
  2023-05-19  5:25 ` |FAILURE| pw127073-127083 [PATCH v2 10/10] net/cpfl: support hairpin bind/unbind qemudev
  2023-05-19  5:36 ` |SUCCESS| pw127083 " checkpatch
@ 2023-05-19  6:19 ` 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2023-05-19  6:19 UTC (permalink / raw)
  To: test-report; +Cc: beilei.xing, robot

From: robot@bytheb.org

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

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

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-abi+debug+doc+tests" at step Build and test
####################################################################################
[549/4342] Generating symbol file 'drivers/a715181@@rte_common_dpaax@sha/librte_common_dpaax.so.23.2.symbols'.
[550/4342] Generating rte_common_iavf.pmd.c with a custom command.
[551/4342] Compiling C object 'drivers/a715181@@rte_common_iavf@sta/meson-generated_.._rte_common_iavf.pmd.c.o'.
[552/4342] Linking static target drivers/librte_common_iavf.a.
[553/4342] Compiling C object 'drivers/common/idpf/281975e@@idpf_common_avx512_lib@sta/idpf_common_rxtx_avx512.c.o'.
[554/4342] Compiling C object 'drivers/a715181@@rte_common_iavf@sha/meson-generated_.._rte_common_iavf.pmd.c.o'.
[555/4342] Linking static target drivers/common/idpf/libidpf_common_avx512_lib.a.
[556/4342] Generating rte_common_iavf.sym_chk with a meson_exe.py custom command.
[557/4342] Linking target drivers/librte_common_iavf.so.23.2.
[558/4342] Generating symbol file 'drivers/a715181@@rte_common_iavf@sha/librte_common_iavf.so.23.2.symbols'.
[559/4342] Compiling C object 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_common_idpf@sta -Idrivers -I../drivers -Idrivers/common/idpf -I../drivers/common/idpf -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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 -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DCC_AVX512_SUPPORT -Wno-unused-value -Wno-unused-variable -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.common.idpf -MD -MQ 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o' -MF 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o.d' -o 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o' -c ../drivers/common/idpf/idpf_common_device.c
In file included from ../drivers/common/idpf/idpf_common_device.c:7:
../drivers/common/idpf/idpf_common_virtchnl.h:79:14: error: ‘struct virtchnl2_queue_group_id’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
   79 |       struct virtchnl2_queue_group_id *qg_ids);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
../drivers/common/idpf/idpf_common_virtchnl.h:83:17: error: ‘struct virtchnl2_add_queue_groups’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
   83 |          struct virtchnl2_add_queue_groups *ptp_queue_grps_info,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[560/4342] Compiling C object 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_rxtx.c.o'.
[561/4342] 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-20.04-gcc-abi+debug+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[553/4342] Generating rte_common_iavf.pmd.c with a custom command.
[554/4342] Compiling C object 'drivers/a715181@@rte_common_iavf@sta/meson-generated_.._rte_common_iavf.pmd.c.o'.
[555/4342] Linking static target drivers/librte_common_iavf.a.
[556/4342] Linking target lib/librte_pipeline.so.23.2.
[557/4342] Generating rte_common_dpaax.sym_chk with a meson_exe.py custom command.
[558/4342] Linking target drivers/librte_common_dpaax.so.23.2.
[559/4342] Generating symbol file 'lib/76b5a35@@rte_pipeline@sha/librte_pipeline.so.23.2.symbols'.
[560/4342] Compiling C object 'drivers/a715181@@rte_common_iavf@sha/meson-generated_.._rte_common_iavf.pmd.c.o'.
[561/4342] Generating symbol file 'drivers/a715181@@rte_common_dpaax@sha/librte_common_dpaax.so.23.2.symbols'.
[562/4342] Generating rte_common_iavf.sym_chk with a meson_exe.py custom command.
[563/4342] Compiling C object 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_common_idpf@sta -Idrivers -I../drivers -Idrivers/common/idpf -I../drivers/common/idpf -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Xclang -fcolor-diagnostics -fsanitize=address -fno-omit-frame-pointer -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DCC_AVX512_SUPPORT -Wno-unused-value -Wno-unused-variable -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.common.idpf -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o' -MF 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o.d' -o 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o' -c ../drivers/common/idpf/idpf_common_device.c
In file included from ../drivers/common/idpf/idpf_common_device.c:7:
../drivers/common/idpf/idpf_common_virtchnl.h:79:14: error: declaration of 'struct virtchnl2_queue_group_id' will not be visible outside of this function [-Werror,-Wvisibility]
                           struct virtchnl2_queue_group_id *qg_ids);
                                  ^
../drivers/common/idpf/idpf_common_virtchnl.h:83:17: error: declaration of 'struct virtchnl2_add_queue_groups' will not be visible outside of this function [-Werror,-Wvisibility]
                       struct virtchnl2_add_queue_groups *ptp_queue_grps_info,
                              ^
2 errors generated.
[564/4342] Linking target drivers/librte_common_iavf.so.23.2.
[565/4342] Compiling C object 'drivers/common/idpf/281975e@@idpf_common_avx512_lib@sta/idpf_common_rxtx_avx512.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
[529/3032] Generating rte_common_dpaax.sym_chk with a meson_exe.py custom command.
[530/3032] Generating pipeline.sym_chk with a meson_exe.py custom command.
[531/3032] Linking target drivers/librte_common_dpaax.so.23.2.
[532/3032] Generating rte_common_iavf.sym_chk with a meson_exe.py custom command.
[533/3032] Compiling C object 'drivers/a715181@@rte_common_iavf@sha/meson-generated_.._rte_common_iavf.pmd.c.o'.
[534/3032] Linking target lib/librte_pipeline.so.23.2.
[535/3032] Generating symbol file 'drivers/a715181@@rte_common_dpaax@sha/librte_common_dpaax.so.23.2.symbols'.
[536/3032] Generating symbol file 'lib/76b5a35@@rte_pipeline@sha/librte_pipeline.so.23.2.symbols'.
[537/3032] Linking target drivers/librte_common_iavf.so.23.2.
[538/3032] Generating symbol file 'drivers/a715181@@rte_common_iavf@sha/librte_common_iavf.so.23.2.symbols'.
[539/3032] Compiling C object 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_common_idpf@sta -Idrivers -I../drivers -Idrivers/common/idpf -I../drivers/common/idpf -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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-pointer-to-int-cast -D_GNU_SOURCE -m32 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DCC_AVX512_SUPPORT -Wno-unused-value -Wno-unused-variable -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.common.idpf -MD -MQ 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o' -MF 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o.d' -o 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o' -c ../drivers/common/idpf/idpf_common_device.c
In file included from ../drivers/common/idpf/idpf_common_device.c:7:
../drivers/common/idpf/idpf_common_virtchnl.h:79:14: error: ‘struct virtchnl2_queue_group_id’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
   79 |       struct virtchnl2_queue_group_id *qg_ids);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
../drivers/common/idpf/idpf_common_virtchnl.h:83:17: error: ‘struct virtchnl2_add_queue_groups’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
   83 |          struct virtchnl2_add_queue_groups *ptp_queue_grps_info,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[540/3032] Compiling C object 'drivers/common/idpf/281975e@@idpf_common_avx512_lib@sta/idpf_common_rxtx_avx512.c.o'.
[541/3032] Compiling C object 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_rxtx.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
[294/1418] Generating rte_common_iavf_mingw with a custom command.
[295/1418] Compiling C object 'drivers/a715181@@tmp_rte_common_iavf@sta/common_iavf_iavf_impl.c.obj'.
[296/1418] Compiling C object 'drivers/a715181@@tmp_rte_common_iavf@sta/common_iavf_iavf_adminq.c.obj'.
[297/1418] Linking static target drivers/libtmp_rte_common_iavf.a.
[298/1418] Generating rte_common_iavf.pmd.c with a custom command.
[299/1418] Compiling C object 'drivers/a715181@@rte_common_iavf@sta/meson-generated_.._rte_common_iavf.pmd.c.obj'.
[300/1418] Linking static target drivers/librte_common_iavf.a.
[301/1418] Compiling C object 'drivers/a715181@@rte_common_iavf@sha/meson-generated_.._rte_common_iavf.pmd.c.obj'.
[302/1418] Linking target drivers/librte_common_iavf-23.dll.
[303/1418] Generating symbol file 'drivers/a715181@@rte_common_iavf@sha/librte_common_iavf-23.dll.symbols'.
[304/1418] Compiling C object 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.obj'.
FAILED: drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.obj 
ccache x86_64-w64-mingw32-gcc -Idrivers/a715181@@tmp_rte_common_idpf@sta -Idrivers -I../drivers -Idrivers/common/idpf -I../drivers/common/idpf -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/windows/include -I../lib/eal/windows/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -Wall -Winvalid-pch -Wextra -Werror -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 -D_GNU_SOURCE -D_WIN32_WINNT=0x0A00 -D__USE_MINGW_ANSI_STDIO -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DCC_AVX512_SUPPORT -Wno-unused-value -Wno-unused-variable -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.common.idpf -MD -MQ 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.obj' -MF 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.obj.d' -o 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.obj' -c ../drivers/common/idpf/idpf_common_device.c
In file included from ../drivers/common/idpf/idpf_common_device.c:7:
../drivers/common/idpf/idpf_common_virtchnl.h:79:14: error: ‘struct virtchnl2_queue_group_id’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
   79 |       struct virtchnl2_queue_group_id *qg_ids);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
../drivers/common/idpf/idpf_common_virtchnl.h:83:17: error: ‘struct virtchnl2_add_queue_groups’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
   83 |          struct virtchnl2_add_queue_groups *ptp_queue_grps_info,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[305/1418] Compiling C object 'drivers/common/idpf/281975e@@idpf_common_avx512_lib@sta/idpf_common_rxtx_avx512.c.obj'.
[306/1418] Compiling C object 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_rxtx.c.obj'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-aarch64" at step Build and test
####################################################################################
[539/3976] Compiling C object 'drivers/a715181@@rte_common_iavf@sta/meson-generated_.._rte_common_iavf.pmd.c.o'.
[540/3976] Linking static target drivers/librte_common_iavf.a.
[541/3976] Linking target lib/librte_pipeline.so.23.2.
[542/3976] Generating symbol file 'lib/76b5a35@@rte_pipeline@sha/librte_pipeline.so.23.2.symbols'.
[543/3976] Compiling C object 'drivers/a715181@@rte_common_iavf@sha/meson-generated_.._rte_common_iavf.pmd.c.o'.
[544/3976] Generating rte_common_dpaax.sym_chk with a meson_exe.py custom command.
[545/3976] Linking target drivers/librte_common_dpaax.so.23.2.
[546/3976] Generating rte_common_iavf.sym_chk with a meson_exe.py custom command.
[547/3976] Linking target drivers/librte_common_iavf.so.23.2.
[548/3976] Generating symbol file 'drivers/a715181@@rte_common_dpaax@sha/librte_common_dpaax.so.23.2.symbols'.
[549/3976] Compiling C object 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o 
ccache aarch64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_common_idpf@sta -Idrivers -I../drivers -Idrivers/common/idpf -I../drivers/common/idpf -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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 -D_GNU_SOURCE -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-unused-value -Wno-unused-variable -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.common.idpf -MD -MQ 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o' -MF 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o.d' -o 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o' -c ../drivers/common/idpf/idpf_common_device.c
In file included from ../drivers/common/idpf/idpf_common_device.c:7:
../drivers/common/idpf/idpf_common_virtchnl.h:79:14: error: ‘struct virtchnl2_queue_group_id’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
   79 |       struct virtchnl2_queue_group_id *qg_ids);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
../drivers/common/idpf/idpf_common_virtchnl.h:83:17: error: ‘struct virtchnl2_add_queue_groups’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
   83 |          struct virtchnl2_add_queue_groups *ptp_queue_grps_info,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[550/3976] Generating symbol file 'drivers/a715181@@rte_common_iavf@sha/librte_common_iavf.so.23.2.symbols'.
[551/3976] Compiling C object 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_rxtx.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
[537/3826] Compiling C object 'drivers/a715181@@rte_common_iavf@sta/meson-generated_.._rte_common_iavf.pmd.c.o'.
[538/3826] Linking static target drivers/librte_common_iavf.a.
[539/3826] Generating rte_common_dpaax.sym_chk with a meson_exe.py custom command.
[540/3826] Linking target drivers/librte_common_dpaax.so.23.2.
[541/3826] Generating rte_common_iavf.sym_chk with a meson_exe.py custom command.
[542/3826] Compiling C object 'drivers/a715181@@rte_common_iavf@sha/meson-generated_.._rte_common_iavf.pmd.c.o'.
[543/3826] Generating pipeline.sym_chk with a meson_exe.py custom command.
[544/3826] Generating symbol file 'drivers/a715181@@rte_common_dpaax@sha/librte_common_dpaax.so.23.2.symbols'.
[545/3826] Linking target lib/librte_pipeline.so.23.2.
[546/3826] Linking target drivers/librte_common_iavf.so.23.2.
[547/3826] Compiling C object 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o 
ccache powerpc64le-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_common_idpf@sta -Idrivers -I../drivers -Idrivers/common/idpf -I../drivers/common/idpf -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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 -D_GNU_SOURCE -fPIC -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-unused-value -Wno-unused-variable -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.common.idpf -MD -MQ 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o' -MF 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o.d' -o 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o' -c ../drivers/common/idpf/idpf_common_device.c
In file included from ../drivers/common/idpf/idpf_common_device.c:7:
../drivers/common/idpf/idpf_common_virtchnl.h:79:14: error: ‘struct virtchnl2_queue_group_id’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
   79 |       struct virtchnl2_queue_group_id *qg_ids);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
../drivers/common/idpf/idpf_common_virtchnl.h:83:17: error: ‘struct virtchnl2_add_queue_groups’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
   83 |          struct virtchnl2_add_queue_groups *ptp_queue_grps_info,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[548/3826] Generating symbol file 'lib/76b5a35@@rte_pipeline@sha/librte_pipeline.so.23.2.symbols'.
[549/3826] Generating symbol file 'drivers/a715181@@rte_common_iavf@sha/librte_common_iavf.so.23.2.symbols'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
[536/3798] Generating rte_common_iavf.pmd.c with a custom command.
[537/3798] Compiling C object 'drivers/a715181@@rte_common_iavf@sta/meson-generated_.._rte_common_iavf.pmd.c.o'.
[538/3798] Linking static target drivers/librte_common_iavf.a.
[539/3798] Linking target lib/librte_pipeline.so.23.2.
[540/3798] Generating symbol file 'lib/76b5a35@@rte_pipeline@sha/librte_pipeline.so.23.2.symbols'.
[541/3798] Compiling C object 'drivers/a715181@@rte_common_iavf@sha/meson-generated_.._rte_common_iavf.pmd.c.o'.
[542/3798] Generating rte_common_dpaax.sym_chk with a meson_exe.py custom command.
[543/3798] Linking target drivers/librte_common_dpaax.so.23.2.
[544/3798] Generating rte_common_iavf.sym_chk with a meson_exe.py custom command.
[545/3798] Linking target drivers/librte_common_iavf.so.23.2.
[546/3798] Compiling C object 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o 
ccache riscv64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_common_idpf@sta -Idrivers -I../drivers -Idrivers/common/idpf -I../drivers/common/idpf -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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 -D_GNU_SOURCE -fPIC -march=rv64gc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-unused-value -Wno-unused-variable -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.common.idpf -MD -MQ 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o' -MF 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o.d' -o 'drivers/a715181@@tmp_rte_common_idpf@sta/common_idpf_idpf_common_device.c.o' -c ../drivers/common/idpf/idpf_common_device.c
In file included from ../drivers/common/idpf/idpf_common_device.c:7:
../drivers/common/idpf/idpf_common_virtchnl.h:79:14: error: ‘struct virtchnl2_queue_group_id’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
   79 |       struct virtchnl2_queue_group_id *qg_ids);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
../drivers/common/idpf/idpf_common_virtchnl.h:83:17: error: ‘struct virtchnl2_add_queue_groups’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
   83 |          struct virtchnl2_add_queue_groups *ptp_queue_grps_info,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[547/3798] Generating symbol file 'drivers/a715181@@rte_common_dpaax@sha/librte_common_dpaax.so.23.2.symbols'.
[548/3798] Generating symbol file 'drivers/a715181@@rte_common_iavf@sha/librte_common_iavf.so.23.2.symbols'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################




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




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

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

end of thread, other threads:[~2023-05-19  6:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230519051055.106893-12-beilei.xing@intel.com>
2023-05-19  5:25 ` |FAILURE| pw127073-127083 [PATCH v2 10/10] net/cpfl: support hairpin bind/unbind qemudev
2023-05-19  5:36 ` |SUCCESS| pw127083 " checkpatch
2023-05-19  6:19 ` |FAILURE| " 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).