GSL 0.4.22

A rust binding for the GSL (the GNU scientific library)
Build #8155 2016-08-05T11:44:15.602594+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading GSL v0.4.22
Compiling c_vec v1.1.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs --crate-name c_vec --crate-type dylib --crate-type rlib -C prefer-dynamic -g -C metadata=888dc6540b0d3b2d -C extra-filename=-888dc6540b0d3b2d --out-dir /home/cratesfyi/GSL-0.4.22/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/GSL-0.4.22/debug/deps -L dependency=/home/cratesfyi/GSL-0.4.22/debug/deps --cap-lints allow`
Compiling libc v0.2.15
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.15/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=1bd8847afb79f283 -C extra-filename=-1bd8847afb79f283 --out-dir /home/cratesfyi/GSL-0.4.22/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/GSL-0.4.22/debug/deps -L dependency=/home/cratesfyi/GSL-0.4.22/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/GSL-0.4.22/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/GSL-0.4.22/debug/deps -L dependency=/home/cratesfyi/GSL-0.4.22/debug/deps --cap-lints allow`
Compiling num-traits v0.1.34
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.1.34/src/lib.rs --crate-name num_traits --crate-type lib -g -C metadata=ca71ec056d3f4118 -C extra-filename=-ca71ec056d3f4118 --out-dir /home/cratesfyi/GSL-0.4.22/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/GSL-0.4.22/debug/deps -L dependency=/home/cratesfyi/GSL-0.4.22/debug/deps --cap-lints allow`
.cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs:38:5: 38:22 error: use of unstable library feature 'fnbox': will be deprecated if and when Box<FnOnce> becomes usable (see issue #28796) 
.cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs:38 use std::boxed::FnBox;
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs:38:5: 38:22 help: add #![feature(fnbox)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs:48:22: 48:35 error: use of unstable library feature 'fnbox': will be deprecated if and when Box<FnOnce> becomes usable (see issue #28796) 
.cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs:48     dtor: Option<Box<FnBox(*mut T)>>
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs:48:22: 48:35 help: add #![feature(fnbox)] to the crate attributes to enable 
.cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs:95:18: 95:31 error: use of unstable library feature 'fnbox': will be deprecated if and when Box<FnOnce> becomes usable (see issue #28796) 
.cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs:95         where F: FnBox(*mut T) + 'static
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs:95:18: 95:31 help: add #![feature(fnbox)] to the crate attributes to enable 
error: aborting due to 3 previous errors 
thread 'main' panicked at 'ChainedError {
error: failed to compile `GSL v0.4.22`, intermediate artifacts can be found at `/home/cratesfyi/GSL-0.4.22`,
cause: ChainedError {
error: Could not compile `c_vec`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/c_vec-1.1.0/src/c_vec.rs --crate-name c_vec --crate-type dylib --crate-type rlib -C prefer-dynamic -g -C metadata=888dc6540b0d3b2d -C extra-filename=-888dc6540b0d3b2d --out-dir /home/cratesfyi/GSL-0.4.22/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/GSL-0.4.22/debug/deps -L dependency=/home/cratesfyi/GSL-0.4.22/debug/deps --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.