rust-lang / docs.rs

crates.io documentation generator
https://docs.rs
MIT License
979 stars 195 forks source link

[Build Failure] cedar-local-agent 2.0.0 #2460

Closed ShiromMakkad closed 6 months ago

ShiromMakkad commented 6 months ago

Crate name

cedar-local-agent

Build failure link

https://docs.rs/crate/cedar-local-agent/2.0.0/builds/1158175

Additional details

I've published cedar-local-agent to crates.io, but it looks like the build is failing because of a compilation issue in a dependent crate. I've tried to reproduce this issue locally on my mac and on a RHEL linux server, but it compiles fine and generates docs with cargo doc.

Strangely, I also published an update to avp-local-agent today which built just fine even though it depends on the same crate. Also, the dependent crate's docs built fine too and are published.

A couple points from https://docs.rs/about/builds:

I see that doc.rs uses a nightly version of Rust to compile crates. Maybe our crate had a conflict with yesterday's version that's fixed today. Can you run a rebuild and see if that fixes it? Thanks.

Nemo157 commented 6 months ago

Just queued a rebuild, it looks like cedar-policy got hit by a recent soundness fix and has released a new patch version that avoids the issue https://github.com/cedar-policy/cedar/pull/712

Nemo157 commented 6 months ago

And it succeeded.

ShiromMakkad commented 6 months ago

Thank you!