automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |SUCCESS| pw99206 [PATCH v2 20/20] net/ice/base: add API for parser profile initialization
       [not found] <20210917144322.3141886-21-qi.z.zhang@intel.com>
@ 2021-09-17 14:43 ` checkpatch
  2021-09-17 15:21 ` [dpdk-test-report] |FAILURE| pw99206 [dpdk-dev] " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-09-17 14:43 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* [dpdk-test-report] |FAILURE| pw99206 [dpdk-dev] [PATCH v2 20/20] net/ice/base: add API for parser profile initialization
       [not found] <20210917144322.3141886-21-qi.z.zhang@intel.com>
  2021-09-17 14:43 ` [dpdk-test-report] |SUCCESS| pw99206 [PATCH v2 20/20] net/ice/base: add API for parser profile initialization checkpatch
@ 2021-09-17 15:21 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-09-17 15:21 UTC (permalink / raw)
  To: test-report; +Cc: qi.z.zhang, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1245959425
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
####################################################################################
[1140/2520] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_common.c.o'.
[1141/2520] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_dcb.c.o'.
[1142/2520] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_flow.c.o'.
[1143/2520] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_flex_pipe.c.o'.
[1144/2520] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_acl.c.o'.
[1145/2520] Compiling C object 'drivers/net/ice/6ab06a9@@ice_avx512_lib@sta/ice_rxtx_vec_avx512.c.o'.
[1146/2520] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_acl_ctrl.c.o'.
[1147/2520] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_vlan_mode.c.o'.
[1148/2520] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_ptp_hw.c.o'.
[1149/2520] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_parser.c.o'.
FAILED: drivers/net/ice/base/39545a2@@ice_base@sta/ice_parser.c.o 
ccache gcc -Idrivers/net/ice/base/39545a2@@ice_base@sta -Idrivers/net/ice/base -I../drivers/net/ice/base -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 -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 -Wno-unused-value -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-parameter  -MD -MQ 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_parser.c.o' -MF 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_parser.c.o.d' -o 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_parser.c.o' -c ../drivers/net/ice/base/ice_parser.c
../drivers/net/ice/base/ice_parser.c: In function ‘ice_parser_sect_item_get’:
../drivers/net/ice/base/ice_parser.c:99:9: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
  return (void *)((u64)section + data_off + index * size);
         ^
../drivers/net/ice/base/ice_parser.c: In function ‘ice_parser_create_table’:
../drivers/net/ice/base/ice_parser.c:151:8: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
        (void *)((u64)table + idx * item_size),
        ^
cc1: all warnings being treated as errors
[1150/2520] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_imem.c.o'.
[1151/2520] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_fdir.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-----------------------------

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

end of thread, other threads:[~2021-09-17 15:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210917144322.3141886-21-qi.z.zhang@intel.com>
2021-09-17 14:43 ` [dpdk-test-report] |SUCCESS| pw99206 [PATCH v2 20/20] net/ice/base: add API for parser profile initialization checkpatch
2021-09-17 15:21 ` [dpdk-test-report] |FAILURE| pw99206 [dpdk-dev] " 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).