fleet 0.2.0

A client library for CoreOS's fleet.
Build #89701 2018-03-06T01:04:57.777444+00:00
# rustc version
rustc 1.26.0-dev (5c1d29af0 2018-03-03)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading fleet v0.2.0
Fresh matches v0.1.6
Fresh version_check v0.1.3
Fresh futures v0.1.18
Fresh slab v0.3.0
Fresh httparse v1.2.4
Fresh percent-encoding v1.0.1
Fresh byteorder v1.2.1
Fresh safemem v0.2.0
Fresh unicode-bidi v0.3.4
Fresh slab v0.4.0
Fresh lazycell v0.6.0
Fresh relay v0.1.1
Fresh language-tags v0.2.2
Fresh scoped-tls v0.1.1
Fresh rustc-serialize v0.3.24
Fresh smallvec v0.2.1
Fresh libc v0.2.39
Fresh tokio-service v0.1.0
Fresh unicode-normalization v0.1.5
Fresh cfg-if v0.1.2
Fresh take v0.1.0
Fresh base64 v0.9.0
Fresh unicase v2.1.0
Fresh time v0.1.39
Fresh num_cpus v1.8.0
Fresh iovec v0.1.2
Fresh idna v0.1.4
Fresh log v0.4.1
Fresh net2 v0.2.32
Fresh rand v0.4.2
Fresh mime v0.3.5
Fresh futures-cpupool v0.1.8
Fresh bytes v0.4.6
Fresh url v1.7.0
Fresh log v0.3.9
Fresh rand v0.3.22
Fresh tokio-io v0.1.5
Fresh mio v0.6.13
Fresh tokio-core v0.1.12
Fresh tokio-proto v0.1.1
Fresh hyper v0.11.21
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 -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24 --extern hyper=/home/cratesfyi/cratesfyi/debug/deps/libhyper-60d35a2dc467411d.rlib --extern-version hyper=hyper,0.11.21 --extern url=/home/cratesfyi/cratesfyi/debug/deps/liburl-bae103a4d2fe2fa7.rlib --extern-version url=url,1.7.0`
error[E0432]: unresolved import `hyper::client::IntoUrl`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/fleet-0.2.0/src/client.rs:4:21
|
4 | use hyper::client::{IntoUrl, Response};
|                     ^^^^^^^ no `IntoUrl` in `client`

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`. Did you mean to use `Utf8Error`?

error[E0603]: module `status` is private
--> .cargo/registry/src/github.com-1ecc6299db9ec823/fleet-0.2.0/src/client.rs:6:5
|
6 | use hyper::status::StatusCode;
|     ^^^^^^^^^^^^^^^^^^^^^^^^^

error: cannot continue compilation due to previous error

You've got a few errors: E0432, E0603
If you want more information on an error, try using "rustc --explain E0432"
thread 'main' panicked at 'Error(
CargoError(
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 -Z unstable-options --resource-suffix -20180303-1.26.0-dev-5c1d29af0 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rustc_serialize=/home/cratesfyi/cratesfyi/debug/deps/librustc_serialize-d05828e9f8a2cc23.rlib --extern-version rustc_serialize=rustc-serialize,0.3.24 --extern hyper=/home/cratesfyi/cratesfyi/debug/deps/libhyper-60d35a2dc467411d.rlib --extern-version hyper=hyper,0.11.21 --extern url=/home/cratesfyi/cratesfyi/debug/deps/liburl-bae103a4d2fe2fa7.rlib --extern-version url=url,1.7.0` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.