Skip to content

romio: Documentation failed to build on docs.rs #267

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

Closed
kpp opened this issue Nov 29, 2018 · 4 comments
Closed

romio: Documentation failed to build on docs.rs #267

kpp opened this issue Nov 29, 2018 · 4 comments

Comments

@kpp
Copy link

kpp commented Nov 29, 2018

https://docs.rs/releases/search?query=romio

The requested resource does not exist

Crate romio requires nightly, is it the issue for missing docs?

Fixes withoutboats/romio#44

@QuietMisdreavus
Copy link
Member

Attempting to build it by hand with the latest nightly rustc yields the following log:

2018/11/30 20:42:42 [DEBUG] cratesfyi::docbuilder: Loading cache
2018/11/30 20:42:42 [DEBUG] cratesfyi::docbuilder: Loading database cache
2018/11/30 20:42:43 [INFO] cratesfyi::docbuilder::chroot_builder: Building package romio-0.3.0-alpha.1
2018/11/30 20:42:43 [DEBUG] cratesfyi::utils::build_doc: Getting package with cargo
    Updating crates.io index
thread 'main' panicked at 'Building documentation failed: ErrorMessage { msg: "feature `rename-dependency` is required\n\nconsider adding `cargo-features = [\"rename-dependency\"]` to the manifest" }

failed to parse manifest at `/srv/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/romio-0.3.0-alpha.1/Cargo.toml`

unable to get packages from source', libcore/result.rs:1009:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.

This tells me it's not a problem of needing a new rustc, but a new cargo. Updating cargo on docs.rs requires updating the site itself, since it uses cargo as a library. I'll work on this once the Rustdoc Team gets permission on the recently-moved repo and our CI gets updated.

@kpp
Copy link
Author

kpp commented Dec 18, 2018

@onur Would you please trigger the build for romio to see whether the fix worked or not?

@onur
Copy link
Member

onur commented Dec 18, 2018

@kpp its been built now: https://docs.rs/romio

@kpp
Copy link
Author

kpp commented Dec 18, 2018

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants