|FAILURE| pw115223 [PATCH 2/2] test/crypto: add ecdh tests

0-day Robot robot at bytheb.org
Thu Aug 18 10:19:54 CEST 2022


From: robot at bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2880658562
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
"ubuntu-20.04-gcc-static-mingw" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
 2678 |     bob_op->asym->ecdh.shared_secret.y.length,
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                       |
      |                                       size_t {aka unsigned int}
 2679 |     test_vector->Z.y.length
 2680 |   );
      |   ^
../lib/eal/include/rte_log.h:342:25: note: in definition of macro ‘RTE_LOG’
  342 |    RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
      |                         ^
../app/test/test_cryptodev_asym.c:2680:3: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘size_t’ {aka ‘const unsigned int’} [-Werror=format=]
 2679 |     test_vector->Z.y.length
      |     ~~~~~~~~~~~~~~~~~~~~~~~
      |                     |
      |                     size_t {aka const unsigned int}
 2680 |   );
      |   ^
../lib/eal/include/rte_log.h:342:25: note: in definition of macro ‘RTE_LOG’
  342 |    RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
      |                         ^
cc1: all warnings being treated as errors
[2117/3109] Linking target examples/dpdk-l2fwd.
[2118/3109] Linking target examples/dpdk-l3fwd.
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
####################################################################################
 2678 |     bob_op->asym->ecdh.shared_secret.y.length,
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                       |
      |                                       size_t {aka long long unsigned int}
 2679 |     test_vector->Z.y.length
 2680 |   );
      |   ^
../lib/eal/include/rte_log.h:342:25: note: in definition of macro ‘RTE_LOG’
  342 |    RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
      |                         ^
../app/test/test_cryptodev_asym.c:2680:3: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘size_t’ {aka ‘const long long unsigned int’} [-Werror=format=]
 2679 |     test_vector->Z.y.length
      |     ~~~~~~~~~~~~~~~~~~~~~~~
      |                     |
      |                     size_t {aka const long long unsigned int}
 2680 |   );
      |   ^
../lib/eal/include/rte_log.h:342:25: note: in definition of macro ‘RTE_LOG’
  342 |    RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
      |                         ^
cc1: all warnings being treated as errors
[680/1305] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_ring_hts_stress.c.obj'.
[681/1305] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_rib6.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
####################################################################################
--------------------------------END LOGS-----------------------------


More information about the test-report mailing list