[dpdk-test-report] |FAILURE| pw96605 [dpdk-dev] [PATCH 2/2] net: macro to extract MAC address bytes

0-day Robot robot at bytheb.org
Tue Aug 3 12:39:02 CEST 2021


From: robot at 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 at exe/sample_packet_forward.c.o'.
[2839/3466] Compiling C object 'app/test/3062f5d@@dpdk-test at 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 at exe/test_link_bonding_mode4.c.o'.
[2838/3463] Compiling C object 'examples/c590b3c@@dpdk-bbdev_app at 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-----------------------------


More information about the test-report mailing list