|FAILURE| pw111354 [PATCH] mem: telemetry support for memseg and element information

0-day Robot robot at bytheb.org
Thu May 19 09:39:44 CEST 2022


From: robot at bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2350179354
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static-i386" 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/eal/common/eal_common_memory.c: In function ‘handle_eal_memseg_info_request’:
../lib/eal/common/eal_common_memory.c:1432:33: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
 1432 |  snprintf(addr, ADDR_STR, "%p", (void *)ms_start_addr);
      |                                 ^
../lib/eal/common/eal_common_memory.c:1434:33: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
 1434 |  snprintf(addr, ADDR_STR, "%p", (void *)ms_end_addr);
      |                                 ^
../lib/eal/common/eal_common_memory.c: In function ‘handle_eal_element_info_request’:
../lib/eal/common/eal_common_memory.c:1659:33: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
 1659 |   snprintf(str, ADDR_STR, "%p", (void *)ms_start_addr);
      |                                 ^
../lib/eal/common/eal_common_memory.c:1661:33: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
 1661 |   snprintf(str, ADDR_STR, "%p", (void *)ms_end_addr);
      |                                 ^
../lib/eal/common/eal_common_memory.c:1663:33: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
 1663 |   snprintf(str, ADDR_STR, "%p", (void *)elem_start_addr);
      |                                 ^
../lib/eal/common/eal_common_memory.c:1665:33: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
 1665 |   snprintf(str, ADDR_STR, "%p", (void *)elem_end_addr);
      |                                 ^
cc1: all warnings being treated as errors
[70/3087] Compiling C object 'lib/76b5a35@@rte_eal at sta/eal_linux_eal_dev.c.o'.
[71/3087] Compiling C object 'lib/76b5a35@@rte_eal at sta/eal_linux_eal_interrupts.c.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
####################################################################################
--------------------------------END LOGS-----------------------------


More information about the test-report mailing list