Since the artpipe stack redeploy at 2026-07-28 04:11:43Z (ArtPipeProcessor CI run), spikersoft-artpipe-model-blender_artpipe-model-blender has been stuck 0/1 with the scheduler retrying every ~5s:
Rejected ... "No such image: git.spikersoft.com/spikerj/artpipe-model-blender:latest"
docker manifest inspect git.spikersoft.com/spikerj/artpipe-model-blender:latest fails (manifest missing) and no local copy exists on the 4090 (the current artpipe-gpu node). Every other artpipe model image pulled fine in the same deploy — so either the blender image build/push was skipped/failed in the pipeline (cf. #877 ModelEnvImages cache/canceled-run fragility, #839 one-bad-model-blocks-the-set), or the tag was GC'd from the registry.
Impact: any pipeline stage needing the blender container (export/assembly work) can't run — jobs will stall the way #839 describes; plus perpetual scheduler churn. Not related to the #885 broker outage (this task never gets far enough to open a connection — it predates it by 8 hours).
Fix: re-run the blender image build/push (or the ModelEnvImages workflow with the dispatch escape hatch from #839), confirm the manifest exists for the node arch, then the service resolves on its own. Consider a post-push docker manifest inspect gate in CI so a deploy can't reference a tag that didn't land.
Since the artpipe stack redeploy at 2026-07-28 04:11:43Z (ArtPipeProcessor CI run), `spikersoft-artpipe-model-blender_artpipe-model-blender` has been stuck 0/1 with the scheduler retrying every ~5s:
```
Rejected ... "No such image: git.spikersoft.com/spikerj/artpipe-model-blender:latest"
```
`docker manifest inspect git.spikersoft.com/spikerj/artpipe-model-blender:latest` fails (manifest missing) and no local copy exists on the 4090 (the current `artpipe-gpu` node). Every other artpipe model image pulled fine in the same deploy — so either the blender image build/push was skipped/failed in the pipeline (cf. #877 ModelEnvImages cache/canceled-run fragility, #839 one-bad-model-blocks-the-set), or the tag was GC'd from the registry.
Impact: any pipeline stage needing the blender container (export/assembly work) can't run — jobs will stall the way #839 describes; plus perpetual scheduler churn. Not related to the #885 broker outage (this task never gets far enough to open a connection — it predates it by 8 hours).
Fix: re-run the blender image build/push (or the ModelEnvImages workflow with the dispatch escape hatch from #839), confirm the manifest exists for the node arch, then the service resolves on its own. Consider a post-push `docker manifest inspect` gate in CI so a deploy can't reference a tag that didn't land.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Since the artpipe stack redeploy at 2026-07-28 04:11:43Z (ArtPipeProcessor CI run),
spikersoft-artpipe-model-blender_artpipe-model-blenderhas been stuck 0/1 with the scheduler retrying every ~5s:docker manifest inspect git.spikersoft.com/spikerj/artpipe-model-blender:latestfails (manifest missing) and no local copy exists on the 4090 (the currentartpipe-gpunode). Every other artpipe model image pulled fine in the same deploy — so either the blender image build/push was skipped/failed in the pipeline (cf. #877 ModelEnvImages cache/canceled-run fragility, #839 one-bad-model-blocks-the-set), or the tag was GC'd from the registry.Impact: any pipeline stage needing the blender container (export/assembly work) can't run — jobs will stall the way #839 describes; plus perpetual scheduler churn. Not related to the #885 broker outage (this task never gets far enough to open a connection — it predates it by 8 hours).
Fix: re-run the blender image build/push (or the ModelEnvImages workflow with the dispatch escape hatch from #839), confirm the manifest exists for the node arch, then the service resolves on its own. Consider a post-push
docker manifest inspectgate in CI so a deploy can't reference a tag that didn't land.