sccache failed to open file /target/*/debug/deps/libfoo.hash.rmeta: No such file or directory
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 7.7k
- Forks
- 748
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 21
Description
Compiling wind-acme v0.1.1 (/home/runner/work/wind/wind/crates/wind-acme)
sccache: encountered fatal error
sccache: error: Failed to open file for hashing: "/target/aarch64-unknown-linux-gnu/debug/deps/libbytes-c6e7033f6b0fbc9a.rmeta"
sccache: caused by: Failed to open file for hashing: "/target/aarch64-unknown-linux-gnu/debug/deps/libbytes-c6e7033f6b0fbc9a.rmeta"
sccache: caused by: failed to open file /target/aarch64-unknown-linux-gnu/debug/deps/libbytes-c6e7033f6b0fbc9a.rmeta: No such file or directory (os error 2)
error: could not compile wind-core (lib)
CI detail https://github.com/rust-proxy/wind/actions/runs/24623363630/job/71997978074
repo src tree https://github.com/rust-proxy/wind/tree/b42448a38de1675c19324a9aa792eee125f80f65
I used cross-rs/cross, so .cross & Cross.toml could also be related
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked CI job and the repository tree at commit b42448a38de1675c19324a9aa792eee125f80f65. Inspect the .cross and Cross.toml files mentioned in the report, then compare the cross-compilation setup with the sccache failure. Done means identifying a reproducible cause for the missing .rmeta file and documenting or correcting the relevant configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, ci-cd
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100