From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: mahmoudmatook.mm@gmail.com, robot@bytheb.org
Subject: |FAILURE| pw141594 [PATCH v2] app/graph: fix destination buffer too small
Date: Mon, 24 Jun 2024 17:04:13 -0400 [thread overview]
Message-ID: <20240624210413.435775-1-robot@bytheb.org> (raw)
In-Reply-To: <20240624200114.1792214-1-mahmoudmatook.mm@gmail.com>
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/141594/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/9651950258
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-static-i386" failed at step Build and test
"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-static-i386" at step Build and test
####################################################################################
In file included from ../lib/eal/include/rte_trace_point.h:32,
from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../app/graph/ethdev.c:14:
../app/graph/ethdev.c: In function ‘cmd_ethdev_parsed’:
../lib/eal/include/rte_string_fns.h:63:24: error: ‘%s’ directive output may be truncated writing up to 127 bytes into a region of size 26 [-Werror=format-truncation=]
63 | return (size_t)snprintf(dst, size, "%s", src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:894,
from ../app/graph/ethdev.c:5:
/usr/include/i386-linux-gnu/bits/stdio2.h:71:10: note: ‘__builtin_snprintf’ output between 1 and 128 bytes into a destination of size 26
71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
72 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1820/3184] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ip4_route.c.o'.
[1821/3184] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_graph.c.o'.
[1822/3184] Compiling C object 'drivers/a715181@@tmp_rte_event_opdl@sta/event_opdl_opdl_ring.c.o'.
[1823/3184] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l2fwd.c.o'.
[1824/3184] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ip6_route.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
In file included from ../lib/eal/include/rte_trace_point.h:32,
from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../app/graph/ethdev.c:14:
../app/graph/ethdev.c: In function ‘cmd_ethdev_parsed’:
../lib/eal/include/rte_string_fns.h:63:24: error: ‘%s’ directive output may be truncated writing up to 127 bytes into a region of size 26 [-Werror=format-truncation=]
63 | return (size_t)snprintf(dst, size, "%s", src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/aarch64-linux-gnu/include/stdio.h:894,
from ../app/graph/ethdev.c:5:
/usr/aarch64-linux-gnu/include/bits/stdio2.h:71:10: note: ‘__builtin_snprintf’ output between 1 and 128 bytes into a destination of size 26
71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
72 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[2715/4210] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_graph.c.o'.
[2716/4210] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_tx_cn10k_tx_64_79_seg.c.o'.
[2717/4210] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_tx_cn10k_tx_96_111_seg.c.o'.
[2718/4210] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_tx_cn10k_tx_80_95_seg.c.o'.
[2719/4210] 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
####################################################################################
In file included from ../lib/eal/include/rte_trace_point.h:32,
from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../app/graph/ethdev.c:14:
../app/graph/ethdev.c: In function ‘cmd_ethdev_parsed’:
../lib/eal/include/rte_string_fns.h:63:24: error: ‘%s’ directive output may be truncated writing up to 127 bytes into a region of size 26 [-Werror=format-truncation=]
63 | return (size_t)snprintf(dst, size, "%s", src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/powerpc64le-linux-gnu/include/stdio.h:894,
from ../app/graph/ethdev.c:5:
/usr/powerpc64le-linux-gnu/include/bits/stdio2.h:71:10: note: ‘__builtin_snprintf’ output between 1 and 128 bytes into a destination of size 26
71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
72 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[2201/3502] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2202/3502] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'.
[2203/3502] Generating rte_baseband_acc.sym_chk with a meson_exe.py custom command.
[2204/3502] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2205/3502] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_graph.c.o'.
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
####################################################################################
In file included from ../lib/eal/include/rte_trace_point.h:32,
from ../lib/ethdev/rte_ethdev_trace_fp.h:18,
from ../lib/ethdev/rte_ethdev.h:175,
from ../app/graph/ethdev.c:14:
../app/graph/ethdev.c: In function ‘cmd_ethdev_parsed’:
../lib/eal/include/rte_string_fns.h:63:24: error: ‘%s’ directive output may be truncated writing up to 127 bytes into a region of size 26 [-Werror=format-truncation=]
63 | return (size_t)snprintf(dst, size, "%s", src);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/riscv64-linux-gnu/include/stdio.h:894,
from ../app/graph/ethdev.c:5:
/usr/riscv64-linux-gnu/include/bits/stdio2.h:71:10: note: ‘__builtin_snprintf’ output between 1 and 128 bytes into a destination of size 26
71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
72 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[2161/3473] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ip4_route.c.o'.
[2162/3473] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_graph.c.o'.
[2163/3473] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'.
[2164/3473] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2165/3473] Generating rte_baseband_acc.pmd.c with a custom command.
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-----------------------------
next prev parent reply other threads:[~2024-06-24 21:04 UTC|newest]
Thread overview: 113+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240624200114.1792214-1-mahmoudmatook.mm@gmail.com>
2024-06-24 19:35 ` |SUCCESS| " qemudev
2024-06-24 19:39 ` qemudev
2024-06-24 20:03 ` checkpatch
2024-06-24 21:04 ` 0-day Robot [this message]
2024-06-24 22:28 ` |SUCCESS| pw141594 [PATCH] [v2] app/graph: fix destination buffer to dpdklab
2024-06-24 22:35 ` dpdklab
2024-06-24 22:36 ` dpdklab
2024-06-24 22:37 ` dpdklab
2024-06-24 22:37 ` dpdklab
2024-06-24 22:37 ` dpdklab
2024-06-24 22:37 ` dpdklab
2024-06-24 22:39 ` dpdklab
2024-06-24 22:40 ` dpdklab
2024-06-24 22:40 ` dpdklab
2024-06-24 22:41 ` dpdklab
2024-06-24 22:41 ` dpdklab
2024-06-24 22:41 ` dpdklab
2024-06-24 22:41 ` dpdklab
2024-06-24 22:42 ` dpdklab
2024-06-24 23:00 ` dpdklab
2024-06-24 23:00 ` dpdklab
2024-06-24 23:01 ` dpdklab
2024-06-24 23:08 ` dpdklab
2024-06-24 23:09 ` dpdklab
2024-06-24 23:09 ` dpdklab
2024-06-24 23:14 ` dpdklab
2024-06-24 23:15 ` dpdklab
2024-06-24 23:15 ` dpdklab
2024-06-24 23:16 ` dpdklab
2024-06-24 23:16 ` dpdklab
2024-06-24 23:16 ` dpdklab
2024-06-24 23:18 ` dpdklab
2024-06-24 23:21 ` dpdklab
2024-06-24 23:22 ` dpdklab
2024-06-25 0:08 ` dpdklab
2024-06-25 0:28 ` |FAILURE| " dpdklab
2024-06-25 0:29 ` dpdklab
2024-06-25 0:30 ` dpdklab
2024-06-25 0:30 ` dpdklab
2024-06-25 0:31 ` dpdklab
2024-06-25 0:31 ` dpdklab
2024-06-25 0:32 ` dpdklab
2024-06-25 0:32 ` dpdklab
2024-06-25 0:33 ` dpdklab
2024-06-25 0:34 ` dpdklab
2024-06-25 0:34 ` dpdklab
2024-06-25 0:40 ` dpdklab
2024-06-25 0:41 ` dpdklab
2024-06-25 0:41 ` dpdklab
2024-06-25 0:41 ` dpdklab
2024-06-25 0:44 ` dpdklab
2024-06-25 0:45 ` dpdklab
2024-06-25 0:46 ` dpdklab
2024-06-25 0:47 ` dpdklab
2024-06-25 0:47 ` dpdklab
2024-06-25 0:58 ` dpdklab
2024-06-25 0:59 ` dpdklab
2024-06-25 1:00 ` dpdklab
2024-06-25 1:01 ` dpdklab
2024-06-25 1:01 ` dpdklab
2024-06-25 1:01 ` dpdklab
2024-06-25 1:02 ` dpdklab
2024-06-25 1:02 ` dpdklab
2024-06-25 1:02 ` dpdklab
2024-06-25 1:04 ` dpdklab
2024-06-25 1:05 ` dpdklab
2024-06-25 1:07 ` dpdklab
2024-06-25 1:08 ` dpdklab
2024-06-25 1:17 ` dpdklab
2024-06-25 1:20 ` dpdklab
2024-06-25 1:20 ` dpdklab
2024-06-25 1:21 ` dpdklab
2024-06-25 1:21 ` dpdklab
2024-06-25 1:22 ` dpdklab
2024-06-25 1:22 ` dpdklab
2024-06-25 1:23 ` dpdklab
2024-06-25 1:23 ` dpdklab
2024-06-25 1:24 ` dpdklab
2024-06-25 1:24 ` dpdklab
2024-06-25 1:25 ` dpdklab
2024-06-25 1:25 ` dpdklab
2024-06-25 1:26 ` dpdklab
2024-06-25 1:26 ` dpdklab
2024-06-25 1:26 ` dpdklab
2024-06-25 1:27 ` dpdklab
2024-06-25 1:29 ` dpdklab
2024-06-25 1:31 ` dpdklab
2024-06-25 1:31 ` dpdklab
2024-06-25 1:32 ` dpdklab
2024-06-25 1:33 ` dpdklab
2024-06-25 1:33 ` dpdklab
2024-06-25 1:34 ` dpdklab
2024-06-25 1:34 ` dpdklab
2024-06-25 1:39 ` dpdklab
2024-06-25 1:39 ` dpdklab
2024-06-25 1:40 ` dpdklab
2024-06-25 1:54 ` dpdklab
2024-06-25 2:00 ` dpdklab
2024-06-25 2:01 ` dpdklab
2024-06-25 2:03 ` dpdklab
2024-06-25 2:06 ` dpdklab
2024-06-25 2:15 ` dpdklab
2024-06-25 2:15 ` dpdklab
2024-06-25 2:16 ` dpdklab
2024-06-25 2:16 ` dpdklab
2024-06-25 2:17 ` dpdklab
2024-06-25 2:19 ` dpdklab
2024-06-25 2:20 ` dpdklab
2024-06-25 2:48 ` dpdklab
2024-06-25 3:32 ` dpdklab
2024-06-25 3:41 ` dpdklab
2024-06-25 3:48 ` dpdklab
2024-06-25 11:53 ` |WARNING| " 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=20240624210413.435775-1-robot@bytheb.org \
--to=robot@bytheb.org \
--cc=mahmoudmatook.mm@gmail.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).