|FAILURE| pw116228 [PATCH v3 4/4] ethdev: support telemetry private dump

0-day Robot robot at bytheb.org
Tue Sep 13 05:59:40 CEST 2022


From: robot at bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3042061218
Build Logs:
-----------------------Summary of failed steps-----------------------
"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-mingw" at step Build and test
####################################################################################
../lib/ethdev/rte_ethdev.c:5671:6: error: implicit declaration of function ‘fmemopen’; did you mean ‘freopen’? [-Werror=implicit-function-declaration]
 5671 |  f = fmemopen(buf, RTE_TEL_MAX_SINGLE_STRING_LEN - 1, "w+");
      |      ^~~~~~~~
      |      freopen
../lib/ethdev/rte_ethdev.c:5671:6: error: nested extern declaration of ‘fmemopen’ [-Werror=nested-externs]
../lib/ethdev/rte_ethdev.c:5671:4: error: assignment to ‘FILE *’ {aka ‘struct _iobuf *’} from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
 5671 |  f = fmemopen(buf, RTE_TEL_MAX_SINGLE_STRING_LEN - 1, "w+");
      |    ^
cc1: all warnings being treated as errors
[236/1305] Generating symbol file 'lib/76b5a35@@rte_security at sha/librte_security-23.dll.symbols'.
[237/1305] Compiling C object 'lib/76b5a35@@rte_dmadev at sta/dmadev_rte_dmadev.c.obj'.
FAILED: lib/76b5a35@@rte_dmadev at sta/dmadev_rte_dmadev.c.obj 
ccache x86_64-w64-mingw32-gcc -Ilib/76b5a35@@rte_dmadev at sta -Ilib -I../lib -Ilib/dmadev -I../lib/dmadev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/windows/include -I../lib/eal/windows/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 -fdiagnostics-color=always -pipe -Wall -Winvalid-pch -Wextra -Werror -O2 -g -include rte_config.h -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -D_WIN32_WINNT=0x0A00 -D__USE_MINGW_ANSI_STDIO -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.dmadev  -MD -MQ 'lib/76b5a35@@rte_dmadev at sta/dmadev_rte_dmadev.c.obj' -MF 'lib/76b5a35@@rte_dmadev at sta/dmadev_rte_dmadev.c.obj.d' -o 'lib/76b5a35@@rte_dmadev at sta/dmadev_rte_dmadev.c.obj' -c ../lib/dmadev/rte_dmadev.c
../lib/dmadev/rte_dmadev.c: In function ‘dmadev_handle_dev_dump’:
../lib/dmadev/rte_dmadev.c:1008:6: error: implicit declaration of function ‘fmemopen’; did you mean ‘freopen’? [-Werror=implicit-function-declaration]
 1008 |  f = fmemopen(buf, RTE_TEL_MAX_SINGLE_STRING_LEN - 1, "w+");
      |      ^~~~~~~~
      |      freopen
../lib/dmadev/rte_dmadev.c:1008:6: error: nested extern declaration of ‘fmemopen’ [-Werror=nested-externs]
../lib/dmadev/rte_dmadev.c:1008:4: error: assignment to ‘FILE *’ {aka ‘struct _iobuf *’} from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
 1008 |  f = fmemopen(buf, RTE_TEL_MAX_SINGLE_STRING_LEN - 1, "w+");
      |    ^
cc1: all warnings being treated as errors
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