|FAILURE| pw123580 [PATCH v2] test: add cryptodev crosscheck suite
0-day Robot
robot at bytheb.org
Thu Feb 9 14:39:49 CET 2023
From: robot at bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/123580/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/4134352488
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-mini" failed at step Build and test
"ubuntu-20.04-gcc-abi+doc+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
"ubuntu-20.04-gcc-static-mingw" failed at step Build and test
"ubuntu-20.04-gcc-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-riscv64" 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-mini" at step Build and test
####################################################################################
389 | rte_crypto_auth_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test/test_cryptodev_crosscheck.c:898:3: error: ‘rte_crypto_cipher_algorithm_strings’ is deprecated [-Werror=deprecated-declarations]
898 | algo_name = rte_crypto_cipher_algorithm_strings[algo];
| ^~~~~~~~~
In file included from ../lib/cryptodev/rte_crypto.h:25,
from ../lib/cryptodev/rte_cryptodev.h:23,
from ../app/test/test_cryptodev_crosscheck.c:4:
../lib/cryptodev/rte_crypto_sym.h:182:1: note: declared here
182 | rte_crypto_cipher_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test/test_cryptodev_crosscheck.c:902:3: error: ‘rte_crypto_aead_algorithm_strings’ is deprecated [-Werror=deprecated-declarations]
902 | algo_name = rte_crypto_aead_algorithm_strings[algo];
| ^~~~~~~~~
In file included from ../lib/cryptodev/rte_crypto.h:25,
from ../lib/cryptodev/rte_cryptodev.h:23,
from ../app/test/test_cryptodev_crosscheck.c:4:
../lib/cryptodev/rte_crypto_sym.h:494:1: note: declared here
494 | rte_crypto_aead_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[512/1417] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_cryptodev_blockcipher.c.o'.
[513/1417] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_cryptodev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-mini" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-abi+doc+tests" at step Build and test
####################################################################################
389 | rte_crypto_auth_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test/test_cryptodev_crosscheck.c:898:3: error: ‘rte_crypto_cipher_algorithm_strings’ is deprecated [-Werror=deprecated-declarations]
898 | algo_name = rte_crypto_cipher_algorithm_strings[algo];
| ^~~~~~~~~
In file included from ../lib/cryptodev/rte_crypto.h:25,
from ../lib/cryptodev/rte_cryptodev.h:23,
from ../app/test/test_cryptodev_crosscheck.c:4:
../lib/cryptodev/rte_crypto_sym.h:182:1: note: declared here
182 | rte_crypto_cipher_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test/test_cryptodev_crosscheck.c:902:3: error: ‘rte_crypto_aead_algorithm_strings’ is deprecated [-Werror=deprecated-declarations]
902 | algo_name = rte_crypto_aead_algorithm_strings[algo];
| ^~~~~~~~~
In file included from ../lib/cryptodev/rte_crypto.h:25,
from ../lib/cryptodev/rte_cryptodev.h:23,
from ../app/test/test_cryptodev_crosscheck.c:4:
../lib/cryptodev/rte_crypto_sym.h:494:1: note: declared here
494 | rte_crypto_aead_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[3143/4290] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_cryptodev_security_ipsec.c.o'.
[3144/4290] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_cryptodev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-abi+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
#define __rte_deprecated __attribute__((__deprecated__))
^
../app/test/test_cryptodev_crosscheck.c:898:15: error: 'rte_crypto_cipher_algorithm_strings' is deprecated [-Werror,-Wdeprecated-declarations]
algo_name = rte_crypto_cipher_algorithm_strings[algo];
^
../lib/cryptodev/rte_crypto_sym.h:180:1: note: 'rte_crypto_cipher_algorithm_strings' has been explicitly marked deprecated here
__rte_deprecated
^
../lib/eal/include/rte_common.h:91:41: note: expanded from macro '__rte_deprecated'
#define __rte_deprecated __attribute__((__deprecated__))
^
../app/test/test_cryptodev_crosscheck.c:902:15: error: 'rte_crypto_aead_algorithm_strings' is deprecated [-Werror,-Wdeprecated-declarations]
algo_name = rte_crypto_aead_algorithm_strings[algo];
^
../lib/cryptodev/rte_crypto_sym.h:492:1: note: 'rte_crypto_aead_algorithm_strings' has been explicitly marked deprecated here
__rte_deprecated
^
../lib/eal/include/rte_common.h:91:41: note: expanded from macro '__rte_deprecated'
#define __rte_deprecated __attribute__((__deprecated__))
^
6 errors generated.
[3131/4290] Linking target app/dpdk-testpmd.
[3132/4290] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_cryptodev_blockcipher.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] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
389 | rte_crypto_auth_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test/test_cryptodev_crosscheck.c:898:3: error: ‘rte_crypto_cipher_algorithm_strings’ is deprecated [-Werror=deprecated-declarations]
898 | algo_name = rte_crypto_cipher_algorithm_strings[algo];
| ^~~~~~~~~
In file included from ../lib/cryptodev/rte_crypto.h:25,
from ../lib/cryptodev/rte_cryptodev.h:23,
from ../app/test/test_cryptodev_crosscheck.c:4:
../lib/cryptodev/rte_crypto_sym.h:182:1: note: declared here
182 | rte_crypto_cipher_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test/test_cryptodev_crosscheck.c:902:3: error: ‘rte_crypto_aead_algorithm_strings’ is deprecated [-Werror=deprecated-declarations]
902 | algo_name = rte_crypto_aead_algorithm_strings[algo];
| ^~~~~~~~~
In file included from ../lib/cryptodev/rte_crypto.h:25,
from ../lib/cryptodev/rte_cryptodev.h:23,
from ../app/test/test_cryptodev_crosscheck.c:4:
../lib/cryptodev/rte_crypto_sym.h:494:1: note: declared here
494 | rte_crypto_aead_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1835/2991] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_cryptodev_security_pdcp.c.o'.
[1836/2991] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_cryptodev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
389 | rte_crypto_auth_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test/test_cryptodev_crosscheck.c:898:3: error: ‘rte_crypto_cipher_algorithm_strings’ is deprecated [-Werror=deprecated-declarations]
898 | algo_name = rte_crypto_cipher_algorithm_strings[algo];
| ^~~~~~~~~
In file included from ../lib/cryptodev/rte_crypto.h:25,
from ../lib/cryptodev/rte_cryptodev.h:23,
from ../app/test/test_cryptodev_crosscheck.c:4:
../lib/cryptodev/rte_crypto_sym.h:182:1: note: declared here
182 | rte_crypto_cipher_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test/test_cryptodev_crosscheck.c:902:3: error: ‘rte_crypto_aead_algorithm_strings’ is deprecated [-Werror=deprecated-declarations]
902 | algo_name = rte_crypto_aead_algorithm_strings[algo];
| ^~~~~~~~~
In file included from ../lib/cryptodev/rte_crypto.h:25,
from ../lib/cryptodev/rte_cryptodev.h:23,
from ../app/test/test_cryptodev_crosscheck.c:4:
../lib/cryptodev/rte_crypto_sym.h:494:1: note: declared here
494 | rte_crypto_aead_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[579/1299] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_cryptodev_blockcipher.c.obj'.
[580/1299] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_cryptodev.c.obj'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-aarch64" at step Build and test
####################################################################################
389 | rte_crypto_auth_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test/test_cryptodev_crosscheck.c:898:3: error: ‘rte_crypto_cipher_algorithm_strings’ is deprecated [-Werror=deprecated-declarations]
898 | algo_name = rte_crypto_cipher_algorithm_strings[algo];
| ^~~~~~~~~
In file included from ../lib/cryptodev/rte_crypto.h:25,
from ../lib/cryptodev/rte_cryptodev.h:23,
from ../app/test/test_cryptodev_crosscheck.c:4:
../lib/cryptodev/rte_crypto_sym.h:182:1: note: declared here
182 | rte_crypto_cipher_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test/test_cryptodev_crosscheck.c:902:3: error: ‘rte_crypto_aead_algorithm_strings’ is deprecated [-Werror=deprecated-declarations]
902 | algo_name = rte_crypto_aead_algorithm_strings[algo];
| ^~~~~~~~~
In file included from ../lib/cryptodev/rte_crypto.h:25,
from ../lib/cryptodev/rte_cryptodev.h:23,
from ../app/test/test_cryptodev_crosscheck.c:4:
../lib/cryptodev/rte_crypto_sym.h:494:1: note: declared here
494 | rte_crypto_aead_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[2802/3923] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_cryptodev.c.o'.
[2803/3923] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk at sta/event_cnxk_tx_cn10k_tx_112_127_seg.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-aarch64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
389 | rte_crypto_auth_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test/test_cryptodev_crosscheck.c:898:3: error: ‘rte_crypto_cipher_algorithm_strings’ is deprecated [-Werror=deprecated-declarations]
898 | algo_name = rte_crypto_cipher_algorithm_strings[algo];
| ^~~~~~~~~
In file included from ../lib/cryptodev/rte_crypto.h:25,
from ../lib/cryptodev/rte_cryptodev.h:23,
from ../app/test/test_cryptodev_crosscheck.c:4:
../lib/cryptodev/rte_crypto_sym.h:182:1: note: declared here
182 | rte_crypto_cipher_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test/test_cryptodev_crosscheck.c:902:3: error: ‘rte_crypto_aead_algorithm_strings’ is deprecated [-Werror=deprecated-declarations]
902 | algo_name = rte_crypto_aead_algorithm_strings[algo];
| ^~~~~~~~~
In file included from ../lib/cryptodev/rte_crypto.h:25,
from ../lib/cryptodev/rte_cryptodev.h:23,
from ../app/test/test_cryptodev_crosscheck.c:4:
../lib/cryptodev/rte_crypto_sym.h:494:1: note: declared here
494 | rte_crypto_aead_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[2679/3773] Linking target app/dpdk-test-security-perf.
[2680/3773] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_cryptodev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
389 | rte_crypto_auth_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test/test_cryptodev_crosscheck.c:898:3: error: ‘rte_crypto_cipher_algorithm_strings’ is deprecated [-Werror=deprecated-declarations]
898 | algo_name = rte_crypto_cipher_algorithm_strings[algo];
| ^~~~~~~~~
In file included from ../lib/cryptodev/rte_crypto.h:25,
from ../lib/cryptodev/rte_cryptodev.h:23,
from ../app/test/test_cryptodev_crosscheck.c:4:
../lib/cryptodev/rte_crypto_sym.h:182:1: note: declared here
182 | rte_crypto_cipher_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test/test_cryptodev_crosscheck.c:902:3: error: ‘rte_crypto_aead_algorithm_strings’ is deprecated [-Werror=deprecated-declarations]
902 | algo_name = rte_crypto_aead_algorithm_strings[algo];
| ^~~~~~~~~
In file included from ../lib/cryptodev/rte_crypto.h:25,
from ../lib/cryptodev/rte_cryptodev.h:23,
from ../app/test/test_cryptodev_crosscheck.c:4:
../lib/cryptodev/rte_crypto_sym.h:494:1: note: declared here
494 | rte_crypto_aead_algorithm_strings[];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[2632/3745] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_cryptodev.c.o'.
[2633/3745] Generating rte_event_cnxk.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-riscv64" 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-----------------------------
More information about the test-report
mailing list