Skip to content

fix(agent_execution): resolve ActiveTask 'destroyed but pending' warning during teardown #3805

fix(agent_execution): resolve ActiveTask 'destroyed but pending' warning during teardown

fix(agent_execution): resolve ActiveTask 'destroyed but pending' warning during teardown #3805

Triggered via pull request July 5, 2026 14:18
Status Failure
Total duration 17s
Artifacts

linter.yaml

on: pull_request
Lint Code Base
14s
Lint Code Base
Fit to window
Zoom out
Zoom in

Annotations

6 errors, 5 warnings, and 1 notice
Lint Code Base
Process completed with exit code 1.
Linter failures
The following checks failed: Ruff Linter,Ruff Formatter. See the corresponding step logs above for details.
Lint Code Base
Process completed with exit code 1.
Lint Code Base
Process completed with exit code 1.
ruff (BLE001): src/a2a/server/agent_execution/active_task.py#L584
src/a2a/server/agent_execution/active_task.py:584:24: BLE001 Do not catch blind exception: `Exception`
ruff (F401): src/a2a/server/agent_execution/active_task.py#L39
src/a2a/server/agent_execution/active_task.py:39:8: F401 `contextlib` imported but unused help: Remove unused import: `contextlib`
Lint Code Base
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: getunlatch/jscpd-github-action@6a212fbe5906f6863ef327a067f970d0560b8c4a. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
ty (unused-ignore-comment): src/a2a/utils/signing.py#L78
src/a2a/utils/signing.py:78:46: unused-ignore-comment: Unused `ty: ignore` directive help: Remove the unused suppression comment
ty (unused-type-ignore-comment): src/a2a/client/transports/__init__.py#L11
src/a2a/client/transports/__init__.py:11:27: unused-type-ignore-comment: Unused blanket `type: ignore` directive help: Remove the unused suppression comment
ty (unused-type-ignore-comment): src/a2a/client/client_factory.py#L47
src/a2a/client/client_factory.py:47:33: unused-type-ignore-comment: Unused blanket `type: ignore` directive help: Remove the unused suppression comment
ty (unused-type-ignore-comment): src/a2a/client/client_factory.py#L41
src/a2a/client/client_factory.py:41:27: unused-type-ignore-comment: Unused blanket `type: ignore` directive help: Remove the unused suppression comment
Lint Code Base
repository contains 33 duplications. 0 duplications were part of this PR and were annotated