ITADN

error: readme `README.md` does not appear to exist

#991OpenHenry-Hiles 创建于 2026-03-14
bug
H
Henry-Hilescommented
**Describe the bug** <!-- Please describe the error and provide error logs as appropriate. If something is confusing or unclear, please describe what you would have expected to happen Otherwise, if you need help debugging a broken build configuration, consider opening a discussion: https://github.com/ipetkov/crane/discussions --> Commit 4926f1af108750d4c2d19a906e0417f4f33f7700 causes an error when building continuwuity, not sure why, maybe a bug. Works perfectly the commit before, we have pinned to that for now. ``` error: Cannot build '/nix/store/4n069prkvkb5v96a0azmpsfw62jg05p1-cargo-git-https-forgejo.ellis.link-continuwuation-ruwuma-bb12ed288a31a23aa11b10ba0fad22b7f985eb88.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/y2bg8wd519dlychg2a2nwrqs184d4g4f-cargo-git-https-forgejo.ellis.link-continuwuation-ruwuma-bb12ed288a31a23aa11b10ba0fad22b7f985eb88 Last 8 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/5n1ihyy771zdwpkyg7hx7kwrfhbhdgc4-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: installPhase > error: readme `README.md` does not appear to exist (relative to `/build/source/crates/draupnir-antispam`). > Please update the readme setting in the manifest at `/build/source/crates/draupnir-antispam/Cargo.toml`. For full logs, run: nix log /nix/store/4n069prkvkb5v96a0azmpsfw62jg05p1-cargo-git-https-forgejo.ellis.link-continuwuation-ruwuma-bb12ed288a31a23aa11b10ba0fad22b7f985eb88.drv error: Cannot build '/nix/store/m1hwab6p91y34d93rwpivfnxrrs9s0sc-linkLockedDeps.drv'. Reason: 1 dependency failed. Output paths: /nix/store/b8gcqly9zsyycpjm7zid5kw1b8qqj2wg-linkLockedDeps note: keeping build directory '/nix/var/nix/builds/nix-643916-3163669521/build' note: keeping build directory '/nix/var/nix/builds/nix-643916-3163669522/build' error: Cannot build '/nix/store/1zcvksn97l2clf790i9q1g7k2ikv08fq-vendor-cargo-deps.drv'. Reason: 1 dependency failed. Output paths: /nix/store/0qxw3rdphywfgmq5f5f5z8pb41rv33l6-vendor-cargo-deps error: Cannot build '/nix/store/xqmqxd9kg02ggls9m3b8d1wf9g6q70rj-conduwuit-0.5.6.drv'. Reason: 1 dependency failed. Output paths: /nix/store/f82zr4nwnn1r689983hmdmhmm3lsk99v-conduwuit-0.5.6 ``` **Reproduction** <!-- Please provide a(n ideally minimal,) fully self-contained flake that reproduces the issue, and specify which output needs to be built that shows the error. A partial snippet is not enough to fully investigate potential issues. --> I don't know a minimal one, sorry, but you can clone [continuwuity](https://forgejo.ellis.link/continuwuation/continuwuity), unpin crane in flake.nix, and run `nix build .#default`.
0 条评论