From: robot@bytheb.org Test-Label: github-robot Test-Status: FAILURE http://patchwork.dpdk.org/patch/96505/ _github build: failed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1087830803 Build Logs: -----------------------Summary of failed steps----------------------- "ubuntu-18.04-gcc-static-i386" failed at step "Build and test" ----------------------End summary of failed steps-------------------- -------------------------------BEGIN LOGS---------------------------- #################################################################################### #### [Begin job log] "ubuntu-18.04-gcc-static-i386" at step "Build and test" #################################################################################### return __json_snprintf(buf, len, "[%ld]", (uintptr_t)ptr); ~~^ ~~~~~~~~~~~~~~ %d ../lib/telemetry/telemetry_json.h:114:50: error: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘unsigned int’ [-Werror=format=] ret = __json_snprintf(buf + end, len - end, ",%ld]", (uintptr_t)ptr); ~~^ ~~~~~~~~~~~~~~ %d ../lib/telemetry/telemetry_json.h: In function ‘rte_tel_json_add_obj_ptr’: ../lib/telemetry/telemetry_json.h:162:47: error: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘unsigned int’ [-Werror=format=] return __json_snprintf(buf, len, "{\"%s\":%ld}", name, ~~^ %d (uintptr_t)ptr); ~~~~~~~~~~~~~~ ../lib/telemetry/telemetry_json.h:165:57: error: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘unsigned int’ [-Werror=format=] ret = __json_snprintf(buf + end, len - end, ",\"%s\":%ld}", name, ~~^ %d (uintptr_t)ptr); ~~~~~~~~~~~~~~ cc1: all warnings being treated as errors [8/2510] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.21.3.symbols'. [9/2510] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_legacy.c.o'. ninja: build stopped: subcommand failed. ##[error]Process completed with exit code 1. #################################################################################### #### [End job log] "ubuntu-18.04-gcc-static-i386" at step "Build and test" #################################################################################### --------------------------------END LOGS-----------------------------