automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: aman.deep.singh@intel.com, robot@bytheb.org
Subject: [dpdk-test-report] |FAILURE| pw96605 [dpdk-dev] [PATCH 2/2] net: macro to extract MAC address bytes
Date: Tue,  3 Aug 2021 06:39:02 -0400	[thread overview]
Message-ID: <20210803103902.23912-1-robot@bytheb.org> (raw)
In-Reply-To: <20210803095117.28744-3-aman.deep.singh@intel.com>

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

      parent reply	other threads:[~2021-08-03 10:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210803095117.28744-3-aman.deep.singh@intel.com>
2021-08-03 10:00 ` [dpdk-test-report] |WARNING| pw96605 " checkpatch
2021-08-03 10:39 ` 0-day Robot [this message]

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=20210803103902.23912-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=aman.deep.singh@intel.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).