mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
parent
bfac9fddaa
commit
9dd6072406
4 changed files with 48 additions and 18 deletions
|
|
@ -1,37 +1,50 @@
|
|||
{
|
||||
"timestamp": "2026-03-16T05:38:37.750992Z",
|
||||
"current_node": "solve",
|
||||
"timestamp": "2026-03-16T05:38:39.639922Z",
|
||||
"current_node": "extract_patch",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"setup",
|
||||
"solve"
|
||||
"solve",
|
||||
"extract_patch"
|
||||
],
|
||||
"node_retries": {
|
||||
"setup": 1,
|
||||
"solve": 4,
|
||||
"extract_patch": 1,
|
||||
"start": 1
|
||||
},
|
||||
"context_values": {
|
||||
"failure_class": "transient_infra",
|
||||
"failure_class": "",
|
||||
"internal.retry_count.solve": 4,
|
||||
"internal.run_id": "01KKTJBZKX0KDEMB93K2RQZCVS",
|
||||
"thread.setup.current_node": "solve",
|
||||
"internal.fidelity": "compact",
|
||||
"thread.start.current_node": "setup",
|
||||
"outcome": "fail",
|
||||
"current_node": "solve",
|
||||
"outcome": "success",
|
||||
"current_node": "extract_patch",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.thread_id": "setup",
|
||||
"internal.thread_id": "solve",
|
||||
"internal.retry_count.start": 1,
|
||||
"internal.retry_count.setup": 1,
|
||||
"command.stderr": "",
|
||||
"current.preamble": "Goal: \n\n## Completed stages\n- **setup**: fail\n - Script: `git clone https://github.com/django/django.git . && git checkout 36fa071d6ebd18a61c4d7f1b5c9d17106134bd44 && python -m pip install -e .`\n - Stdout:\n ```\n fatal: destination path '.' already exists and is not an empty directory.\n ```\n - Stderr: (empty)\n\n## Context\n- failure_class: deterministic\n- failure_signature: setup|deterministic|script failed with exit code: <n> ## stdout fatal: destination path '.' already exists and is not an empty directory.\n",
|
||||
"command.output": "fatal: destination path '.' already exists and is not an empty directory.\n",
|
||||
"failure_signature": "solve|transient_infra|api_transient|gemini|rate_limited",
|
||||
"current.preamble": "Goal: \n\n## Completed stages\n- **setup**: fail\n - Script: `git clone https://github.com/django/django.git . && git checkout 36fa071d6ebd18a61c4d7f1b5c9d17106134bd44 && python -m pip install -e .`\n - Stdout:\n ```\n fatal: destination path '.' already exists and is not an empty directory.\n ```\n - Stderr: (empty)\n- **solve**: fail\n\n## Context\n- failure_class: transient_infra\n- failure_signature: solve|transient_infra|api_transient|gemini|rate_limited\n",
|
||||
"command.output": "",
|
||||
"thread.solve.current_node": "extract_patch",
|
||||
"internal.retry_count.extract_patch": 1,
|
||||
"failure_signature": "",
|
||||
"internal.node_visit_count": 1
|
||||
},
|
||||
"logs": [],
|
||||
"node_outcomes": {
|
||||
"solve": {
|
||||
"status": "fail",
|
||||
"failure": {
|
||||
"message": "LLM error: Rate limited by gemini: You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_requests_per_model, limit: 25, model: gemini-3.1-pro\nPlease retry in 22.277342907s.",
|
||||
"failure_class": "transient_infra",
|
||||
"failure_signature": "api_transient|gemini|rate_limited"
|
||||
},
|
||||
"duration_ms": 76337
|
||||
},
|
||||
"setup": {
|
||||
"status": "fail",
|
||||
"context_updates": {
|
||||
|
|
@ -44,26 +57,27 @@
|
|||
},
|
||||
"duration_ms": 19
|
||||
},
|
||||
"solve": {
|
||||
"status": "fail",
|
||||
"failure": {
|
||||
"message": "LLM error: Rate limited by gemini: You exceeded your current quota, please check your plan and billing details. For more information on this error, head to: https://ai.google.dev/gemini-api/docs/rate-limits. To monitor your current usage, head to: https://ai.dev/rate-limit. \n* Quota exceeded for metric: generativelanguage.googleapis.com/generate_requests_per_model, limit: 25, model: gemini-3.1-pro\nPlease retry in 22.277342907s.",
|
||||
"failure_class": "transient_infra",
|
||||
"failure_signature": "api_transient|gemini|rate_limited"
|
||||
"extract_patch": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"command.stderr": "",
|
||||
"command.output": ""
|
||||
},
|
||||
"duration_ms": 76337
|
||||
"notes": "Script completed: git diff",
|
||||
"duration_ms": 25
|
||||
},
|
||||
"start": {
|
||||
"status": "success",
|
||||
"duration_ms": 0
|
||||
}
|
||||
},
|
||||
"next_node_id": "extract_patch",
|
||||
"next_node_id": "exit",
|
||||
"loop_failure_signatures": {
|
||||
"setup|deterministic|script failed with exit code: <n> ## stdout fatal: destination path '.' already exists and is not an empty directory.": 1
|
||||
},
|
||||
"node_visits": {
|
||||
"setup": 1,
|
||||
"extract_patch": 1,
|
||||
"solve": 1,
|
||||
"start": 1
|
||||
}
|
||||
|
|
|
|||
5
nodes/extract_patch/script_invocation.json
Normal file
5
nodes/extract_patch/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"command": "git diff",
|
||||
"language": "shell",
|
||||
"timeout_ms": null
|
||||
}
|
||||
5
nodes/extract_patch/script_timing.json
Normal file
5
nodes/extract_patch/script_timing.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"duration_ms": 24,
|
||||
"exit_code": 0,
|
||||
"timed_out": false
|
||||
}
|
||||
6
nodes/extract_patch/status.json
Normal file
6
nodes/extract_patch/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "Script completed: git diff",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-16T05:38:39.639534+00:00"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue