automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: arkadiuszx.kusztal@intel.com, robot@bytheb.org
Subject: |FAILURE| pw109171 [PATCH] crypto/qat: add diffie hellman algorithm
Date: Wed,  6 Apr 2022 05:19:33 -0400	[thread overview]
Message-ID: <20220406091933.18819-1-robot@bytheb.org> (raw)
In-Reply-To: <20220406075250.14685-1-arkadiuszx.kusztal@intel.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2101087029
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-static" failed at step Build and test
"ubuntu-18.04-gcc-shared-abi+doc+tests" failed at step Build and test
"ubuntu-18.04-clang-static" failed at step Build and test
"ubuntu-18.04-clang-shared-doc+tests" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################
   SET_PKE_LN(asym_op->dh.priv_key, alg_bytesize, 1);
                                                   ^
../drivers/crypto/qat/qat_asym.c:832:42: error: macro "SET_PKE_LN" requires 4 arguments, but only 3 given
   SET_PKE_LN(xform->dh.p, alg_bytesize, 2);
                                          ^
../drivers/crypto/qat/qat_asym.c:834:50: error: macro "SET_PKE_LN" requires 4 arguments, but only 3 given
   SET_PKE_LN(asym_op->dh.pub_key, alg_bytesize, 0);
                                                  ^
../drivers/crypto/qat/qat_asym.c:835:51: error: macro "SET_PKE_LN" requires 4 arguments, but only 3 given
   SET_PKE_LN(asym_op->dh.priv_key, alg_bytesize, 1);
                                                   ^
../drivers/crypto/qat/qat_asym.c:836:42: error: macro "SET_PKE_LN" requires 4 arguments, but only 3 given
   SET_PKE_LN(xform->dh.p, alg_bytesize, 2);
                                          ^
../drivers/crypto/qat/qat_asym.c:839:8: error: ‘struct qat_asym_op_cookie’ has no member named ‘qat_func_alignsize’
  cookie->qat_func_alignsize = alg_bytesize;
        ^~
../drivers/crypto/qat/qat_asym.c:814:43: error: unused parameter ‘asym_op’ [-Werror=unused-parameter]
 dh_mod_n_input(struct rte_crypto_asym_op *asym_op,
                                           ^~~~~~~
cc1: all warnings being treated as errors
[826/4417] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_sym_session.c.o'.
[827/4417] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################
   SET_PKE_LN(asym_op->dh.priv_key, alg_bytesize, 1);
                                                   ^
../drivers/crypto/qat/qat_asym.c:832:42: error: macro "SET_PKE_LN" requires 4 arguments, but only 3 given
   SET_PKE_LN(xform->dh.p, alg_bytesize, 2);
                                          ^
../drivers/crypto/qat/qat_asym.c:834:50: error: macro "SET_PKE_LN" requires 4 arguments, but only 3 given
   SET_PKE_LN(asym_op->dh.pub_key, alg_bytesize, 0);
                                                  ^
../drivers/crypto/qat/qat_asym.c:835:51: error: macro "SET_PKE_LN" requires 4 arguments, but only 3 given
   SET_PKE_LN(asym_op->dh.priv_key, alg_bytesize, 1);
                                                   ^
../drivers/crypto/qat/qat_asym.c:836:42: error: macro "SET_PKE_LN" requires 4 arguments, but only 3 given
   SET_PKE_LN(xform->dh.p, alg_bytesize, 2);
                                          ^
../drivers/crypto/qat/qat_asym.c:839:8: error: ‘struct qat_asym_op_cookie’ has no member named ‘qat_func_alignsize’
  cookie->qat_func_alignsize = alg_bytesize;
        ^~
../drivers/crypto/qat/qat_asym.c:814:43: error: unused parameter ‘asym_op’ [-Werror=unused-parameter]
 dh_mod_n_input(struct rte_crypto_asym_op *asym_op,
                                           ^~~~~~~
cc1: all warnings being treated as errors
[826/4597] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
[827/4597] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_sym_session.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################
                                                                ^
../drivers/crypto/qat/qat_asym.c:72:9: note: macro 'SET_PKE_LN' defined here
#define SET_PKE_LN(where, what, how, idx) \
        ^
../drivers/crypto/qat/qat_asym.c:835:3: error: use of undeclared identifier 'SET_PKE_LN'
                SET_PKE_LN(asym_op->dh.priv_key, alg_bytesize, 1);
                ^
../drivers/crypto/qat/qat_asym.c:836:42: error: too few arguments provided to function-like macro invocation
                SET_PKE_LN(xform->dh.p, alg_bytesize, 2);
                                                       ^
../drivers/crypto/qat/qat_asym.c:72:9: note: macro 'SET_PKE_LN' defined here
#define SET_PKE_LN(where, what, how, idx) \
        ^
../drivers/crypto/qat/qat_asym.c:836:3: error: use of undeclared identifier 'SET_PKE_LN'
                SET_PKE_LN(xform->dh.p, alg_bytesize, 2);
                ^
../drivers/crypto/qat/qat_asym.c:839:10: error: no member named 'qat_func_alignsize' in 'struct qat_asym_op_cookie'
        cookie->qat_func_alignsize = alg_bytesize;
        ~~~~~~  ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[832/4419] Linking target drivers/librte_common_cnxk.so.22.2.
[833/4419] Generating symbol file 'drivers/a715181@@rte_common_mlx5@sha/librte_common_mlx5.so.22.2.symbols'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################
                                                                ^
../drivers/crypto/qat/qat_asym.c:72:9: note: macro 'SET_PKE_LN' defined here
#define SET_PKE_LN(where, what, how, idx) \
        ^
../drivers/crypto/qat/qat_asym.c:835:3: error: use of undeclared identifier 'SET_PKE_LN'
                SET_PKE_LN(asym_op->dh.priv_key, alg_bytesize, 1);
                ^
../drivers/crypto/qat/qat_asym.c:836:42: error: too few arguments provided to function-like macro invocation
                SET_PKE_LN(xform->dh.p, alg_bytesize, 2);
                                                       ^
../drivers/crypto/qat/qat_asym.c:72:9: note: macro 'SET_PKE_LN' defined here
#define SET_PKE_LN(where, what, how, idx) \
        ^
../drivers/crypto/qat/qat_asym.c:836:3: error: use of undeclared identifier 'SET_PKE_LN'
                SET_PKE_LN(xform->dh.p, alg_bytesize, 2);
                ^
../drivers/crypto/qat/qat_asym.c:839:10: error: no member named 'qat_func_alignsize' in 'struct qat_asym_op_cookie'
        cookie->qat_func_alignsize = alg_bytesize;
        ~~~~~~  ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[855/4599] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_port.c.o'.
[856/4599] Compiling C object 'drivers/common/sfc_efx/base/932d09a@@sfc_base@sta/efx_phy.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

  parent reply	other threads:[~2022-04-06  8:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220406075250.14685-1-arkadiuszx.kusztal@intel.com>
2022-04-06  7:53 ` |SUCCESS| " checkpatch
2022-04-06  9:19 ` 0-day Robot [this message]
2022-04-06  8:09 |FAILURE| " dpdklab

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=20220406091933.18819-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=arkadiuszx.kusztal@intel.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).