Skip to content

CP-308428: bootloader: Add support for xen_boot entry type (+ related cleanup) #729

CP-308428: bootloader: Add support for xen_boot entry type (+ related cleanup)

CP-308428: bootloader: Add support for xen_boot entry type (+ related cleanup) #729

Triggered via pull request July 25, 2025 12:49
Status Failure
Total duration 3m 44s
Artifacts

main.yml

on: pull_request
Matrix: test
finish-coverage-upload
0s
finish-coverage-upload
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 3 warnings, and 10 notices
pylint E0611: no-name-in-module: tests/test_mountingaccessor.py#L7
No name 'fake_filesystem' in module 'pyfakefs'
pylint E0401: import-error: tests/test_mountingaccessor.py#L7
Unable to import 'pyfakefs.fake_filesystem'
pylint E0611: no-name-in-module: tests/test_ifrename_dynamic.py#L8
No name 'fake_filesystem_unittest' in module 'pyfakefs'
pylint E0401: import-error: tests/test_ifrename_dynamic.py#L8
Unable to import 'pyfakefs.fake_filesystem_unittest'
pylint E0611: no-name-in-module: tests/test_accessor.py#L3
No name 'fake_filesystem' in module 'pyfakefs'
pylint E0401: import-error: tests/test_accessor.py#L3
Unable to import 'pyfakefs.fake_filesystem'
pylint E0611: no-name-in-module: tests/test_ifrename_static.py#L7
No name 'fake_filesystem_unittest' in module 'pyfakefs'
pylint E0401: import-error: tests/test_ifrename_static.py#L7
Unable to import 'pyfakefs.fake_filesystem_unittest'
pylint E0611: no-name-in-module: tests/test_cpiofile.py#L15
No name 'fake_filesystem' in module 'pyfakefs'
pylint E0401: import-error: tests/test_cpiofile.py#L15
Unable to import 'pyfakefs.fake_filesystem'
pylint W1514: unspecified-encoding: tests/test_bootloader.py#L98
Using open without explicitly specifying an encoding
pylint W1514: unspecified-encoding: tests/test_bootloader.py#L81
Using open without explicitly specifying an encoding
pylint W1514: unspecified-encoding: tests/test_bootloader.py#L58
Using open without explicitly specifying an encoding
pylint R0917: too-many-positional-arguments: xcp/repository.py#L102
Refactor: Too many positional arguments (6/5)
pylint R0917: too-many-positional-arguments: xcp/repository.py#L88
Refactor: Too many positional arguments (7/5)
pylint R0917: too-many-positional-arguments: xcp/repository.py#L73
Refactor: Too many positional arguments (8/5)
pylint R0917: too-many-positional-arguments: xcp/repository.py#L58
Refactor: Too many positional arguments (8/5)
pylint R0917: too-many-positional-arguments: xcp/repository.py#L43
Refactor: Too many positional arguments (8/5)
pylint R0917: too-many-positional-arguments: xcp/mount.py#L72
Refactor: Too many positional arguments (6/5)
pylint R1720: no-else-raise: xcp/bootloader.py#L208
Refactor: Unnecessary "elif" after "raise", remove the leading "el" from "elif"
pylint R0917: too-many-positional-arguments: xcp/bootloader.py#L79
Refactor: Too many positional arguments (10/5)
pylint R0917: too-many-positional-arguments: xcp/bootloader.py#L52
Refactor: Too many positional arguments (9/5)
pylint C0303: trailing-whitespace: xcp/bootloader.py#L153
Convention: Trailing whitespace