Pipelinen parannuksia building blockeilla
This commit is contained in:
134
zipit/loop_runs/v3_docker/report.json
Normal file
134
zipit/loop_runs/v3_docker/report.json
Normal file
@@ -0,0 +1,134 @@
|
||||
{
|
||||
"run_id": "v3_docker",
|
||||
"steps": [
|
||||
{
|
||||
"step": "requirements",
|
||||
"agent": "client",
|
||||
"attempts": [
|
||||
{
|
||||
"attempt": 1,
|
||||
"elapsed": 6.2,
|
||||
"errors": [],
|
||||
"code_length": 1105
|
||||
}
|
||||
],
|
||||
"final_errors": [],
|
||||
"passed": true
|
||||
},
|
||||
{
|
||||
"step": "models.py",
|
||||
"agent": "data",
|
||||
"attempts": [
|
||||
{
|
||||
"attempt": 1,
|
||||
"elapsed": 5.4,
|
||||
"errors": [
|
||||
"SQLite create_engine puuttuu connect_args={'check_same_thread': False}"
|
||||
],
|
||||
"code_length": 672
|
||||
},
|
||||
{
|
||||
"attempt": 2,
|
||||
"elapsed": 4.6,
|
||||
"errors": [],
|
||||
"code_length": 742
|
||||
}
|
||||
],
|
||||
"final_errors": [],
|
||||
"passed": true
|
||||
},
|
||||
{
|
||||
"step": "schemas.py",
|
||||
"agent": "coder",
|
||||
"attempts": [
|
||||
{
|
||||
"attempt": 1,
|
||||
"elapsed": 4.2,
|
||||
"errors": [],
|
||||
"code_length": 370
|
||||
}
|
||||
],
|
||||
"final_errors": [],
|
||||
"passed": true
|
||||
},
|
||||
{
|
||||
"step": "main.py",
|
||||
"agent": "coder",
|
||||
"attempts": [
|
||||
{
|
||||
"attempt": 1,
|
||||
"elapsed": 14.9,
|
||||
"errors": [
|
||||
"Kutsutaan 'Depends()' mutta sitä ei ole importattu eikä määritelty",
|
||||
"Kutsutaan 'Depends()' mutta sitä ei ole importattu eikä määritelty",
|
||||
"Kutsutaan 'Depends()' mutta sitä ei ole importattu eikä määritelty",
|
||||
"Kutsutaan 'Depends()' mutta sitä ei ole importattu eikä määritelty",
|
||||
"Kutsutaan 'Depends()' mutta sitä ei ole importattu eikä määritelty"
|
||||
],
|
||||
"code_length": 1975
|
||||
},
|
||||
{
|
||||
"attempt": 2,
|
||||
"elapsed": 14.4,
|
||||
"errors": [],
|
||||
"code_length": 2058
|
||||
}
|
||||
],
|
||||
"final_errors": [],
|
||||
"passed": true
|
||||
},
|
||||
{
|
||||
"step": "pyproject.toml",
|
||||
"agent": "coder",
|
||||
"attempts": [
|
||||
{
|
||||
"attempt": 1,
|
||||
"elapsed": 3.6,
|
||||
"errors": [],
|
||||
"code_length": 279
|
||||
}
|
||||
],
|
||||
"final_errors": [],
|
||||
"passed": true
|
||||
},
|
||||
{
|
||||
"step": "test_main.py",
|
||||
"agent": "qa",
|
||||
"attempts": [
|
||||
{
|
||||
"attempt": 1,
|
||||
"elapsed": 21.1,
|
||||
"errors": [],
|
||||
"code_length": 2415
|
||||
}
|
||||
],
|
||||
"final_errors": [],
|
||||
"passed": true
|
||||
},
|
||||
{
|
||||
"step": "Dockerfile",
|
||||
"agent": "tester",
|
||||
"attempts": [
|
||||
{
|
||||
"attempt": 1,
|
||||
"elapsed": 3.3,
|
||||
"errors": [],
|
||||
"code_length": 249
|
||||
}
|
||||
],
|
||||
"final_errors": [],
|
||||
"passed": true
|
||||
}
|
||||
],
|
||||
"model": "qwen2.5-coder:7b-instruct-q4_K_M",
|
||||
"summary": "7/7 passed",
|
||||
"docker": {
|
||||
"build": true,
|
||||
"pytest": false,
|
||||
"api": false,
|
||||
"errors": [
|
||||
"pytest failed (exit 2):\n Network v3_docker_default Creating\n Network v3_docker_default Created\nerror: Failed to initialize cache at `/.cache/uv`\n Caused by: failed to create directory `/.cache/uv`: Permission denied (os error 13)\n\n",
|
||||
"Kontti ei käynnistynyt 15s:ssa"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user