Skip to content

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

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

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

Triggered via pull request July 29, 2025 15:14
Status Success
Total duration 3m 54s
Artifacts

main.yml

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

Annotations

10 errors, 10 warnings, and 7 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'
test (3.11, ubuntu-22.04): tests/test_bootloader.py#L121
Cannot assign to attribute "entry_format" for class "MenuEntry"
test (3.11, ubuntu-22.04): tests/test_bootloader.py#L97
Cannot assign to attribute "entry_format" for class "MenuEntry"
test (3.11, ubuntu-22.04): tests/test_bootloader.py#L73
Cannot assign to attribute "entry_format" for class "MenuEntry"
test (3.11, ubuntu-22.04): tests/test_bootloader.py#L31
"close" is not a known attribute of "None" (reportOptionalMemberAccess)
test (3.11, ubuntu-22.04): tests/test_bootloader.py#L21
"read" is not a known attribute of "None" (reportOptionalMemberAccess)
test (3.11, ubuntu-22.04): tests/test_biosdevname_ns.py#L35
Cannot access attribute "forked" for class "type[Any]"
test (3.11, ubuntu-22.04): tests/httpserver_testcase.py#L47
"Response" is possibly unbound (reportPossiblyUnboundVariable)
test (3.11, ubuntu-22.04): tests/httpserver_testcase.py#L21
"HTTPServer" is possibly unbound (reportPossiblyUnboundVariable)
test (3.11, ubuntu-22.04): tests/httpserver_testcase.py#L20
"HTTPResponse" is possibly unbound (reportPossiblyUnboundVariable)
test (3.11, ubuntu-22.04): tests/conftest.py#L13
Object of type "type[Any]" is not callable (reportCallIssue)
pylint R0917: too-many-positional-arguments: xcp/net/ifrename/macpci.py#L38
Refactor: Too many positional arguments (8/5)
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)