automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw96605 [PATCH 2/2] net: macro to extract MAC address bytes
       [not found] <20210803095117.28744-3-aman.deep.singh@intel.com>
@ 2021-08-03 10:00 ` checkpatch
  2021-08-03 10:39 ` [dpdk-test-report] |FAILURE| pw96605 [dpdk-dev] " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-08-03 10:00 UTC (permalink / raw)
  To: test-report; +Cc: Aman Singh

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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#1191: FILE: lib/net/rte_ether.h:231:
+#define RTE_ETHER_ADDR_BYTES(mac_addrs) ((mac_addrs)->addr_bytes[0]), \
+					 ((mac_addrs)->addr_bytes[1]), \
+					 ((mac_addrs)->addr_bytes[2]), \
+					 ((mac_addrs)->addr_bytes[3]), \
+					 ((mac_addrs)->addr_bytes[4]), \
+					 ((mac_addrs)->addr_bytes[5])

total: 1 errors, 0 warnings, 777 lines checked

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

* [dpdk-test-report] |FAILURE| pw96605 [dpdk-dev] [PATCH 2/2] net: macro to extract MAC address bytes
       [not found] <20210803095117.28744-3-aman.deep.singh@intel.com>
  2021-08-03 10:00 ` [dpdk-test-report] |WARNING| pw96605 [PATCH 2/2] net: macro to extract MAC address bytes checkpatch
@ 2021-08-03 10:39 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-08-03 10:39 UTC (permalink / raw)
  To: test-report; +Cc: aman.deep.singh, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1093561778
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-shared-abi+doc+tests" failed at step "Build and test"
"ubuntu-18.04-clang-shared-doc+tests" 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-shared-abi+doc+tests" at step "Build and test"
####################################################################################
../examples/bond/main.c: In function ‘slave_port_init’:
../examples/bond/main.c:214:17: error: expected ‘)’ before ‘;’ token
  PRINT_MAC(addr);
                 ^
../examples/bond/main.c:216:1: error: expected ‘;’ before ‘}’ token
 }
 ^
../examples/bond/main.c: In function ‘bond_port_init’:
../examples/bond/main.c:319:18: error: expected ‘)’ before ‘;’ token
   PRINT_MAC(addr);
                  ^
../examples/bond/main.c:321:1: error: expected ‘;’ before ‘}’ token
 }
 ^
../examples/bond/main.c: In function ‘cmd_show_parsed’:
../examples/bond/main.c:761:18: error: expected ‘)’ before ‘;’ token
   PRINT_MAC(addr);
                  ^
../examples/bond/main.c:763:2: error: expected ‘;’ before ‘}’ token
  }
  ^
[2838/3466] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/sample_packet_forward.c.o'.
[2839/3466] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_link_bonding_mode4.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-clang-shared-doc+tests" at step "Build and test"
####################################################################################
#define PRINT_MAC(addr)         printf("%02"PRIx8":%02"PRIx8":%02"PRIx8 \
                                      ^
../examples/bond/main.c:319:18: error: expected ')'
                PRINT_MAC(addr);
                               ^
../examples/bond/main.c:319:3: note: to match this '('
                PRINT_MAC(addr);
                ^
../examples/bond/main.c:105:32: note: expanded from macro 'PRINT_MAC'
#define PRINT_MAC(addr)         printf("%02"PRIx8":%02"PRIx8":%02"PRIx8 \
                                      ^
../examples/bond/main.c:761:18: error: expected ')'
                PRINT_MAC(addr);
                               ^
../examples/bond/main.c:761:3: note: to match this '('
                PRINT_MAC(addr);
                ^
../examples/bond/main.c:105:32: note: expanded from macro 'PRINT_MAC'
#define PRINT_MAC(addr)         printf("%02"PRIx8":%02"PRIx8":%02"PRIx8 \
                                      ^
3 errors generated.
[2853/3468] Generating doxygen with a custom command.
[2854/3468] Generating html_guides with a custom command.
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-shared-aarch64" at step "Build and test"
####################################################################################
../examples/bond/main.c: In function ‘slave_port_init’:
../examples/bond/main.c:214:17: error: expected ‘)’ before ‘;’ token
  PRINT_MAC(addr);
                 ^
../examples/bond/main.c:216:1: error: expected ‘;’ before ‘}’ token
 }
 ^
../examples/bond/main.c: In function ‘bond_port_init’:
../examples/bond/main.c:319:18: error: expected ‘)’ before ‘;’ token
   PRINT_MAC(addr);
                  ^
../examples/bond/main.c:321:1: error: expected ‘;’ before ‘}’ token
 }
 ^
../examples/bond/main.c: In function ‘cmd_show_parsed’:
../examples/bond/main.c:761:18: error: expected ‘)’ before ‘;’ token
   PRINT_MAC(addr);
                  ^
../examples/bond/main.c:763:2: error: expected ‘;’ before ‘}’ token
  }
  ^
[2837/3463] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_link_bonding_mode4.c.o'.
[2838/3463] Compiling C object 'examples/c590b3c@@dpdk-bbdev_app@exe/bbdev_app_main.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-08-03 10:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210803095117.28744-3-aman.deep.singh@intel.com>
2021-08-03 10:00 ` [dpdk-test-report] |WARNING| pw96605 [PATCH 2/2] net: macro to extract MAC address bytes checkpatch
2021-08-03 10:39 ` [dpdk-test-report] |FAILURE| pw96605 [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).