https://bugs.winehq.org/show_bug.cgi?id=51443 LingM <lingm+winebz(a)posteo.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lingm+winebz(a)posteo.org --- Comment #1 from LingM <lingm+winebz(a)posteo.org> --- Created attachment 75017 --> https://bugs.winehq.org/attachment.cgi?id=75017 Cargo lock file The instructions no longer work as written since several of the dependencies no longer support building with Rust 1.53. To ensure reproducible results, always include the Cargo.lock, which records the exact versions of the dependencies used. I've manually downgraded the problematic crates and attached the resulting Cargo.lock. To use it, simply place it next to the Cargo.toml, which is provided in the git repository, before running `wine cargo test`. As for the reported problem itself: Looks like it's fixed as of Wine 8.13. The assert a few lines later on line 92 gets triggered so the test still fails, but it successfully creates a file. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.