Skip to content

Runs but confusing result #3227

Runs but confusing result

Runs but confusing result #3227

Triggered via pull request February 20, 2024 20:03
Status Failure
Total duration 2m 33s
Artifacts

pre-commit.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

397 errors and 6 warnings
[mypy] varats/varats/data/reports/performance_influence_trace_report.py#L72: varats/varats/data/reports/performance_influence_trace_report.py#L72
error: Function is missing a type annotation for one or more arguments [no-untyped-def]
[mypy] varats/varats/tables/test_table.py#L68: varats/varats/tables/test_table.py#L68
error: Argument 1 to "reports" of "KeyedReportAggregate" has incompatible type "str"; expected "Optional[int]" [arg-type]
[mypy] varats/varats/tables/test_table.py#L110: varats/varats/tables/test_table.py#L110
error: Argument 2 to "get_feature_performances_row" of "TestTable" has incompatible type "WorkloadSpecificPITReportAggregate"; expected "PerfInfluenceTraceReportAggregate" [arg-type]
pre-commit
The process '/opt/hostedtoolcache/Python/3.12.2/x64/bin/pre-commit' failed with exit code 1
[pylint] varats/varats/tables/test_table.py#L46 <116>: varats/varats/tables/test_table.py#L46
Missing function or method docstring (missing-function-docstring)
[pylint] varats/varats/projects/c_projects/gzip.py#L224 <209>: varats/varats/projects/c_projects/gzip.py#L224
Formatting a regular string which could be an f-string (consider-using-f-string)
[pylint] varats/varats/projects/c_projects/bzip2.py#L321 <209>: varats/varats/projects/c_projects/bzip2.py#L321
Formatting a regular string which could be an f-string (consider-using-f-string)
[pylint] varats/varats/projects/c_projects/xz.py#L1511 <209>: varats/varats/projects/c_projects/xz.py#L1511
Formatting a regular string which could be an f-string (consider-using-f-string)
pre-commit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2, pre-commit/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
pre-commit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, pre-commit/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
[pylint] varats/varats/experiments/vara/test_runner.py#L12 <611>: varats/varats/experiments/vara/test_runner.py#L12
Unused RunVaRATracedXRayWorkloads imported from varats.experiments.vara.feature_experiment (unused-import)
[pylint] varats/varats/tables/test_table.py#L54 <212>: varats/varats/tables/test_table.py#L54
Access to a protected member _translate_interaction of a client class (protected-access)
[pylint] varats/varats/projects/test_projects/has_influence.py#L20 <611>: varats/varats/projects/test_projects/has_influence.py#L20
Unused VaraTestRepoSource imported from varats.ts_utils.project_sources (unused-import)