Test-Label: Intel-dts-pylama-test Test-Status: FAILURE http://dpdk.org/patch/120452 Subject: [V1] tests/*: optimized and add more test points _Testing issues_ Diff: tests/TestSuite_stats_checks.py DPDK: commit 6c8aed5ab7f6dbed8e71199504fa227f5f60c6fd Author: David Marchand Date: Thu Dec 1 10:22:29 2022 +0100 Comment: build: generate Windows build artefacts when needed DTS: commit 1b4f822bee585e100b0192d6383d01fb95cb7dfa Author: Wei Ling Date: Tue Nov 22 15:13:31 2022 +0800 Comment: tests/virtio_event_idx_interrupt_cbdma: modify the dmas parameter by DPDK changed PYLAMA test failed information: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/pylama/core.py", line 36, in run linter.run_check(ctx) File "/usr/local/lib/python3.10/dist-packages/pylama/lint/pylama_pydocstyle.py", line 40, in run_check ctx.push( File "/usr/local/lib/python3.10/dist-packages/pylama/context.py", line 184, in push if SKIP_PATTERN(self.lines[err.lnum - 1]): IndexError: list index out of range During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/pylama", line 8, in sys.exit(shell()) File "/usr/local/lib/python3.10/dist-packages/pylama/main.py", line 115, in shell errors = check_paths( File "/usr/local/lib/python3.10/dist-packages/pylama/main.py", line 68, in check_paths errors += run(path=path, code=code, rootdir=rootdir, options=options) File "/usr/local/lib/python3.10/dist-packages/pylama/core.py", line 24, in run with RunContext(path, code, options) as ctx: File "/usr/local/lib/python3.10/dist-packages/pylama/context.py", line 107, in __exit__ self.push(lnum=1, col=1, text=str(evalue)) File "/usr/local/lib/python3.10/dist-packages/pylama/context.py", line 184, in push if SKIP_PATTERN(self.lines[err.lnum - 1]): IndexError: list index out of range DPDK STV team