hyperloglog 0.0.5

Hyperloglog implementation in Rust

Build #2990 2016-08-01 18:39:41

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 hyperloglog v0.0.5 Documenting hyperloglog v0.0.5 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/hyperloglog-0.0.5/src/hyperloglog/lib.rs --crate-name hyperloglog -o /home/cratesfyi/hyperloglog-0.0.5/doc -L dependency=/home/cratesfyi/hyperloglog-0.0.5/debug -L dependency=/home/cratesfyi/hyperloglog-0.0.5/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/hyperloglog-0.0.5/src/hyperloglog/lib.rs:1183:17: 1183:20 error: invalid suffix `us` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/hyperloglog-0.0.5/src/hyperloglog/lib.rs:1183 let m = 1us << p; ^~~ .cargo/registry/src/github.com-1ecc6299db9ec823/hyperloglog-0.0.5/src/hyperloglog/lib.rs:1183:17: 1183:20 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/hyperloglog-0.0.5/src/hyperloglog/lib.rs:1258:43: 1258:46 error: invalid suffix `us` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/hyperloglog-0.0.5/src/hyperloglog/lib.rs:1258 _ => 0.7213 / (1.0 + 1.079 / (1us << (p as usize)) as f64) ^~~ .cargo/registry/src/github.com-1ecc6299db9ec823/hyperloglog-0.0.5/src/hyperloglog/lib.rs:1258:43: 1258:46 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/hyperloglog-0.0.5/src/hyperloglog/lib.rs:1294:56: 1294:59 error: invalid suffix `us` for numeric literal .cargo/registry/src/github.com-1ecc6299db9ec823/hyperloglog-0.0.5/src/hyperloglog/lib.rs:1294 let mut r: Vec<(f64, usize)> = repeat((0.0f64, 0us)).take(ev_len).collect(); ^~~ .cargo/registry/src/github.com-1ecc6299db9ec823/hyperloglog-0.0.5/src/hyperloglog/lib.rs:1294:56: 1294:59 help: the suffix must be one of the integral types (`u32`, `isize`, etc) .cargo/registry/src/github.com-1ecc6299db9ec823/hyperloglog-0.0.5/src/hyperloglog/lib.rs:16:5: 16:20 error: unresolved import `std::num::Float`. There is no `Float` in `std::num` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/hyperloglog-0.0.5/src/hyperloglog/lib.rs:16 use std::num::Float; ^~~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/hyperloglog-0.0.5/src/hyperloglog/lib.rs:1188:51: 1188:63 error: unresolved name `rand::random` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/hyperloglog-0.0.5/src/hyperloglog/lib.rs:1188 sip: SipHasher::new_with_keys(rand::random(), ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/hyperloglog-0.0.5/src/hyperloglog/lib.rs:1189:51: 1189:63 error: unresolved name `rand::random` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/hyperloglog-0.0.5/src/hyperloglog/lib.rs:1189 rand::random())} ^~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/hyperloglog-0.0.5/src/hyperloglog/lib.rs:18:5: 18:14 error: module `rand` is private .cargo/registry/src/github.com-1ecc6299db9ec823/hyperloglog-0.0.5/src/hyperloglog/lib.rs:18 use std::rand; ^~~~~~~~~ error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `hyperloglog v0.0.5`, intermediate artifacts can be found at `/home/cratesfyi/hyperloglog-0.0.5`, cause: ChainedError { error: Could not document `hyperloglog`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/hyperloglog-0.0.5/src/hyperloglog/lib.rs --crate-name hyperloglog -o /home/cratesfyi/hyperloglog-0.0.5/doc -L dependency=/home/cratesfyi/hyperloglog-0.0.5/debug -L dependency=/home/cratesfyi/hyperloglog-0.0.5/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.