Fixup perfmon #211
Annotations
10 errors and 10 warnings
scripts/examples/python/XenAPI/XenAPI.py#L186
[mypy] reported by reviewdog ๐ถ
Item "None" of "Any | None" has no attribute "startswith" [union-attr]
Raw Output:
/home/runner/work/xen-api/xen-api/scripts/examples/python/XenAPI/XenAPI.py:186:16: error: Item "None" of "Any | None" has no attribute "startswith" [union-attr]
|
scripts/mail-alarm#L726
[mypy] reported by reviewdog ๐ถ
Item "None" of "Node | None" has no attribute "toxml" [union-attr]
Raw Output:
/home/runner/work/xen-api/xen-api/scripts/mail-alarm:726:24: error: Item "None" of "Node | None" has no attribute "toxml" [union-attr]
|
scripts/mail-alarm#L797
[mypy] reported by reviewdog ๐ถ
Cannot determine type of "cached_etg" [has-type]
Raw Output:
/home/runner/work/xen-api/xen-api/scripts/mail-alarm:797:20: error: Cannot determine type of "cached_etg" [has-type]
|
scripts/mail-alarm#L821
[mypy] reported by reviewdog ๐ถ
Incompatible types in assignment (expression has type "NetworkUsageAlarmETG", variable has type "CpuUsageAlarmETG") [assignment]
Raw Output:
/home/runner/work/xen-api/xen-api/scripts/mail-alarm:821:23: error: Incompatible types in assignment (expression has type "NetworkUsageAlarmETG", variable has type "CpuUsageAlarmETG") [assignment]
|
scripts/mail-alarm#L832
[mypy] reported by reviewdog ๐ถ
Incompatible types in assignment (expression has type "MemoryUsageAlarmETG", variable has type "CpuUsageAlarmETG") [assignment]
Raw Output:
/home/runner/work/xen-api/xen-api/scripts/mail-alarm:832:23: error: Incompatible types in assignment (expression has type "MemoryUsageAlarmETG", variable has type "CpuUsageAlarmETG") [assignment]
|
scripts/mail-alarm#L842
[mypy] reported by reviewdog ๐ถ
Incompatible types in assignment (expression has type "DiskUsageAlarmETG", variable has type "CpuUsageAlarmETG") [assignment]
Raw Output:
/home/runner/work/xen-api/xen-api/scripts/mail-alarm:842:23: error: Incompatible types in assignment (expression has type "DiskUsageAlarmETG", variable has type "CpuUsageAlarmETG") [assignment]
|
scripts/mail-alarm#L852
[mypy] reported by reviewdog ๐ถ
Incompatible types in assignment (expression has type "Dom0FSUsageAlarmETG", variable has type "CpuUsageAlarmETG") [assignment]
Raw Output:
/home/runner/work/xen-api/xen-api/scripts/mail-alarm:852:23: error: Incompatible types in assignment (expression has type "Dom0FSUsageAlarmETG", variable has type "CpuUsageAlarmETG") [assignment]
|
scripts/mail-alarm#L861
[mypy] reported by reviewdog ๐ถ
Incompatible types in assignment (expression has type "Dom0LogFSUsageAlarmETG", variable has type "CpuUsageAlarmETG") [assignment]
Raw Output:
/home/runner/work/xen-api/xen-api/scripts/mail-alarm:861:23: error: Incompatible types in assignment (expression has type "Dom0LogFSUsageAlarmETG", variable has type "CpuUsageAlarmETG") [assignment]
|
scripts/mail-alarm#L870
[mypy] reported by reviewdog ๐ถ
Incompatible types in assignment (expression has type "Dom0MemUsageAlarmETG", variable has type "CpuUsageAlarmETG") [assignment]
Raw Output:
/home/runner/work/xen-api/xen-api/scripts/mail-alarm:870:23: error: Incompatible types in assignment (expression has type "Dom0MemUsageAlarmETG", variable has type "CpuUsageAlarmETG") [assignment]
|
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
scripts/perfmon#L40
[pylint] reported by reviewdog ๐ถ
C0301: Line too long (120/112) (line-too-long)
Raw Output:
scripts/perfmon:40:0: C0301: Line too long (120/112) (line-too-long)
|
scripts/perfmon#L281
[pylint] reported by reviewdog ๐ถ
C0301: Line too long (116/112) (line-too-long)
Raw Output:
scripts/perfmon:281:0: C0301: Line too long (116/112) (line-too-long)
|
scripts/perfmon#L348
[pylint] reported by reviewdog ๐ถ
C0301: Line too long (164/112) (line-too-long)
Raw Output:
scripts/perfmon:348:0: C0301: Line too long (164/112) (line-too-long)
|
scripts/perfmon#L360
[pylint] reported by reviewdog ๐ถ
C0325: Unnecessary parens after 'if' keyword (superfluous-parens)
Raw Output:
scripts/perfmon:360:0: C0325: Unnecessary parens after 'if' keyword (superfluous-parens)
|
scripts/perfmon#L513
[pylint] reported by reviewdog ๐ถ
C0301: Line too long (176/112) (line-too-long)
Raw Output:
scripts/perfmon:513:0: C0301: Line too long (176/112) (line-too-long)
|
scripts/perfmon#L617
[pylint] reported by reviewdog ๐ถ
C0301: Line too long (121/112) (line-too-long)
Raw Output:
scripts/perfmon:617:0: C0301: Line too long (121/112) (line-too-long)
|
scripts/perfmon#L671
[pylint] reported by reviewdog ๐ถ
C0301: Line too long (203/112) (line-too-long)
Raw Output:
scripts/perfmon:671:0: C0301: Line too long (203/112) (line-too-long)
|
scripts/perfmon#L672
[pylint] reported by reviewdog ๐ถ
C0301: Line too long (115/112) (line-too-long)
Raw Output:
scripts/perfmon:672:0: C0301: Line too long (115/112) (line-too-long)
|
scripts/perfmon#L696
[pylint] reported by reviewdog ๐ถ
C0301: Line too long (115/112) (line-too-long)
Raw Output:
scripts/perfmon:696:0: C0301: Line too long (115/112) (line-too-long)
|
scripts/perfmon#L702
[pylint] reported by reviewdog ๐ถ
C0301: Line too long (116/112) (line-too-long)
Raw Output:
scripts/perfmon:702:0: C0301: Line too long (116/112) (line-too-long)
|
The logs for this run have expired and are no longer available.
Loading