automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: pbhagavatula@marvell.com, robot@bytheb.org
Subject: |FAILURE| pw115592 [PATCH 5/5] examples/l3fwd: fix event vector processing in fib
Date: Mon, 29 Aug 2022 07:19:52 -0400	[thread overview]
Message-ID: <20220829111952.32253-1-robot@bytheb.org> (raw)
In-Reply-To: <20220829094442.3422-5-pbhagavatula@marvell.com>

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-----------------------------

      parent reply	other threads:[~2022-08-29 11:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220829094442.3422-5-pbhagavatula@marvell.com>
2022-08-29  9:45 ` |SUCCESS| " checkpatch
2022-08-29 11:19 ` 0-day Robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220829111952.32253-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=pbhagavatula@marvell.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).