simple_parallel 0.3.0

Straight-forward functions and types for basic data parallel operations, including parallel maps, for loops and thread pools.
Build #103296 2018-06-06 04:18:03

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.28.0-dev (b9bf4f162 2018-06-02)

# docs.rs version cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log Updating registry `https://github.com/rust-lang/crates.io-index` Compiling crossbeam v0.1.6 Running `rustc --crate-name crossbeam .cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.1.6/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=faeb40c1d116c007 -C extra-filename=-faeb40c1d116c007 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` error[E0512]: transmute called with types of different sizes --> .cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.1.6/src/sync/seg_queue.rs:34:29 | 34 | ready: unsafe { mem::transmute([0usize; SEG_SIZE]) }, | ^^^^^^^^^^^^^^ | = note: source type: [usize; 32] (2048 bits) = note: target type: [std::sync::atomic::AtomicBool; 32] (256 bits) error: aborting due to previous error For more information about this error, try `rustc --explain E0512`. thread 'main' panicked at 'Error( CargoError( ChainedError { error: Could not compile `crossbeam`., cause: process didn't exit successfully: `rustc --crate-name crossbeam .cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-0.1.6/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=faeb40c1d116c007 -C extra-filename=-faeb40c1d116c007 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --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.