From 658fde9b2b89efed1aed3c1c5740fb433ae33b4f Mon Sep 17 00:00:00 2001 From: Fabro Date: Mon, 16 Mar 2026 01:39:34 -0400 Subject: [PATCH] checkpoint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⚒️ Generated with [Fabro](https://fabro.sh) --- checkpoint.json | 56 ++++++++++++++++++++++++++++++ nodes/setup/script_invocation.json | 5 +++ nodes/setup/script_timing.json | 5 +++ nodes/setup/status.json | 6 ++++ nodes/start/status.json | 6 ++++ 5 files changed, 78 insertions(+) create mode 100644 checkpoint.json create mode 100644 nodes/setup/script_invocation.json create mode 100644 nodes/setup/script_timing.json create mode 100644 nodes/setup/status.json create mode 100644 nodes/start/status.json diff --git a/checkpoint.json b/checkpoint.json new file mode 100644 index 000000000..46523b569 --- /dev/null +++ b/checkpoint.json @@ -0,0 +1,56 @@ +{ + "timestamp": "2026-03-16T05:39:34.168022Z", + "current_node": "setup", + "completed_nodes": [ + "start", + "setup" + ], + "node_retries": { + "start": 1, + "setup": 1 + }, + "context_values": { + "internal.retry_count.setup": 1, + "graph.rankdir": "LR", + "internal.fidelity": "compact", + "failure_class": "deterministic", + "current.preamble": "Goal: \n", + "internal.node_visit_count": 1, + "failure_signature": "setup|deterministic|script failed with exit code: ## stdout fatal: destination path '.' already exists and is not an empty directory.", + "current_node": "setup", + "command.output": "fatal: destination path '.' already exists and is not an empty directory.\n", + "outcome": "fail", + "internal.thread_id": "start", + "thread.start.current_node": "setup", + "internal.retry_count.start": 1, + "internal.run_id": "01KKTJG30CDF99X0NZ60TDQ3AF", + "command.stderr": "" + }, + "logs": [], + "node_outcomes": { + "start": { + "status": "success", + "duration_ms": 0 + }, + "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": 23 + } + }, + "next_node_id": "solve", + "loop_failure_signatures": { + "setup|deterministic|script failed with exit code: ## stdout fatal: destination path '.' already exists and is not an empty directory.": 1 + }, + "node_visits": { + "start": 1, + "setup": 1 + } +} \ No newline at end of file diff --git a/nodes/setup/script_invocation.json b/nodes/setup/script_invocation.json new file mode 100644 index 000000000..49e0ae639 --- /dev/null +++ b/nodes/setup/script_invocation.json @@ -0,0 +1,5 @@ +{ + "command": "git clone https://github.com/django/django.git . && git checkout 361bb8f786f112ee275be136795c0b1ecefff928 && python -m pip install -e .", + "language": "shell", + "timeout_ms": null +} \ No newline at end of file diff --git a/nodes/setup/script_timing.json b/nodes/setup/script_timing.json new file mode 100644 index 000000000..1854d02dc --- /dev/null +++ b/nodes/setup/script_timing.json @@ -0,0 +1,5 @@ +{ + "duration_ms": 23, + "exit_code": 128, + "timed_out": false +} \ No newline at end of file diff --git a/nodes/setup/status.json b/nodes/setup/status.json new file mode 100644 index 000000000..457cbdc69 --- /dev/null +++ b/nodes/setup/status.json @@ -0,0 +1,6 @@ +{ + "status": "fail", + "notes": null, + "failure_reason": "Script failed with exit code: 128\n\n## stdout\nfatal: destination path '.' already exists and is not an empty directory.\n", + "timestamp": "2026-03-16T05:39:34.167811+00:00" +} \ No newline at end of file diff --git a/nodes/start/status.json b/nodes/start/status.json new file mode 100644 index 000000000..c20cbff9c --- /dev/null +++ b/nodes/start/status.json @@ -0,0 +1,6 @@ +{ + "status": "success", + "notes": null, + "failure_reason": null, + "timestamp": "2026-03-16T05:39:34.142783+00:00" +} \ No newline at end of file