-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs.rs hangs on this crate #4
Comments
Well, that was anti-climactic. Shortly after I wrote the above my local docs run finished. Less than six minutes. So now I'm not sure? I accused this crate because of rust-lang/docs.rs#335 and the similarity of stm32X and also because of the docs.rs queue as pictured above.
|
It was definitely this crate. Docs.rs has caught back up now, but apparently only by canceling this crate's two jobs? Here's what I see now a few pages into https://docs.rs/releases: Notice how all the other crates in the OP screenshots are shown here except this crate. Also notice how this crate isn't listed in https://docs.rs/releases/recent-failures |
stm32f3 does quite a lot code generation, and this crates has some macros, but I will be surprised if they are the most complicated out of all crates published to docs.rs. What versions of cargo/rust are used in docs.rs? Can it be regression there? There were no significant changes in this crate for a while. |
|
@little-arhat Unfortunately I'm unable to help too much with this. I'm not connected to docs.rs in any way except I noticed my own crate's documentation was taking a long time to show up there, hence this issue. Yeah it is strange though that it works fine locally. Might be worth reaching out to some of the people on the following thread? rust-lang/docs.rs#335 |
@matthew-a-thomas ah, clear. Thanks for bringing this up! |
Docs.rs hasn't updated their documentation for ~15 hours now. Looks like this crate is clogging up their pipeline.
Recent crates (notice the ~15 hours):
Queue showing this crate at the top:
Queue length as of this writing:
I'm running
cargo doc --features stm32f303,rt
to see how long it takes locally. Will update here when it finishes (it's been about five minutes so far).Is there something that can be done in this crate to ease the load on docs.rs?
The text was updated successfully, but these errors were encountered: