automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw114813 [PATCH 1/1] app/test-security-perf: add security perf app
       [not found] <20220811035933.802-2-anoobj@marvell.com>
@ 2022-08-11  4:01 ` checkpatch
  2022-08-11  5:19 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 3+ messages in thread
From: checkpatch @ 2022-08-11  4:01 UTC (permalink / raw)
  To: test-report; +Cc: Anoob Joseph

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/114813

_coding style issues_


WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'?
#479: FILE: app/test-security-perf/test_security_perf.c:327:
+	uint64_t tsc_start, tsc_mid, tsc_end, tsc_setup_dur, tsc_destroy_dur;

WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'?
#479: FILE: app/test-security-perf/test_security_perf.c:327:
+	uint64_t tsc_start, tsc_mid, tsc_end, tsc_setup_dur, tsc_destroy_dur;

WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'?
#536: FILE: app/test-security-perf/test_security_perf.c:384:
+	tsc_setup_dur = tsc_mid - tsc_start;

WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'?
#537: FILE: app/test-security-perf/test_security_perf.c:385:
+	tsc_destroy_dur = tsc_end - tsc_mid;

WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'?
#539: FILE: app/test-security-perf/test_security_perf.c:387:
+	setup_ms = tsc_setup_dur * 1000 / rte_get_tsc_hz();

WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'?
#540: FILE: app/test-security-perf/test_security_perf.c:388:
+	destroy_ms = tsc_destroy_dur * 1000 / rte_get_tsc_hz();

WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'?
#542: FILE: app/test-security-perf/test_security_perf.c:390:
+	setup_rate = (double)nb_sessions * rte_get_tsc_hz() / tsc_setup_dur;

WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'?
#543: FILE: app/test-security-perf/test_security_perf.c:391:
+	destroy_rate = (double)nb_sessions * rte_get_tsc_hz() / tsc_destroy_dur;

total: 0 errors, 8 warnings, 640 lines checked

^ permalink raw reply	[flat|nested] 3+ messages in thread

* |FAILURE| pw114813 [PATCH 1/1] app/test-security-perf: add security perf app
       [not found] <20220811035933.802-2-anoobj@marvell.com>
  2022-08-11  4:01 ` |WARNING| pw114813 [PATCH 1/1] app/test-security-perf: add security perf app checkpatch
@ 2022-08-11  5:19 ` 0-day Robot
  1 sibling, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2022-08-11  5:19 UTC (permalink / raw)
  To: test-report; +Cc: anoobj, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2837365020
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static-i386" 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
####################################################################################
                 from ../lib/cryptodev/rte_crypto.h:20,
                 from ../lib/cryptodev/rte_cryptodev.h:22,
                 from ../app/test-security-perf/test_security_perf.c:10:
../app/test-security-perf/test_security_perf.c: In function ‘cryptodev_init’:
../app/test-security-perf/test_security_perf.c:116:6: error: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Werror=format=]
  116 |     i);
      |     ~^
      |     |
      |     long unsigned int
../lib/eal/include/rte_log.h:342:25: note: in definition of macro ‘RTE_LOG’
  342 |    RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
      |                         ^
../app/test-security-perf/test_security_perf.c:129:31: error: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘long unsigned int’ [-Werror=format=]
  129 |      " %" PRIu64 " - %d", i, j);
      |                           ~   ^
      |                           |
      |                           long unsigned int
../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
[1953/3112] Compiling C object 'app/a172ced@@dpdk-test-security-perf@exe/test_test_cryptodev_security_ipsec.c.o'.
[1954/3112] Linking target app/dpdk-test-regex.
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
####################################################################################
--------------------------------END LOGS-----------------------------

^ permalink raw reply	[flat|nested] 3+ messages in thread

* |FAILURE| pw114813 [PATCH] [1/1] app/test-security-perf: add security perf app
@ 2022-08-16  0:32 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2022-08-16  0:32 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Anoob Joseph

[-- Attachment #1: Type: text/plain, Size: 3362 bytes --]

Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/114813

_Testing issues_

Submitter: Anoob Joseph <anoobj@marvell.com>
Date: Thursday, August 11 2022 03:59:33 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:72206323a5dd3182b13f61b25a64abdddfee595c

114813 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM Clang Native          | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Native            | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
from ../app/test-security-perf/test_security_perf.c:10:
../app/test-security-perf/test_security_perf.c: In function 'cryptodev_init':
../app/test-security-perf/test_security_perf.c:116:6: error: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Werror=format=]
116 |     i);
|     ~^
|     |
|     long unsigned int
../lib/eal/include/rte_log.h:342:25: note: in definition of macro 'RTE_LOG'
342 |    RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
|                         ^
../app/test-security-perf/test_security_perf.c:129:31: error: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Werror=format=]
129 |      " %" PRIu64 " - %d", i, j);
|                           ~   ^
|                           |
|                           long unsigned int
../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
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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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 SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/23187/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-16  0:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220811035933.802-2-anoobj@marvell.com>
2022-08-11  4:01 ` |WARNING| pw114813 [PATCH 1/1] app/test-security-perf: add security perf app checkpatch
2022-08-11  5:19 ` |FAILURE| " 0-day Robot
2022-08-16  0:32 |FAILURE| pw114813 [PATCH] [1/1] " 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).