From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Zhirun Yan <zhirun.yan@intel.com>, zhoumin@loongson.cn
Subject: |FAILURE| pw125485-125499 [PATCH v2 15/15] doc: update multicore dispatch model in graph guides
Date: Fri, 24 Mar 2023 11:06:27 +0800 [thread overview]
Message-ID: <202303240306.32O36RFB1485847@localhost.localdomain> (raw)
In-Reply-To: <20230324021622.1369006-16-zhirun.yan@intel.com>
Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/125499
_ninja build failure_
Submitter: Zhirun Yan <zhirun.yan@intel.com>
Date: Fri, 24 Mar 2023 11:16:08 +0900
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 3223d456062bb12e9e6cf02b97966f42affa4d11
125485-125499 --> ninja build failed
Test environment and result as below:
+---------------------+----------------+
| Environment | compilation |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL |
+---------------------+----------------+
Loongnix-Server 8.3
Kernel: 4.19.190+
Compiler: gcc 8.3
Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: lib/librte_graph.a.p/graph_rte_graph_worker.c.o
cc -Ilib/librte_graph.a.p -Ilib -I../lib -Ilib/graph -I../lib/graph -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/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -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_SOU
RCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.graph -MD -MQ lib/librte_graph.a.p/graph_rte_graph_worker.c.o -MF lib/librte_graph.a.p/graph_rte_graph_worker.c.o.d -o lib/librte_graph.a.p/graph_rte_graph_worker.c.o -c ../lib/graph/rte_graph_worker.c
./lib/graph/rte_graph_worker.c:7:51: error: unknown type name ‘worker_model’
RTE_DEFINE_PER_LCORE(enum rte_graph_worker_model, worker_model) = RTE_GRAPH_MODEL_DEFAULT;
^~~~~~~~~~~~
./lib/graph/rte_graph_worker.c: In function ‘rte_graph_worker_model_set’:
./lib/graph/rte_graph_worker.c:29:2: warning: implicit declaration of function ‘RTE_PER_LCORE’; did you mean ‘RTE_MAX_LCORE’? [-Wimplicit-function-declaration]
RTE_PER_LCORE(worker_model) = model;
^~~~~~~~~~~~~
RTE_MAX_LCORE
./lib/graph/rte_graph_worker.c:29:2: warning: nested extern declaration of ‘RTE_PER_LCORE’ [-Wnested-externs]
./lib/graph/rte_graph_worker.c:29:16: error: ‘worker_model’ undeclared (first use in this function); did you mean ‘rte_node’?
RTE_PER_LCORE(worker_model) = model;
^~~~~~~~~~~~
rte_node
./lib/graph/rte_graph_worker.c:29:16: note: each undeclared identifier is reported only once for each function it appears in
./lib/graph/rte_graph_worker.c: In function ‘rte_graph_worker_model_get’:
./lib/graph/rte_graph_worker.c:53:23: error: ‘worker_model’ undeclared (first use in this function); did you mean ‘rte_node’?
return RTE_PER_LCORE(worker_model);
^~~~~~~~~~~~
rte_node
./lib/graph/rte_graph_worker.c:54:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
[344/2871] Compiling C object lib/librte_graph.a.p/graph_graph_ops.c.o
[345/2871] Compiling C object lib/librte_graph.a.p/graph_node.c.o
[346/2871] Compiling C object lib/librte_graph.a.p/graph_graph_populate.c.o
[347/2871] Compiling C object lib/librte_graph.a.p/graph_graph_stats.c.o
[348/2871] Compiling C object lib/librte_table.a.p/table_rte_table_hash_key8.c.o
[349/2871] Generating member.sym_chk with a custom command (wrapped by meson to capture output)
[350/2871] Compiling C object lib/librte_graph.a.p/graph_graph_pcap.c.o
[351/2871] Compiling C object lib/librte_graph.a.p/graph_graph.c.o
[352/2871] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_pipeline.c.o
[353/2871] Compiling C object lib/librte_table.a.p/table_rte_table_hash_ext.c.o
[354/2871] Compiling C object lib/librte_table.a.p/table_rte_table_hash_key16.c.o
[355/2871] Compiling C object lib/librte_table.a.p/table_rte_table_hash_lru.c.o
[356/2871] Generating fib.sym_chk with a custom command (wrapped by meson to capture output)
[357/2871] Compiling C object lib/librte_graph.a.p/graph_rte_graph_model_dispatch.c.o
[358/2871] Compiling C object lib/librte_table.a.p/table_rte_table_hash_key32.c.o
[359/2871] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
[360/2871] Generating ipsec.sym_chk with a custom command (wrapped by meson to capture output)
[361/2871] Compiling C object lib/librte_sched.a.p/sched_rte_sched.c.o
[362/2871] Generating hash.sym_chk with a custom command (wrapped by meson to capture output)
[363/2871] Generating pdump.sym_chk with a custom command (wrapped by meson to capture output)
[364/2871] Compiling C object lib/librte_port.a.p/port_rte_port_ring.c.o
[365/2871] Generating mldev.sym_chk with a custom command (wrapped by meson to capture output)
[366/2871] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_ipsec.c.o
[367/2871] Generating cryptodev.sym_chk with a custom command (wrapped by meson to capture output)
[368/2871] Compiling C object lib/librte_vhost.a.p/vhost_vhost_crypto.c.o
[369/2871] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_ethdev.c.o
[370/2871] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_ctl.c.o
[371/2871] Generating eventdev.sym_chk with a custom command (wrapped by meson to capture output)
[372/2871] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_pipeline_spec.c.o
[373/2871] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_table_action.c.o
[374/2871] Generating eal.sym_chk with a custom command (wrapped by meson to capture output)
[375/2871] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_pipeline.c.o
[376/2871] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------
next parent reply other threads:[~2023-03-24 3:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20230324021622.1369006-16-zhirun.yan@intel.com>
2023-03-24 3:06 ` qemudev [this message]
2023-03-24 3:18 ` |SUCCESS| pw125499 " checkpatch
2023-03-24 4:18 ` |FAILURE| " 0-day Robot
2023-03-24 16:15 |FAILURE| pw125485-125499 [PATCH] [v2, " dpdklab
2023-03-24 16:21 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=202303240306.32O36RFB1485847@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=test-report@dpdk.org \
--cc=zhirun.yan@intel.com \
--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).