[go: up one dir, main page]

accurate 0.2.1

(more or less) accurate floating point algorithms
Build #89366 2018-03-05 23:53:06

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.26.0-dev (5c1d29af0 2018-03-03)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading accurate v0.2.1
Downloading rayon v0.3.1
Fresh deque v0.3.2
Fresh getopts v0.2.17
Fresh rustc-serialize v0.3.24
Fresh num-traits v0.2.1
Fresh ieee754 v0.2.2
Fresh winapi-build v0.1.1
Fresh cfg-if v0.1.2
Fresh winapi v0.2.8
Fresh pulldown-cmark v0.0.3
Fresh libc v0.2.39
Fresh num-integer v0.1.36
Fresh num-complex v0.1.42
Fresh rand v0.4.2
Fresh num_cpus v0.2.13
Fresh num-iter v0.1.35
Fresh rand v0.3.22
Fresh num-bigint v0.1.43
Fresh kernel32-sys v0.2.2
Compiling rayon v0.3.1
Fresh num-rational v0.1.42
Fresh remove_dir_all v0.3.0
Running `rustc --crate-name rayon .cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.3.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=fb412baeb32280e5 -C extra-filename=-fb412baeb32280e5 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern deque=/home/cratesfyi/cratesfyi/debug/deps/libdeque-2a7ab8dd18b52922.rlib --extern-version deque=deque,0.3.2 --extern num_cpus=/home/cratesfyi/cratesfyi/debug/deps/libnum_cpus-faa8aeca107d155b.rlib --extern-version num_cpus=num_cpus,0.2.13 --extern rand=/home/cratesfyi/cratesfyi/debug/deps/librand-f68ac84df3818730.rlib --extern-version rand=rand,0.3.22 --cap-lints allow`
Fresh num v0.1.42
Fresh tempdir v0.3.6
Fresh skeptic v0.4.0
Compiling accurate v0.2.1
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/accurate-0.2.1/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="parallel"' --cfg 'feature="default"' --cfg 'feature="rayon"' -C metadata=ac8733ca5ab6b856 -C extra-filename=-ac8733ca5ab6b856 --out-dir /home/cratesfyi/cratesfyi/debug/build/accurate-ac8733ca5ab6b856 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern skeptic=/home/cratesfyi/cratesfyi/debug/deps/libskeptic-d578944a06f178e2.rlib --extern-version skeptic=skeptic,0.4.0 --cap-lints allow`
error[E0277]: the trait bound `Self: std::marker::Sized` is not satisfied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.3.1/src/par_iter/internal.rs:25:5
|
25 |     fn split_at(self, index: usize) -> (Self, Self);
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Self` does not have a constant size known at compile-time
|
= help: the trait `std::marker::Sized` is not implemented for `Self`
= help: consider adding a `where Self: std::marker::Sized` bound
= note: only the last element of a tuple may have a dynamically sized type

error[E0277]: the trait bound `Self: std::marker::Sized` is not satisfied
--> .cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.3.1/src/par_iter/internal.rs:42:5
|
42 |     fn split_at(self, index: usize) -> (Self, Self, Self::Reducer);
|     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Self` does not have a constant size known at compile-time
|
= help: the trait `std::marker::Sized` is not implemented for `Self`
= help: consider adding a `where Self: std::marker::Sized` bound
= note: only the last element of a tuple may have a dynamically sized type

error: aborting due to 2 previous errors

If you want more information on this error, try using "rustc --explain E0277"
error: Could not compile `rayon`.

Caused by:
process didn't exit successfully: `rustc --crate-name rayon .cargo/registry/src/github.com-1ecc6299db9ec823/rayon-0.3.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=fb412baeb32280e5 -C extra-filename=-fb412baeb32280e5 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern deque=/home/cratesfyi/cratesfyi/debug/deps/libdeque-2a7ab8dd18b52922.rlib --extern-version deque=deque,0.3.2 --extern num_cpus=/home/cratesfyi/cratesfyi/debug/deps/libnum_cpus-faa8aeca107d155b.rlib --extern-version num_cpus=num_cpus,0.2.13 --extern rand=/home/cratesfyi/cratesfyi/debug/deps/librand-f68ac84df3818730.rlib --extern-version rand=rand,0.3.22 --cap-lints allow` (exit code: 101)
thread 'main' panicked at 'Error(
CargoError(
build failed
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.