Skip to content

sdk-zephyr-upmerge #6325

sdk-zephyr-upmerge

sdk-zephyr-upmerge #6325

Triggered via pull request September 25, 2024 13:59
Status Failure
Total duration 6h 0m 38s
Artifacts

compliance.yml

on: pull_request
Run compliance checks on patch series (PR)
6h 0m
Run compliance checks on patch series (PR)
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 10 warnings
Run compliance checks on patch series (PR)
The job running on runner GitHub Actions 10 has exceeded the maximum execution time of 360 minutes.
Run compliance checks on patch series (PR)
Process completed with exit code 1.
SphinxLint: doc/releases/migration-guide-3.6.rst#L67
doc/releases/migration-guide-3.6.rst:67 default role used (hint: for inline literals, use double backticks) (default-role)
SphinxLint: doc/releases/migration-guide-3.6.rst#L296
doc/releases/migration-guide-3.6.rst:296 default role used (hint: for inline literals, use double backticks) (default-role)
SphinxLint: doc/releases/migration-guide-3.6.rst#L298
doc/releases/migration-guide-3.6.rst:298 default role used (hint: for inline literals, use double backticks) (default-role)
SphinxLint: doc/releases/migration-guide-3.6.rst#L395
doc/releases/migration-guide-3.6.rst:395 default role used (hint: for inline literals, use double backticks) (default-role)
SphinxLint: doc/releases/migration-guide-3.6.rst#L472
doc/releases/migration-guide-3.6.rst:472 default role used (hint: for inline literals, use double backticks) (default-role)
SphinxLint: doc/releases/migration-guide-3.6.rst#L474
doc/releases/migration-guide-3.6.rst:474 default role used (hint: for inline literals, use double backticks) (default-role)
SphinxLint: doc/releases/migration-guide-3.6.rst#L475
doc/releases/migration-guide-3.6.rst:475 default role used (hint: for inline literals, use double backticks) (default-role)
SphinxLint: doc/releases/migration-guide-3.6.rst#L479
doc/releases/migration-guide-3.6.rst:479 default role used (hint: for inline literals, use double backticks) (default-role)
SphinxLint: doc/releases/migration-guide-3.6.rst#L531
doc/releases/migration-guide-3.6.rst:531 default role used (hint: for inline literals, use double backticks) (default-role)
SphinxLint: doc/releases/migration-guide-3.6.rst#L534
doc/releases/migration-guide-3.6.rst:534 default role used (hint: for inline literals, use double backticks) (default-role)
W0012: scripts/ci/pylintrc#L1
scripts/ci/pylintrc:1 Unknown option value for '--enable', expected a valid pylint message and got 'misplaced-comparison-constant' (unknown-option-value)
R0022: scripts/ci/pylintrc#L1
scripts/ci/pylintrc:1 Useless option value for '--enable', 'no-self-use' was moved to an optional extension, see https://pylint.readthedocs.io/en/latest/whatsnew/2/2.14/summary.html#removed-checkers. (useless-option-value)
R0022: scripts/ci/pylintrc#L1
scripts/ci/pylintrc:1 Useless option value for '--enable', 'assign-to-new-keyword' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/6421. (useless-option-value)
R0022: scripts/ci/pylintrc#L1
scripts/ci/pylintrc:1 Useless option value for '--enable', 'mixed-indentation' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/3578. (useless-option-value)
R0022: scripts/ci/pylintrc#L1
scripts/ci/pylintrc:1 Useless option value for '--enable', 'deprecated-string-function' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942. (useless-option-value)
R0022: scripts/ci/pylintrc#L1
scripts/ci/pylintrc:1 Useless option value for '--enable', 'deprecated-str-translate-call' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942. (useless-option-value)
R0022: scripts/ci/pylintrc#L1
scripts/ci/pylintrc:1 Useless option value for '--enable', 'deprecated-itertools-function' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942. (useless-option-value)
R0022: scripts/ci/pylintrc#L1
scripts/ci/pylintrc:1 Useless option value for '--enable', 'deprecated-types-field' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942. (useless-option-value)
C0117: scripts/tests/twister/test_testinstance.py#L350
scripts/tests/twister/test_testinstance.py:350 Consider changing "not testinstance < testinstance_copy" to "testinstance >= testinstance_copy" (unnecessary-negation)
C0117: scripts/tests/twister/test_testinstance.py#L351
scripts/tests/twister/test_testinstance.py:351 Consider changing "not testinstance_copy < testinstance" to "testinstance_copy >= testinstance" (unnecessary-negation)