automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: beilei.xing@intel.com, zhoumin@loongson.cn
Subject: |FAILURE| pw127073-127083 [PATCH v2 10/10] net/cpfl: support hairpin bind/unbind
Date: Fri, 19 May 2023 13:25:57 +0800	[thread overview]
Message-ID: <202305190525.34J5PvuI3882444@localhost.localdomain> (raw)
In-Reply-To: <20230519051055.106893-12-beilei.xing@intel.com>

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


       reply	other threads:[~2023-05-19  5:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230519051055.106893-12-beilei.xing@intel.com>
2023-05-19  5:25 ` qemudev [this message]
2023-05-19  5:36 ` |SUCCESS| pw127083 " checkpatch
2023-05-19  6:19 ` |FAILURE| " 0-day Robot
2023-05-19  7:04 |FAILURE| pw127073-127083 [PATCH] [v2, " dpdklab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202305190525.34J5PvuI3882444@localhost.localdomain \
    --to=qemudev@loongson.cn \
    --cc=beilei.xing@intel.com \
    --cc=test-report@dpdk.org \
    --cc=zhoumin@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).