ramp 0.1.11

A high-performance multiple-precision arithmetic library
Build #75422016-08-04T23:56:07.585797+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
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading ramp v0.1.11
Compiling libc v0.2.14
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.14/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=1f3392fe1afd1313 -C extra-filename=-1f3392fe1afd1313 --out-dir /home/cratesfyi/ramp-0.1.11/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/ramp-0.1.11/debug/deps -L dependency=/home/cratesfyi/ramp-0.1.11/debug/deps --cap-lints allow`
Compiling gcc v0.3.32
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/gcc-0.3.32/src/lib.rs --crate-name gcc --crate-type lib -g -C metadata=ef3a0616dd2e0463 -C extra-filename=-ef3a0616dd2e0463 --out-dir /home/cratesfyi/ramp-0.1.11/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/ramp-0.1.11/debug/deps -L dependency=/home/cratesfyi/ramp-0.1.11/debug/deps --cap-lints allow`
Compiling rand v0.3.14
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.14/src/lib.rs --crate-name rand --crate-type lib -g -C metadata=49a08859d086fffe -C extra-filename=-49a08859d086fffe --out-dir /home/cratesfyi/ramp-0.1.11/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/ramp-0.1.11/debug/deps -L dependency=/home/cratesfyi/ramp-0.1.11/debug/deps --extern libc=/home/cratesfyi/ramp-0.1.11/debug/deps/liblibc-1f3392fe1afd1313.rlib --cap-lints allow`
Compiling ramp v0.1.11
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/ramp-0.1.11/build.rs --crate-name build_script_build --crate-type bin -g --out-dir /home/cratesfyi/ramp-0.1.11/debug/build/ramp-38d4495d63a1f5e3 --emit=dep-info,link -L dependency=/home/cratesfyi/ramp-0.1.11/debug -L dependency=/home/cratesfyi/ramp-0.1.11/debug/deps --extern gcc=/home/cratesfyi/ramp-0.1.11/debug/deps/libgcc-ef3a0616dd2e0463.rlib`
Running `/home/cratesfyi/ramp-0.1.11/debug/build/ramp-38d4495d63a1f5e3/build-script-build`
Documenting ramp v0.1.11
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/ramp-0.1.11/src/lib.rs --crate-name ramp -o /home/cratesfyi/ramp-0.1.11/doc -L dependency=/home/cratesfyi/ramp-0.1.11/debug -L dependency=/home/cratesfyi/ramp-0.1.11/debug/deps --extern rand=/home/cratesfyi/ramp-0.1.11/debug/deps/librand-49a08859d086fffe.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/ramp-0.1.11/src/ll/limb.rs:89:28: 89:66 error: unresolved name `std::intrinsics::u64_add_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/ramp-0.1.11/src/ll/limb.rs:89             let (val, c) = std::intrinsics::u64_add_with_overflow(self.0, other.0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/ramp-0.1.11/src/ll/limb.rs:113:28: 113:66 error: unresolved name `std::intrinsics::u64_sub_with_overflow` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/ramp-0.1.11/src/ll/limb.rs:113             let (val, c) = std::intrinsics::u64_sub_with_overflow(self.0, other.0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/ramp-0.1.11/src/int.rs:2684:1: 2703:2 error: not all trait items implemented, missing: `steps_between_by_one`, `is_negative`, `replace_one`, `replace_zero`, `add_one`, `sub_one` [E0046]
.cargo/registry/src/github.com-1ecc6299db9ec823/ramp-0.1.11/src/int.rs:2684 impl std::iter::Step for Int {
^
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `ramp v0.1.11`, intermediate artifacts can be found at `/home/cratesfyi/ramp-0.1.11`,
cause: ChainedError {
error: Could not document `ramp`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/ramp-0.1.11/src/lib.rs --crate-name ramp -o /home/cratesfyi/ramp-0.1.11/doc -L dependency=/home/cratesfyi/ramp-0.1.11/debug -L dependency=/home/cratesfyi/ramp-0.1.11/debug/deps --extern rand=/home/cratesfyi/ramp-0.1.11/debug/deps/librand-49a08859d086fffe.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.