|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 09:30:19 CET 2022
Test-Label: iol-aarch64-unit-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_unit_test | lpm_autotest |
+===============================+================+==============+
| Ubuntu 20.04 ARM GCC Native | FAIL | SKIPPED |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM Clang Native | FAIL | SKIPPED |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | FAIL |
+-------------------------------+----------------+--------------+
==== 20 line log output for Ubuntu 20.04 ARM SVE (lpm_autotest): ====
../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
[617/643] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_ipsec_perf.c.o'.
[618/643] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_timer_racecond.c.o'.
[619/643] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_lpm_perf.c.o'.
[620/643] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_lpm.c.o'.
[621/643] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_ipsec.c.o'.
[622/643] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_trace_perf.c.o'.
[623/643] Compiling C object 'lib/76b5a35@@rte_ethdev at sta/ethdev_rte_ethdev.c.o'.
[624/643] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_event_timer_adapter.c.o'.
[625/643] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
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