mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
57 lines
No EOL
3.2 KiB
JSON
57 lines
No EOL
3.2 KiB
JSON
{
|
|
"timestamp": "2026-03-16T12:06:07.070048Z",
|
|
"current_node": "setup",
|
|
"completed_nodes": [
|
|
"start",
|
|
"setup"
|
|
],
|
|
"node_retries": {
|
|
"setup": 1,
|
|
"start": 1
|
|
},
|
|
"context_values": {
|
|
"internal.fidelity": "compact",
|
|
"internal.retry_count.setup": 1,
|
|
"command.output": "fatal: destination path '.' already exists and is not an empty directory.\n",
|
|
"current.preamble": "Goal: Correct expected format in invalid DurationField error message\nDescription\n\t\nIf you enter a duration \"14:00\" into a duration field, it translates to \"00:14:00\" which is 14 minutes.\nThe current error message for invalid DurationField says that this should be the format of durations: \"[DD] [HH:[MM:]]ss[.uuuuuu]\". But according to the actual behaviour, it should be: \"[DD] [[HH:]MM:]ss[.uuuuuu]\", because seconds are mandatory, minutes are optional, and hours are optional if minutes are provided.\nThis seems to be a mistake in all Django versions that support the DurationField.\nAlso the duration fields could have a default help_text with the requested format, because the syntax is not self-explanatory.\n\n",
|
|
"internal.run_id": "01KKV8KVZHHEGK9SRE25J2DBQ5",
|
|
"outcome": "fail",
|
|
"graph.rankdir": "LR",
|
|
"internal.thread_id": "start",
|
|
"internal.retry_count.start": 1,
|
|
"failure_class": "deterministic",
|
|
"failure_signature": "setup|deterministic|script failed with exit code: <n> ## stdout fatal: destination path '.' already exists and is not an empty directory.",
|
|
"thread.start.current_node": "setup",
|
|
"current_node": "setup",
|
|
"internal.node_visit_count": 1,
|
|
"command.stderr": "",
|
|
"graph.goal": "Correct expected format in invalid DurationField error message\nDescription\n\t\nIf you enter a duration \"14:00\" into a duration field, it translates to \"00:14:00\" which is 14 minutes.\nThe current error message for invalid DurationField says that this should be the format of durations: \"[DD] [HH:[MM:]]ss[.uuuuuu]\". But according to the actual behaviour, it should be: \"[DD] [[HH:]MM:]ss[.uuuuuu]\", because seconds are mandatory, minutes are optional, and hours are optional if minutes are provided.\nThis seems to be a mistake in all Django versions that support the DurationField.\nAlso the duration fields could have a default help_text with the requested format, because the syntax is not self-explanatory.\n"
|
|
},
|
|
"logs": [],
|
|
"node_outcomes": {
|
|
"setup": {
|
|
"status": "fail",
|
|
"context_updates": {
|
|
"command.stderr": "",
|
|
"command.output": "fatal: destination path '.' already exists and is not an empty directory.\n"
|
|
},
|
|
"failure": {
|
|
"message": "Script failed with exit code: 128\n\n## stdout\nfatal: destination path '.' already exists and is not an empty directory.\n",
|
|
"failure_class": "deterministic"
|
|
},
|
|
"duration_ms": 26
|
|
},
|
|
"start": {
|
|
"status": "success",
|
|
"duration_ms": 0
|
|
}
|
|
},
|
|
"next_node_id": "solve",
|
|
"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": {
|
|
"start": 1,
|
|
"setup": 1
|
|
}
|
|
} |