Closed schmidmt closed 2 years ago
I'm unable to reproduce this failure on x86_64 Windows and Linux. This is also a build failure originating from the uuid
package. Can you validate that uuid-0.8.2 builds for you in isolation?
git clone https://github.com/uuid-rs/uuid.git -b 0.8.2
cd uuid
cargo build
The uuid
package seems to compile correctly by itself. As it does in a project; when replacing the uuid
crate with ulid
I encountered the error mentioned above.
uuid on ī HEAD (b68733d) is š¦ v0.8.2 via š¦ v1.57.0
ā cargo build
Compiling uuid v0.8.2 (/Users/schmidmt/code/uuid)
Finished dev [unoptimized + debuginfo] target(s) in 1.35s
This is quite strange...
For completeness, I am on a Mac. I just tried it in the rust:1.57
docker image, and it worked just fine. It seems to be an issue with the Mac toolchain, I suppose. Anyway, the problem seems to be elsewhere. Thanks for looking into it.
For anyone who encountered this, I solved this by removing all caching files in .cargo
, though don't delete your config files :).
When compiling with
the following errors occur: