Record the first end-to-end chapter and two stages that lie

The run completed: chapter.mp4 at 50MiB from 49 clips. layers reported
completed 116/116 with an empty bucket, so nothing has parallax, and the completed
job still carries the error string from a failure three resumes earlier. Both
recorded as caveats, neither fixed.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-12 00:10:34 +04:00
parent dead9cf40c
commit 447c68c8aa
5 changed files with 42 additions and 7 deletions
+7 -6
View File
@@ -61,14 +61,15 @@ Job `778297bc-e7ce-439d-91b5-8a027060d17f`, chapter `7c944dd4-e972-42c7-ba60-9f6
## Open
- **The run is still going.** It was in `tts` at 26/116 when this was written, with `layers render
assemble` unrun. `tts` is the bottleneck. Read it:
- **The run finished.** Every stage completed at 2026-08-11T20:08:16Z: `tts` 116/116, `layers` 116/116,
`render` 116/116, `assemble` 1/1. `s3://video/` holds 49 clips and a 50MiB `chapter.mp4` under
`ef105a86-.../7c944dd4-.../`, `s3://audio/` 49 objects at 32MiB. Nobody has watched the video.
```bash
/usr/bin/ssh kami@192.168.1.104 "curl -s 'http://127.0.0.1:9090/job/status?job_id=778297bc-e7ce-439d-91b5-8a027060d17f'"
```
Two honesty defects at the finish, recorded not fixed. `layers` reported `completed 116/116` with an
empty bucket, so no clip has parallax (`caveats/audit-open.md#layers-writes-nothing`). The completed
job still carries `error: "partial: 112/116 completed"` (`caveats/audit-open.md#stale-job-error`).
If it failed, clear the failed stage and resume:
Read the state, or clear a stage and resume:
```bash
/usr/bin/ssh kami@192.168.1.104 "curl -s -X POST http://127.0.0.1:9090/stage/clear -H 'Content-Type: application/json' -d '{\"job_id\":\"778297bc-e7ce-439d-91b5-8a027060d17f\",\"stage\":\"<stage>\"}'"