automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw104253 [PATCH] devtools: spell check
@ 2021-11-12 17:31 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2021-11-12 17:31 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, Henry Nadeau

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

Test-Label: iol-spell-check-testing
Test-Status: WARNING
http://dpdk.org/patch/104253

_Testing issues_

Submitter: Henry Nadeau <hnadeau@iol.unh.edu>
Date: Friday, November 12 2021 17:01:28 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:19d024003dfce0018c9e52635b78efdc6e1c172a

104253 --> testing fail

Test environment and result as below:

+--------------+-------------+
| Environment  | spell_check |
+==============+=============+
| Ubuntu 20.04 | FAIL        |
+--------------+-------------+

==== 20 line log output for Ubuntu 20.04 (spell_check): ====
dpdk/doc/guides/sample_app_ug/ipsec_secgw.rst:93 vector-size
dpdk/doc/guides/sample_app_ug/ipsec_secgw.rst:94 vector-size
dpdk/doc/guides/sample_app_ug/ipsec_secgw.rst:94 vector-tmo
dpdk/doc/guides/sample_app_ug/ipsec_secgw.rst:94 vector-tmo
dpdk/doc/guides/sample_app_ug/ipsec_secgw.rst:311 vector-size
dpdk/doc/guides/sample_app_ug/ipsec_secgw.rst:312 vector-tmo
dpdk/doc/guides/sample_app_ug/ipsec_secgw.rst:333 vector-size
dpdk/doc/guides/sample_app_ug/ipsec_secgw.rst:335 vector-tmo
dpdk/doc/guides/nics/mlx5.rst:619 WQEs
dpdk/doc/guides/nics/mlx5.rst:624 re-activeate
dpdk/doc/guides/nics/mlx5.rst:631 set-priv-flags
dpdk/doc/guides/nics/mlx5.rst:632 show-priv-flags
dpdk/doc/guides/vdpadevs/sfc.rst:22 libefx
dpdk/doc/guides/rel_notes/release_21_11.rst:174 AFM
dpdk/doc/guides/rel_notes/release_21_11.rst:255 RxTx
dpdk/doc/guides/dmadevs/dpaa.rst:43 dpaa-based
dpdk/doc/guides/index.rst:25 gpus
dpdk/doc/guides/eventdevs/dsw.rst:48 MAINT
dpdk/doc/guides/eventdevs/dsw.rst:70 MAINT
Errors found: 98
==== End log output ====

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

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

UNH-IOL DPDK Community Lab

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

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

* |WARNING| pw104253 [PATCH] devtools: spell check
       [not found] <20211112170127.112401-1-hnadeau@iol.unh.edu>
@ 2021-11-12 17:03 ` checkpatch
  0 siblings, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-11-12 17:03 UTC (permalink / raw)
  To: test-report; +Cc: Henry Nadeau

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

_coding style issues_


ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit fatal: bad o ("f5cd3ed72b94505a7")'
#74: 
[ upstream commit d4fb4eb08725a3e667042c1f5cd3ed72b94505a7 ]

WARNING:TYPO_SPELLING: 'exeptions' may be misspelled - perhaps 'exceptions'?
#79: 
for word exeptions, and the regex file will exclude any regex patterns

WARNING:LONG_LINE_COMMENT: line length of 110 exceeds 100 columns
#123: FILE: devtools/spell_check.sh:26:
+		echo "-b                        Specify a different branch to be checked for changes against."

WARNING:LONG_LINE_COMMENT: line length of 101 exceeds 100 columns
#124: FILE: devtools/spell_check.sh:27:
+		echo "-d                        Specify a different dictionary to be used by aspell."

WARNING:LONG_LINE_COMMENT: line length of 108 exceeds 100 columns
#222: FILE: devtools/spell_check.sh:125:
+# Checking if separate dictionary was supplied, if not defaults to spell_check_dictionary.txt in current dir

WARNING:LONG_LINE_COMMENT: line length of 125 exceeds 100 columns
#234: FILE: devtools/spell_check.sh:137:
+	  aspell --lang=en --encoding=utf-8 --ignore-case --ignore-repl pipe list -d en --ignore=3 --personal="$dictionary" |

WARNING:LONG_LINE: line length of 109 exceeds 100 columns
#269: FILE: devtools/spell_check.sh:172:
+	  # run the spellcheck function over each file in parallel, appending misspellings to the output file

WARNING:LONG_LINE: line length of 110 exceeds 100 columns
#270: FILE: devtools/spell_check.sh:173:
+	  parallel -j "$(nproc)" spellcheck_file {} "$allowed_words" "$dpdk_dir" "$regex_pattern" >> "$output"

WARNING:LONG_LINE: line length of 134 exceeds 100 columns
#272: FILE: devtools/spell_check.sh:175:
+    find . -name "*.rst" -type f | parallel -j "$(nproc)" spellcheck_file {} "$allowed_words" "$dpdk_dir" "$regex_pattern" >>"$output"

ERROR:TRAILING_WHITESPACE: trailing whitespace
#293: FILE: devtools/spell_check_dictionary.txt:1:
+personal_ws-1.1 en 2156 $

WARNING:TYPO_SPELLING: 'dettach' may be misspelled - perhaps 'detach'?
#1168: FILE: devtools/spell_check_dictionary.txt:876:
+dettach

WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'?
#1201: FILE: devtools/spell_check_dictionary.txt:909:
+dont

WARNING:TYPO_SPELLING: 'frequences' may be misspelled - perhaps 'frequencies'?
#1342: FILE: devtools/spell_check_dictionary.txt:1050:
+frequences

WARNING:TYPO_SPELLING: 'preemptable' may be misspelled - perhaps 'preemptible'?
#1905: FILE: devtools/spell_check_dictionary.txt:1613:
+preemptable

total: 2 errors, 12 warnings, 2348 lines checked

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

end of thread, other threads:[~2021-11-12 17:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-12 17:31 |WARNING| pw104253 [PATCH] devtools: spell check dpdklab
     [not found] <20211112170127.112401-1-hnadeau@iol.unh.edu>
2021-11-12 17:03 ` checkpatch

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).