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| pw126266 [PATCH 2/2] crypto/qat: add sm3 hmac
Date: Wed, 19 Apr 2023 16:19:28 -0400	[thread overview]
Message-ID: <20230419201928.2215101-1-robot@bytheb.org> (raw)
In-Reply-To: <20230419195109.1659341-2-arkadiuszx.kusztal@intel.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/4747391406
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-abi+debug+doc+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"fedora:35-gcc" failed at step Build
"fedora:35-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-abi+debug+doc+tests" at step Build and test
####################################################################################
[793/4342] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_crypto.c.o'.
[794/4342] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
[795/4342] Linking target drivers/librte_common_cnxk.so.23.2.
[796/4342] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_dev_qat_sym_pmd_gen1.c.o'.
[797/4342] Generating symbol file 'drivers/a715181@@rte_common_cnxk@sha/librte_common_cnxk.so.23.2.symbols'.
[798/4342] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_sym_session.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_sym_session.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_common_qat@sta -Idrivers -I../drivers -Idrivers/common/qat -I../drivers/common/qat -I../drivers/common/qat/qat_adf -I../drivers/common/qat/../../crypto/qat -I../drivers/common/qat/../../compress/qat -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -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/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/pci -I../lib/pci -Ilib/cryptodev -I../lib/cryptodev -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -Ilib/compressdev -I../lib/compressdev -Ilib/security -I../lib/security -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DBUILD_QAT_SYM -DBUILD_QAT_ASYM -DRTE_LOG_DEFAULT_LOGTYPE=pmd.common.qat -MD -MQ 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_sym_session.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_sym_session.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_sym_session.c.o' -c ../drivers/crypto/qat/qat_sym_session.c
../drivers/crypto/qat/qat_sym_session.c: In function ‘qat_sym_session_configure_auth’:
../drivers/crypto/qat/qat_sym_session.c:698:7: error: ‘RTE_CRYPTO_AUTH_SM3_HMAC’ undeclared (first use in this function); did you mean ‘RTE_CRYPTO_AUTH_SHA1_HMAC’?
  698 |  case RTE_CRYPTO_AUTH_SM3_HMAC:
      |       ^~~~~~~~~~~~~~~~~~~~~~~~
      |       RTE_CRYPTO_AUTH_SHA1_HMAC
../drivers/crypto/qat/qat_sym_session.c:698:7: note: each undeclared identifier is reported only once for each function it appears in
../drivers/crypto/qat/qat_sym_session.c:700:22: error: this statement may fall through [-Werror=implicit-fallthrough=]
  700 |   session->auth_mode = ICP_QAT_HW_AUTH_MODE2;
      |   ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
../drivers/crypto/qat/qat_sym_session.c:701:2: note: here
  701 |  case RTE_CRYPTO_AUTH_SM3:
      |  ^~~~
cc1: all warnings being treated as errors
[799/4342] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_dev_qat_dev_gen1.c.o'.
[800/4342] 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-20.04-gcc-abi+debug+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[785/4342] Linking static target drivers/librte_common_mlx5.a.
[786/4342] Generating rte_common_cnxk.pmd.c with a custom command.
[787/4342] Compiling C object 'drivers/a715181@@rte_common_cnxk@sha/meson-generated_.._rte_common_cnxk.pmd.c.o'.
[788/4342] Compiling C object 'drivers/a715181@@rte_common_cnxk@sta/meson-generated_.._rte_common_cnxk.pmd.c.o'.
[789/4342] Linking static target drivers/librte_common_cnxk.a.
[790/4342] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_device.c.o'.
[791/4342] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_logs.c.o'.
[792/4342] Compiling C object 'drivers/a715181@@rte_common_mlx5@sha/meson-generated_.._rte_common_mlx5.pmd.c.o'.
[793/4342] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_pf2vf.c.o'.
[794/4342] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/common_qat_qat_qp.c.o'.
[795/4342] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_crypto.c.o'.
[796/4342] Generating rte_common_mlx5.sym_chk with a meson_exe.py custom command.
[797/4342] Linking target drivers/librte_common_mlx5.so.23.2.
[798/4342] Generating symbol file 'drivers/a715181@@rte_common_mlx5@sha/librte_common_mlx5.so.23.2.symbols'.
[799/4342] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_sym_session.c.o'.
FAILED: drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_sym_session.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_common_qat@sta -Idrivers -I../drivers -Idrivers/common/qat -I../drivers/common/qat -I../drivers/common/qat/qat_adf -I../drivers/common/qat/../../crypto/qat -I../drivers/common/qat/../../compress/qat -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -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/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/pci -I../lib/pci -Ilib/cryptodev -I../lib/cryptodev -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -Ilib/compressdev -I../lib/compressdev -Ilib/security -I../lib/security -Xclang -fcolor-diagnostics -fsanitize=address -fno-omit-frame-pointer -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DBUILD_QAT_SYM -DBUILD_QAT_ASYM -DRTE_LOG_DEFAULT_LOGTYPE=pmd.common.qat -MD -MQ 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_sym_session.c.o' -MF 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_sym_session.c.o.d' -o 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_sym_session.c.o' -c ../drivers/crypto/qat/qat_sym_session.c
../drivers/crypto/qat/qat_sym_session.c:698:7: error: use of undeclared identifier 'RTE_CRYPTO_AUTH_SM3_HMAC'
        case RTE_CRYPTO_AUTH_SM3_HMAC:
             ^
1 error generated.
[800/4342] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
[801/4342] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_dev_qat_sym_pmd_gen1.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-gcc" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

      parent reply	other threads:[~2023-04-19 20:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230419195109.1659341-2-arkadiuszx.kusztal@intel.com>
2023-04-19 19:40 ` |FAILURE| pw126265-126266 " qemudev
2023-04-19 19:52 ` |SUCCESS| pw126266 " checkpatch
2023-04-19 20: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=20230419201928.2215101-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).