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.12.0-nightly (54c0dcfd6 2016-07-28)# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading syncbox v0.2.1
Compiling libc v0.2.15
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.15/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=1bd8847afb79f283 -C extra-filename=-1bd8847afb79f283 --out-dir /home/cratesfyi/syncbox-0.2.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/syncbox-0.2.1/debug/deps -L dependency=/home/cratesfyi/syncbox-0.2.1/debug/deps --cap-lints allow`
Compiling log v0.3.6
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/log-0.3.6/src/lib.rs --crate-name log --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=bf16bb9a4912b11d -C extra-filename=-bf16bb9a4912b11d --out-dir /home/cratesfyi/syncbox-0.2.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/syncbox-0.2.1/debug/deps -L dependency=/home/cratesfyi/syncbox-0.2.1/debug/deps --cap-lints allow`
Compiling winapi v0.2.8
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.2.8/src/lib.rs --crate-name winapi --crate-type lib -g -C metadata=0889532d327ff4e2 -C extra-filename=-0889532d327ff4e2 --out-dir /home/cratesfyi/syncbox-0.2.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/syncbox-0.2.1/debug/deps -L dependency=/home/cratesfyi/syncbox-0.2.1/debug/deps --cap-lints allow`
Compiling winapi-build v0.1.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-build-0.1.1/src/lib.rs --crate-name build --crate-type lib -g -C metadata=493a7b0628804707 -C extra-filename=-493a7b0628804707 --out-dir /home/cratesfyi/syncbox-0.2.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/syncbox-0.2.1/debug/deps -L dependency=/home/cratesfyi/syncbox-0.2.1/debug/deps --cap-lints allow`
Compiling kernel32-sys v0.2.2
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/kernel32-sys-0.2.2/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/syncbox-0.2.1/debug/build/kernel32-sys-d6afa5bd3d7cfaef --emit=dep-info,link -L dependency=/home/cratesfyi/syncbox-0.2.1/debug/deps -L dependency=/home/cratesfyi/syncbox-0.2.1/debug/deps --extern build=/home/cratesfyi/syncbox-0.2.1/debug/deps/libbuild-493a7b0628804707.rlib --cap-lints allow`
Running `/home/cratesfyi/syncbox-0.2.1/debug/build/kernel32-sys-d6afa5bd3d7cfaef/build-script-build`
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/kernel32-sys-0.2.2/src/lib.rs --crate-name kernel32 --crate-type lib -g -C metadata=df86a08647459244 -C extra-filename=-df86a08647459244 --out-dir /home/cratesfyi/syncbox-0.2.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/syncbox-0.2.1/debug/deps -L dependency=/home/cratesfyi/syncbox-0.2.1/debug/deps --extern winapi=/home/cratesfyi/syncbox-0.2.1/debug/deps/libwinapi-0889532d327ff4e2.rlib --cap-lints allow`
Compiling time v0.1.35
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/time-0.1.35/src/lib.rs --crate-name time --crate-type lib -g -C metadata=750bfdd52feafcb7 -C extra-filename=-750bfdd52feafcb7 --out-dir /home/cratesfyi/syncbox-0.2.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/syncbox-0.2.1/debug/deps -L dependency=/home/cratesfyi/syncbox-0.2.1/debug/deps --extern kernel32=/home/cratesfyi/syncbox-0.2.1/debug/deps/libkernel32-df86a08647459244.rlib --extern libc=/home/cratesfyi/syncbox-0.2.1/debug/deps/liblibc-1bd8847afb79f283.rlib --extern winapi=/home/cratesfyi/syncbox-0.2.1/debug/deps/libwinapi-0889532d327ff4e2.rlib --cap-lints allow`
Documenting syncbox v0.2.1
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/syncbox-0.2.1/src/lib.rs --crate-name syncbox -o /home/cratesfyi/syncbox-0.2.1/doc -L dependency=/home/cratesfyi/syncbox-0.2.1/debug -L dependency=/home/cratesfyi/syncbox-0.2.1/debug/deps --extern time=/home/cratesfyi/syncbox-0.2.1/debug/deps/libtime-750bfdd52feafcb7.rlib --extern log=/home/cratesfyi/syncbox-0.2.1/debug/deps/liblog-bf16bb9a4912b11d.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/syncbox-0.2.1/src/thread_pool.rs:9:1: 10:2 error: the trait bound `T: std::marker::Send` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/syncbox-0.2.1/src/thread_pool.rs:9 pub trait WorkQueue<T> : SyncQueue<Option<T>> + Clone + Send + 'static {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/syncbox-0.2.1/src/thread_pool.rs:9:1: 10:2 help: consider adding a `where T: std::marker::Send` bound
.cargo/registry/src/github.com-1ecc6299db9ec823/syncbox-0.2.1/src/thread_pool.rs:9:1: 10:2 note: required because it appears within the type `std::option::Option<T>`
.cargo/registry/src/github.com-1ecc6299db9ec823/syncbox-0.2.1/src/thread_pool.rs:9:1: 10:2 note: required by `queue::SyncQueue`
.cargo/registry/src/github.com-1ecc6299db9ec823/syncbox-0.2.1/src/thread_pool.rs:12:1: 13:2 error: the trait bound `T: std::marker::Send` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/syncbox-0.2.1/src/thread_pool.rs:12 impl<T, Q: SyncQueue<Option<T>> + Clone + Send + 'static> WorkQueue<T> for Q {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/syncbox-0.2.1/src/thread_pool.rs:12:1: 13:2 help: consider adding a `where T: std::marker::Send` bound
.cargo/registry/src/github.com-1ecc6299db9ec823/syncbox-0.2.1/src/thread_pool.rs:12:1: 13:2 note: required because it appears within the type `std::option::Option<T>`
.cargo/registry/src/github.com-1ecc6299db9ec823/syncbox-0.2.1/src/thread_pool.rs:12:1: 13:2 note: required by `queue::SyncQueue`
error: Compilation failed, aborting rustdoc
thread 'main' panicked at 'ChainedError {
error: failed to compile `syncbox v0.2.1`, intermediate artifacts can be found at `/home/cratesfyi/syncbox-0.2.1`,
cause: ChainedError {
error: Could not document `syncbox`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/syncbox-0.2.1/src/lib.rs --crate-name syncbox -o /home/cratesfyi/syncbox-0.2.1/doc -L dependency=/home/cratesfyi/syncbox-0.2.1/debug -L dependency=/home/cratesfyi/syncbox-0.2.1/debug/deps --extern time=/home/cratesfyi/syncbox-0.2.1/debug/deps/libtime-750bfdd52feafcb7.rlib --extern log=/home/cratesfyi/syncbox-0.2.1/debug/deps/liblog-bf16bb9a4912b11d.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.