|FAILURE| pw106764 [PATCH] eventdev/eth_rx: fix memory leak when token parsing finished
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Wed Feb 2 10:23:42 CET 2022
Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/106764
_Testing issues_
Submitter: Weiguo Li <liwg06 at foxmail.com>
Date: Wednesday, February 02 2022 06:15:41
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:60e68d170b122d86c1c49cc51078db461542a26b
106764 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM Clang Native | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Native | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
| ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3420:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
3420 | return -1;
| ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c: In function 'handle_rxa_queue_stats_reset':
../lib/eventdev/rte_event_eth_rx_adapter.c:3476:2: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
3476 | if (token == NULL || strlen(token) == 0 || !isdigit(*token))
| ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3478:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
3478 | return -1;
| ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3485:2: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
3485 | if (token == NULL || strlen(token) == 0 || !isdigit(*token))
| ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3487:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
3487 | return -1;
| ^~~~~~
cc1: all warnings being treated as errors
[638/643] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_ipsec.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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/20885/
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