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.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 stomp v0.11.0 Downloading mio v0.3.7 Downloading lifeguard v0.3.0 Fresh libc v0.1.12 Fresh slab v0.1.3 Fresh bitflags v0.1.1 Fresh unicode-segmentation v0.1.3 Fresh libc v0.2.39 Compiling lifeguard v0.3.0 Fresh cfg-if v0.1.2 Fresh bytes v0.2.11 Fresh nix v0.3.10 Fresh time v0.1.39 Fresh log v0.4.1 Running `rustc --crate-name lifeguard .cargo/registry/src/github.com-1ecc6299db9ec823/lifeguard-0.3.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=e16862f541501379 -C extra-filename=-e16862f541501379 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` Fresh log v0.3.9 Compiling mio v0.3.7 Running `rustc --crate-name mio .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.3.7/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=7a0d00aad7718f95 -C extra-filename=-7a0d00aad7718f95 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern nix=/home/cratesfyi/cratesfyi/debug/deps/libnix-e1fa99b6adab3857.rlib --extern-version nix=nix,0.3.10 --extern slab=/home/cratesfyi/cratesfyi/debug/deps/libslab-5ac8faf758bce122.rlib --extern-version slab=slab,0.1.3 --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-1e6cb20f8b19266a.rlib --extern-version log=log,0.3.9 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-97e056cbafe784c4.rlib --extern-version libc=libc,0.1.12 --extern time=/home/cratesfyi/cratesfyi/debug/deps/libtime-4c6165ce5ca72e17.rlib --extern-version time=time,0.1.39 --extern bytes=/home/cratesfyi/cratesfyi/debug/deps/libbytes-be828516c03e66e5.rlib --extern-version bytes=bytes,0.2.11 --cap-lints allow` error[E0277]: the trait bound `M: std::marker::Send` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.3.7/src/notify.rs:57:9 | 57 | impl<M> fmt::Debug for Notify<M> { | ^^^^^^^^^^ `M` cannot be sent between threads safely | = help: the trait `std::marker::Send` is not implemented for `M` = help: consider adding a `where M: std::marker::Send` bound note: required by `notify::Notify` --> .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.3.7/src/notify.rs:16:1 | 16 | pub struct Notify<M: Send> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0277]: the trait bound `Self: std::marker::Sized` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.3.7/src/handler.rs:8:5 | 8 | / fn readable(&mut self, event_loop: &mut EventLoop<Self>, token: Token, hint: ReadHint) { 9 | | } | |_____^ `Self` does not have a constant size known at compile-time | = help: the trait `std::marker::Sized` is not implemented for `Self` = help: consider adding a `where Self: std::marker::Sized` bound note: required by `event_loop::EventLoop` --> .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.3.7/src/event_loop.rs:37:1 | 37| pub struct EventLoop<H: Handler> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0277]: the trait bound `Self: std::marker::Sized` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.3.7/src/handler.rs:11:5 | 11 | / fn writable(&mut self, event_loop: &mut EventLoop<Self>, token: Token) { 12 | | } | |_____^ `Self` does not have a constant size known at compile-time | = help: the trait `std::marker::Sized` is not implemented for `Self` = help: consider adding a `where Self: std::marker::Sized` bound note: required by `event_loop::EventLoop` --> .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.3.7/src/event_loop.rs:37:1 | 37 | pub struct EventLoop<H: Handler> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0277]: the trait bound `Self: std::marker::Sized` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.3.7/src/handler.rs:14:5 | 14 | / fn notify(&mut self, event_loop: &mut EventLoop<Self>, msg: Self::Message) { 15 | | } | |_____^ `Self` does not have a constant size known at compile-time | = help: the trait `std::marker::Sized` is not implemented for `Self` = help: consider adding a `where Self: std::marker::Sized` bound note: required by `event_loop::EventLoop` --> .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.3.7/src/event_loop.rs:37:1 | 37 | pub struct EventLoop<H: Handler> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0277]: the trait bound `Self: std::marker::Sized` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.3.7/src/handler.rs:17:5 | 17 | / fn timeout(&mut self, event_loop: &mut EventLoop<Self>, timeout: Self::Timeout) { 18 | | } | |_____^ `Self` does not have a constant size known at compile-time | = help: the trait `std::marker::Sized` is not implemented for `Self` = help: consider adding a `where Self: std::marker::Sized` bound note: required by `event_loop::EventLoop` --> .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.3.7/src/event_loop.rs:37:1 | 37 | pub struct EventLoop<H: Handler> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0277]: the trait bound `Self: std::marker::Sized` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.3.7/src/handler.rs:20:5 | 20 | / fn interrupted(&mut self, event_loop: &mut EventLoop<Self>) { 21 | | } | |_____^ `Self` does not have a constant size known at compile-time | = help: the trait `std::marker::Sized` is not implemented for `Self` = help: consider adding a `where Self: std::marker::Sized` bound note: required by `event_loop::EventLoop` --> .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.3.7/src/event_loop.rs:37:1 | 37 | pub struct EventLoop<H: Handler> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error[E0277]: the trait bound `Self: std::marker::Sized` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.3.7/src/nonblock.rs:67:5 | 67 | fn into_non_block(self) -> Result<NonBlock<Self>>; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Self` does not have a constant size known at compile-time | = help: the trait `std::marker::Sized` is not implemented for `Self` = help: consider adding a `where Self: std::marker::Sized` bound note: required by `nonblock::NonBlock` --> .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.3.7/src/nonblock.rs:7:1 | 7 | pub struct NonBlock<T> { | ^^^^^^^^^^^^^^^^^^^^^^ error[E0277]: the trait bound `M: std::marker::Send` is not satisfied --> .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.3.7/src/notify.rs:58:5 | 58 | / fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { 59 | | write!(fmt, "Notify<?>") 60 | | } | |_____^ `M` cannot be sent between threads safely | = help: the trait `std::marker::Send` is not implemented for `M` = help: consider adding a `where M: std::marker::Send` bound note: required by `notify::Notify` --> .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.3.7/src/notify.rs:16:1 | 16 | pub struct Notify<M: Send> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to 8 previous errors If you want more information on this error, try using "rustc --explain E0277" thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not compile `mio`., cause: process didn't exit successfully: `rustc --crate-name mio .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.3.7/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=7a0d00aad7718f95 -C extra-filename=-7a0d00aad7718f95 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern nix=/home/cratesfyi/cratesfyi/debug/deps/libnix-e1fa99b6adab3857.rlib --extern-version nix=nix,0.3.10 --extern slab=/home/cratesfyi/cratesfyi/debug/deps/libslab-5ac8faf758bce122.rlib --extern-version slab=slab,0.1.3 --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-1e6cb20f8b19266a.rlib --extern-version log=log,0.3.9 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-97e056cbafe784c4.rlib --extern-version libc=libc,0.1.12 --extern time=/home/cratesfyi/cratesfyi/debug/deps/libtime-4c6165ce5ca72e17.rlib --extern-version time=time,0.1.39 --extern bytes=/home/cratesfyi/cratesfyi/debug/deps/libbytes-be828516c03e66e5.rlib --extern-version bytes=bytes,0.2.11 --cap-lints allow` (exit code: 101) } ), State { next_error: None, backtrace: None } )', src/bin/cratesfyi.rs:142:13 note: Run with `RUST_BACKTRACE=1` for a backtrace.