automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: stephen@networkplumber.org, robot@bytheb.org
Subject: |FAILURE| pw155978 [RFC 47/47] drivers/raw: replace with TAILQ_FOREACH_SAFE
Date: Mon, 18 Aug 2025 20:45:55 -0400	[thread overview]
Message-ID: <20250819004555.331267-1-robot@bytheb.org> (raw)
In-Reply-To: <20250818233102.180207-48-stephen@networkplumber.org>

From: robot@bytheb.org

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

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

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "windows-2022-msvc" at step Build
####################################################################################
  PKG_CONFIG_PATH: C:\hostedtoolcache\windows\Python\3.13.6\x64/lib/pkgconfig
  Python_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.13.6\x64
  Python2_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.13.6\x64
  Python3_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.13.6\x64
##[endgroup]
**********************************************************************
** Visual Studio 2022 Developer Command Prompt v17.14.11
** Copyright (c) 2025 Microsoft Corporation
**********************************************************************
ninja: Entering directory `D:/a/dpdk/dpdk/build'
[1/452] Generating lib/rte_log_map with a custom command
[2/452] Generating lib/rte_kvargs_map with a custom command
[3/452] Compiling C object lib/librte_log.a.p/log_log.c.obj
FAILED: [code=2] lib/librte_log.a.p/log_log.c.obj 
"cl" "-Ilib\librte_log.a.p" "-Ilib" "-I..\lib" "-Ilib\eal\common" "-I..\lib\eal\common" "-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\log" "-I..\lib\log" "/MD" "/nologo" "/showIncludes" "/utf-8" "/W3" "/WX" "/std:c11" "/O2" "/Gw" "/wd4244" "/wd4267" "/wd4146" "/experimental:c11atomics" "/d1experimental:typeof" "/experimental:statementExpressions" "/FI" "rte_config.h" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.log" "/Fdlib\librte_log.a.p\log_log.c.pdb" /Folib/librte_log.a.p/log_log.c.obj "/c" ../lib/log/log.c
..\lib\eal\include\bsd_queue.h(14): fatal error C1083: Cannot open include file: 'sys/cdefs.h': No such file or directory
[4/452] Compiling C object lib/librte_telemetry.a.p/telemetry_telemetry_data.c.obj
[5/452] Compiling C object lib/librte_telemetry.a.p/telemetry_telemetry.c.obj
[6/452] Compiling C object lib/librte_log.a.p/log_log_color.c.obj
[7/452] Compiling C object lib/librte_log.a.p/log_log_timestamp.c.obj
[8/452] Compiling C object lib/librte_kvargs.a.p/kvargs_rte_kvargs.c.obj
ninja: build stopped: subcommand failed.
INFO: autodetecting backend as ninja
INFO: calculating backend command to run: C:\hostedtoolcache\windows\Python\3.13.6\x64\Scripts\ninja.EXE -C D:/a/dpdk/dpdk/build
##[error]Process completed with exit code 2.
####################################################################################
#### [End job log] "windows-2022-msvc" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################
../drivers/bus/pci/pci_common.c:554:10: error: implicit declaration of function ‘TAILQ_FIRST’; did you mean ‘TVI_FIRST’? [-Werror=implicit-function-declaration]
  554 |   pdev = TAILQ_FIRST(&rte_pci_bus.device_list);
      |          ^~~~~~~~~~~
      |          TVI_FIRST
../drivers/bus/pci/pci_common.c:554:10: error: nested extern declaration of ‘TAILQ_FIRST’ [-Werror=nested-externs]
../drivers/bus/pci/pci_common.c:554:8: error: assignment to ‘struct rte_pci_device *’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  554 |   pdev = TAILQ_FIRST(&rte_pci_bus.device_list);
      |        ^
../drivers/bus/pci/pci_common.c: At top level:
../drivers/bus/pci/pci_common.c:958:17: error: implicit declaration of function ‘TAILQ_HEAD_INITIALIZER’ [-Werror=implicit-function-declaration]
  958 |  .device_list = TAILQ_HEAD_INITIALIZER(rte_pci_bus.device_list),
      |                 ^~~~~~~~~~~~~~~~~~~~~~
../drivers/bus/pci/pci_common.c:958:17: error: initialization of ‘struct rte_pci_device *’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
../drivers/bus/pci/pci_common.c:958:17: note: (near initialization for ‘rte_pci_bus.device_list.tqh_first’)
../drivers/bus/pci/pci_common.c:958:17: error: initializer element is not constant
../drivers/bus/pci/pci_common.c:958:17: note: (near initialization for ‘rte_pci_bus.device_list.tqh_first’)
../drivers/bus/pci/pci_common.c:959:17: error: initialization of ‘struct rte_pci_driver *’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  959 |  .driver_list = TAILQ_HEAD_INITIALIZER(rte_pci_bus.driver_list),
      |                 ^~~~~~~~~~~~~~~~~~~~~~
../drivers/bus/pci/pci_common.c:959:17: note: (near initialization for ‘rte_pci_bus.driver_list.tqh_first’)
../drivers/bus/pci/pci_common.c:959:17: error: initializer element is not constant
../drivers/bus/pci/pci_common.c:959:17: note: (near initialization for ‘rte_pci_bus.driver_list.tqh_first’)
cc1: all warnings being treated as errors
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:[~2025-08-19  0:46 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250818233102.180207-48-stephen@networkplumber.org>
2025-08-18 23:05 ` |SUCCESS| pw155932-155978 " qemudev
2025-08-18 23:10 ` qemudev
2025-08-18 23:37 ` |SUCCESS| pw155978 " checkpatch
2025-08-19  0:45 ` 0-day Robot [this message]
2025-08-19  5:50 ` |FAILURE| pw155932-155978 [PATCH] [RFC,47/47] drivers/raw: replace w dpdklab
2025-08-19  5:52 ` |SUCCESS| " dpdklab
2025-08-19  5:57 ` |PENDING| " dpdklab
2025-08-19  6:02 ` |FAILURE| " dpdklab
2025-08-19  6:10 ` dpdklab
2025-08-19  6:15 ` |SUCCESS| " dpdklab
2025-08-19  6:18 ` dpdklab
2025-08-19  6:20 ` |PENDING| " dpdklab
2025-08-19  6:24 ` |FAILURE| " dpdklab
2025-08-19  6:35 ` |PENDING| " dpdklab
2025-08-19  6:38 ` |SUCCESS| " dpdklab
2025-08-19  6:39 ` dpdklab
2025-08-19  7:03 ` dpdklab
2025-08-19  7:12 ` |PENDING| " dpdklab
2025-08-19  7:17 ` |WARNING| " dpdklab
2025-08-19  7:52 ` |FAILURE| " dpdklab
2025-08-19  7:54 ` dpdklab
2025-08-19  7:57 ` dpdklab
2025-08-19  7:57 ` |SUCCESS| " dpdklab
2025-08-19  8:05 ` dpdklab
2025-08-19  8:14 ` dpdklab
2025-08-19  8:30 ` |FAILURE| " dpdklab
2025-08-19 13:51 ` |WARNING| " dpdklab
2025-08-19 16:37 ` |FAILURE| " dpdklab
2025-08-19 16:43 ` dpdklab
2025-08-19 16:55 ` dpdklab
2025-08-19 16:59 ` dpdklab
2025-08-19 17:02 ` dpdklab
2025-08-19 17:20 ` 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=20250819004555.331267-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=stephen@networkplumber.org \
    --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).