Skip to content

Merge pull request #155 from liulinC/private/linl/treeinfo #727

Merge pull request #155 from liulinC/private/linl/treeinfo

Merge pull request #155 from liulinC/private/linl/treeinfo #727

Triggered via push May 9, 2025 01:59
Status Success
Total duration 3m 55s
Artifacts

main.yml

on: push
Matrix: test
finish-coverage-upload
2s
finish-coverage-upload
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 10 warnings, and 10 notices
pylint E0401: import-error: tests/test_cpiofile.py#L15
Unable to import 'pyfakefs.fake_filesystem'
pylint E0611: no-name-in-module: tests/test_cpiofile.py#L15
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_mountingaccessor.py#L7
No name 'fake_filesystem' in module 'pyfakefs'
pylint E0606: possibly-used-before-assignment: tests/test_mountingaccessor.py#L33
Possibly using variable 'FakeProcess' before assignment
pylint E0401: import-error: tests/test_accessor.py#L3
Unable to import 'pyfakefs.fake_filesystem'
pylint E0611: no-name-in-module: tests/test_accessor.py#L3
No name 'fake_filesystem' 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_ifrename_dynamic.py#L8
No name 'fake_filesystem_unittest' in module 'pyfakefs'
pylint E0401: import-error: tests/test_pci.py#L6
Unable to import 'pyfakefs.fake_filesystem_unittest'
test (3.11, ubuntu-22.04): tests/conftest.py#L13
Object of type "type[Any]" is not callable (reportCallIssue)
test (3.11, ubuntu-22.04): tests/httpserver_testcase.py#L20
"HTTPResponse" 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#L47
"Response" is possibly unbound (reportPossiblyUnboundVariable)
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/test_ftpaccessor.py#L50
Object of type "type[Any]" is not callable (reportCallIssue)
test (3.11, ubuntu-22.04): tests/test_httpaccessor.py#L69
Object of type "type[Any]" is not callable (reportCallIssue)
test (3.11, ubuntu-22.04): tests/test_ifrename_dynamic.py#L42
Object of type "type[Any]" is not callable (reportCallIssue)
test (3.11, ubuntu-22.04): tests/test_ifrename_logic.py#L562
Cannot access attribute "s111" for class "TestInputSanitisation*"
test (3.11, ubuntu-22.04): tests/test_ifrename_logic.py#L569
Cannot access attribute "s111" for class "TestInputSanitisation*"
pylint R0917: too-many-positional-arguments: xcp/mount.py#L72
Refactor: Too many positional arguments (6/5)
pylint C0303: trailing-whitespace: xcp/bootloader.py#L353
Convention: Trailing whitespace
pylint R0917: too-many-positional-arguments: xcp/bootloader.py#L46
Refactor: Too many positional arguments (10/5)
pylint R0917: too-many-positional-arguments: xcp/bootloader.py#L80
Refactor: Too many positional arguments (10/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/repository.py#L58
Refactor: Too many positional arguments (8/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#L88
Refactor: Too many positional arguments (7/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/net/ifrename/macpci.py#L38
Refactor: Too many positional arguments (8/5)