automatic DPDK test reports
 help / color / mirror / Atom feed
* |SUCCESS| pw115592 [PATCH 5/5] examples/l3fwd: fix event vector processing in fib
       [not found] <20220829094442.3422-5-pbhagavatula@marvell.com>
@ 2022-08-29  9:45 ` checkpatch
  2022-08-29 11:19 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-08-29  9:45 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* |FAILURE| pw115592 [PATCH 5/5] examples/l3fwd: fix event vector processing in fib
       [not found] <20220829094442.3422-5-pbhagavatula@marvell.com>
  2022-08-29  9:45 ` |SUCCESS| pw115592 [PATCH 5/5] examples/l3fwd: fix event vector processing in fib checkpatch
@ 2022-08-29 11:19 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-08-29 11:19 UTC (permalink / raw)
  To: test-report; +Cc: pbhagavatula, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2947627710
Build Logs:
-----------------------Summary of failed steps-----------------------
"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-ppc64le" at step Build and test
####################################################################################
                 from ../examples/l3fwd/l3fwd_fib.c:20:
../examples/common/altivec/port_group.h: In function ‘port_groupx4’:
../examples/common/altivec/port_group.h:37:2: note: use ‘-flax-vector-conversions’ to permit conversions between vectors with differing element types or numbers of subparts
   37 |  dp1 = vec_cmpeq(dp1, dp2);
      |  ^~~
In file included from ../lib/eal/ppc/include/rte_altivec.h:10,
                 from ../lib/eal/ppc/include/rte_memcpy.h:12,
                 from ../lib/mempool/rte_mempool.h:46,
                 from ../lib/mbuf/rte_mbuf.h:38,
                 from ../lib/net/rte_ether.h:22,
                 from ../lib/ethdev/rte_eth_ctrl.h:10,
                 from ../lib/ethdev/rte_ethdev.h:1493,
                 from ../examples/l3fwd/l3fwd.h:8,
                 from ../examples/l3fwd/l3fwd_fib.c:14:
../examples/common/altivec/port_group.h:37:8: error: incompatible types when assigning to type ‘__vector unsigned short’ {aka ‘__vector(8) short unsigned int’} from type ‘__vector __bool short’ {aka ‘__vector(8) __bool short’}
   37 |  dp1 = vec_cmpeq(dp1, dp2);
      |        ^~~~~~~~~
In file included from ../examples/l3fwd/l3fwd_fib.c:20:
../examples/l3fwd/l3fwd_altivec.h: In function ‘process_dst_port’:
../examples/l3fwd/l3fwd_altivec.h:231:32: error: incompatible types when initializing type ‘__vector unsigned short’ {aka ‘__vector(8) short unsigned int’} using type ‘__vector signed short’ {aka ‘__vector(8) short int’}
  231 |   __vector unsigned short dp = vec_splats((short)dst_ports[0]);
      |                                ^~~~~~~~~~
[2964/3912] Generating rte_event_cnxk.pmd.c with a custom command.
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
####################################################################################
ccache powerpc64le-linux-gnu-gcc -Iexamples/c590b3c@@dpdk-l3fwd@exe -Iexamples -I../examples -Iexamples/l3fwd -I../examples/l3fwd -I../examples/common -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/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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/acl -I../lib/acl -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/lpm -I../lib/lpm -Ilib/fib -I../lib/fib -Ilib/rib -I../lib/rib -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -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 -mcpu=power8 -mtune=power8 -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_lpm.c.o' -MF 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_lpm.c.o.d' -o 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_lpm.c.o' -c ../examples/l3fwd/l3fwd_lpm.c
In file included from ../examples/l3fwd/l3fwd_altivec.h:11,
                 from ../examples/l3fwd/l3fwd_event.h:22,
                 from ../examples/l3fwd/l3fwd_lpm.c:32:
../examples/common/altivec/port_group.h: In function ‘port_groupx4’:
../examples/common/altivec/port_group.h:37:2: note: use ‘-flax-vector-conversions’ to permit conversions between vectors with differing element types or numbers of subparts
   37 |  dp1 = vec_cmpeq(dp1, dp2);
      |  ^~~
In file included from ../lib/eal/ppc/include/rte_altivec.h:10,
                 from ../lib/eal/ppc/include/rte_memcpy.h:12,
                 from ../lib/mempool/rte_mempool.h:46,
                 from ../lib/mbuf/rte_mbuf.h:38,
                 from ../lib/net/rte_ether.h:22,
                 from ../examples/l3fwd/l3fwd_lpm.c:20:
../examples/common/altivec/port_group.h:37:8: error: incompatible types when assigning to type ‘__vector unsigned short’ {aka ‘__vector(8) short unsigned int’} from type ‘__vector __bool short’ {aka ‘__vector(8) __bool short’}
   37 |  dp1 = vec_cmpeq(dp1, dp2);
      |        ^~~~~~~~~
In file included from ../examples/l3fwd/l3fwd_event.h:22,
                 from ../examples/l3fwd/l3fwd_lpm.c:32:
../examples/l3fwd/l3fwd_altivec.h: In function ‘process_dst_port’:
../examples/l3fwd/l3fwd_altivec.h:231:32: error: incompatible types when initializing type ‘__vector unsigned short’ {aka ‘__vector(8) short unsigned int’} using type ‘__vector signed short’ {aka ‘__vector(8) short int’}
  231 |   __vector unsigned short dp = vec_splats((short)dst_ports[0]);
      |                                ^~~~~~~~~~
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
####################################################################################
../examples/l3fwd/l3fwd_lpm.c:435:3: error: implicit declaration of function ‘l3fwd_lpm_process_packets’; did you mean ‘l3fwd_lpm_no_opt_send_packets’? [-Werror=implicit-function-declaration]
  435 |   l3fwd_lpm_process_packets(vec->nb_elem, mbufs, vec->port,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
      |   l3fwd_lpm_no_opt_send_packets
../examples/l3fwd/l3fwd_lpm.c:435:3: error: nested extern declaration of ‘l3fwd_lpm_process_packets’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[3023/4059] Compiling C object 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_em.c.o'.
FAILED: examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_em.c.o 
ccache riscv64-linux-gnu-gcc -Iexamples/c590b3c@@dpdk-l3fwd@exe -Iexamples -I../examples -Iexamples/l3fwd -I../examples/l3fwd -I../examples/common -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/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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/acl -I../lib/acl -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/lpm -I../lib/lpm -Ilib/fib -I../lib/fib -Ilib/rib -I../lib/rib -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -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 -march=rv64gc -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_em.c.o' -MF 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_em.c.o.d' -o 'examples/c590b3c@@dpdk-l3fwd@exe/l3fwd_l3fwd_em.c.o' -c ../examples/l3fwd/l3fwd_em.c
In file included from ../examples/l3fwd/l3fwd_em.c:29:
../examples/l3fwd/l3fwd_event.h: In function ‘process_event_vector’:
../examples/l3fwd/l3fwd_event.h:131:9: error: implicit declaration of function ‘process_dst_port’ [-Werror=implicit-function-declaration]
  131 |  port = process_dst_port(dst_port, vec->nb_elem);
      |         ^~~~~~~~~~~~~~~~
../examples/l3fwd/l3fwd_event.h:131:9: error: nested extern declaration of ‘process_dst_port’ [-Werror=nested-externs]
In file included from ../examples/l3fwd/l3fwd_em.c:323:
../examples/l3fwd/l3fwd_em.h: In function ‘l3fwd_em_no_opt_process_event_vector’:
../examples/l3fwd/l3fwd_em.h:207:3: error: implicit declaration of function ‘event_vector_attr_validate’ [-Werror=implicit-function-declaration]
  207 |   event_vector_attr_validate(vec, mbufs[i]);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~
../examples/l3fwd/l3fwd_em.h:207:3: error: nested extern declaration of ‘event_vector_attr_validate’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[3024/4059] Generating rte_event_cnxk.pmd.c with a custom command.
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-08-29 11:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220829094442.3422-5-pbhagavatula@marvell.com>
2022-08-29  9:45 ` |SUCCESS| pw115592 [PATCH 5/5] examples/l3fwd: fix event vector processing in fib checkpatch
2022-08-29 11: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).