|FAILURE| pw133638 [PATCH] [v3] net/cpfl: support action prog
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Oct 31 10:48:20 CET 2023
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133638
_Testing issues_
Submitter: Wenjing Qiao <wenjing.qiao at intel.com>
Date: Tuesday, October 31 2023 07:48:17
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: master
CommitID:a9798b365515bc45dfdcafc4bcad2dae5599db56
133638 --> testing fail
Test environment and result as below:
+--------------------------+------------------------------+---------------------------+----------------+--------------+
| Environment | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | dpdk_unit_test | lpm_autotest |
+==========================+==============================+===========================+================+==============+
| Debian 11 (arm) | FAIL | FAIL | SKIPPED | SKIPPED |
+--------------------------+------------------------------+---------------------------+----------------+--------------+
| Fedora 38 (ARM) | SKIPPED | SKIPPED | FAIL | SKIPPED |
+--------------------------+------------------------------+---------------------------+----------------+--------------+
| CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | FAIL | SKIPPED |
+--------------------------+------------------------------+---------------------------+----------------+--------------+
| Fedora 37 (ARM) | SKIPPED | SKIPPED | FAIL | SKIPPED |
+--------------------------+------------------------------+---------------------------+----------------+--------------+
| Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | FAIL | SKIPPED |
+--------------------------+------------------------------+---------------------------+----------------+--------------+
| Fedora 38 (ARM Clang) | SKIPPED | SKIPPED | PASS | SKIPPED |
+--------------------------+------------------------------+---------------------------+----------------+--------------+
| Debian 11 (Buster) (ARM) | SKIPPED | SKIPPED | FAIL | SKIPPED |
+--------------------------+------------------------------+---------------------------+----------------+--------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+------------------------------+---------------------------+----------------+--------------+
==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_unit_test): ====
636 | strncpy(js_mr_key->actions[i].prog.name, name, strlen(name));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/cpfl/cpfl_flow_parser.c:657:6: error: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Werror=stringop-truncation]
657 | strncpy(js_mr_key->actions[i].prog.params[j].name, name,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
658 | strlen(name));
| ~~~~~~~~~~~~~
In function 'cpfl_flow_js_mr_content',
inlined from 'cpfl_flow_js_mr_action' at ../drivers/net/cpfl/cpfl_flow_parser.c:837:9,
inlined from 'cpfl_flow_js_mod_rule' at ../drivers/net/cpfl/cpfl_flow_parser.c:891:9,
inlined from 'cpfl_parser_init' at ../drivers/net/cpfl/cpfl_flow_parser.c:915:8,
inlined from 'cpfl_parser_create' at ../drivers/net/cpfl/cpfl_flow_parser.c:942:8:
../drivers/net/cpfl/cpfl_flow_parser.c:764:3: error: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Werror=stringop-truncation]
764 | strncpy(js_mod->content.fields[i].type, type, strlen(type));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1352/3049] Generating rte_net_dpaa.pmd.c with a custom command.
[1353/3049] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
[1354/3049] Generating rte_net_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Debian 11 (arm)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28154/
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