Skip to content
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

The documentation generated for recent crates all have missing 404 assets #832

Closed
mmaroti opened this issue Jun 12, 2020 · 4 comments
Closed
Labels
C-build-failure Category: This is a crate that failed to build

Comments

@mmaroti
Copy link

mmaroti commented Jun 12, 2020

Please look at these crates, or anything that was recently built:

https://docs.rs/lightspeed_logger/0.12.2/lightspeed_logger/
https://docs.rs/bc/0.1.8/bc/
https://docs.rs/execute/0.2.4/execute/
https://docs.rs/cadical/0.1.11/cadical/

@mmaroti mmaroti added the C-build-failure Category: This is a crate that failed to build label Jun 12, 2020
@pietroalbini
Copy link
Member

On it.

@pietroalbini
Copy link
Member

The current nightly (nightly-2020-06-12) has a cargo bug that fails the build if a crate defines a README that doesn't exist in the published crate, even when the README is not actually needed. A PR fixing the bug was merged on cargo and rustc, so the next nightly will not have the problem.

The bug affected around 60 crates that failed to build since the nightly was released, as well as the crate we use to gather static assets (causing the isssue you encountered).

I pinned the previous nightly (nightly-2020-06-11) which is confirmed to work, and re-queued all the crates that failed to build. I'm now in the process of figuring out a way to build assets for the crates built since that nightly was released.

@pietroalbini
Copy link
Member

Generated the shared assets for the crates built since that nightly was released!

Thanks for bringing this issue up! I believe everything is now fixed or queued to be fixed automatically, so I'm going to close the issue. Let us know if you notice any more problems.

@mmaroti
Copy link
Author

mmaroti commented Jun 12, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-build-failure Category: This is a crate that failed to build
Projects
None yet
Development

No branches or pull requests

2 participants