hyperdex 1.1.0

Rust binding for HyperDex, the next-generation distributed key-value store
Build #2974 2016-08-01 18:24:54

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 hyperdex v1.1.0 Compiling libc v0.2.14 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.14/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=1f3392fe1afd1313 -C extra-filename=-1f3392fe1afd1313 --out-dir /home/cratesfyi/hyperdex-1.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/hyperdex-1.1.0/debug/deps -L dependency=/home/cratesfyi/hyperdex-1.1.0/debug/deps --cap-lints allow` Compiling rustc-serialize v0.3.19 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/lib.rs --crate-name rustc_serialize --crate-type lib -g -C metadata=3561541d79c18212 -C extra-filename=-3561541d79c18212 --out-dir /home/cratesfyi/hyperdex-1.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/hyperdex-1.1.0/debug/deps -L dependency=/home/cratesfyi/hyperdex-1.1.0/debug/deps --cap-lints allow` Compiling errno v0.1.7 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/errno-0.1.7/src/lib.rs --crate-name errno --crate-type lib -g -C metadata=1cbda6e3dec1b1ee -C extra-filename=-1cbda6e3dec1b1ee --out-dir /home/cratesfyi/hyperdex-1.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/hyperdex-1.1.0/debug/deps -L dependency=/home/cratesfyi/hyperdex-1.1.0/debug/deps --extern libc=/home/cratesfyi/hyperdex-1.1.0/debug/deps/liblibc-1f3392fe1afd1313.rlib --cap-lints allow` Compiling num_cpus v1.0.0 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.0.0/src/lib.rs --crate-name num_cpus --crate-type lib -g -C metadata=f32c6a9cbd8fad0a -C extra-filename=-f32c6a9cbd8fad0a --out-dir /home/cratesfyi/hyperdex-1.1.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/hyperdex-1.1.0/debug/deps -L dependency=/home/cratesfyi/hyperdex-1.1.0/debug/deps --extern libc=/home/cratesfyi/hyperdex-1.1.0/debug/deps/liblibc-1f3392fe1afd1313.rlib --cap-lints allow` Documenting hyperdex v1.1.0 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/lib.rs --crate-name hyperdex -o /home/cratesfyi/hyperdex-1.1.0/doc -L dependency=/home/cratesfyi/hyperdex-1.1.0/debug -L dependency=/home/cratesfyi/hyperdex-1.1.0/debug/deps --extern num_cpus=/home/cratesfyi/hyperdex-1.1.0/debug/deps/libnum_cpus-f32c6a9cbd8fad0a.rlib --extern errno=/home/cratesfyi/hyperdex-1.1.0/debug/deps/liberrno-1cbda6e3dec1b1ee.rlib --extern libc=/home/cratesfyi/hyperdex-1.1.0/debug/deps/liblibc-1f3392fe1afd1313.rlib --extern rustc_serialize=/home/cratesfyi/hyperdex-1.1.0/debug/deps/librustc_serialize-3561541d79c18212.rlib` .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/client.rs:16:5: 16:22 error: unresolved import `std::sync::Future`. There is no `Future` in `std::sync` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/client.rs:16 use std::sync::Future; ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/admin.rs:3:5: 3:22 error: unresolved import `std::sync::Future`. There is no `Future` in `std::sync` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/admin.rs:3 use std::sync::Future; ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/admin.rs:4:5: 4:22 error: unresolved import `std::thunk::Thunk`. Could not find `thunk` in `std` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/admin.rs:4 use std::thunk::Thunk; ^~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/client_types.rs:141:5: 141:73 error: the trait bound `Self: std::marker::Sized` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/client_types.rs:141 fn from_hyper(val: HyperValue) -> Result<Self, HyperObjectKeyError>; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/client_types.rs:141:5: 141:73 help: consider adding a `where Self: std::marker::Sized` bound .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/client_types.rs:141:5: 141:73 note: required by `std::result::Result` error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `hyperdex v1.1.0`, intermediate artifacts can be found at `/home/cratesfyi/hyperdex-1.1.0`, cause: ChainedError { error: Could not document `hyperdex`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/lib.rs --crate-name hyperdex -o /home/cratesfyi/hyperdex-1.1.0/doc -L dependency=/home/cratesfyi/hyperdex-1.1.0/debug -L dependency=/home/cratesfyi/hyperdex-1.1.0/debug/deps --extern num_cpus=/home/cratesfyi/hyperdex-1.1.0/debug/deps/libnum_cpus-f32c6a9cbd8fad0a.rlib --extern errno=/home/cratesfyi/hyperdex-1.1.0/debug/deps/liberrno-1cbda6e3dec1b1ee.rlib --extern libc=/home/cratesfyi/hyperdex-1.1.0/debug/deps/liblibc-1f3392fe1afd1313.rlib --extern rustc_serialize=/home/cratesfyi/hyperdex-1.1.0/debug/deps/librustc_serialize-3561541d79c18212.rlib` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.