vmgenie stable channel — REVOKED 2026-08-20 (Paperclip NET-1368, parent NET-1224) v0.1.1-r1 (git e17d3fb7, built 2026-08-10T10:30:25Z) was produced by release.sh with CGO_ENABLED=0. github.com/mattn/go-sqlite3 is a cgo package, so the published genie binary starts, prints its version (passing the updater smoke test), then dies on first DB open: Database initialization failed: open sqlite: Binary was compiled with CGO_ENABLED=0, go-sqlite3 requires cgo to work. This is a stub Any node auto-updating to it would crash-loop under systemd. The artifacts and manifest were moved to ../revoked/0.1.1-r1/ so that vmgenie-updater fails closed (HTTP 404 on manifest.json aborts before any node state is touched) instead of installing a stub. Do not restore. The channel stays empty until a cgo=1 build is published (release.sh fix: commit 9055fe0b).