automatic DPDK test reports
 help / color / mirror / Atom feed
* |SUCCESS| pw112994 [PATCH v2 5/5] ethdev: support telemetry private dump
       [not found] <20220617094624.17578-6-fengchengwen@huawei.com>
@ 2022-06-17  9:53 ` checkpatch
  2022-06-17 13:19 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-06-17  9:53 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/112994

_coding style OK_



^ permalink raw reply	[flat|nested] 2+ messages in thread

* |FAILURE| pw112994 [PATCH v2 5/5] ethdev: support telemetry private dump
       [not found] <20220617094624.17578-6-fengchengwen@huawei.com>
  2022-06-17  9:53 ` |SUCCESS| pw112994 [PATCH v2 5/5] ethdev: support telemetry private dump checkpatch
@ 2022-06-17 13:19 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-06-17 13:19 UTC (permalink / raw)
  To: test-report; +Cc: fengchengwen, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2514805793
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static-mingw" failed at step Build and test
"ubuntu-20.04-gcc-static-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-shared-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-shared-riscv64" 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
####################################################################################
[124/1302] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_private.c.obj'.
[125/1302] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_driver.c.obj'.
[126/1302] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_profile.c.obj'.
[127/1302] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_ethdev_trace_points.c.obj'.
[128/1302] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_class_eth.c.obj'.
[129/1302] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_mtr.c.obj'.
[130/1302] Compiling C object 'drivers/a715181@@tmp_rte_common_iavf@sta/common_iavf_iavf_common.c.obj'.
[131/1302] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_flow.c.obj'.
[132/1302] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.obj'.
FAILED: lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.obj 
ccache x86_64-w64-mingw32-gcc -Ilib/76b5a35@@rte_ethdev@sta -Ilib -I../lib -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/meter -I../lib/meter -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.ethdev  -MD -MQ 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.obj' -MF 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.obj.d' -o 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_ethdev.c.obj' -c ../lib/ethdev/rte_ethdev.c
../lib/ethdev/rte_ethdev.c: In function ‘eth_dev_handle_port_dump_priv’:
../lib/ethdev/rte_ethdev.c:5680:6: error: implicit declaration of function ‘fmemopen’; did you mean ‘freopen’? [-Werror=implicit-function-declaration]
 5680 |  f = fmemopen(buf, RTE_TEL_MAX_SINGLE_STRING_LEN - 1, "w+");
      |      ^~~~~~~~
      |      freopen
../lib/ethdev/rte_ethdev.c:5680:6: error: nested extern declaration of ‘fmemopen’ [-Werror=nested-externs]
../lib/ethdev/rte_ethdev.c:5680:4: error: assignment to ‘FILE *’ {aka ‘struct _iobuf *’} from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
 5680 |  f = fmemopen(buf, RTE_TEL_MAX_SINGLE_STRING_LEN - 1, "w+");
      |    ^
cc1: all warnings being treated as errors
[133/1302] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_rte_tm.c.obj'.
[134/1302] Compiling C object 'lib/76b5a35@@rte_ethdev@sta/ethdev_sff_telemetry.c.obj'.
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
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-ppc64le" at step Build and test
####################################################################################
+ ninja -C build
ninja: Entering directory `build'
[1/3432] Generating rte_kvargs_def with a custom command.
[2/3432] Generating rte_kvargs_mingw with a custom command.
[3/3432] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o'.
[4/3432] Compiling C object 'lib/76b5a35@@rte_kvargs@sta/kvargs_rte_kvargs.c.o'.
[5/3432] Linking static target lib/librte_kvargs.a.
[6/3432] Linking target lib/librte_kvargs.so.22.2.
[7/3432] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_legacy.c.o'.
[8/3432] Generating rte_telemetry_def with a custom command.
[9/3432] Generating rte_telemetry_mingw with a custom command.
[10/3432] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.22.2.symbols'.
[11/3432] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o'.
FAILED: lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o 
ccache powerpc64le-linux-gnu-gcc -Ilib/76b5a35@@rte_telemetry@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/ppc/include -I../lib/eal/ppc/include -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -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 -fPIC -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.telemetry  -MD -MQ 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o' -MF 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o.d' -o 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o' -c ../lib/telemetry/telemetry.c
../lib/telemetry/telemetry.c: In function ‘json_format_string’:
../lib/telemetry/telemetry.c:290:7: error: implicit declaration of function ‘unlikely’ [-Werror=implicit-function-declaration]
  290 |   if (unlikely(len < used + 2)) {
      |       ^~~~~~~~
../lib/telemetry/telemetry.c:290:7: error: nested extern declaration of ‘unlikely’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[12/3432] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.o'.
[13/3432] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_bus.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
Found ninja-1.10.0 at /usr/bin/ninja
+ ninja -C build
ninja: Entering directory `build'
[1/3608] Generating rte_kvargs_def with a custom command.
[2/3608] Generating rte_kvargs_mingw with a custom command.
[3/3608] Compiling C object 'lib/76b5a35@@rte_kvargs@sta/kvargs_rte_kvargs.c.o'.
[4/3608] Linking static target lib/librte_kvargs.a.
[5/3608] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o'.
[6/3608] Linking target lib/librte_kvargs.so.22.2.
[7/3608] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_legacy.c.o'.
[8/3608] Generating rte_telemetry_def with a custom command.
[9/3608] Generating rte_telemetry_mingw with a custom command.
[10/3608] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o'.
FAILED: lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o 
ccache powerpc64le-linux-gnu-gcc -Ilib/76b5a35@@rte_telemetry@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/ppc/include -I../lib/eal/ppc/include -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -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 -fPIC -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.telemetry  -MD -MQ 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o' -MF 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o.d' -o 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o' -c ../lib/telemetry/telemetry.c
../lib/telemetry/telemetry.c: In function ‘json_format_string’:
../lib/telemetry/telemetry.c:290:7: error: implicit declaration of function ‘unlikely’ [-Werror=implicit-function-declaration]
  290 |   if (unlikely(len < used + 2)) {
      |       ^~~~~~~~
../lib/telemetry/telemetry.c:290:7: error: nested extern declaration of ‘unlikely’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[11/3608] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.22.2.symbols'.
[12/3608] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_bus.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-riscv64" at step Build and test
####################################################################################
[1/4055] Generating rte_kvargs_def with a custom command.
[2/4055] Generating rte_kvargs_mingw with a custom command.
[3/4055] Compiling C object 'lib/76b5a35@@rte_kvargs@sta/kvargs_rte_kvargs.c.o'.
[4/4055] Linking static target lib/librte_kvargs.a.
[5/4055] Linking target lib/librte_kvargs.so.22.2.
[6/4055] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o'.
[7/4055] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.22.2.symbols'.
[8/4055] Generating rte_telemetry_def with a custom command.
[9/4055] Generating rte_telemetry_mingw with a custom command.
[10/4055] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_bus.c.o'.
[11/4055] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.o'.
[12/4055] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_legacy.c.o'.
[13/4055] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o'.
FAILED: lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o 
ccache riscv64-linux-gnu-gcc -Ilib/76b5a35@@rte_telemetry@sta -Ilib -I../lib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/riscv/include -I../lib/eal/riscv/include -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -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 -fPIC -march=rv64gc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.telemetry  -MD -MQ 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o' -MF 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o.d' -o 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o' -c ../lib/telemetry/telemetry.c
../lib/telemetry/telemetry.c: In function ‘json_format_string’:
../lib/telemetry/telemetry.c:290:7: error: implicit declaration of function ‘unlikely’ [-Werror=implicit-function-declaration]
  290 |   if (unlikely(len < used + 2)) {
      |       ^~~~~~~~
../lib/telemetry/telemetry.c:290:7: error: nested extern declaration of ‘unlikely’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[14/4055] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_config.c.o'.
[15/4055] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-riscv64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-17 13:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220617094624.17578-6-fengchengwen@huawei.com>
2022-06-17  9:53 ` |SUCCESS| pw112994 [PATCH v2 5/5] ethdev: support telemetry private dump checkpatch
2022-06-17 13:19 ` |FAILURE| " 0-day Robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).