|FAILURE| pw143937 [PATCH v4 1/1] testpmd: add hairpin-map parameter
0-day Robot
robot at bytheb.org
Wed Sep 11 08:04:38 CEST 2024
From: robot at 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 at exe/test-pmd_config.c.o'.
[2822/4215] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk at sta/event_cnxk_tx_cn10k_tx_64_79_seg.c.o'.
[2823/4215] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk at sta/event_cnxk_tx_cn10k_tx_96_111_seg.c.o'.
[2824/4215] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk at sta/event_cnxk_tx_cn10k_tx_80_95_seg.c.o'.
[2825/4215] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk at 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 at exe/test-pmd_macswap.c.o'.
[2323/3507] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_recycle_mbufs.c.o'.
[2324/3507] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_parameters.c.o'.
[2325/3507] Compiling C object 'app/a172ced@@dpdk-testpmd at 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 at exe/test-pmd_macfwd.c.o'.
[2292/3478] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_macswap.c.o'.
[2293/3478] Compiling C object 'app/a172ced@@dpdk-testpmd at 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-----------------------------
More information about the test-report
mailing list