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
[parent not found: <20230324021622.1369006-16-zhirun.yan@intel.com>]

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