|FAILURE| pw127698 [PATCH 10/10] ethdev: support telemetry query VLAN info

0-day Robot robot at bytheb.org
Tue May 30 11:59:52 CEST 2023


From: robot at bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5119784353
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
"ubuntu-20.04-gcc-static-mingw" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
../lib/ethdev/rte_ethdev.c:7684:54: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Werror=format=]
 7684 |   snprintf(blk_name, RTE_TEL_MAX_STRING_LEN, "vlan_%lu_to_%lu",
      |                                                    ~~^
      |                                                      |
      |                                                      long unsigned int
      |                                                    %llu
 7685 |     bit_width * vidx, bit_width * (vidx + 1) - 1);
      |     ~~~~~~~~~~~~~~~~                                  
      |               |
      |               uint64_t {aka long long unsigned int}
../lib/ethdev/rte_ethdev.c:7684:61: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Werror=format=]
 7684 |   snprintf(blk_name, RTE_TEL_MAX_STRING_LEN, "vlan_%lu_to_%lu",
      |                                                           ~~^
      |                                                             |
      |                                                             long unsigned int
      |                                                           %llu
 7685 |     bit_width * vidx, bit_width * (vidx + 1) - 1);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~             
      |                                              |
      |                                              uint64_t {aka long long unsigned int}
cc1: all warnings being treated as errors
[168/3032] Generating acl.sym_chk with a meson_exe.py custom command.
[169/3032] Generating eal.sym_chk with a meson_exe.py custom command.
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
####################################################################################
../lib/ethdev/rte_ethdev.c:7684:54: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Werror=format=]
 7684 |   snprintf(blk_name, RTE_TEL_MAX_STRING_LEN, "vlan_%lu_to_%lu",
      |                                                    ~~^
      |                                                      |
      |                                                      long unsigned int
      |                                                    %llu
 7685 |     bit_width * vidx, bit_width * (vidx + 1) - 1);
      |     ~~~~~~~~~~~~~~~~                                  
      |               |
      |               uint64_t {aka long long unsigned int}
../lib/ethdev/rte_ethdev.c:7684:61: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘uint64_t’ {aka ‘long long unsigned int’} [-Werror=format=]
 7684 |   snprintf(blk_name, RTE_TEL_MAX_STRING_LEN, "vlan_%lu_to_%lu",
      |                                                           ~~^
      |                                                             |
      |                                                             long unsigned int
      |                                                           %llu
 7685 |     bit_width * vidx, bit_width * (vidx + 1) - 1);
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~             
      |                                              |
      |                                              uint64_t {aka long long unsigned int}
cc1: all warnings being treated as errors
[308/1416] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_event_ring.c.obj'.
[309/1416] Linking target drivers/librte_bus_auxiliary-23.dll.
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
####################################################################################
--------------------------------END LOGS-----------------------------


More information about the test-report mailing list