automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: anoobj@marvell.com, robot@bytheb.org
Subject: |FAILURE| pw114708 [PATCH 18/18] crypto/cnxk: add support for DOCSIS algorithm
Date: Mon,  8 Aug 2022 05:19:23 -0400	[thread overview]
Message-ID: <20220808091923.1423-1-robot@bytheb.org> (raw)
In-Reply-To: <20220808080606.220-19-anoobj@marvell.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2816443690
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
####################################################################################
../lib/eal/ppc/include/rte_byteorder.h:25:26: error: ‘fc_params.mac_buf.size’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
   25 |  return (_x >> 8) | ((_x << 8) & 0xff00);
      |                      ~~~~^~~~~
In file included from ../drivers/crypto/cnxk/cn10k_cryptodev_ops.c:18:
../drivers/crypto/cnxk/cnxk_se.h:2409:26: note: ‘fc_params.mac_buf.size’ was declared here
 2409 |  struct roc_se_fc_params fc_params;
      |                          ^~~~~~~~~
In file included from ../lib/eal/ppc/include/rte_cycles.h:20,
                 from ../lib/eal/include/rte_trace_point.h:29,
                 from ../lib/mempool/rte_mempool_trace_fp.h:18,
                 from ../lib/mempool/rte_mempool.h:49,
                 from ../lib/mbuf/rte_mbuf.h:38,
                 from ../lib/cryptodev/rte_crypto.h:20,
                 from ../lib/cryptodev/rte_cryptodev.h:22,
                 from ../drivers/crypto/cnxk/cn10k_cryptodev_ops.c:5:
../lib/eal/ppc/include/rte_byteorder.h:63:32: error: ‘fc_params.mac_buf.vaddr’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
   63 |        rte_constant_bswap64(x) :  \
      |                                ^
In file included from ../drivers/crypto/cnxk/cn10k_cryptodev_ops.c:18:
../drivers/crypto/cnxk/cnxk_se.h:2409:26: note: ‘fc_params.mac_buf.vaddr’ was declared here
 2409 |  struct roc_se_fc_params fc_params;
      |                          ^~~~~~~~~
cc1: all warnings being treated as errors
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
####################################################################################
../lib/eal/ppc/include/rte_byteorder.h:25:26: error: ‘fc_params.mac_buf.size’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
   25 |  return (_x >> 8) | ((_x << 8) & 0xff00);
      |                      ~~~~^~~~~
In file included from ../drivers/crypto/cnxk/cn10k_cryptodev_ops.c:18:
../drivers/crypto/cnxk/cnxk_se.h:2409:26: note: ‘fc_params.mac_buf.size’ was declared here
 2409 |  struct roc_se_fc_params fc_params;
      |                          ^~~~~~~~~
In file included from ../lib/eal/ppc/include/rte_cycles.h:20,
                 from ../lib/eal/include/rte_trace_point.h:29,
                 from ../lib/mempool/rte_mempool_trace_fp.h:18,
                 from ../lib/mempool/rte_mempool.h:49,
                 from ../lib/mbuf/rte_mbuf.h:38,
                 from ../lib/cryptodev/rte_crypto.h:20,
                 from ../lib/cryptodev/rte_cryptodev.h:22,
                 from ../drivers/crypto/cnxk/cn10k_cryptodev_ops.c:5:
../lib/eal/ppc/include/rte_byteorder.h:63:32: error: ‘fc_params.mac_buf.vaddr’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
   63 |        rte_constant_bswap64(x) :  \
      |                                ^
In file included from ../drivers/crypto/cnxk/cn10k_cryptodev_ops.c:18:
../drivers/crypto/cnxk/cnxk_se.h:2409:26: note: ‘fc_params.mac_buf.vaddr’ was declared here
 2409 |  struct roc_se_fc_params fc_params;
      |                          ^~~~~~~~~
cc1: all warnings being treated as errors
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
####################################################################################
                 from ../drivers/crypto/cnxk/cn10k_cryptodev_ops.c:5:
../lib/eal/include/generic/rte_byteorder.h:238:24: error: ‘fc_params.mac_buf.size’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
  238 | #define rte_bswap16(x) __builtin_bswap16(x)
      |                        ^~~~~~~~~~~~~~~~~
In file included from ../drivers/crypto/cnxk/cn10k_cryptodev_ops.c:18:
../drivers/crypto/cnxk/cnxk_se.h:2409:26: note: ‘fc_params.mac_buf.size’ was declared here
 2409 |  struct roc_se_fc_params fc_params;
      |                          ^~~~~~~~~
In file included from ../lib/eal/riscv/include/rte_byteorder.h:17,
                 from ../lib/mbuf/rte_mbuf_core.h:22,
                 from ../lib/mbuf/rte_mbuf.h:42,
                 from ../lib/cryptodev/rte_crypto.h:20,
                 from ../lib/cryptodev/rte_cryptodev.h:22,
                 from ../drivers/crypto/cnxk/cn10k_cryptodev_ops.c:5:
../lib/eal/include/generic/rte_byteorder.h:243:24: error: ‘fc_params.mac_buf.vaddr’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
  243 | #define rte_bswap64(x) __builtin_bswap64(x)
      |                        ^~~~~~~~~~~~~~~~~
In file included from ../drivers/crypto/cnxk/cn10k_cryptodev_ops.c:18:
../drivers/crypto/cnxk/cnxk_se.h:2409:26: note: ‘fc_params.mac_buf.vaddr’ was declared here
 2409 |  struct roc_se_fc_params fc_params;
      |                          ^~~~~~~~~
cc1: all warnings being treated as errors
[1989/4059] Generating rte_crypto_dpaa_sec.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-08  9:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220808080606.220-19-anoobj@marvell.com>
2022-08-08  8:10 ` |WARNING| " checkpatch
2022-08-08  9: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=20220808091923.1423-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=anoobj@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).