Skip to content

add better logging to pydantic ai rollouts #582

add better logging to pydantic ai rollouts

add better logging to pydantic ai rollouts #582

Triggered via pull request August 29, 2025 20:46
Status Cancelled
Total duration 2m 30s
Artifacts

ci.yml

on: pull_request
Lint & Type Check
1m 36s
Lint & Type Check
Matrix: test-core
Batch Evaluation Tests
45s
Batch Evaluation Tests
MCP End-to-End Tests
45s
MCP End-to-End Tests
Upload Coverage
0s
Upload Coverage
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 10 warnings
Lint & Type Check: eval_protocol/_version.py#L71
Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
Lint & Type Check: eval_protocol/_version.py#L68
Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
Lint & Type Check: eval_protocol/_version.py#L65
Expected type arguments for generic class "Callable" (reportMissingTypeArgument)
Lint & Type Check: eval_protocol/_version.py#L43
Instance variable "verbose" is not initialized in the class body or __init__ method (reportUninitializedInstanceVariable)
Lint & Type Check: eval_protocol/_version.py#L42
Instance variable "versionfile_source" is not initialized in the class body or __init__ method (reportUninitializedInstanceVariable)
Lint & Type Check: eval_protocol/_version.py#L41
Instance variable "parentdir_prefix" is not initialized in the class body or __init__ method (reportUninitializedInstanceVariable)
Lint & Type Check: eval_protocol/_version.py#L40
Instance variable "tag_prefix" is not initialized in the class body or __init__ method (reportUninitializedInstanceVariable)
Lint & Type Check: eval_protocol/_version.py#L39
Instance variable "style" is not initialized in the class body or __init__ method (reportUninitializedInstanceVariable)
Lint & Type Check: eval_protocol/_version.py#L38
Instance variable "VCS" is not initialized in the class body or __init__ method (reportUninitializedInstanceVariable)
Lint & Type Check: eval_protocol/__init__.py#L34
"_FIREWORKS_AVAILABLE" is constant (because it is uppercase) and cannot be redefined (reportConstantRedefinition)
Core Tests (Python 3.10)
The operation was canceled.
Core Tests (Python 3.10)
Canceling since a higher priority waiting request for Python CI-refs/pull/127/merge exists
Batch Evaluation Tests
The operation was canceled.
Batch Evaluation Tests
Canceling since a higher priority waiting request for Python CI-refs/pull/127/merge exists
Core Tests (Python 3.12)
The operation was canceled.
Core Tests (Python 3.12)
Canceling since a higher priority waiting request for Python CI-refs/pull/127/merge exists
MCP End-to-End Tests
The operation was canceled.
MCP End-to-End Tests
Canceling since a higher priority waiting request for Python CI-refs/pull/127/merge exists
Core Tests (Python 3.11)
The operation was canceled.
Core Tests (Python 3.11)
Canceling since a higher priority waiting request for Python CI-refs/pull/127/merge exists
Python CI
Canceling since a higher priority waiting request for Python CI-refs/pull/127/merge exists
Lint & Type Check: eval_protocol/_version.py#L65
Type of "HANDLERS" is partially unknown   Type of "HANDLERS" is "dict[str, Dict[str, (...) -> Unknown]]" (reportUnknownVariableType)
Lint & Type Check: eval_protocol/_version.py#L64
This type is deprecated as of Python 3.9; use "dict" instead (reportDeprecated)
Lint & Type Check: eval_protocol/_version.py#L22
This type is deprecated as of Python 3.9; use "dict" instead (reportDeprecated)
Lint & Type Check: eval_protocol/_version.py#L19
This type is deprecated as of Python 3.9; use "tuple" instead (reportDeprecated)
Lint & Type Check: eval_protocol/_version.py#L19
This type is deprecated as of Python 3.10; use "| None" instead (reportDeprecated)
Lint & Type Check: eval_protocol/_version.py#L19
This type is deprecated as of Python 3.9; use "list" instead (reportDeprecated)
Lint & Type Check: eval_protocol/_version.py#L19
This type is deprecated as of Python 3.9; use "dict" instead (reportDeprecated)
Lint & Type Check: eval_protocol/__init__.py#L82
Type of "__version__" is Any (reportAny)
Lint & Type Check: eval_protocol/__init__.py#L24
Type of "rollout" is partially unknown   Type of "rollout" is "(envs: GeneralMCPVectorEnv, policy: FireworksPolicy | LLMBasePolicy | ((...) -> Unknown), *, evaluation_rows: List[EvaluationRow] | None = None, dataset: List[Dict[Unknown, Unknown]] | None = None, model_id: str | None = None, steps: int = 512, openai_format_log_file: str | None = None, max_concurrent_rollouts: int = 8) -> List[Task[EvaluationRow]]" (reportUnknownVariableType)
Lint & Type Check: eval_protocol/__init__.py#L23
Type of "make" is partially unknown   Type of "make" is "(env_spec: str, evaluation_rows: List[EvaluationRow] | None = None, dataset: List[Dict[Unknown, Unknown]] | None = None, n: int | None = None, seeds: List[int] | None = None, model_id: str = "unknown", user_prompt_formatter: ((...) -> Unknown) | None = None) -> GeneralMCPVectorEnv" (reportUnknownVariableType)