* |WARNING| pw115223 [PATCH 2/2] test/crypto: add ecdh tests
[not found] <20220818060526.17343-3-arkadiuszx.kusztal@intel.com>
@ 2022-08-18 7:15 ` checkpatch
2022-08-18 8:19 ` |FAILURE| " 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-08-18 7:15 UTC (permalink / raw)
To: test-report; +Cc: Arek Kusztal
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/115223
_coding style issues_
WARNING:TYPO_SPELLING: 'Expeceted' may be misspelled - perhaps 'Expected'?
#143: FILE: app/test/test_cryptodev_asym.c:2422:
+ "Incorrect Alice public key length (X coeff) Received length = %lu Expeceted length = %lu
",
WARNING:TYPO_SPELLING: 'Expeceted' may be misspelled - perhaps 'Expected'?
#152: FILE: app/test/test_cryptodev_asym.c:2431:
+ "Incorrect Alice public key length (Y coeff) Received length = %lu Expeceted length = %lu
",
WARNING:TYPO_SPELLING: 'Expeceted' may be misspelled - perhaps 'Expected'?
#203: FILE: app/test/test_cryptodev_asym.c:2482:
+ "Incorrect Bob's public key length (X coeff) Received length = %lu Expeceted length = %lu
",
WARNING:TYPO_SPELLING: 'Expeceted' may be misspelled - perhaps 'Expected'?
#212: FILE: app/test/test_cryptodev_asym.c:2491:
+ "Incorrect Bob's public key length (Y coeff) Received length = %lu Expeceted length = %lu
",
WARNING:MISSING_EOF_NEWLINE: adding a line without newline at end of file
#602: FILE: app/test/test_cryptodev_ecdh_vectors.h:144:
+#endif
total: 0 errors, 5 warnings, 519 lines checked
Warning in app/test/test_cryptodev_asym.c:
Using %l format, prefer %PRI*64 if type is [u]int64_t
^ permalink raw reply [flat|nested] 2+ messages in thread
* |FAILURE| pw115223 [PATCH 2/2] test/crypto: add ecdh tests
[not found] <20220818060526.17343-3-arkadiuszx.kusztal@intel.com>
2022-08-18 7:15 ` |WARNING| pw115223 [PATCH 2/2] test/crypto: add ecdh tests checkpatch
@ 2022-08-18 8:19 ` 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-08-18 8: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/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@exe/test_ring_hts_stress.c.obj'.
[681/1305] Compiling C object 'app/test/3062f5d@@dpdk-test@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-----------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-18 8:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20220818060526.17343-3-arkadiuszx.kusztal@intel.com>
2022-08-18 7:15 ` |WARNING| pw115223 [PATCH 2/2] test/crypto: add ecdh tests checkpatch
2022-08-18 8:19 ` |FAILURE| " 0-day Robot
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).