automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: ktejasree@marvell.com, robot@bytheb.org
Subject: |FAILURE| pw106740 [PATCH 2/2] test/cryptodev: add ESN and Antireplay tests
Date: Mon, 31 Jan 2022 08:39:43 -0500	[thread overview]
Message-ID: <20220131133943.30929-1-robot@bytheb.org> (raw)
In-Reply-To: <20220131123210.4228-3-ktejasree@marvell.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1772419826
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
####################################################################################
[2548/2549] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev.c.o'.
FAILED: app/test/3062f5d@@dpdk-test@exe/test_cryptodev.c.o 
ccache gcc -Iapp/test/3062f5d@@dpdk-test@exe -Iapp/test -I../app/test -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/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -Ilib/mempool -I../lib/mempool -Ilib/mbuf -I../lib/mbuf -Ilib/net -I../lib/net -Ilib/meter -I../lib/meter -Ilib/ethdev -I../lib/ethdev -Ilib/pci -I../lib/pci -Ilib/cmdline -I../lib/cmdline -Ilib/metrics -I../lib/metrics -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -Ilib/acl -I../lib/acl -Ilib/bbdev -I../lib/bbdev -Ilib/bitratestats -I../lib/bitratestats -Ilib/bpf -I../lib/bpf -Ilib/cfgfile -I../lib/cfgfile -Ilib/compressdev -I../lib/compressdev -Ilib/cryptodev -I../lib/cryptodev -Ilib/distributor -I../lib/distributor -Ilib/efd -I../lib/efd -Ilib/eventdev -I../lib/eventdev -Ilib/gpudev -I../lib/gpudev -Ilib/gro -I../lib/gro -Ilib/gso -I../lib/gso -Ilib/ip_frag -I../lib/ip_frag -Ilib/jobstats -I../lib/jobstats -Ilib/latencystats -I../lib/latencystats -Ilib/lpm -I../lib/lpm -Ilib/member -I../lib/member -Ilib/pcapng -I../lib/pcapng -Ilib/power -I../lib/power -Ilib/rawdev -I../lib/rawdev -Ilib/regexdev -I../lib/regexdev -Ilib/dmadev -I../lib/dmadev -Ilib/rib -I../lib/rib -Ilib/reorder -I../lib/reorder -Ilib/sched -I../lib/sched -Ilib/security -I../lib/security -Ilib/stack -I../lib/stack -Ilib/vhost -I../lib/vhost -Ilib/ipsec -I../lib/ipsec -Ilib/fib -I../lib/fib -Ilib/port -I../lib/port -Ilib/pdump -I../lib/pdump -Ilib/table -I../lib/table -Ilib/pipeline -I../lib/pipeline -Ilib/flow_classify -I../lib/flow_classify -Ilib/graph -I../lib/graph -Ilib/node -I../lib/node -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/mempool/ring -I../drivers/mempool/ring -Idrivers/mempool/stack -I../drivers/mempool/stack -Idrivers/event/skeleton -I../drivers/event/skeleton -Idrivers/net/bonding -I../drivers/net/bonding -Idrivers/net/ring -I../drivers/net/ring -Idrivers/net/null -I../drivers/net/null -Idrivers/crypto/scheduler -I../drivers/crypto/scheduler -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 -march=corei7 -DALLOW_EXPERIMENTAL_API -Wno-format-truncation -fno-strict-aliasing -DALLOW_INTERNAL_API  -MD -MQ 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev.c.o' -MF 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev.c.o.d' -o 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev.c.o' -c ../app/test/test_cryptodev.c
../app/test/test_cryptodev.c: In function ‘test_ipsec_proto_pkt_esn_antireplay’:
../app/test/test_cryptodev.c:10011:27: error: left shift count >= width of type [-Werror=shift-count-overflow]
  esn[1] = (uint64_t)((1UL << 32) + (winsz / 2));
                           ^~
../app/test/test_cryptodev.c:10013:27: error: left shift count >= width of type [-Werror=shift-count-overflow]
  esn[2] = (uint64_t)((1UL << 32) - (winsz / 2) + 1);
                           ^~
../app/test/test_cryptodev.c:10015:27: error: left shift count >= width of type [-Werror=shift-count-overflow]
  esn[3] = (uint64_t)((1UL << 32) - 1);
                           ^~
../app/test/test_cryptodev.c:10017:26: error: left shift count >= width of type [-Werror=shift-count-overflow]
  esn[4] = (uint64_t)(1UL << 32);
                          ^~
../app/test/test_cryptodev.c:10021:27: error: left shift count >= width of type [-Werror=shift-count-overflow]
  esn[5] = (uint64_t)((1UL << 32) - 1);
                           ^~
../app/test/test_cryptodev.c:10023:26: error: left shift count >= width of type [-Werror=shift-count-overflow]
  esn[6] = (uint64_t)(1UL << 32);
                          ^~
cc1: all warnings being treated as errors
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-----------------------------

      parent reply	other threads:[~2022-01-31 12:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220131123210.4228-3-ktejasree@marvell.com>
2022-01-31 11:41 ` |SUCCESS| " checkpatch
2022-01-31 13:39 ` 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=20220131133943.30929-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=ktejasree@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).