automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: mattias.ronnblom@ericsson.com, zhoumin@loongson.cn
Subject: |FAILURE| pw144234-144228 [PATCH v6 7/7] eal: keep per-lcore power intrinsics state in lcore variable
Date: Wed, 18 Sep 2024 15:43:27 +0800	[thread overview]
Message-ID: <202409180743.48I7hRlA2835802@localhost.localdomain> (raw)
In-Reply-To: <20240918080054.725164-8-mattias.ronnblom@ericsson.com>

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


       reply	other threads:[~2024-09-18  8:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240918080054.725164-8-mattias.ronnblom@ericsson.com>
2024-09-18  7:43 ` qemudev [this message]
2024-09-18  8:11 ` |SUCCESS| pw144228 " checkpatch

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=202409180743.48I7hRlA2835802@localhost.localdomain \
    --to=qemudev@loongson.cn \
    --cc=mattias.ronnblom@ericsson.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).