automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw144234-144228 [PATCH v6 7/7] eal: keep per-lcore power intrinsics state in lcore variable
       [not found] <20240918080054.725164-8-mattias.ronnblom@ericsson.com>
@ 2024-09-18  7:43 ` qemudev
  2024-09-18  8:11 ` |SUCCESS| pw144228 " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2024-09-18  7:43 UTC (permalink / raw)
  To: test-report; +Cc: mattias.ronnblom, zhoumin

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

_ninja build failure_

Submitter: Mattias Rönnblom <mattias.ronnblom@ericsson.com>
Date: Wed, 18 Sep 2024 10:00:48 +0200
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 41dd9a6bc2d9c6e20e139ad713cc9d172572dd43

144234-144228 --> 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_eal.a.p/eal_common_rte_service.c.o
cc -Ilib/librte_eal.a.p -Ilib -I../lib -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/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -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_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="25.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ lib/librte_eal.a.p/eal_
 common_rte_service.c.o -MF lib/librte_eal.a.p/eal_common_rte_service.c.o.d -o lib/librte_eal.a.p/eal_common_rte_service.c.o -c ../lib/eal/common/rte_service.c
./lib/eal/common/rte_service.c: In function ‘rte_service_component_unregister’:
./lib/eal/common/rte_service.c:293:46: error: macro "RTE_LCORE_VAR_FOREACH_VALUE" requires 3 arguments, but only 2 given
RTE_LCORE_VAR_FOREACH_VALUE(cs, lcore_states)
^
./lib/eal/common/rte_service.c:293:2: error: unknown type name ‘RTE_LCORE_VAR_FOREACH_VALUE’
RTE_LCORE_VAR_FOREACH_VALUE(cs, lcore_states)
^~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/common/rte_service.c:294:5: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘->’ token
cs->service_mask &= ~(UINT64_C(1) << id);
^~
./lib/eal/common/rte_service.c:291:21: warning: unused variable ‘cs’ [-Wunused-variable]
struct core_state *cs;
^~
./lib/eal/common/rte_service.c: In function ‘rte_service_lcore_count’:
./lib/eal/common/rte_service.c:551:46: error: macro "RTE_LCORE_VAR_FOREACH_VALUE" requires 3 arguments, but only 2 given
RTE_LCORE_VAR_FOREACH_VALUE(cs, lcore_states)
^
./lib/eal/common/rte_service.c:551:2: error: unknown type name ‘RTE_LCORE_VAR_FOREACH_VALUE’
RTE_LCORE_VAR_FOREACH_VALUE(cs, lcore_states)
^~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/eal/common/rte_service.c:552:9: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘+=’ token
count += cs->is_service_core;
^~
./lib/eal/common/rte_service.c:550:21: warning: unused variable ‘cs’ [-Wunused-variable]
struct core_state *cs;
^~
[25/2533] Compiling C object lib/librte_log.a.p/log_log.c.o
[26/2533] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memalloc.c.o
[27/2533] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_devargs.c.o
[28/2533] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_interrupts.c.o
[29/2533] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_thread.c.o
[30/2533] Compiling C object lib/librte_eal.a.p/eal_common_rte_random.c.o
[31/2533] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_trace_points.c.o
[32/2533] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memzone.c.o
[33/2533] Compiling C object lib/librte_eal.a.p/eal_unix_eal_file.c.o
[34/2533] Compiling C object lib/librte_eal.a.p/eal_common_rte_keepalive.c.o
[35/2533] Compiling C object lib/librte_eal.a.p/eal_unix_eal_filesystem.c.o
[36/2533] Compiling C object lib/librte_eal.a.p/eal_unix_eal_debug.c.o
[37/2533] Compiling C object lib/librte_argparse.a.p/argparse_rte_argparse.c.o
[38/2533] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_trace_ctf.c.o
[39/2533] Compiling C object lib/librte_eal.a.p/eal_unix_eal_unix_thread.c.o
[40/2533] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_dev.c.o
[41/2533] Compiling C object lib/librte_eal.a.p/eal_unix_eal_firmware.c.o
[42/2533] Compiling C object lib/librte_eal.a.p/eal_common_malloc_elem.c.o
[43/2533] Compiling C object lib/librte_eal.a.p/eal_unix_eal_unix_memory.c.o
[44/2533] Compiling C object lib/librte_eal.a.p/eal_common_hotplug_mp.c.o
[45/2533] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_lcore.c.o
[46/2533] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_trace_utils.c.o
[47/2533] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_dynmem.c.o
[48/2533] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_trace.c.o
[49/2533] Compiling C object lib/librte_eal.a.p/eal_common_malloc_mp.c.o
[50/2533] Compiling C object lib/librte_eal.a.p/eal_common_rte_malloc.c.o
[51/2533] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memory.c.o
[52/2533] Compiling C object lib/librte_eal.a.p/eal_common_malloc_heap.c.o
[53/2533] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_fbarray.c.o
[54/2533] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_proc.c.o
[55/2533] Compiling C object lib/librte_telemetry.a.p/telemetry_telemetry.c.o
[56/2533] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_options.c.o
[57/2533] Generating kvargs.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


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

* |SUCCESS| pw144228 [PATCH v6 7/7] eal: keep per-lcore power intrinsics state in lcore variable
       [not found] <20240918080054.725164-8-mattias.ronnblom@ericsson.com>
  2024-09-18  7:43 ` |FAILURE| pw144234-144228 [PATCH v6 7/7] eal: keep per-lcore power intrinsics state in lcore variable qemudev
@ 2024-09-18  8:11 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2024-09-18  8:11 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

end of thread, other threads:[~2024-09-18  8:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240918080054.725164-8-mattias.ronnblom@ericsson.com>
2024-09-18  7:43 ` |FAILURE| pw144234-144228 [PATCH v6 7/7] eal: keep per-lcore power intrinsics state in lcore variable qemudev
2024-09-18  8:11 ` |SUCCESS| pw144228 " checkpatch

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