automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: liwg06@foxmail.com, robot@bytheb.org
Subject: |FAILURE| pw106764 [PATCH] eventdev/eth_rx: fix memory leak when token parsing finished
Date: Wed,  2 Feb 2022 02:59:25 -0500	[thread overview]
Message-ID: <20220202075925.4109-1-robot@bytheb.org> (raw)
In-Reply-To: <tencent_7F6E319F3CF5A71211493A97DF15231B2208@qq.com>

From: robot@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@sta/gpudev_gpudev.c.o'.
[280/3863] Compiling C object 'lib/76b5a35@@rte_gro@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@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@sta/gpudev_gpudev.c.o'.
[285/4059] Compiling C object 'lib/76b5a35@@rte_gro@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@sta/gro_rte_gro.c.o'.
[278/2552] Compiling C object 'lib/76b5a35@@rte_gro@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@sta/gpudev_gpudev.c.o'.
[268/2770] Compiling C object 'lib/76b5a35@@rte_eventdev@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@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@sta/gpudev_gpudev.c.o'.
[266/3356] Compiling C object 'lib/76b5a35@@rte_eventdev@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@sta/eventdev_rte_eventdev.c.o'.
[271/3550] Compiling C object 'lib/76b5a35@@rte_gpudev@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-----------------------------

  parent reply	other threads:[~2022-02-02  6:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <tencent_7F6E319F3CF5A71211493A97DF15231B2208@qq.com>
2022-02-02  6:16 ` |SUCCESS| " checkpatch
2022-02-02  7:59 ` 0-day Robot [this message]
2022-02-02  8:30 |FAILURE| " dpdklab
2022-02-02  8:36 dpdklab
2022-02-02  9:23 dpdklab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220202075925.4109-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=liwg06@foxmail.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).