simple_parallel 0.1.3

Straight-forward functions and types for basic data parallel operations, including parallel maps, for loops and thread pools.
Build #7097 2016-08-04 17:20:59

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 simple_parallel v0.1.3 Documenting simple_parallel v0.1.3 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/simple_parallel-0.1.3/src/lib.rs --crate-name simple_parallel -o /home/cratesfyi/simple_parallel-0.1.3/doc -L dependency=/home/cratesfyi/simple_parallel-0.1.3/debug -L dependency=/home/cratesfyi/simple_parallel-0.1.3/debug/deps` .cargo/registry/src/github.com-1ecc6299db9ec823/simple_parallel-0.1.3/src/maps.rs:2:24: 2:33 error: unresolved import `std::thread::JoinGuard`. There is no `JoinGuard` in `std::thread` [E0432] .cargo/registry/src/github.com-1ecc6299db9ec823/simple_parallel-0.1.3/src/maps.rs:2 use std::thread::{self,JoinGuard}; ^~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/simple_parallel-0.1.3/src/maps.rs:76:9: 76:23 error: unresolved name `thread::scoped` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/simple_parallel-0.1.3/src/maps.rs:76 thread::scoped(move || { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/simple_parallel-0.1.3/src/pool.rs:161:30: 161:44 error: unresolved name `thread::scoped` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/simple_parallel-0.1.3/src/pool.rs:161 _guards.push(thread::scoped(move || { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/simple_parallel-0.1.3/src/lib.rs:215:9: 215:23 error: unresolved name `thread::scoped` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/simple_parallel-0.1.3/src/lib.rs:215 thread::scoped(move || { ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/simple_parallel-0.1.3/src/lib.rs:232:17: 232:31 error: unresolved name `thread::scoped` [E0425] .cargo/registry/src/github.com-1ecc6299db9ec823/simple_parallel-0.1.3/src/lib.rs:232 let guard = thread::scoped(move || f(y)); ^~~~~~~~~~~~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/simple_parallel-0.1.3/src/maps.rs:28:28: 28:30 error: parameter `'a` is never used [E0392] .cargo/registry/src/github.com-1ecc6299db9ec823/simple_parallel-0.1.3/src/maps.rs:28 pub struct UnorderedParMap<'a, T: 'a + Send> { ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/simple_parallel-0.1.3/src/maps.rs:28:28: 28:30 help: consider removing `'a` or using a marker such as `std::marker::PhantomData` .cargo/registry/src/github.com-1ecc6299db9ec823/simple_parallel-0.1.3/src/maps.rs:91:19: 91:21 error: parameter `'a` is never used [E0392] .cargo/registry/src/github.com-1ecc6299db9ec823/simple_parallel-0.1.3/src/maps.rs:91 pub struct ParMap<'a, T: 'a + Send> { ^~ .cargo/registry/src/github.com-1ecc6299db9ec823/simple_parallel-0.1.3/src/maps.rs:91:19: 91:21 help: consider removing `'a` or using a marker such as `std::marker::PhantomData` error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `simple_parallel v0.1.3`, intermediate artifacts can be found at `/home/cratesfyi/simple_parallel-0.1.3`, cause: ChainedError { error: Could not document `simple_parallel`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/simple_parallel-0.1.3/src/lib.rs --crate-name simple_parallel -o /home/cratesfyi/simple_parallel-0.1.3/doc -L dependency=/home/cratesfyi/simple_parallel-0.1.3/debug -L dependency=/home/cratesfyi/simple_parallel-0.1.3/debug/deps` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.