automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: adwivedi@marvell.com, robot@bytheb.org
Subject: |FAILURE| pw117486 [PATCH v3 4/4] ethdev: add trace points for tm
Date: Thu,  6 Oct 2022 12:39:43 -0400	[thread overview]
Message-ID: <20221006163943.2807191-1-robot@bytheb.org> (raw)
In-Reply-To: <20221006151844.23483-5-adwivedi@marvell.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3198541393
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static" failed at step Build and test
"ubuntu-20.04-gcc-shared-mini" failed at step Build and test
"ubuntu-20.04-gcc-shared-doc+tests" failed at step Build and test
"ubuntu-20.04-clang-static" failed at step Build and test
"ubuntu-20.04-clang-shared-asan+doc+tests" failed at step Build and test
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
"ubuntu-20.04-gcc-static-mingw" failed at step Build and test
"ubuntu-20.04-gcc-static-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-static-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-shared-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-shared-riscv64" failed at step Build and test
"fedora:35-clang-static" failed at step Build
"fedora:35-clang-shared" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static" at step Build and test
####################################################################################
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:290:29: note: to match this ‘(’
  290 | #define RTE_PTR_ADD(ptr, x) ((void*)((uintptr_t)(ptr) + (x)))
      |                             ^
../lib/eal/include/rte_trace_point.h:51:2: note: in definition of macro ‘__RTE_TRACE_POINT’
   51 |  __VA_ARGS__ \
      |  ^~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1576:1: note: in expansion of macro ‘RTE_TRACE_POINT’
 1576 | RTE_TRACE_POINT(
      | ^~~~~~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:366:8: note: in expansion of macro ‘RTE_PTR_ADD’
  366 |  mem = RTE_PTR_ADD(mem, sizeof(in)); \
      |        ^~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:400:38: note: in expansion of macro ‘__rte_trace_point_emit’
  400 | #define rte_trace_point_emit_ptr(in) __rte_trace_point_emit(in, uintptr_t)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
[4315/4465] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_flow.cpp.o'.
[4316/4465] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_flow_driver.cpp.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-mini" at step Build and test
####################################################################################
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:290:29: note: to match this ‘(’
  290 | #define RTE_PTR_ADD(ptr, x) ((void*)((uintptr_t)(ptr) + (x)))
      |                             ^
../lib/eal/include/rte_trace_point.h:51:2: note: in definition of macro ‘__RTE_TRACE_POINT’
   51 |  __VA_ARGS__ \
      |  ^~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1576:1: note: in expansion of macro ‘RTE_TRACE_POINT’
 1576 | RTE_TRACE_POINT(
      | ^~~~~~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:366:8: note: in expansion of macro ‘RTE_PTR_ADD’
  366 |  mem = RTE_PTR_ADD(mem, sizeof(in)); \
      |        ^~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:400:38: note: in expansion of macro ‘__rte_trace_point_emit’
  400 | #define rte_trace_point_emit_ptr(in) __rte_trace_point_emit(in, uintptr_t)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
[1459/1550] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_ethdev.cpp.o'.
[1460/1550] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_mtr_driver.cpp.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-doc+tests" at step Build and test
####################################################################################
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:290:29: note: to match this ‘(’
  290 | #define RTE_PTR_ADD(ptr, x) ((void*)((uintptr_t)(ptr) + (x)))
      |                             ^
../lib/eal/include/rte_trace_point.h:51:2: note: in definition of macro ‘__RTE_TRACE_POINT’
   51 |  __VA_ARGS__ \
      |  ^~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1576:1: note: in expansion of macro ‘RTE_TRACE_POINT’
 1576 | RTE_TRACE_POINT(
      | ^~~~~~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:366:8: note: in expansion of macro ‘RTE_PTR_ADD’
  366 |  mem = RTE_PTR_ADD(mem, sizeof(in)); \
      |        ^~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:400:38: note: in expansion of macro ‘__rte_trace_point_emit’
  400 | #define rte_trace_point_emit_ptr(in) __rte_trace_point_emit(in, uintptr_t)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
[4492/4643] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_ethdev.cpp.o'.
[4493/4643] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_flow.cpp.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-static" at step Build and test
####################################################################################
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:290:29: note: to match this ‘(’
  290 | #define RTE_PTR_ADD(ptr, x) ((void*)((uintptr_t)(ptr) + (x)))
      |                             ^
../lib/eal/include/rte_trace_point.h:51:2: note: in definition of macro ‘__RTE_TRACE_POINT’
   51 |  __VA_ARGS__ \
      |  ^~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1576:1: note: in expansion of macro ‘RTE_TRACE_POINT’
 1576 | RTE_TRACE_POINT(
      | ^~~~~~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:366:8: note: in expansion of macro ‘RTE_PTR_ADD’
  366 |  mem = RTE_PTR_ADD(mem, sizeof(in)); \
      |        ^~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:400:38: note: in expansion of macro ‘__rte_trace_point_emit’
  400 | #define rte_trace_point_emit_ptr(in) __rte_trace_point_emit(in, uintptr_t)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
[4315/4465] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_flow_driver.cpp.o'.
[4316/4465] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_flow.cpp.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:290:29: note: to match this ‘(’
  290 | #define RTE_PTR_ADD(ptr, x) ((void*)((uintptr_t)(ptr) + (x)))
      |                             ^
../lib/eal/include/rte_trace_point.h:51:2: note: in definition of macro ‘__RTE_TRACE_POINT’
   51 |  __VA_ARGS__ \
      |  ^~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1576:1: note: in expansion of macro ‘RTE_TRACE_POINT’
 1576 | RTE_TRACE_POINT(
      | ^~~~~~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:366:8: note: in expansion of macro ‘RTE_PTR_ADD’
  366 |  mem = RTE_PTR_ADD(mem, sizeof(in)); \
      |        ^~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:400:38: note: in expansion of macro ‘__rte_trace_point_emit’
  400 | #define rte_trace_point_emit_ptr(in) __rte_trace_point_emit(in, uintptr_t)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
[4493/4643] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_flow.cpp.o'.
[4494/4643] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_flow_driver.cpp.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:290:29: note: to match this ‘(’
  290 | #define RTE_PTR_ADD(ptr, x) ((void*)((uintptr_t)(ptr) + (x)))
      |                             ^
../lib/eal/include/rte_trace_point.h:51:2: note: in definition of macro ‘__RTE_TRACE_POINT’
   51 |  __VA_ARGS__ \
      |  ^~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1576:1: note: in expansion of macro ‘RTE_TRACE_POINT’
 1576 | RTE_TRACE_POINT(
      | ^~~~~~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:366:8: note: in expansion of macro ‘RTE_PTR_ADD’
  366 |  mem = RTE_PTR_ADD(mem, sizeof(in)); \
      |        ^~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:400:38: note: in expansion of macro ‘__rte_trace_point_emit’
  400 | #define rte_trace_point_emit_ptr(in) __rte_trace_point_emit(in, uintptr_t)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
[2975/3122] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_flow.cpp.o'.
[2976/3122] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_flow_driver.cpp.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:290:29: note: to match this ‘(’
  290 | #define RTE_PTR_ADD(ptr, x) ((void*)((uintptr_t)(ptr) + (x)))
      |                             ^
../lib/eal/include/rte_trace_point.h:51:2: note: in definition of macro ‘__RTE_TRACE_POINT’
   51 |  __VA_ARGS__ \
      |  ^~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1576:1: note: in expansion of macro ‘RTE_TRACE_POINT’
 1576 | RTE_TRACE_POINT(
      | ^~~~~~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:366:8: note: in expansion of macro ‘RTE_PTR_ADD’
  366 |  mem = RTE_PTR_ADD(mem, sizeof(in)); \
      |        ^~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:400:38: note: in expansion of macro ‘__rte_trace_point_emit’
  400 | #define rte_trace_point_emit_ptr(in) __rte_trace_point_emit(in, uintptr_t)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
[1270/1322] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_net.cpp.obj'.
[1271/1322] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_ethdev_trace_fp.cpp.obj'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-aarch64" at step Build and test
####################################################################################
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:290:29: note: to match this ‘(’
  290 | #define RTE_PTR_ADD(ptr, x) ((void*)((uintptr_t)(ptr) + (x)))
      |                             ^
../lib/eal/include/rte_trace_point.h:51:2: note: in definition of macro ‘__RTE_TRACE_POINT’
   51 |  __VA_ARGS__ \
      |  ^~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1576:1: note: in expansion of macro ‘RTE_TRACE_POINT’
 1576 | RTE_TRACE_POINT(
      | ^~~~~~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:366:8: note: in expansion of macro ‘RTE_PTR_ADD’
  366 |  mem = RTE_PTR_ADD(mem, sizeof(in)); \
      |        ^~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:400:38: note: in expansion of macro ‘__rte_trace_point_emit’
  400 | #define rte_trace_point_emit_ptr(in) __rte_trace_point_emit(in, uintptr_t)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
[3948/4085] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_flow.cpp.o'.
[3949/4085] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_flow_driver.cpp.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:290:29: note: to match this ‘(’
  290 | #define RTE_PTR_ADD(ptr, x) ((void*)((uintptr_t)(ptr) + (x)))
      |                             ^
../lib/eal/include/rte_trace_point.h:51:2: note: in definition of macro ‘__RTE_TRACE_POINT’
   51 |  __VA_ARGS__ \
      |  ^~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1576:1: note: in expansion of macro ‘RTE_TRACE_POINT’
 1576 | RTE_TRACE_POINT(
      | ^~~~~~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:366:8: note: in expansion of macro ‘RTE_PTR_ADD’
  366 |  mem = RTE_PTR_ADD(mem, sizeof(in)); \
      |        ^~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:400:38: note: in expansion of macro ‘__rte_trace_point_emit’
  400 | #define rte_trace_point_emit_ptr(in) __rte_trace_point_emit(in, uintptr_t)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
[4110/4260] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_flow.cpp.o'.
[4111/4260] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_flow_driver.cpp.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-ppc64le" at step Build and test
####################################################################################
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:290:29: note: to match this ‘(’
  290 | #define RTE_PTR_ADD(ptr, x) ((void*)((uintptr_t)(ptr) + (x)))
      |                             ^
../lib/eal/include/rte_trace_point.h:51:2: note: in definition of macro ‘__RTE_TRACE_POINT’
   51 |  __VA_ARGS__ \
      |  ^~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1576:1: note: in expansion of macro ‘RTE_TRACE_POINT’
 1576 | RTE_TRACE_POINT(
      | ^~~~~~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:366:8: note: in expansion of macro ‘RTE_PTR_ADD’
  366 |  mem = RTE_PTR_ADD(mem, sizeof(in)); \
      |        ^~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:400:38: note: in expansion of macro ‘__rte_trace_point_emit’
  400 | #define rte_trace_point_emit_ptr(in) __rte_trace_point_emit(in, uintptr_t)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
[3777/3926] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_flow_driver.cpp.o'.
[3778/3926] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_mtr.cpp.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:290:29: note: to match this ‘(’
  290 | #define RTE_PTR_ADD(ptr, x) ((void*)((uintptr_t)(ptr) + (x)))
      |                             ^
../lib/eal/include/rte_trace_point.h:51:2: note: in definition of macro ‘__RTE_TRACE_POINT’
   51 |  __VA_ARGS__ \
      |  ^~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1576:1: note: in expansion of macro ‘RTE_TRACE_POINT’
 1576 | RTE_TRACE_POINT(
      | ^~~~~~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:366:8: note: in expansion of macro ‘RTE_PTR_ADD’
  366 |  mem = RTE_PTR_ADD(mem, sizeof(in)); \
      |        ^~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:400:38: note: in expansion of macro ‘__rte_trace_point_emit’
  400 | #define rte_trace_point_emit_ptr(in) __rte_trace_point_emit(in, uintptr_t)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
[3962/4101] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_flow.cpp.o'.
[3963/4101] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_flow_driver.cpp.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-riscv64" at step Build and test
####################################################################################
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:290:29: note: to match this ‘(’
  290 | #define RTE_PTR_ADD(ptr, x) ((void*)((uintptr_t)(ptr) + (x)))
      |                             ^
../lib/eal/include/rte_trace_point.h:51:2: note: in definition of macro ‘__RTE_TRACE_POINT’
   51 |  __VA_ARGS__ \
      |  ^~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1576:1: note: in expansion of macro ‘RTE_TRACE_POINT’
 1576 | RTE_TRACE_POINT(
      | ^~~~~~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:366:8: note: in expansion of macro ‘RTE_PTR_ADD’
  366 |  mem = RTE_PTR_ADD(mem, sizeof(in)); \
      |        ^~~~~~~~~~~
../lib/eal/include/rte_trace_point.h:400:38: note: in expansion of macro ‘__rte_trace_point_emit’
  400 | #define rte_trace_point_emit_ptr(in) __rte_trace_point_emit(in, uintptr_t)
      |                                      ^~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_ethdev_trace.h:1587:2: note: in expansion of macro ‘rte_trace_point_emit_ptr’
 1587 |  rte_trace_point_emit_ptr(template);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
[3927/4071] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_flow.cpp.o'.
[3928/4071] Generating rte_event_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-riscv64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-clang-static" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-clang-static" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-clang-shared" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-clang-shared" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

      parent reply	other threads:[~2022-10-06 16:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20221006151844.23483-5-adwivedi@marvell.com>
2022-10-06 15:25 ` |SUCCESS| " checkpatch
2022-10-06 16: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=20221006163943.2807191-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=adwivedi@marvell.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).