automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw102589 [PATCH 1/1] net/failsafe: link_update request crashing at boot
       [not found] <20211021115139.2634-1-vipul.ashri@oracle.com>
@ 2021-10-21 11:57 ` checkpatch
  2021-10-21 12:39 ` [dpdk-test-report] |FAILURE| pw102589 [dpdk-dev] " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-10-21 11:57 UTC (permalink / raw)
  To: test-report; +Cc: vipul.ashri

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/102589

_coding style issues_


WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'fs_rx_queue_setup', this function's name, in a string
#116: FILE: drivers/net/failsafe/failsafe_ops.c:410:
+				ERROR("fs_rx_queue_setup: Invalid sub-device "

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'fs_tx_queue_setup', this function's name, in a string
#139: FILE: drivers/net/failsafe/failsafe_ops.c:583:
+				ERROR("fs_tx_queue_setup: Invalid sub-device "

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'failsafe_eth_dev_close', this function's name, in a string
#152: FILE: drivers/net/failsafe/failsafe_ops.c:663:
+			ERROR("failsafe_eth_dev_close: Invalid sub-device "

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'fs_link_update', this function's name, in a string
#165: FILE: drivers/net/failsafe/failsafe_ops.c:851:
+			ERROR("fs_link_update: Invalid Sub-device "

WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'fs_dev_supported_ptypes_get', this function's name, in a string
#179: FILE: drivers/net/failsafe/failsafe_ops.c:1282:
+		ERROR("fs_dev_supported_ptypes_get: "

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#214: FILE: drivers/net/failsafe/failsafe_private.h:315:
+    rte_eth_dev_is_valid_port(PORT_ID(s))$

total: 0 errors, 6 warnings, 0 checks, 105 lines checked

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dpdk-test-report] |FAILURE| pw102589 [dpdk-dev] [PATCH 1/1] net/failsafe: link_update request crashing at boot
       [not found] <20211021115139.2634-1-vipul.ashri@oracle.com>
  2021-10-21 11:57 ` [dpdk-test-report] |WARNING| pw102589 [PATCH 1/1] net/failsafe: link_update request crashing at boot checkpatch
@ 2021-10-21 12:39 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-10-21 12:39 UTC (permalink / raw)
  To: test-report; +Cc: vipul.ashri, robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/102589/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1367868975
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-static" failed at step Build and test
"ubuntu-18.04-gcc-shared-doc+tests" failed at step Build and test
"ubuntu-18.04-clang-static" failed at step Build and test
"ubuntu-18.04-clang-shared-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
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################
 ^~~~~~
../drivers/net/failsafe/failsafe_ops.c:1521:1: error: invalid storage class for function ‘fs_rss_hash_update’
 fs_rss_hash_update(struct rte_eth_dev *dev,
 ^~~~~~~~~~~~~~~~~~
../drivers/net/failsafe/failsafe_ops.c:1545:1: error: ISO C forbids nested functions [-Werror=pedantic]
 static int
 ^~~~~~
../drivers/net/failsafe/failsafe_ops.c:1546:1: error: invalid storage class for function ‘fs_flow_ops_get’
 fs_flow_ops_get(struct rte_eth_dev *dev __rte_unused,
 ^~~~~~~~~~~~~~~
../drivers/net/failsafe/failsafe_ops.c:1592:1: error: expected declaration or statement at end of input
 };
 ^
../drivers/net/failsafe/failsafe_ops.c:1553:26: error: unused variable ‘failsafe_ops’ [-Werror=unused-variable]
 const struct eth_dev_ops failsafe_ops = {
                          ^~~~~~~~~~~~
../drivers/net/failsafe/failsafe_ops.c: In function ‘fs_rx_queue_release’:
../drivers/net/failsafe/failsafe_ops.c:1592:1: error: expected declaration or statement at end of input
 };
 ^
cc1: all warnings being treated as errors
[1321/3304] Generating rte_net_failsafe_def with a custom command.
[1322/3304] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_rxtx.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-doc+tests" at step Build and test
####################################################################################
 ^~~~~~
../drivers/net/failsafe/failsafe_ops.c:1521:1: error: invalid storage class for function ‘fs_rss_hash_update’
 fs_rss_hash_update(struct rte_eth_dev *dev,
 ^~~~~~~~~~~~~~~~~~
../drivers/net/failsafe/failsafe_ops.c:1545:1: error: ISO C forbids nested functions [-Werror=pedantic]
 static int
 ^~~~~~
../drivers/net/failsafe/failsafe_ops.c:1546:1: error: invalid storage class for function ‘fs_flow_ops_get’
 fs_flow_ops_get(struct rte_eth_dev *dev __rte_unused,
 ^~~~~~~~~~~~~~~
../drivers/net/failsafe/failsafe_ops.c:1592:1: error: expected declaration or statement at end of input
 };
 ^
../drivers/net/failsafe/failsafe_ops.c:1553:26: error: unused variable ‘failsafe_ops’ [-Werror=unused-variable]
 const struct eth_dev_ops failsafe_ops = {
                          ^~~~~~~~~~~~
../drivers/net/failsafe/failsafe_ops.c: In function ‘fs_rx_queue_release’:
../drivers/net/failsafe/failsafe_ops.c:1592:1: error: expected declaration or statement at end of input
 };
 ^
cc1: all warnings being treated as errors
[1342/3520] Generating rte_net_failsafe_mingw with a custom command.
[1343/3520] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_rxtx.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################
FAILED: drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_ops.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_failsafe@sta -Idrivers -I../drivers -Idrivers/net/failsafe -I../drivers/net/failsafe -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -std=gnu99 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -pedantic -DLINUX -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.failsafe  -MD -MQ 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_ops.c.o' -MF 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_ops.c.o.d' -o 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_ops.c.o' -c ../drivers/net/failsafe/failsafe_ops.c
../drivers/net/failsafe/failsafe_ops.c:390:1: error: function definition is not allowed here
{
^
../drivers/net/failsafe/failsafe_ops.c:472:1: error: function definition is not allowed here
{
^
../drivers/net/failsafe/failsafe_ops.c:511:1: error: function definition is not allowed here
{
^
../drivers/net/failsafe/failsafe_ops.c:548:1: error: function definition is not allowed here
{
^
../drivers/net/failsafe/failsafe_ops.c:1592:3: error: expected '}'
};
  ^
../drivers/net/failsafe/failsafe_ops.c:362:1: note: to match this '{'
{
^
5 errors generated.
[1319/3306] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_intr.c.o'.
[1320/3306] Generating rte_net_enic.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################
FAILED: drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_ops.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_failsafe@sta -Idrivers -I../drivers -Idrivers/net/failsafe -I../drivers/net/failsafe -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -std=gnu99 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -pedantic -DLINUX -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.failsafe  -MD -MQ 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_ops.c.o' -MF 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_ops.c.o.d' -o 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_ops.c.o' -c ../drivers/net/failsafe/failsafe_ops.c
../drivers/net/failsafe/failsafe_ops.c:390:1: error: function definition is not allowed here
{
^
../drivers/net/failsafe/failsafe_ops.c:472:1: error: function definition is not allowed here
{
^
../drivers/net/failsafe/failsafe_ops.c:511:1: error: function definition is not allowed here
{
^
../drivers/net/failsafe/failsafe_ops.c:548:1: error: function definition is not allowed here
{
^
../drivers/net/failsafe/failsafe_ops.c:1592:3: error: expected '}'
};
  ^
../drivers/net/failsafe/failsafe_ops.c:362:1: note: to match this '{'
{
^
5 errors generated.
[1340/3522] Generating rte_net_enic.pmd.c with a custom command.
[1341/3522] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_rxtx.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-i386" at step Build and test
####################################################################################
 ^~~~~~
../drivers/net/failsafe/failsafe_ops.c:1521:1: error: invalid storage class for function ‘fs_rss_hash_update’
 fs_rss_hash_update(struct rte_eth_dev *dev,
 ^~~~~~~~~~~~~~~~~~
../drivers/net/failsafe/failsafe_ops.c:1545:1: error: ISO C forbids nested functions [-Werror=pedantic]
 static int
 ^~~~~~
../drivers/net/failsafe/failsafe_ops.c:1546:1: error: invalid storage class for function ‘fs_flow_ops_get’
 fs_flow_ops_get(struct rte_eth_dev *dev __rte_unused,
 ^~~~~~~~~~~~~~~
../drivers/net/failsafe/failsafe_ops.c:1592:1: error: expected declaration or statement at end of input
 };
 ^
../drivers/net/failsafe/failsafe_ops.c:1553:26: error: unused variable ‘failsafe_ops’ [-Werror=unused-variable]
 const struct eth_dev_ops failsafe_ops = {
                          ^~~~~~~~~~~~
../drivers/net/failsafe/failsafe_ops.c: In function ‘fs_rx_queue_release’:
../drivers/net/failsafe/failsafe_ops.c:1592:1: error: expected declaration or statement at end of input
 };
 ^
cc1: all warnings being treated as errors
[1016/2467] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_rxtx.c.o'.
[1017/2467] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_intr.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
####################################################################################
 ^~~~~~
../drivers/net/failsafe/failsafe_ops.c:1521:1: error: invalid storage class for function ‘fs_rss_hash_update’
 fs_rss_hash_update(struct rte_eth_dev *dev,
 ^~~~~~~~~~~~~~~~~~
../drivers/net/failsafe/failsafe_ops.c:1545:1: error: ISO C forbids nested functions [-Werror=pedantic]
 static int
 ^~~~~~
../drivers/net/failsafe/failsafe_ops.c:1546:1: error: invalid storage class for function ‘fs_flow_ops_get’
 fs_flow_ops_get(struct rte_eth_dev *dev __rte_unused,
 ^~~~~~~~~~~~~~~
../drivers/net/failsafe/failsafe_ops.c:1592:1: error: expected declaration or statement at end of input
 };
 ^
../drivers/net/failsafe/failsafe_ops.c:1553:26: error: unused variable ‘failsafe_ops’ [-Werror=unused-variable]
 const struct eth_dev_ops failsafe_ops = {
                          ^~~~~~~~~~~~
../drivers/net/failsafe/failsafe_ops.c: In function ‘fs_rx_queue_release’:
../drivers/net/failsafe/failsafe_ops.c:1592:1: error: expected declaration or statement at end of input
 };
 ^
cc1: all warnings being treated as errors
[1323/3304] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_mbx.c.o'.
[1324/3304] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_rxtx.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
####################################################################################
 ^~~~~~
../drivers/net/failsafe/failsafe_ops.c:1521:1: error: invalid storage class for function ‘fs_rss_hash_update’
 fs_rss_hash_update(struct rte_eth_dev *dev,
 ^~~~~~~~~~~~~~~~~~
../drivers/net/failsafe/failsafe_ops.c:1545:1: error: ISO C forbids nested functions [-Werror=pedantic]
 static int
 ^~~~~~
../drivers/net/failsafe/failsafe_ops.c:1546:1: error: invalid storage class for function ‘fs_flow_ops_get’
 fs_flow_ops_get(struct rte_eth_dev *dev __rte_unused,
 ^~~~~~~~~~~~~~~
../drivers/net/failsafe/failsafe_ops.c:1592:1: error: expected declaration or statement at end of input
 };
 ^
../drivers/net/failsafe/failsafe_ops.c:1553:26: error: unused variable ‘failsafe_ops’ [-Werror=unused-variable]
 const struct eth_dev_ops failsafe_ops = {
                          ^~~~~~~~~~~~
../drivers/net/failsafe/failsafe_ops.c: In function ‘fs_rx_queue_release’:
../drivers/net/failsafe/failsafe_ops.c:1592:1: error: expected declaration or statement at end of input
 };
 ^
cc1: all warnings being treated as errors
[1343/3517] Compiling C object 'drivers/net/fm10k/base/cb94eca@@fm10k_base@sta/fm10k_mbx.c.o'.
[1344/3517] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe@sta/net_failsafe_failsafe_rxtx.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
####################################################################################
--------------------------------END LOGS-----------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-21 12:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20211021115139.2634-1-vipul.ashri@oracle.com>
2021-10-21 11:57 ` [dpdk-test-report] |WARNING| pw102589 [PATCH 1/1] net/failsafe: link_update request crashing at boot checkpatch
2021-10-21 12:39 ` [dpdk-test-report] |FAILURE| pw102589 [dpdk-dev] " 0-day Robot

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).