automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: getelson@nvidia.com, robot@bytheb.org
Subject: |FAILURE| pw143937 [PATCH v4 1/1] testpmd: add hairpin-map parameter
Date: Wed, 11 Sep 2024 02:04:38 -0400	[thread overview]
Message-ID: <20240911060438.1430932-1-robot@bytheb.org> (raw)
In-Reply-To: <20240911050833.202698-1-getelson@nvidia.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/10805551104
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-22.04-gcc-ppc64le" failed at step Build and test
"ubuntu-22.04-gcc-riscv64" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
   12 | #include "testpmd.h"
  +++ |+#include <stdlib.h>
   13 | 
../app/test-pmd/hairpin.c:356:35: error: incompatible implicit declaration of built-in function ‘calloc’ [-Werror=builtin-declaration-mismatch]
  356 |         struct hairpin_map *map = calloc(1, sizeof(*map));
      |                                   ^~~~~~
../app/test-pmd/hairpin.c:356:35: note: include ‘<stdlib.h>’ or provide a declaration of ‘calloc’
../app/test-pmd/hairpin.c:364:24: error: implicit declaration of function ‘atoi’ [-Werror=implicit-function-declaration]
  364 |         map->rx_port = atoi(head);
      |                        ^~~~
../app/test-pmd/hairpin.c:364:24: error: nested extern declaration of ‘atoi’ [-Werror=nested-externs]
../app/test-pmd/hairpin.c:381:9: error: implicit declaration of function ‘free’ [-Werror=implicit-function-declaration]
  381 |         free(map);
      |         ^~~~
../app/test-pmd/hairpin.c:381:9: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
../app/test-pmd/hairpin.c:381:9: error: incompatible implicit declaration of built-in function ‘free’ [-Werror=builtin-declaration-mismatch]
../app/test-pmd/hairpin.c:381:9: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
cc1: all warnings being treated as errors
[2821/4215] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o'.
[2822/4215] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_tx_cn10k_tx_64_79_seg.c.o'.
[2823/4215] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_tx_cn10k_tx_96_111_seg.c.o'.
[2824/4215] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_tx_cn10k_tx_80_95_seg.c.o'.
[2825/4215] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_tx_cn10k_tx_112_127_seg.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################
   12 | #include "testpmd.h"
  +++ |+#include <stdlib.h>
   13 | 
../app/test-pmd/hairpin.c:356:35: error: incompatible implicit declaration of built-in function ‘calloc’ [-Werror=builtin-declaration-mismatch]
  356 |         struct hairpin_map *map = calloc(1, sizeof(*map));
      |                                   ^~~~~~
../app/test-pmd/hairpin.c:356:35: note: include ‘<stdlib.h>’ or provide a declaration of ‘calloc’
../app/test-pmd/hairpin.c:364:24: error: implicit declaration of function ‘atoi’ [-Werror=implicit-function-declaration]
  364 |         map->rx_port = atoi(head);
      |                        ^~~~
../app/test-pmd/hairpin.c:364:24: error: nested extern declaration of ‘atoi’ [-Werror=nested-externs]
../app/test-pmd/hairpin.c:381:9: error: implicit declaration of function ‘free’ [-Werror=implicit-function-declaration]
  381 |         free(map);
      |         ^~~~
../app/test-pmd/hairpin.c:381:9: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
../app/test-pmd/hairpin.c:381:9: error: incompatible implicit declaration of built-in function ‘free’ [-Werror=builtin-declaration-mismatch]
../app/test-pmd/hairpin.c:381:9: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
cc1: all warnings being treated as errors
[2322/3507] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macswap.c.o'.
[2323/3507] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_recycle_mbufs.c.o'.
[2324/3507] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_parameters.c.o'.
[2325/3507] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_noisy_vnf.c.o'.
[2326/3507] Linking target app/dpdk-test-pipeline.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
   12 | #include "testpmd.h"
  +++ |+#include <stdlib.h>
   13 | 
../app/test-pmd/hairpin.c:356:35: error: incompatible implicit declaration of built-in function ‘calloc’ [-Werror=builtin-declaration-mismatch]
  356 |         struct hairpin_map *map = calloc(1, sizeof(*map));
      |                                   ^~~~~~
../app/test-pmd/hairpin.c:356:35: note: include ‘<stdlib.h>’ or provide a declaration of ‘calloc’
../app/test-pmd/hairpin.c:364:24: error: implicit declaration of function ‘atoi’ [-Werror=implicit-function-declaration]
  364 |         map->rx_port = atoi(head);
      |                        ^~~~
../app/test-pmd/hairpin.c:364:24: error: nested extern declaration of ‘atoi’ [-Werror=nested-externs]
../app/test-pmd/hairpin.c:381:9: error: implicit declaration of function ‘free’ [-Werror=implicit-function-declaration]
  381 |         free(map);
      |         ^~~~
../app/test-pmd/hairpin.c:381:9: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
../app/test-pmd/hairpin.c:381:9: error: incompatible implicit declaration of built-in function ‘free’ [-Werror=builtin-declaration-mismatch]
../app/test-pmd/hairpin.c:381:9: note: include ‘<stdlib.h>’ or provide a declaration of ‘free’
cc1: all warnings being treated as errors
[2291/3478] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macfwd.c.o'.
[2292/3478] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macswap.c.o'.
[2293/3478] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_flow.c.o'.
[2294/3478] Linking target app/dpdk-test-mldev.
[2295/3478] Linking target app/dpdk-test-pipeline.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

  parent reply	other threads:[~2024-09-11  6:04 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240911050833.202698-1-getelson@nvidia.com>
2024-09-11  4:42 ` |SUCCESS| " qemudev
2024-09-11  4:47 ` qemudev
2024-09-11  5:11 ` |WARNING| " checkpatch
2024-09-11  6:04 ` 0-day Robot [this message]
2024-09-11 12:04 ` |SUCCESS| pw143937 [PATCH] [v4,1/1] testpmd: add hairpin-map paramet dpdklab
2024-09-11 12:11 ` dpdklab
2024-09-11 12:16 ` dpdklab
2024-09-11 12:18 ` dpdklab
2024-09-11 12:25 ` dpdklab
2024-09-11 12:39 ` |PENDING| " dpdklab
2024-09-11 12:43 ` |SUCCESS| " dpdklab
2024-09-11 12:43 ` dpdklab
2024-09-11 12:45 ` dpdklab
2024-09-11 12:58 ` |PENDING| " dpdklab
2024-09-11 12:59 ` |SUCCESS| " dpdklab
2024-09-11 13:07 ` dpdklab
2024-09-11 13:08 ` dpdklab
2024-09-11 13:19 ` |PENDING| " dpdklab
2024-09-11 13:19 ` dpdklab
2024-09-11 13:20 ` |SUCCESS| " dpdklab
2024-09-11 13:31 ` |PENDING| " dpdklab
2024-09-11 13:48 ` dpdklab
2024-09-11 16:16 ` |SUCCESS| " dpdklab
2024-09-11 16:16 ` dpdklab
2024-09-11 16:46 ` dpdklab
2024-09-11 19:06 ` dpdklab
2024-09-11 19:47 ` dpdklab
2024-09-11 19:51 ` |PENDING| " dpdklab
2024-09-11 19:52 ` |SUCCESS| " dpdklab
2024-09-11 19:57 ` dpdklab
2024-09-11 19:57 ` dpdklab
2024-09-11 20:18 ` dpdklab
2024-09-11 20:19 ` dpdklab
2024-09-11 20:26 ` dpdklab
2024-09-11 20:28 ` |PENDING| " dpdklab
2024-09-11 20:32 ` |SUCCESS| " dpdklab
2024-09-11 20:33 ` dpdklab
2024-09-11 20:36 ` dpdklab
2024-09-11 20:41 ` dpdklab
2024-09-11 20:50 ` dpdklab
2024-09-11 20:50 ` dpdklab
2024-09-11 21:02 ` dpdklab
2024-09-11 21:06 ` dpdklab
2024-09-11 21:10 ` dpdklab
2024-09-11 21:57 ` dpdklab
2024-09-11 22:04 ` |FAILURE| " dpdklab
2024-09-11 22:17 ` |SUCCESS| " dpdklab
2024-09-11 22:17 ` dpdklab
2024-09-11 22:30 ` |FAILURE| " dpdklab
2024-09-11 23:03 ` dpdklab
2024-09-12  2:16 ` |SUCCESS| " dpdklab
2024-09-12  3:42 ` dpdklab
2024-09-15 15:58 ` dpdklab
2024-09-15 17:01 ` dpdklab
2024-09-15 21:47 ` dpdklab
2024-09-15 22:16 ` 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=20240911060438.1430932-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=getelson@nvidia.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).