|FAILURE| pw141594 [PATCH] [v2] app/graph: fix destination buffer to
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Jun 25 03:32:43 CEST 2024
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/141594
_Testing issues_
Submitter: Mahmoud Maatuq <mahmoudmatook.mm at gmail.com>
Date: Monday, June 24 2024 20:01:14
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4a44d97f0a52a76258c6a6cb6a713f4380a8ab1f
141594 --> testing issues
Test environment and result as below:
+-----------------------------+---------------------------+------------------------------+----------------+--------------+
| Environment | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test | lpm_autotest |
+=============================+===========================+==============================+================+==============+
| Debian 12 (arm) | FAIL | FAIL | FAIL | SKIPPED |
+-----------------------------+---------------------------+------------------------------+----------------+--------------+
| CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | FAIL | SKIPPED |
+-----------------------------+---------------------------+------------------------------+----------------+--------------+
| Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | FAIL | SKIPPED |
+-----------------------------+---------------------------+------------------------------+----------------+--------------+
| Fedora 37 (ARM) | SKIPPED | SKIPPED | FAIL | SKIPPED |
+-----------------------------+---------------------------+------------------------------+----------------+--------------+
| Fedora 38 (ARM) | SKIPPED | SKIPPED | FAIL | SKIPPED |
+-----------------------------+---------------------------+------------------------------+----------------+--------------+
| Fedora 39 (ARM) | SKIPPED | SKIPPED | FAIL | SKIPPED |
+-----------------------------+---------------------------+------------------------------+----------------+--------------+
| Fedora 40 (ARM) | SKIPPED | SKIPPED | FAIL | SKIPPED |
+-----------------------------+---------------------------+------------------------------+----------------+--------------+
| Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | FAIL | SKIPPED |
+-----------------------------+---------------------------+------------------------------+----------------+--------------+
| 32-bit Ubuntu 20.04.4 (ARM) | SKIPPED | SKIPPED | PASS | SKIPPED |
+-----------------------------+---------------------------+------------------------------+----------------+--------------+
| RHEL9 (ARM) | SKIPPED | SKIPPED | FAIL | SKIPPED |
+-----------------------------+---------------------------+------------------------------+----------------+--------------+
| Ubuntu 22.04 (ARM) | SKIPPED | SKIPPED | FAIL | SKIPPED |
+-----------------------------+---------------------------+------------------------------+----------------+--------------+
| Fedora 38 (ARM Clang) | SKIPPED | SKIPPED | PASS | SKIPPED |
+-----------------------------+---------------------------+------------------------------+----------------+--------------+
| Ubuntu 24.04 (ARM) | SKIPPED | SKIPPED | FAIL | SKIPPED |
+-----------------------------+---------------------------+------------------------------+----------------+--------------+
| Fedora 39 (ARM Clang) | SKIPPED | SKIPPED | PASS | SKIPPED |
+-----------------------------+---------------------------+------------------------------+----------------+--------------+
| Fedora 40 (ARM Clang) | SKIPPED | SKIPPED | PASS | SKIPPED |
+-----------------------------+---------------------------+------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | SKIPPED | PASS |
+-----------------------------+---------------------------+------------------------------+----------------+--------------+
==== 20 line log output for Ubuntu 24.04 (ARM) (dpdk_unit_test): ====
../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:980,
from ../app/graph/ethdev.c:5:
In function 'snprintf',
inlined from 'rte_strlcpy' at ../lib/eal/include/rte_string_fns.h:63:17,
inlined from 'cmd_ethdev_parsed' at ../app/graph/ethdev.c:675:2:
/usr/include/aarch64-linux-gnu/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 1 and 128 bytes into a destination of size 26
54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[3052/3198] Compiling C object 'app/a172ced@@dpdk-test at exe/test_test_event_eth_tx_adapter.c.o'.
[3053/3198] Compiling C object 'app/a172ced@@dpdk-test at exe/test_test_event_timer_adapter.c.o'.
[3054/3198] Generating rte_event_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
32-bit Ubuntu 20.04.4 (ARM)
Kernel: 5.4.0-155-generic aarch64
Compiler: gcc 9.4
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 22.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.4.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Ubuntu 24.04 (ARM)
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30302/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
More information about the test-report
mailing list