|FAILURE| pw114708 [PATCH 18/18] crypto/cnxk: add support for DOCSIS algorithm

0-day Robot robot at bytheb.org
Mon Aug 8 11:19:23 CEST 2022


From: robot at 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-----------------------------


More information about the test-report mailing list