From: robot@bytheb.org Test-Label: github-robot: build Test-Status: FAILURE http://patchwork.dpdk.org/patch/106493/ _github build: failed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1744764863 Build Logs: -----------------------Summary of failed steps----------------------- "ubuntu-18.04-gcc-static-i386" failed at step Build and test "ubuntu-18.04-gcc-static-ppc64le" failed at step Build and test "ubuntu-18.04-gcc-shared-ppc64le" 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 #################################################################################### [1705/2549] Linking static target drivers/librte_event_dpaa.a. [1706/2549] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa2@sta/event_dpaa2_dpaa2_eventdev_selftest.c.o'. [1707/2549] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa2@sta/event_dpaa2_dpaa2_eventdev.c.o'. [1708/2549] Linking target drivers/librte_event_dpaa.so.22.1. [1709/2549] Compiling C object 'drivers/a715181@@tmp_rte_event_dpaa2@sta/event_dpaa2_dpaa2_hw_dpcon.c.o'. [1710/2549] Linking static target drivers/libtmp_rte_event_dpaa2.a. [1711/2549] Compiling C object 'drivers/a715181@@tmp_rte_vdpa_ifc@sta/vdpa_ifc_ifcvf_vdpa.c.o'. FAILED: drivers/a715181@@tmp_rte_vdpa_ifc@sta/vdpa_ifc_ifcvf_vdpa.c.o ccache gcc -Idrivers/a715181@@tmp_rte_vdpa_ifc@sta -Idrivers -I../drivers -Idrivers/vdpa/ifc -I../drivers/vdpa/ifc -I../drivers/vdpa/ifc/base -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/vhost -I../lib/vhost -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/hash -I../lib/hash -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.vdpa.ifc -MD -MQ 'drivers/a715181@@tmp_rte_vdpa_ifc@sta/vdpa_ifc_ifcvf_vdpa.c.o' -MF 'drivers/a715181@@tmp_rte_vdpa_ifc@sta/vdpa_ifc_ifcvf_vdpa.c.o.d' -o 'drivers/a715181@@tmp_rte_vdpa_ifc@sta/vdpa_ifc_ifcvf_vdpa.c.o' -c ../drivers/vdpa/ifc/ifcvf_vdpa.c ../drivers/vdpa/ifc/ifcvf_vdpa.c: In function ‘ifcvf_blk_get_config’: ../drivers/vdpa/ifc/ifcvf_vdpa.c:32:3: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘unsigned int’ [-Werror=format=] "IFCVF %s(): " fmt "\n", __func__, ##args) ^ ../drivers/vdpa/ifc/ifcvf_vdpa.c:1459:3: note: in expansion of macro ‘DRV_LOG’ DRV_LOG(ERR, "Invalid len: %u, required: %lu", ^~~~~~~ ../drivers/vdpa/ifc/ifcvf_vdpa.c:1459:46: note: format string is defined here DRV_LOG(ERR, "Invalid len: %u, required: %lu", ~~^ %u cc1: all warnings being treated as errors [1712/2549] Generating rte_event_dpaa2.pmd.c with a custom command. [1713/2549] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_vhost_crypto.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 #################################################################################### #################################################################################### #### [Begin job log] "ubuntu-18.04-gcc-static-ppc64le" at step Build and test #################################################################################### DRV_LOG(INFO, "capacity : %quG", capacity >> 21); ^~~~~~~ ../drivers/vdpa/ifc/ifcvf_vdpa.c:1483:31: note: format string is defined here DRV_LOG(INFO, "capacity : %quG", capacity >> 21); ~~^ %lu ../drivers/vdpa/ifc/ifcvf_vdpa.c: In function ‘ifcvf_pci_probe’: ../drivers/vdpa/ifc/ifcvf_vdpa.c:32:3: error: format ‘%qu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘__u64 {aka long unsigned int}’ [-Werror=format=] "IFCVF %s(): " fmt "\n", __func__, ##args) ^ ../drivers/vdpa/ifc/ifcvf_vdpa.c:1643:37: DRV_LOG(INFO, "capacity : %quG", capacity >> 21); ~~~~~~~~~~~~~ ../drivers/vdpa/ifc/ifcvf_vdpa.c:1643:3: note: in expansion of macro ‘DRV_LOG’ DRV_LOG(INFO, "capacity : %quG", capacity >> 21); ^~~~~~~ ../drivers/vdpa/ifc/ifcvf_vdpa.c:1643:32: note: format string is defined here DRV_LOG(INFO, "capacity : %quG", capacity >> 21); ~~^ %lu cc1: all warnings being treated as errors [1935/2821] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn9k_eventdev.c.o'. [1936/2821] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'. ninja: build stopped: subcommand failed. ##[error]Process completed with exit code 1. #################################################################################### #### [End job log] "ubuntu-18.04-gcc-static-ppc64le" at step Build and test #################################################################################### #################################################################################### #### [Begin job log] "ubuntu-18.04-gcc-shared-ppc64le" at step Build and test #################################################################################### DRV_LOG(INFO, "capacity : %quG", capacity >> 21); ^~~~~~~ ../drivers/vdpa/ifc/ifcvf_vdpa.c:1483:31: note: format string is defined here DRV_LOG(INFO, "capacity : %quG", capacity >> 21); ~~^ %lu ../drivers/vdpa/ifc/ifcvf_vdpa.c: In function ‘ifcvf_pci_probe’: ../drivers/vdpa/ifc/ifcvf_vdpa.c:32:3: error: format ‘%qu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘__u64 {aka long unsigned int}’ [-Werror=format=] "IFCVF %s(): " fmt "\n", __func__, ##args) ^ ../drivers/vdpa/ifc/ifcvf_vdpa.c:1643:37: DRV_LOG(INFO, "capacity : %quG", capacity >> 21); ~~~~~~~~~~~~~ ../drivers/vdpa/ifc/ifcvf_vdpa.c:1643:3: note: in expansion of macro ‘DRV_LOG’ DRV_LOG(INFO, "capacity : %quG", capacity >> 21); ^~~~~~~ ../drivers/vdpa/ifc/ifcvf_vdpa.c:1643:32: note: format string is defined here DRV_LOG(INFO, "capacity : %quG", capacity >> 21); ~~^ %lu cc1: all warnings being treated as errors [1962/3016] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@sta/event_cnxk_cn9k_eventdev.c.o'. [1963/3016] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'. ninja: build stopped: subcommand failed. ##[error]Process completed with exit code 1. #################################################################################### #### [End job log] "ubuntu-18.04-gcc-shared-ppc64le" at step Build and test #################################################################################### --------------------------------END LOGS-----------------------------