evo 0.0.1

Evolutionary Algorithm Library for Rust
Build #56467 2017-06-05T04:18:09.028515+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading evo v0.0.1
Fresh libc v0.2.23
Fresh bit-vec v0.4.4
Compiling crossbeam v0.1.6
Fresh rand v0.3.15
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 differently sized types: [usize; 32] (2048 bits) to [std::sync::atomic::AtomicBool; 32] (256 bits)
--> .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]) },
|                             ^^^^^^^^^^^^^^ transmuting between 2048 bits and 256 bits

error: aborting due to previous error(s)

thread 'main' panicked at '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)
}', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.