* |FAILURE| pw126265-126266 [PATCH 2/2] crypto/qat: add sm3 hmac
[not found] <20230419195109.1659341-2-arkadiuszx.kusztal@intel.com>
@ 2023-04-19 19:40 ` qemudev
2023-04-19 19:52 ` |SUCCESS| pw126266 " checkpatch
2023-04-19 20:19 ` |FAILURE| " 0-day Robot
2 siblings, 0 replies; 7+ messages in thread
From: qemudev @ 2023-04-19 19:40 UTC (permalink / raw)
To: test-report; +Cc: Arek Kusztal, zhoumin
Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/126266
_ninja build failure_
Submitter: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Date: Wed, 19 Apr 2023 19:51:08 +0000
DPDK git baseline: Repo:dpdk-next-crypto
Branch: for-main
CommitID: 189c02f5ec891ed02927062e124e8ca03adf74e7
126265-126266 --> ninja build failed
Test environment and result as below:
+---------------------+----------------+
| Environment | compilation |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL |
+---------------------+----------------+
Loongnix-Server 8.3
Kernel: 4.19.190+
Compiler: gcc 8.3
Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: drivers/libtmp_rte_common_qat.a.p/crypto_qat_qat_sym_session.c.o
cc -Idrivers/libtmp_rte_common_qat.a.p -Idrivers -I../drivers -Idrivers/common/qat -I../drivers/common/qat -I../drivers/common/qat/qat_adf -I../drivers/crypto/qat -I../drivers/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/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/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 -O3 -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -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/libtmp_rte_common_qat.a.p/crypto_qat_qat_sym_session.c.o -MF drivers/libtmp_rte_common_qat.a.p/crypto_qat_qat_sym_session.c.o.d -o drivers/libtmp_rte_common_qat.a.p/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’?
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: warning: this statement may fall through [-Wimplicit-fallthrough=]
session->auth_mode = ICP_QAT_HW_AUTH_MODE2;
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
./drivers/crypto/qat/qat_sym_session.c:701:2: note: here
case RTE_CRYPTO_AUTH_SM3:
^~~~
[606/2869] Compiling C object drivers/libtmp_rte_common_qat.a.p/common_qat_qat_device.c.o
[607/2869] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_npc_mcam.c.o
[608/2869] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_dev_qat_asym_pmd_gen1.c.o
[609/2869] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_cnxk_telemetry_nix.c.o
[610/2869] Compiling C object drivers/libtmp_rte_common_qat.a.p/compress_qat_qat_comp_pmd.c.o
[611/2869] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_cnxk_security.c.o
[612/2869] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_qat_crypto.c.o
[613/2869] Compiling C object drivers/libtmp_rte_mempool_cnxk.a.p/mempool_cnxk_cnxk_mempool_telemetry.c.o
[614/2869] Compiling C object drivers/libtmp_rte_mempool_cnxk.a.p/mempool_cnxk_cnxk_mempool.c.o
[615/2869] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_dev_qat_crypto_pmd_gen2.c.o
[616/2869] Compiling C object drivers/libtmp_rte_mempool_cnxk.a.p/mempool_cnxk_cn9k_mempool_ops.c.o
[617/2869] Compiling C object drivers/libtmp_rte_common_qat.a.p/common_qat_qat_qp.c.o
[618/2869] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_qat_sym.c.o
[619/2869] Compiling C object drivers/libtmp_rte_common_qat.a.p/compress_qat_qat_comp.c.o
[620/2869] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_tm.c.o
[621/2869] Compiling C object drivers/libtmp_rte_raw_skeleton.a.p/raw_skeleton_skeleton_rawdev_test.c.o
[622/2869] Compiling C object drivers/libtmp_rte_mempool_cnxk.a.p/mempool_cnxk_cnxk_mempool_ops.c.o
[623/2869] Compiling C object drivers/libtmp_rte_mempool_cnxk.a.p/mempool_cnxk_cn10k_mempool_ops.c.o
[624/2869] Compiling C object drivers/libtmp_rte_mempool_dpaa.a.p/mempool_dpaa_dpaa_mempool.c.o
[625/2869] Compiling C object drivers/libtmp_rte_mempool_dpaa2.a.p/mempool_dpaa2_dpaa2_hw_mempool.c.o
[626/2869] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_dev_qat_crypto_pmd_gen4.c.o
[627/2869] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_hwrm.c.o
[628/2869] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_qat_asym.c.o
[629/2869] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_dev_qat_crypto_pmd_gen3.c.o
[630/2869] Generating rte_common_idpf.sym_chk with a custom command (wrapped by meson to capture output)
[631/2869] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_dev_qat_sym_pmd_gen1.c.o
[632/2869] Compiling C object drivers/libtmp_rte_mempool_bucket.a.p/mempool_bucket_rte_mempool_bucket.c.o
[633/2869] Generating rte_bus_fslmc.sym_chk with a custom command (wrapped by meson to capture output)
[634/2869] Generating rte_bus_dpaa.sym_chk with a custom command (wrapped by meson to capture output)
[635/2869] Generating ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[636/2869] Generating eal.sym_chk with a custom command (wrapped by meson to capture output)
[637/2869] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_pipeline.c.o
[638/2869] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------
^ permalink raw reply [flat|nested] 7+ messages in thread
* |SUCCESS| pw126266 [PATCH 2/2] crypto/qat: add sm3 hmac
[not found] <20230419195109.1659341-2-arkadiuszx.kusztal@intel.com>
2023-04-19 19:40 ` |FAILURE| pw126265-126266 [PATCH 2/2] crypto/qat: add sm3 hmac qemudev
@ 2023-04-19 19:52 ` checkpatch
2023-04-19 20:19 ` |FAILURE| " 0-day Robot
2 siblings, 0 replies; 7+ messages in thread
From: checkpatch @ 2023-04-19 19:52 UTC (permalink / raw)
To: test-report
Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/126266
_coding style OK_
^ permalink raw reply [flat|nested] 7+ messages in thread
* |FAILURE| pw126266 [PATCH 2/2] crypto/qat: add sm3 hmac
[not found] <20230419195109.1659341-2-arkadiuszx.kusztal@intel.com>
2023-04-19 19:40 ` |FAILURE| pw126265-126266 [PATCH 2/2] crypto/qat: add sm3 hmac qemudev
2023-04-19 19:52 ` |SUCCESS| pw126266 " checkpatch
@ 2023-04-19 20:19 ` 0-day Robot
2 siblings, 0 replies; 7+ messages in thread
From: 0-day Robot @ 2023-04-19 20:19 UTC (permalink / raw)
To: test-report; +Cc: arkadiuszx.kusztal, robot
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-----------------------------
^ permalink raw reply [flat|nested] 7+ messages in thread
* |FAILURE| pw126265-126266 [PATCH] [2/2] crypto/qat: add sm3 hmac
@ 2023-04-19 20:39 dpdklab
0 siblings, 0 replies; 7+ messages in thread
From: dpdklab @ 2023-04-19 20:39 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Arek Kusztal
Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/126266
_Testing issues_
Submitter: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Date: Wednesday, April 19 2023 19:51:09
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:3b3fef9de22af80d173453ab65a80b01ce38cbfd
126265-126266 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM Clang Native | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Native | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 ARM GCC Native (dpdk_meson_compile): ====
[1330/3181] Generating lib/port.sym_chk with a custom command (wrapped by meson to capture output)
[1331/3181] Generating lib/hash.sym_chk with a custom command (wrapped by meson to capture output)
[1332/3181] Generating lib/table.sym_chk with a custom command (wrapped by meson to capture output)
[1333/3181] Generating drivers/rte_net_bnxt.pmd.c with a custom command
[1334/3181] Generating lib/gpudev.sym_chk with a custom command (wrapped by meson to capture output)
[1335/3181] Generating lib/power.sym_chk with a custom command (wrapped by meson to capture output)
[1336/3181] Generating lib/compressdev.sym_chk with a custom command (wrapped by meson to capture output)
[1337/3181] Generating lib/graph.sym_chk with a custom command (wrapped by meson to capture output)
[1338/3181] Generating lib/cmdline.sym_chk with a custom command (wrapped by meson to capture output)
[1339/3181] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_dev_qat_crypto_pmd_gen3.c.o
[1340/3181] Generating lib/mldev.sym_chk with a custom command (wrapped by meson to capture output)
[1341/3181] Generating lib/vhost.sym_chk with a custom command (wrapped by meson to capture output)
[1342/3181] Generating drivers/rte_net_cnxk.pmd.c with a custom command
[1343/3181] Generating lib/cryptodev.sym_chk with a custom command (wrapped by meson to capture output)
[1344/3181] Generating lib/eventdev.sym_chk with a custom command (wrapped by meson to capture output)
[1345/3181] Compiling C object drivers/libtmp_rte_common_qat.a.p/crypto_qat_dev_qat_sym_pmd_gen1.c.o
[1346/3181] Generating lib/pipeline.sym_chk with a custom command (wrapped by meson to capture output)
[1347/3181] Generating lib/ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[1348/3181] Generating lib/eal.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/26051/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 7+ messages in thread
* |FAILURE| pw126265-126266 [PATCH] [2/2] crypto/qat: add sm3 hmac
@ 2023-04-19 20:42 dpdklab
0 siblings, 0 replies; 7+ messages in thread
From: dpdklab @ 2023-04-19 20:42 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Arek Kusztal
Test-Label: iol-x86_64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/126266
_Testing issues_
Submitter: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Date: Wednesday, April 19 2023 19:51:09
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:3b3fef9de22af80d173453ab65a80b01ce38cbfd
126265-126266 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_unit_test): ====
[777/3213] 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 cc -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 -Werro
r -O3 -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=native -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
[778/3213] Generating rte_common_mlx5.sym_chk with a meson_exe.py custom command.
[779/3213] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_dev_qat_sym_pmd_gen1.c.o'.
[780/3213] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/26051/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 7+ messages in thread
* |FAILURE| pw126265-126266 [PATCH] [2/2] crypto/qat: add sm3 hmac
@ 2023-04-19 20:47 dpdklab
0 siblings, 0 replies; 7+ messages in thread
From: dpdklab @ 2023-04-19 20:47 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Arek Kusztal
Test-Label: iol-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/126266
_Testing issues_
Submitter: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Date: Wednesday, April 19 2023 19:51:09
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:3b3fef9de22af80d173453ab65a80b01ce38cbfd
126265-126266 --> testing fail
Test environment and result as below:
+--------------------+----------------+
| Environment | dpdk_unit_test |
+====================+================+
| CentOS Stream 9 | FAIL |
+--------------------+----------------+
| Fedora 36 | FAIL |
+--------------------+----------------+
| Debian 11 (Buster) | FAIL |
+--------------------+----------------+
| Ubuntu 20.04 (ARM) | FAIL |
+--------------------+----------------+
| Debian Buster | FAIL |
+--------------------+----------------+
| CentOS Stream 8 | FAIL |
+--------------------+----------------+
| Ubuntu 22.04 | FAIL |
+--------------------+----------------+
| Debian Bullseye | FAIL |
+--------------------+----------------+
| RHEL 7 | FAIL |
+--------------------+----------------+
| Ubuntu 20.04 | FAIL |
+--------------------+----------------+
| RHEL8 | FAIL |
+--------------------+----------------+
| openSUSE Leap 15 | FAIL |
+--------------------+----------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
[761/3199] 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 cc -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 -Werro
r -O3 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -DOPENSSL_LOAD_CONF -march=native -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'?
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=]
session->auth_mode = ICP_QAT_HW_AUTH_MODE2;
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
../drivers/crypto/qat/qat_sym_session.c:701:2: note: here
case RTE_CRYPTO_AUTH_SM3:
^~~~
cc1: all warnings being treated as errors
[762/3199] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/compress_qat_qat_comp.c.o'.
[763/3199] Generating rte_common_mlx5.sym_chk with a meson_exe.py custom command.
[764/3199] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Fedora 36
Kernel: Container Host Kernel
Compiler: gcc 12.2.1
Debian 11 (Buster)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/26051/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 7+ messages in thread
* |FAILURE| pw126265-126266 [PATCH] [2/2] crypto/qat: add sm3 hmac
@ 2023-04-19 21:02 dpdklab
0 siblings, 0 replies; 7+ messages in thread
From: dpdklab @ 2023-04-19 21:02 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Arek Kusztal
Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/126266
_Testing issues_
Submitter: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Date: Wednesday, April 19 2023 19:51:09
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:3b3fef9de22af80d173453ab65a80b01ce38cbfd
126265-126266 --> testing fail
Test environment and result as below:
+------------------+--------------------+
| Environment | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13 | FAIL |
+------------------+--------------------+
| CentOS Stream 9 | FAIL |
+------------------+--------------------+
| Ubuntu 22.04 | FAIL |
+------------------+--------------------+
| Debian Buster | FAIL |
+------------------+--------------------+
| Debian Bullseye | FAIL |
+------------------+--------------------+
| openSUSE Leap 15 | FAIL |
+------------------+--------------------+
| CentOS Stream 8 | FAIL |
+------------------+--------------------+
| RHEL 7 | FAIL |
+------------------+--------------------+
| Ubuntu 20.04 | FAIL |
+------------------+--------------------+
| RHEL8 | FAIL |
+------------------+--------------------+
| Alpine | FAIL |
+------------------+--------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
[2178/3100] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_dev_qat_crypto_pmd_gen3.c.o'.
[2179/3100] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_dev_qat_crypto_pmd_gen2.c.o'.
[2180/3100] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_dev_qat_asym_pmd_gen1.c.o'.
[2181/3100] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_dev_qat_sym_pmd_gen1.c.o'.
[2182/3100] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_crypto.c.o'.
[2183/3100] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_asym.c.o'.
[2184/3100] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_sym_session.c.o'.
^[[01m^[[K../drivers/crypto/qat/qat_sym_session.c:^[[m^[[K In function '^[[01m^[[Kqat_sym_session_configure_auth^[[m^[[K':
^[[01m^[[K../drivers/crypto/qat/qat_sym_session.c:698:14:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[K'^[[01m^[[KRTE_CRYPTO_AUTH_SM3_HMAC^[[m^[[K' undeclared (first use in this function); did you mean '^[[01m^[[KRTE_CRYPTO_AUTH_SHA1_HMAC^[[m^[[K'?
698 | case ^[[01;31m^[[KRTE_CRYPTO_AUTH_SM3_HMAC^[[m^[[K:
| ^[[01;31m^[[K^~~~~~~~~~~~~~~~~~~~~~~~^[[m^[[K
| ^[[32m^[[KRTE_CRYPTO_AUTH_SHA1_HMAC^[[m^[[K
^[[01m^[[K../drivers/crypto/qat/qat_sym_session.c:698:14:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Keach undeclared identifier is reported only once for each function it appears in
^[[01m^[[K../drivers/crypto/qat/qat_sym_session.c:700:36:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Kthis statement may fall through [^[[01;31m^[[K-Werror=implicit-fallthrough=^[[m^[[K]
700 | ^[[01;31m^[[Ksession->auth_mode = ICP_QAT_HW_AUTH_MODE2^[[m^[[K;
| ^[[01;31m^[[K~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/crypto/qat/qat_sym_session.c:701:9:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Khere
701 | ^[[01;36m^[[Kcase^[[m^[[K RTE_CRYPTO_AUTH_SM3:
| ^[[01;36m^[[K^~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 12.2.1-2
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/26051/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-04-19 21:02 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20230419195109.1659341-2-arkadiuszx.kusztal@intel.com>
2023-04-19 19:40 ` |FAILURE| pw126265-126266 [PATCH 2/2] crypto/qat: add sm3 hmac qemudev
2023-04-19 19:52 ` |SUCCESS| pw126266 " checkpatch
2023-04-19 20:19 ` |FAILURE| " 0-day Robot
2023-04-19 20:39 |FAILURE| pw126265-126266 [PATCH] [2/2] " dpdklab
2023-04-19 20:42 dpdklab
2023-04-19 20:47 dpdklab
2023-04-19 21:02 dpdklab
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).