Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version rustc 1.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)
# build log Updating registry `https://github.com/rust-lang/crates.io-index` Downloading fleet v0.2.0 Fresh language-tags v0.2.2 Fresh matches v0.1.4 Fresh httparse v1.2.3 Fresh byteorder v1.0.0 Fresh libc v0.2.23 Fresh typeable v0.1.2 Fresh semver v0.1.20 Fresh unicode-normalization v0.1.4 Fresh unicode-bidi v0.3.3 Fresh rustc-serialize v0.3.24 Fresh num_cpus v1.5.1 Fresh traitobject v0.1.0 Fresh log v0.3.8 Fresh rustc_version v0.1.7 Fresh version_check v0.1.2 Fresh idna v0.1.2 Fresh base64 v0.5.2 Fresh time v0.1.37 Fresh mime v0.2.6 Fresh url v1.4.1 Fresh unicase v1.4.2 Fresh hyper v0.10.11 Documenting fleet v0.2.0 Running `rustdoc --crate-name fleet .cargo/registry/src/github.com-1ecc6299db9ec823/fleet-0.2.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern hyper=/home/cratesfyi/cratesfyi/debug/deps/libhyper-18254a1469975b46.rlib --extern-version hyper=hyper,0.10.11 --extern url=/home/cratesfyi/cratesfyi/debug/deps/liburl-f295142816dc441b.rlib --extern-version url=url,1.4.1 --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24` error[E0432]: unresolved import `hyper::error::HttpError` --> .cargo/registry/src/github.com-1ecc6299db9ec823/fleet-0.2.0/src/error.rs:5:5 | 5 | use hyper::error::HttpError; | ^^^^^^^^^^^^^^^^^^^^^^^ no `HttpError` in `error` error[E0599]: no method named `serialize` found for type `url::Url` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/fleet-0.2.0/src/client.rs:22:43 | 22 | root_url: format!("{}{}", url.serialize(), "fleet/v1"), | ^^^^^^^^^ error[E0599]: no method named `set_query_from_pairs` found for type `url::Url` in the current scope --> .cargo/registry/src/github.com-1ecc6299db9ec823/fleet-0.2.0/src/client.rs:114:13 | 114 | url.set_query_from_pairs(query_pairs.iter().map(|(k, v)| (*k, *v))); | ^^^^^^^^^^^^^^^^^^^^ error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: Could not document `fleet`., cause: process didn't exit successfully: `rustdoc --crate-name fleet .cargo/registry/src/github.com-1ecc6299db9ec823/fleet-0.2.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern hyper=/home/cratesfyi/cratesfyi/debug/deps/libhyper-18254a1469975b46.rlib --extern-version hyper=hyper,0.10.11 --extern url=/home/cratesfyi/cratesfyi/debug/deps/liburl-f295142816dc441b.rlib --extern-version url=url,1.4.1 --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24` (exit code: 101) }', src/bin/cratesfyi.rs:136 note: Run with `RUST_BACKTRACE=1` for a backtrace.