automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: vfialko@marvell.com, robot@bytheb.org
Subject: |FAILURE| pw123580 [PATCH v2] test: add cryptodev crosscheck suite
Date: Thu,  9 Feb 2023 08:39:49 -0500	[thread overview]
Message-ID: <20230209133949.3279068-1-robot@bytheb.org> (raw)
In-Reply-To: <20230209123402.1993179-1-vfialko@marvell.com>

From: robot@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@exe/test_cryptodev_blockcipher.c.o'.
[513/1417] Compiling C object 'app/test/3062f5d@@dpdk-test@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@exe/test_cryptodev_security_ipsec.c.o'.
[3144/4290] Compiling C object 'app/test/3062f5d@@dpdk-test@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@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@exe/test_cryptodev_security_pdcp.c.o'.
[1836/2991] Compiling C object 'app/test/3062f5d@@dpdk-test@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@exe/test_cryptodev_blockcipher.c.obj'.
[580/1299] Compiling C object 'app/test/3062f5d@@dpdk-test@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@exe/test_cryptodev.c.o'.
[2803/3923] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@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@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@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-----------------------------

  parent reply	other threads:[~2023-02-09 13:40 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230209123402.1993179-1-vfialko@marvell.com>
2023-02-09 12:28 ` |SUCCESS| " qemudev
2023-02-09 12:32 ` qemudev
2023-02-09 12:35 ` checkpatch
2023-02-09 13:39 ` 0-day Robot [this message]
2023-02-09 15:11 |FAILURE| pw123580 [PATCH] [v2] " dpdklab
2023-02-10 21:46 dpdklab
2023-02-10 21:50 dpdklab
2023-02-10 22:15 dpdklab
2023-02-10 22:19 dpdklab
2023-02-10 22:22 dpdklab
2023-02-10 22:30 dpdklab
2023-02-10 22:31 dpdklab
2023-02-10 22:32 dpdklab
2023-02-10 22:38 dpdklab
2023-02-10 22:38 dpdklab
2023-02-10 22:39 dpdklab
2023-02-10 22:39 dpdklab
2023-02-10 22:40 dpdklab
2023-02-12 13:40 dpdklab
2023-02-12 20:53 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=20230209133949.3279068-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=test-report@dpdk.org \
    --cc=vfialko@marvell.com \
    /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).