Skip to content

Feature branch for code plan loop #600

Feature branch for code plan loop

Feature branch for code plan loop #600

Triggered via pull request September 20, 2024 18:21
Status Failure
Total duration 41s
Artifacts

trunk-check.yml

on: pull_request
Trunk Check Runner
29s
Trunk Check Runner
Fit to window
Zoom out
Zoom in

Annotations

19 errors, 1 warning, and 4 notices
ruff(F401): playpen/repo_level_awareness/codeplan.py#L3
[new] `typing.List` imported but unused
ruff(F401): playpen/repo_level_awareness/codeplan.py#L3
[new] `typing.Type` imported but unused
ruff(F821): playpen/repo_level_awareness/codeplan.py#L63
[new] Undefined name `Path`
ruff(F821): playpen/repo_level_awareness/codeplan.py#L64
[new] Undefined name `Path`
ruff(F401): playpen/repo_level_awareness/api.py#L4
[new] `typing.Any` imported but unused
ruff(F401): playpen/repo_level_awareness/api.py#L4
[new] `typing.Generator` imported but unused
ruff(F401): playpen/repo_level_awareness/api.py#L4
[new] `typing.Iterator` imported but unused
ruff(F401): playpen/repo_level_awareness/api.py#L4
[new] `typing.Optional` imported but unused
ruff(F401): playpen/repo_level_awareness/api.py#L6
[new] `pydantic.BaseModel` imported but unused
ruff(B024): playpen/repo_level_awareness/api.py#L36
[new] `ValidationStep` is an abstract base class, but it has no abstract methods
ruff(B027): playpen/repo_level_awareness/api.py#L40
[new] `ValidationStep.run` is an empty method in an abstract base class, but has no abstract decorator
ruff(B024): playpen/repo_level_awareness/api.py#L44
[new] `Agent` is an abstract base class, but it has no abstract methods
ruff(B027): playpen/repo_level_awareness/api.py#L45
[new] `Agent.can_handle_task` is an empty method in an abstract base class, but has no abstract decorator
ruff(B027): playpen/repo_level_awareness/api.py#L48
[new] `Agent.execute_task` is an empty method in an abstract base class, but has no abstract decorator
ruff(B027): playpen/repo_level_awareness/api.py#L51
[new] `Agent.refine_task` is an empty method in an abstract base class, but has no abstract decorator
ruff(B027): playpen/repo_level_awareness/api.py#L56
[new] `Agent.can_handle_error` is an empty method in an abstract base class, but has no abstract decorator
ruff(B005): playpen/repo_level_awareness/maven_validator.py#L167
[new] Using `.strip()` with multi-character strings is misleading
isort: playpen/repo_level_awareness/codeplan.py#L1
Incorrect formatting, autoformat by running 'trunk fmt'
Trunk Check Runner
Process completed with exit code 1.
bandit(B404): playpen/repo_level_awareness/git_vfs.py#L5
[new] Consider possible security implications associated with the subprocess module.
bandit(B603): playpen/repo_level_awareness/git_vfs.py#L74
[new] subprocess call - check for execution of untrusted input.
bandit(B404): playpen/repo_level_awareness/maven_validator.py#L4
[new] Consider possible security implications associated with the subprocess module.
bandit(B603): playpen/repo_level_awareness/maven_validator.py#L90
[new] subprocess call - check for execution of untrusted input.
Trunk Check Runner
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/