automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: mattias.ronnblom@ericsson.com, robot@bytheb.org
Subject: |FAILURE| pw143840 [PATCH 6/6] eal: keep per-lcore power intrinsics state in lcore variable
Date: Tue, 10 Sep 2024 04:05:13 -0400	[thread overview]
Message-ID: <20240910080513.4026080-1-robot@bytheb.org> (raw)
In-Reply-To: <20240910070344.699183-7-mattias.ronnblom@ericsson.com>

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/143840/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/10787775512
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-static-mingw" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################
[31/1473] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_devargs.c.obj'.
[32/1473] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.obj'.
[33/1473] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.obj'.
[34/1473] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.obj'.
[35/1473] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.obj'.
[36/1473] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore_var.c.obj'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore_var.c.obj 
ccache x86_64-w64-mingw32-gcc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/windows/include -I../lib/eal/windows/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/log -I../lib/log -Ilib/kvargs -I../lib/kvargs -fdiagnostics-color=always -pipe -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -D_WIN32_WINNT=0x0A00 -D__USE_MINGW_ANSI_STDIO -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="25.0"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore_var.c.obj' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore_var.c.obj.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore_var.c.obj' -c ../lib/eal/common/eal_common_lcore_var.c
../lib/eal/common/eal_common_lcore_var.c: In function ‘lcore_var_alloc’:
../lib/eal/common/eal_common_lcore_var.c:30:18: error: implicit declaration of function ‘aligned_alloc’ [-Werror=implicit-function-declaration]
   30 |   lcore_buffer = aligned_alloc(RTE_CACHE_LINE_SIZE,
      |                  ^~~~~~~~~~~~~
../lib/eal/common/eal_common_lcore_var.c:30:18: error: incompatible implicit declaration of built-in function ‘aligned_alloc’ [-Werror]
../lib/eal/common/eal_common_lcore_var.c:15:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘aligned_alloc’
   14 | #include "eal_private.h"
  +++ |+#include <stdlib.h>
   15 | 
cc1: all warnings being treated as errors
[37/1473] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.obj'.
[38/1473] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.obj'.
[39/1473] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memory.c.obj'.
[40/1473] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memzone.c.obj'.
[41/1473] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_options.c.obj'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

  parent reply	other threads:[~2024-09-10  8:05 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240910070344.699183-7-mattias.ronnblom@ericsson.com>
2024-09-10  6:47 ` |SUCCESS| pw143845-143840 " qemudev
2024-09-10  6:52 ` qemudev
2024-09-10  7:14 ` |SUCCESS| pw143840 " checkpatch
2024-09-10  8:05 ` 0-day Robot [this message]
2024-09-11  0:18 ` |SUCCESS| pw143845-143840 [PATCH] [6/6] eal: keep per-lcore power in dpdklab
2024-09-11  0:49 ` dpdklab
2024-09-11  2:14 ` dpdklab
2024-09-11  3:02 ` |FAILURE| " dpdklab
2024-09-11  4:15 ` |WARNING| " dpdklab
2024-09-11  4:17 ` dpdklab
2024-09-11  4:18 ` dpdklab
2024-09-11  4:46 ` |PENDING| " dpdklab
2024-09-11  5:53 ` |FAILURE| " dpdklab
2024-09-11  5:54 ` dpdklab
2024-09-11  6:00 ` dpdklab
2024-09-11  6:00 ` dpdklab
2024-09-11  6:02 ` dpdklab
2024-09-11  6:05 ` dpdklab
2024-09-11  6:11 ` dpdklab
2024-09-11  6:19 ` dpdklab
2024-09-11  6:20 ` dpdklab
2024-09-11  6:22 ` dpdklab
2024-09-11  6:24 ` dpdklab
2024-09-11  6:27 ` dpdklab
2024-09-11  6:28 ` dpdklab
2024-09-11  6:29 ` dpdklab
2024-09-11  6:34 ` dpdklab
2024-09-11  6:44 ` |SUCCESS| " dpdklab
2024-09-11  7:20 ` |WARNING| " dpdklab
2024-09-11 11:45 ` |SUCCESS| " dpdklab
2024-09-11 11:51 ` dpdklab
2024-09-11 11:55 ` dpdklab
2024-09-11 12:00 ` dpdklab
2024-09-11 12:01 ` dpdklab
2024-09-11 12:19 ` dpdklab
2024-09-11 13:03 ` dpdklab
2024-09-11 17:23 ` dpdklab
2024-09-15 21:18 ` dpdklab
2024-09-16  2:51 ` 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=20240910080513.4026080-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=mattias.ronnblom@ericsson.com \
    --cc=test-report@dpdk.org \
    /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).