|FAILURE| pw106764 [PATCH] eventdev/eth_rx: fix memory leak when token parsing finished
0-day Robot
robot at bytheb.org
Wed Feb 2 08:59:25 CET 2022
From: robot at bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/106764/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1782503811
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-static" failed at step Build and test
"ubuntu-18.04-gcc-shared-mini" failed at step Build and test
"ubuntu-18.04-gcc-shared-abi+doc+tests" failed at step Build and test
"ubuntu-18.04-gcc-static-i386" failed at step Build and test
"ubuntu-18.04-gcc-static-aarch64" failed at step Build and test
"ubuntu-18.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-18.04-gcc-static-ppc64le" failed at step Build and test
"ubuntu-18.04-gcc-shared-ppc64le" failed at step Build and test
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################
^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3418:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
if (token == NULL || strlen(token) == 0 || !isdigit(*token))
^~
../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’
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]
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’
return -1;
^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3485:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
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’
return -1;
^~~~~~
cc1: all warnings being treated as errors
[279/3863] Compiling C object 'lib/76b5a35@@rte_gpudev at sta/gpudev_gpudev.c.o'.
[280/3863] Compiling C object 'lib/76b5a35@@rte_gro at sta/gro_rte_gro.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-mini" at step Build and test
####################################################################################
^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3418:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
if (token == NULL || strlen(token) == 0 || !isdigit(*token))
^~
../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’
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]
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’
return -1;
^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3485:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
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’
return -1;
^~~~~~
cc1: all warnings being treated as errors
[267/1120] Generating rte_ip_frag_def with a custom command.
[268/1120] Compiling C object 'examples/c590b3c@@dpdk-ethtool at exe/ethtool_lib_rte_ethtool.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-mini" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################
^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3418:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
if (token == NULL || strlen(token) == 0 || !isdigit(*token))
^~
../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’
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]
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’
return -1;
^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3485:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
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’
return -1;
^~~~~~
cc1: all warnings being treated as errors
[284/4059] Compiling C object 'lib/76b5a35@@rte_gpudev at sta/gpudev_gpudev.c.o'.
[285/4059] Compiling C object 'lib/76b5a35@@rte_gro at sta/gro_rte_gro.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-i386" at step Build and test
####################################################################################
^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3418:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
if (token == NULL || strlen(token) == 0 || !isdigit(*token))
^~
../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’
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]
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’
return -1;
^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3485:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
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’
return -1;
^~~~~~
cc1: all warnings being treated as errors
[277/2552] Compiling C object 'lib/76b5a35@@rte_gro at sta/gro_rte_gro.c.o'.
[278/2552] Compiling C object 'lib/76b5a35@@rte_gro at sta/gro_gro_tcp4.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-i386" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-aarch64" at step Build and test
####################################################################################
^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3418:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
if (token == NULL || strlen(token) == 0 || !isdigit(*token))
^~
../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’
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]
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’
return -1;
^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3485:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
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’
return -1;
^~~~~~
cc1: all warnings being treated as errors
[267/2770] Compiling C object 'lib/76b5a35@@rte_gpudev at sta/gpudev_gpudev.c.o'.
[268/2770] Compiling C object 'lib/76b5a35@@rte_eventdev at sta/eventdev_rte_eventdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-aarch64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-aarch64" at step Build and test
####################################################################################
^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3418:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
if (token == NULL || strlen(token) == 0 || !isdigit(*token))
^~
../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’
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]
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’
return -1;
^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3485:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
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’
return -1;
^~~~~~
cc1: all warnings being treated as errors
[276/2965] Linking target lib/librte_gpudev.so.22.1.
[277/2965] Compiling C object 'lib/76b5a35@@rte_eventdev at sta/eventdev_rte_eventdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-aarch64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-ppc64le" at step Build and test
####################################################################################
^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3418:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
if (token == NULL || strlen(token) == 0 || !isdigit(*token))
^~
../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’
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]
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’
return -1;
^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3485:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
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’
return -1;
^~~~~~
cc1: all warnings being treated as errors
[265/3356] Compiling C object 'lib/76b5a35@@rte_gpudev at sta/gpudev_gpudev.c.o'.
[266/3356] Compiling C object 'lib/76b5a35@@rte_eventdev at sta/eventdev_rte_eventdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-ppc64le" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3418:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
if (token == NULL || strlen(token) == 0 || !isdigit(*token))
^~
../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’
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]
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’
return -1;
^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3485:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
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’
return -1;
^~~~~~
cc1: all warnings being treated as errors
[270/3550] Compiling C object 'lib/76b5a35@@rte_eventdev at sta/eventdev_rte_eventdev.c.o'.
[271/3550] Compiling C object 'lib/76b5a35@@rte_gpudev at sta/gpudev_gpudev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------
More information about the test-report
mailing list