automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw125485-125499 [PATCH] [v2, 15/15] doc: update multicore dispatch model in graph guides
@ 2023-03-24 16:15 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-03-24 16:15 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Zhirun Yan

Test-Label: iol-aarch64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/125499

_Testing issues_

Submitter: Zhirun Yan <zhirun.yan@intel.com>
Date: Friday, March 24 2023 02:16:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:3223d456062bb12e9e6cf02b97966f42affa4d11

125485-125499 --> testing fail

Test environment and result as below:

+-------------------------------+----------------+---------------------------+------------------------------+--------------+
|          Environment          | dpdk_unit_test | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest |
+===============================+================+===========================+==============================+==============+
| Ubuntu 20.04 ARM Clang Native | FAIL           | SKIPPED                   | SKIPPED                      | SKIPPED      |
+-------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 ARM GCC Native   | FAIL           | SKIPPED                   | SKIPPED                      | SKIPPED      |
+-------------------------------+----------------+---------------------------+------------------------------+--------------+
| Debian 11                     | SKIPPED        | FAIL                      | FAIL                         | SKIPPED      |
+-------------------------------+----------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 ARM SVE          | SKIPPED        | SKIPPED                   | SKIPPED                      | FAIL         |
+-------------------------------+----------------+---------------------------+------------------------------+--------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (lpm_autotest): ====
29 |  RTE_PER_LCORE(worker_model) = model;
|  ^~~~~~~~~~~~~
|  RTE_MAX_LCORE
../lib/graph/rte_graph_worker.c:29:2: error: nested extern declaration of 'RTE_PER_LCORE' [-Werror=nested-externs]
../lib/graph/rte_graph_worker.c:29:16: error: 'worker_model' undeclared (first use in this function)
29 |  RTE_PER_LCORE(worker_model) = model;
|                ^~~~~~~~~~~~
../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)
53 |  return RTE_PER_LCORE(worker_model);
|                       ^~~~~~~~~~~~
../lib/graph/rte_graph_worker.c:54:1: error: control reaches end of non-void function [-Werror=return-type]
54 | }
| ^
cc1: all warnings being treated as errors
[358/659] Generating fib.sym_chk with a meson_exe.py custom command.
[359/659] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_graph_pcap.c.o'.
[360/659] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_rte_graph_model_dispatch.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Debian 11
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25863/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* |FAILURE| pw125485-125499 [PATCH] [v2, 15/15] doc: update multicore dispatch model in graph guides
@ 2023-03-24 16:21 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-03-24 16:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Zhirun Yan

Test-Label: iol-aarch64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/125499

_Testing issues_

Submitter: Zhirun Yan <zhirun.yan@intel.com>
Date: Friday, March 24 2023 02:16:22 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:3223d456062bb12e9e6cf02b97966f42affa4d11

125485-125499 --> testing fail

Test environment and result as below:

+-------------------------------+----------------+------------------------------+---------------------------+--------------+
|          Environment          | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | lpm_autotest |
+===============================+================+==============================+===========================+==============+
| Ubuntu 20.04 ARM GCC Native   | FAIL           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+-------------------------------+----------------+------------------------------+---------------------------+--------------+
| Ubuntu 20.04 ARM Clang Native | FAIL           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+-------------------------------+----------------+------------------------------+---------------------------+--------------+
| Debian 11                     | SKIPPED        | FAIL                         | FAIL                      | SKIPPED      |
+-------------------------------+----------------+------------------------------+---------------------------+--------------+
| Ubuntu 20.04 ARM SVE          | SKIPPED        | SKIPPED                      | SKIPPED                   | FAIL         |
+-------------------------------+----------------+------------------------------+---------------------------+--------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (lpm_autotest): ====
29 |  RTE_PER_LCORE(worker_model) = model;
|  ^~~~~~~~~~~~~
|  RTE_MAX_LCORE
../lib/graph/rte_graph_worker.c:29:2: error: nested extern declaration of 'RTE_PER_LCORE' [-Werror=nested-externs]
../lib/graph/rte_graph_worker.c:29:16: error: 'worker_model' undeclared (first use in this function)
29 |  RTE_PER_LCORE(worker_model) = model;
|                ^~~~~~~~~~~~
../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)
53 |  return RTE_PER_LCORE(worker_model);
|                       ^~~~~~~~~~~~
../lib/graph/rte_graph_worker.c:54:1: error: control reaches end of non-void function [-Werror=return-type]
54 | }
| ^
cc1: all warnings being treated as errors
[358/659] Generating fib.sym_chk with a meson_exe.py custom command.
[359/659] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_graph_pcap.c.o'.
[360/659] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_rte_graph_model_dispatch.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Debian 11
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25863/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* |FAILURE| pw125485-125499 [PATCH v2 15/15] doc: update multicore dispatch model in graph guides
       [not found] <20230324021622.1369006-16-zhirun.yan@intel.com>
@ 2023-03-24  3:06 ` qemudev
  0 siblings, 0 replies; 3+ messages in thread
From: qemudev @ 2023-03-24  3:06 UTC (permalink / raw)
  To: test-report; +Cc: Zhirun Yan, zhoumin

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


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

end of thread, other threads:[~2023-03-24 16:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24 16:15 |FAILURE| pw125485-125499 [PATCH] [v2, 15/15] doc: update multicore dispatch model in graph guides dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-03-24 16:21 dpdklab
     [not found] <20230324021622.1369006-16-zhirun.yan@intel.com>
2023-03-24  3:06 ` |FAILURE| pw125485-125499 [PATCH v2 " qemudev

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