[INFO] cloning repository https://github.com/jsanders/rust-bignum [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jsanders/rust-bignum" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsanders%2Frust-bignum", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsanders%2Frust-bignum'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3fdf3dc4e0429afd7b8322395690b0f7d41106cb [INFO] testing jsanders/rust-bignum against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsanders%2Frust-bignum" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jsanders/rust-bignum on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jsanders/rust-bignum [INFO] finished tweaking git repo https://github.com/jsanders/rust-bignum [INFO] tweaked toml for git repo https://github.com/jsanders/rust-bignum written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/jsanders/rust-bignum already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 324cf72ee5e37ce4193b579f3bd5d27e5331a2c6f4eec979ea83ccc42cc56485 [INFO] running `Command { std: "docker" "start" "-a" "324cf72ee5e37ce4193b579f3bd5d27e5331a2c6f4eec979ea83ccc42cc56485", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "324cf72ee5e37ce4193b579f3bd5d27e5331a2c6f4eec979ea83ccc42cc56485", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "324cf72ee5e37ce4193b579f3bd5d27e5331a2c6f4eec979ea83ccc42cc56485", kill_on_drop: false }` [INFO] [stdout] 324cf72ee5e37ce4193b579f3bd5d27e5331a2c6f4eec979ea83ccc42cc56485 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 75a87903a80719d5e165e87c52bfabc5e8fb3548e29442a57eb7abd5f4ca7591 [INFO] running `Command { std: "docker" "start" "-a" "75a87903a80719d5e165e87c52bfabc5e8fb3548e29442a57eb7abd5f4ca7591", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rust-gmp v0.1.1 (/opt/rustwide/workdir/deps/rust-gmp) [INFO] [stderr] Compiling num v0.0.1 (https://github.com/rust-lang/num#9b6e014a) [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> deps/rust-gmp/gmp.rs:1354:24 [INFO] [stdout] | [INFO] [stdout] 1354 | for _ in range(1u, 1000) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> deps/rust-gmp/gmp.rs:1355:28 [INFO] [stdout] | [INFO] [stdout] 1355 | for x in range(1i, 10) { [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/bigint.rs:79:27 [INFO] [stdout] | [INFO] [stdout] 79 | static ZERO_VEC: [BigDigit, ..1] = [ZERO_BIG_DIGIT]; [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/complex.rs:203:39 [INFO] [stdout] | [INFO] [stdout] 203 | pub static all_consts : [Complex64, .. 5] = [_0_0i, _1_0i, _1_1i, _neg1_1i, _05_05i]; [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/integer.rs:373:22 [INFO] [stdout] | [INFO] [stdout] 373 | impl_integer_for_int!(i8, test_integer_i8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 373 | impl_integer_for_int!{i8, test_integer_i8} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 373 | impl_integer_for_int!(i8, test_integer_i8); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/integer.rs:374:22 [INFO] [stdout] | [INFO] [stdout] 374 | impl_integer_for_int!(i16, test_integer_i16) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 374 | impl_integer_for_int!{i16, test_integer_i16} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 374 | impl_integer_for_int!(i16, test_integer_i16); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/integer.rs:375:22 [INFO] [stdout] | [INFO] [stdout] 375 | impl_integer_for_int!(i32, test_integer_i32) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 375 | impl_integer_for_int!{i32, test_integer_i32} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 375 | impl_integer_for_int!(i32, test_integer_i32); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/integer.rs:376:22 [INFO] [stdout] | [INFO] [stdout] 376 | impl_integer_for_int!(i64, test_integer_i64) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 376 | impl_integer_for_int!{i64, test_integer_i64} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 376 | impl_integer_for_int!(i64, test_integer_i64); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/integer.rs:377:22 [INFO] [stdout] | [INFO] [stdout] 377 | impl_integer_for_int!(int, test_integer_int) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 377 | impl_integer_for_int!{int, test_integer_int} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 377 | impl_integer_for_int!(int, test_integer_int); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/integer.rs:492:23 [INFO] [stdout] | [INFO] [stdout] 492 | impl_integer_for_uint!(u8, test_integer_u8) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 492 | impl_integer_for_uint!{u8, test_integer_u8} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 492 | impl_integer_for_uint!(u8, test_integer_u8); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/integer.rs:493:23 [INFO] [stdout] | [INFO] [stdout] 493 | impl_integer_for_uint!(u16, test_integer_u16) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 493 | impl_integer_for_uint!{u16, test_integer_u16} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 493 | impl_integer_for_uint!(u16, test_integer_u16); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/integer.rs:494:23 [INFO] [stdout] | [INFO] [stdout] 494 | impl_integer_for_uint!(u32, test_integer_u32) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 494 | impl_integer_for_uint!{u32, test_integer_u32} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 494 | impl_integer_for_uint!(u32, test_integer_u32); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/integer.rs:495:23 [INFO] [stdout] | [INFO] [stdout] 495 | impl_integer_for_uint!(u64, test_integer_u64) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 495 | impl_integer_for_uint!{u64, test_integer_u64} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 495 | impl_integer_for_uint!(u64, test_integer_u64); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/integer.rs:496:23 [INFO] [stdout] | [INFO] [stdout] 496 | impl_integer_for_uint!(uint, test_integer_uint) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 496 | impl_integer_for_uint!{uint, test_integer_uint} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 496 | impl_integer_for_uint!(uint, test_integer_uint); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:224:10 [INFO] [stdout] | [INFO] [stdout] 224 | cmp_impl!(impl PartialEq, eq, ne) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 224 | cmp_impl!{impl PartialEq, eq, ne} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 224 | cmp_impl!(impl PartialEq, eq, ne); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:225:10 [INFO] [stdout] | [INFO] [stdout] 225 | cmp_impl!(impl PartialOrd, lt -> bool, gt -> bool, le -> bool, ge -> bool, [INFO] [stdout] | __________^ [INFO] [stdout] 226 | | partial_cmp -> Option) [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 225 ~ cmp_impl!{impl PartialOrd, lt -> bool, gt -> bool, le -> bool, ge -> bool, [INFO] [stdout] 226 ~ partial_cmp -> Option} [INFO] [stdout] | [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 226 | partial_cmp -> Option); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:227:10 [INFO] [stdout] | [INFO] [stdout] 227 | cmp_impl!(impl Eq, ) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 227 | cmp_impl!{impl Eq, } [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 227 | cmp_impl!(impl Eq, ); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:228:10 [INFO] [stdout] | [INFO] [stdout] 228 | cmp_impl!(impl Ord, cmp -> cmp::Ordering) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 228 | cmp_impl!{impl Ord, cmp -> cmp::Ordering} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 228 | cmp_impl!(impl Ord, cmp -> cmp::Ordering); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:264:12 [INFO] [stdout] | [INFO] [stdout] 264 | arith_impl!(impl Add, add) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 264 | arith_impl!{impl Add, add} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 264 | arith_impl!(impl Add, add); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:267:12 [INFO] [stdout] | [INFO] [stdout] 267 | arith_impl!(impl Sub, sub) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 267 | arith_impl!{impl Sub, sub} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 267 | arith_impl!(impl Sub, sub); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:270:12 [INFO] [stdout] | [INFO] [stdout] 270 | arith_impl!(impl Rem, rem) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 270 | arith_impl!{impl Rem, rem} [INFO] [stdout] | ~ ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 270 | arith_impl!(impl Rem, rem); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:435:32 [INFO] [stdout] | [INFO] [stdout] 435 | let one22 = Ratio::new(2i,2); [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:442:29 [INFO] [stdout] | [INFO] [stdout] 442 | let _a = Ratio::new(1i,0); [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::num::One`, `std::num::Zero`, `std::num::ToStrRadix` [INFO] [stdout] --> deps/rust-gmp/gmp.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | use std::num::{One, Zero, ToStrRadix}; [INFO] [stdout] | ^^^ ^^^^ ^^^^^^^^^^ no `ToStrRadix` in `num` [INFO] [stdout] | | | [INFO] [stdout] | | no `Zero` in `num` [INFO] [stdout] | no `One` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::from_str` [INFO] [stdout] --> deps/rust-gmp/gmp.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | use std::from_str::FromStr; [INFO] [stdout] | ^^^^^^^^ could not find `from_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:547:41 [INFO] [stdout] | [INFO] [stdout] 547 | test(_1_2, _3_2, Ratio::new(3i,4i)); [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:547:44 [INFO] [stdout] | [INFO] [stdout] 547 | test(_1_2, _3_2, Ratio::new(3i,4i)); [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:548:45 [INFO] [stdout] | [INFO] [stdout] 548 | test(_1_2, _neg1_2, Ratio::new(-1i, 4i)); [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:548:49 [INFO] [stdout] | [INFO] [stdout] 548 | test(_1_2, _neg1_2, Ratio::new(-1i, 4i)); [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:728:27 [INFO] [stdout] | [INFO] [stdout] 728 | test16(Ratio::new(13i,15i), "d/f".to_string()); [INFO] [stdout] | ^^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:728:31 [INFO] [stdout] | [INFO] [stdout] 728 | test16(Ratio::new(13i,15i), "d/f".to_string()); [INFO] [stdout] | ^^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `comment` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:3:4 [INFO] [stdout] | [INFO] [stdout] 3 | #![comment = "gmp bindings"] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rand` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/lib.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | extern crate rand; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `license` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:4:4 [INFO] [stdout] | [INFO] [stdout] 4 | #![license = "MIT"] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:388:17 [INFO] [stdout] | [INFO] [stdout] 388 | fail!("divide by zero") [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:402:17 [INFO] [stdout] | [INFO] [stdout] 402 | fail!("divide by zero") [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:424:9 [INFO] [stdout] | [INFO] [stdout] 424 | fail!("not implemented") [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:427:9 [INFO] [stdout] | [INFO] [stdout] 427 | fail!("not implemented") [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:544:32 [INFO] [stdout] | [INFO] [stdout] 544 | None => fail!("GMP returned invalid UTF-8!") [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:697:17 [INFO] [stdout] | [INFO] [stdout] 697 | fail!("divide by zero") [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:769:17 [INFO] [stdout] | [INFO] [stdout] 769 | fail!("divide by zero") [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:210:18 [INFO] [stdout] | [INFO] [stdout] 210 | cmp_impl!(impl $imp, $($method -> bool),+) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 224 | cmp_impl!(impl PartialEq, eq, ne) [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `cmp_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: change the delimiters to curly braces [INFO] [stdout] | [INFO] [stdout] 210 | cmp_impl!{} [INFO] [stdout] | ~ [INFO] [stdout] help: add a semicolon [INFO] [stdout] | [INFO] [stdout] 210 | cmp_impl!(impl $imp, $($method -> bool),+); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:791:9 [INFO] [stdout] | [INFO] [stdout] 791 | fail!("not implemented") [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:794:9 [INFO] [stdout] | [INFO] [stdout] 794 | fail!("not implemented") [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:964:17 [INFO] [stdout] | [INFO] [stdout] 964 | fail!("divide by zero") [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bigint::BigInt`, `bigint::BigUint` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/lib.rs:61:18 [INFO] [stdout] | [INFO] [stdout] 61 | pub use bigint::{BigInt, BigUint}; [INFO] [stdout] | ^^^^^^ ^^^^^^^ no `BigUint` in `bigint` [INFO] [stdout] | | [INFO] [stdout] | no `BigInt` in `bigint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `complex::Complex` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/lib.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | pub use complex::Complex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no `Complex` in `complex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::from_str` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | use std::from_str::FromStr; [INFO] [stdout] | ^^^^^^^^ could not find `from_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::num::Zero`, `std::num::One`, `std::num::ToStrRadix`, `std::num::FromStrRadix` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | use std::num::{Zero, One, ToStrRadix, FromStrRadix}; [INFO] [stdout] | ^^^^ ^^^ ^^^^^^^^^^ ^^^^^^^^^^^^ no `FromStrRadix` in `num` [INFO] [stdout] | | | | [INFO] [stdout] | | | no `ToStrRadix` in `num` [INFO] [stdout] | | no `One` in `num` [INFO] [stdout] | no `Zero` in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `bigint::BigInt`, `bigint::BigUint`, `bigint::Sign`, `bigint::Plus`, `bigint::Minus` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:21:14 [INFO] [stdout] | [INFO] [stdout] 21 | use bigint::{BigInt, BigUint, Sign, Plus, Minus}; [INFO] [stdout] | ^^^^^^ ^^^^^^^ ^^^^ ^^^^ ^^^^^ no `Minus` in `bigint` [INFO] [stdout] | | | | | [INFO] [stdout] | | | | no `Plus` in `bigint` [INFO] [stdout] | | | no `Sign` in `bigint` [INFO] [stdout] | | no `BigUint` in `bigint` [INFO] [stdout] | no `BigInt` in `bigint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/lib.rs:49:4 [INFO] [stdout] | [INFO] [stdout] 49 | #![experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `license` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/lib.rs:52:4 [INFO] [stdout] | [INFO] [stdout] 52 | #![license = "MIT/ASL2"] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FromPrimitive` [INFO] [stdout] --> deps/rust-gmp/gmp.rs:801:20 [INFO] [stdout] | [INFO] [stdout] 801 | res.set_z(&FromPrimitive::from_i64(other).unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `FromPrimitive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:24:3 [INFO] [stdout] | [INFO] [stdout] 24 | #[deriving(Clone, Hash)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | fail!("denominator == 0"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FromPrimitive` [INFO] [stdout] --> deps/rust-gmp/gmp.rs:806:20 [INFO] [stdout] | [INFO] [stdout] 806 | res.set_z(&FromPrimitive::from_u64(other).unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `FromPrimitive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:181:42 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn from_str_radix(s: &str, base: uint) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:202:57 [INFO] [stdout] | [INFO] [stdout] 202 | pub fn set_from_str_radix(&mut self, s: &str, base: uint) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:209:33 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn bit_length(&self) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:210:53 [INFO] [stdout] | [INFO] [stdout] 210 | unsafe { __gmpz_sizeinbase(&self.mpz, 2) as uint } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:292:31 [INFO] [stdout] | [INFO] [stdout] 292 | pub fn popcount(&self) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:293:48 [INFO] [stdout] | [INFO] [stdout] 293 | unsafe { __gmpz_popcount(&self.mpz) as uint } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:296:43 [INFO] [stdout] | [INFO] [stdout] 296 | pub fn hamdist(&self, other: &Mpz) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:297:59 [INFO] [stdout] | [INFO] [stdout] 297 | unsafe { __gmpz_hamdist(&self.mpz, &other.mpz) as uint } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ordering` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:337:35 [INFO] [stdout] | [INFO] [stdout] 337 | fn cmp(&self, other: &Mpz) -> Ordering { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use cmp::Ordering; [INFO] [stdout] | [INFO] [stdout] 12 | use std::sync::atomic::Ordering; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Less` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:341:27 [INFO] [stdout] | [INFO] [stdout] 341 | x if x < 0 => Less, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 12 | use cmp::Ordering::Less; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Greater` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:342:27 [INFO] [stdout] | [INFO] [stdout] 342 | x if x > 0 => Greater, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 12 | use cmp::Ordering::Greater; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Equal` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:343:18 [INFO] [stdout] | [INFO] [stdout] 343 | _ => Equal [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 12 | use cmp::Ordering::Equal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ordering` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:349:50 [INFO] [stdout] | [INFO] [stdout] 349 | fn partial_cmp(&self, other: &Mpz) -> Option { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use cmp::Ordering; [INFO] [stdout] | [INFO] [stdout] 12 | use std::sync::atomic::Ordering; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Add` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:354:6 [INFO] [stdout] | [INFO] [stdout] 354 | impl Add for Mpz { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Add; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Sub` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:364:6 [INFO] [stdout] | [INFO] [stdout] 364 | impl Sub for Mpz { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Sub; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Mul` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:374:6 [INFO] [stdout] | [INFO] [stdout] 374 | impl Mul for Mpz { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Mul; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Div` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:384:6 [INFO] [stdout] | [INFO] [stdout] 384 | impl Div for Mpz { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Div; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Rem` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:398:6 [INFO] [stdout] | [INFO] [stdout] 398 | impl Rem for Mpz { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Rem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Neg` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:412:6 [INFO] [stdout] | [INFO] [stdout] 412 | impl Neg for Mpz { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Neg; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ToPrimitive` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:422:6 [INFO] [stdout] | [INFO] [stdout] 422 | impl ToPrimitive for Mpz { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FromPrimitive` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:431:6 [INFO] [stdout] | [INFO] [stdout] 431 | impl FromPrimitive for Mpz { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `BitAnd` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:470:6 [INFO] [stdout] | [INFO] [stdout] 470 | impl BitAnd for Mpz { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::BitAnd; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `BitOr` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:480:6 [INFO] [stdout] | [INFO] [stdout] 480 | impl BitOr for Mpz { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::BitOr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `BitXor` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:490:6 [INFO] [stdout] | [INFO] [stdout] 490 | impl BitXor for Mpz { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::BitXor; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Shl` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:500:6 [INFO] [stdout] | [INFO] [stdout] 500 | impl Shl for Mpz { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Shl; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Shr` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:510:6 [INFO] [stdout] | [INFO] [stdout] 510 | impl Shr for Mpz { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Shr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:528:34 [INFO] [stdout] | [INFO] [stdout] 528 | fn to_str_radix(&self, base: uint) -> String { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:531:70 [INFO] [stdout] | [INFO] [stdout] 531 | let len = __gmpz_sizeinbase(&self.mpz, base as c_int) as uint + 2; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Show` in module `fmt` [INFO] [stdout] --> deps/rust-gmp/gmp.rs:550:11 [INFO] [stdout] | [INFO] [stdout] 550 | impl fmt::Show for Mpz { [INFO] [stdout] | ^^^^ not found in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ordering` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:725:50 [INFO] [stdout] | [INFO] [stdout] 725 | fn partial_cmp(&self, other: &Mpq) -> Option { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use cmp::Ordering; [INFO] [stdout] | [INFO] [stdout] 12 | use std::sync::atomic::Ordering; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Equal` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:727:32 [INFO] [stdout] | [INFO] [stdout] 727 | 0 => Some(Equal), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 12 | use cmp::Ordering::Equal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Less` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:728:32 [INFO] [stdout] | [INFO] [stdout] 728 | x if x < 0 => Some(Less), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 12 | use cmp::Ordering::Less; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Greater` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:729:32 [INFO] [stdout] | [INFO] [stdout] 729 | x if x > 0 => Some(Greater), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 12 | use cmp::Ordering::Greater; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Add` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:735:6 [INFO] [stdout] | [INFO] [stdout] 735 | impl Add for Mpq { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Add; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Sub` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:745:6 [INFO] [stdout] | [INFO] [stdout] 745 | impl Sub for Mpq { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Sub; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Mul` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:755:6 [INFO] [stdout] | [INFO] [stdout] 755 | impl Mul for Mpq { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Mul; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Div` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:765:6 [INFO] [stdout] | [INFO] [stdout] 765 | impl Div for Mpq { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Div; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Neg` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:779:6 [INFO] [stdout] | [INFO] [stdout] 779 | impl Neg for Mpq { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Neg; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ToPrimitive` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:789:6 [INFO] [stdout] | [INFO] [stdout] 789 | impl ToPrimitive for Mpq { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FromPrimitive` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:798:6 [INFO] [stdout] | [INFO] [stdout] 798 | impl FromPrimitive for Mpq { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:889:64 [INFO] [stdout] | [INFO] [stdout] 889 | let mut res = Mpf::new(cmp::max(self.get_prec() as uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:890:62 [INFO] [stdout] | [INFO] [stdout] 890 | ... other.get_prec() as uint) as c_ulong); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ordering` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:917:50 [INFO] [stdout] | [INFO] [stdout] 917 | fn partial_cmp(&self, other: &Mpf) -> Option { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 12 | use cmp::Ordering; [INFO] [stdout] | [INFO] [stdout] 12 | use std::sync::atomic::Ordering; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Equal` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:919:32 [INFO] [stdout] | [INFO] [stdout] 919 | 0 => Some(Equal), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 12 | use cmp::Ordering::Equal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Less` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:920:32 [INFO] [stdout] | [INFO] [stdout] 920 | x if x < 0 => Some(Less), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 12 | use cmp::Ordering::Less; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Greater` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:921:32 [INFO] [stdout] | [INFO] [stdout] 921 | x if x > 0 => Some(Greater), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 12 | use cmp::Ordering::Greater; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Add` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:927:6 [INFO] [stdout] | [INFO] [stdout] 927 | impl Add for Mpf { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Add; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:930:64 [INFO] [stdout] | [INFO] [stdout] 930 | let mut res = Mpf::new(cmp::max(self.get_prec() as uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:931:66 [INFO] [stdout] | [INFO] [stdout] 931 | ... other.get_prec() as uint) as c_ulong); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Sub` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:938:6 [INFO] [stdout] | [INFO] [stdout] 938 | impl Sub for Mpf { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Sub; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:941:64 [INFO] [stdout] | [INFO] [stdout] 941 | let mut res = Mpf::new(cmp::max(self.get_prec() as uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:942:66 [INFO] [stdout] | [INFO] [stdout] 942 | ... other.get_prec() as uint) as c_ulong); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Mul` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:949:6 [INFO] [stdout] | [INFO] [stdout] 949 | impl Mul for Mpf { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Mul; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:952:64 [INFO] [stdout] | [INFO] [stdout] 952 | let mut res = Mpf::new(cmp::max(self.get_prec() as uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:953:66 [INFO] [stdout] | [INFO] [stdout] 953 | ... other.get_prec() as uint) as c_ulong); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Div` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:960:6 [INFO] [stdout] | [INFO] [stdout] 960 | impl Div for Mpf { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Div; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:967:64 [INFO] [stdout] | [INFO] [stdout] 967 | let mut res = Mpf::new(cmp::max(self.get_prec() as uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:968:66 [INFO] [stdout] | [INFO] [stdout] 968 | ... other.get_prec() as uint) as c_ulong); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Neg` in this scope [INFO] [stdout] --> deps/rust-gmp/gmp.rs:975:6 [INFO] [stdout] | [INFO] [stdout] 975 | impl Neg for Mpf { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 12 | use std::ops::Neg; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> deps/rust-gmp/gmp.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #![feature(globs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `globs` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated attribute `crate_id`: no longer used. [INFO] [stdout] --> deps/rust-gmp/gmp.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![crate_id = "gmp#0.1.1"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FromPrimitive` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:192:34 [INFO] [stdout] | [INFO] [stdout] 192 | let numer: BigUint = FromPrimitive::from_u64(mantissa).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `FromPrimitive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | use libc::{c_char, c_double, c_int, c_long, c_ulong, c_void, size_t}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FromPrimitive` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:195:38 [INFO] [stdout] | [INFO] [stdout] 195 | let mut numer: BigUint = FromPrimitive::from_u64(mantissa).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `FromPrimitive` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:12:20 [INFO] [stdout] | [INFO] [stdout] 12 | use libc::{c_char, c_double, c_int, c_long, c_ulong, c_void, size_t}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:12:30 [INFO] [stdout] | [INFO] [stdout] 12 | use libc::{c_char, c_double, c_int, c_long, c_ulong, c_void, size_t}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:12:37 [INFO] [stdout] | [INFO] [stdout] 12 | use libc::{c_char, c_double, c_int, c_long, c_ulong, c_void, size_t}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:12:45 [INFO] [stdout] | [INFO] [stdout] 12 | use libc::{c_char, c_double, c_int, c_long, c_ulong, c_void, size_t}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:12:62 [INFO] [stdout] | [INFO] [stdout] 12 | use libc::{c_char, c_double, c_int, c_long, c_ulong, c_void, size_t}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> deps/rust-gmp/gmp.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 14 | use std::mem::{uninitialized, size_of}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:20:16 [INFO] [stdout] | [INFO] [stdout] 20 | _mp_alloc: c_int, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:21:15 [INFO] [stdout] | [INFO] [stdout] 21 | _mp_size: c_int, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:31:17 [INFO] [stdout] | [INFO] [stdout] 31 | type mp_exp_t = c_long; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:35:15 [INFO] [stdout] | [INFO] [stdout] 35 | _mp_prec: c_int, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:36:15 [INFO] [stdout] | [INFO] [stdout] 36 | _mp_size: c_int, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:44:14 [INFO] [stdout] | [INFO] [stdout] 44 | _mp_alg: c_int, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:48:20 [INFO] [stdout] | [INFO] [stdout] 48 | type mp_bitcnt_t = c_ulong; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:500:10 [INFO] [stdout] | [INFO] [stdout] 500 | impl Shl for Mpz { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:510:10 [INFO] [stdout] | [INFO] [stdout] 510 | impl Shr for Mpz { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> deps/rust-gmp/gmp.rs:161:27 [INFO] [stdout] | [INFO] [stdout] 161 | let mut mpz = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:167:27 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn new_reserve(n: c_ulong) -> Mpz { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> deps/rust-gmp/gmp.rs:169:27 [INFO] [stdout] | [INFO] [stdout] 169 | let mut mpz = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:175:34 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn reserve(&mut self, n: c_ulong) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:176:34 [INFO] [stdout] | [INFO] [stdout] 176 | if (self.bit_length() as c_ulong) < n { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> deps/rust-gmp/gmp.rs:184:27 [INFO] [stdout] | [INFO] [stdout] 184 | let mut mpz = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:186:58 [INFO] [stdout] | [INFO] [stdout] 186 | __gmpz_init_set_str(&mut mpz, s, base as c_int) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:205:63 [INFO] [stdout] | [INFO] [stdout] 205 | unsafe { __gmpz_set_str(&mut self.mpz, s, base as c_int) == 0 } [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:300:41 [INFO] [stdout] | [INFO] [stdout] 300 | pub fn setbit(&mut self, bit_index: c_ulong) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:304:41 [INFO] [stdout] | [INFO] [stdout] 304 | pub fn clrbit(&mut self, bit_index: c_ulong) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:308:41 [INFO] [stdout] | [INFO] [stdout] 308 | pub fn combit(&mut self, bit_index: c_ulong) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:312:37 [INFO] [stdout] | [INFO] [stdout] 312 | pub fn tstbit(&self, bit_index: c_ulong) -> bool { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> deps/rust-gmp/gmp.rs:320:27 [INFO] [stdout] | [INFO] [stdout] 320 | let mut mpz = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:435:67 [INFO] [stdout] | [INFO] [stdout] 435 | __gmpz_import(&mut res.mpz, 1, 1, size_of::() as size_t, 0, 0, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:443:67 [INFO] [stdout] | [INFO] [stdout] 443 | __gmpz_import(&mut res.mpz, 1, 1, size_of::() as size_t, 0, 0, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> deps/rust-gmp/gmp.rs:456:27 [INFO] [stdout] | [INFO] [stdout] 456 | let mut mpz = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:501:27 [INFO] [stdout] | [INFO] [stdout] 501 | fn shl(&self, other: &c_ulong) -> Mpz { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:511:27 [INFO] [stdout] | [INFO] [stdout] 511 | fn shr(&self, other: &c_ulong) -> Mpz { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:531:60 [INFO] [stdout] | [INFO] [stdout] 531 | let len = __gmpz_sizeinbase(&self.mpz, base as c_int) as uint + 2; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:539:45 [INFO] [stdout] | [INFO] [stdout] 539 | __gmpz_get_str(raw, base as c_int, &self.mpz); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> deps/rust-gmp/gmp.rs:570:51 [INFO] [stdout] | [INFO] [stdout] 570 | let mut state: gmp_randstate_struct = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Num` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/integer.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | pub trait Integer: Num + PartialOrd [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> deps/rust-gmp/gmp.rs:578:51 [INFO] [stdout] | [INFO] [stdout] 578 | let mut state: gmp_randstate_struct = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:584:35 [INFO] [stdout] | [INFO] [stdout] 584 | pub fn new_lc_2exp(a: Mpz, c: c_ulong, m2exp: c_ulong) -> RandState { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:584:51 [INFO] [stdout] | [INFO] [stdout] 584 | pub fn new_lc_2exp(a: Mpz, c: c_ulong, m2exp: c_ulong) -> RandState { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> deps/rust-gmp/gmp.rs:586:51 [INFO] [stdout] | [INFO] [stdout] 586 | let mut state: gmp_randstate_struct = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Div` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/integer.rs:14:20 [INFO] [stdout] | [INFO] [stdout] 14 | + Div [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 13 | use std::ops::Div; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:592:35 [INFO] [stdout] | [INFO] [stdout] 592 | pub fn new_lc_2exp_size(size: c_ulong) -> RandState { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> deps/rust-gmp/gmp.rs:594:51 [INFO] [stdout] | [INFO] [stdout] 594 | let mut state: gmp_randstate_struct = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:604:37 [INFO] [stdout] | [INFO] [stdout] 604 | pub fn seed_ui(&mut self, seed: c_ulong) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:618:39 [INFO] [stdout] | [INFO] [stdout] 618 | pub fn urandom_2exp(&mut self, n: c_ulong) -> Mpz { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> deps/rust-gmp/gmp.rs:630:51 [INFO] [stdout] | [INFO] [stdout] 630 | let mut state: gmp_randstate_struct = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Rem` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/integer.rs:15:20 [INFO] [stdout] | [INFO] [stdout] 15 | + Rem { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 13 | use std::ops::Rem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> deps/rust-gmp/gmp.rs:648:27 [INFO] [stdout] | [INFO] [stdout] 648 | let mut mpq = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:835:27 [INFO] [stdout] | [INFO] [stdout] 835 | pub fn new(precision: c_ulong) -> Mpf { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> deps/rust-gmp/gmp.rs:837:27 [INFO] [stdout] | [INFO] [stdout] 837 | let mut mpf = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/integer.rs:377:23 [INFO] [stdout] | [INFO] [stdout] 377 | impl_integer_for_int!(int, test_integer_int) [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:847:31 [INFO] [stdout] | [INFO] [stdout] 847 | pub fn get_prec(&self) -> c_ulong { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:851:43 [INFO] [stdout] | [INFO] [stdout] 851 | pub fn set_prec(&mut self, precision: c_ulong) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:890:71 [INFO] [stdout] | [INFO] [stdout] 890 | ... other.get_prec() as uint) as c_ulong); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> deps/rust-gmp/gmp.rs:900:27 [INFO] [stdout] | [INFO] [stdout] 900 | let mut mpf = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:931:75 [INFO] [stdout] | [INFO] [stdout] 931 | ... other.get_prec() as uint) as c_ulong); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:942:75 [INFO] [stdout] | [INFO] [stdout] 942 | ... other.get_prec() as uint) as c_ulong); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/integer.rs:496:24 [INFO] [stdout] | [INFO] [stdout] 496 | impl_integer_for_uint!(uint, test_integer_uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:953:75 [INFO] [stdout] | [INFO] [stdout] 953 | ... other.get_prec() as uint) as c_ulong); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:968:75 [INFO] [stdout] | [INFO] [stdout] 968 | ... other.get_prec() as uint) as c_ulong); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:62:45 [INFO] [stdout] | [INFO] [stdout] 62 | fn __gmpz_init_set_ui(rop: mpz_ptr, op: c_ulong); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:63:54 [INFO] [stdout] | [INFO] [stdout] 63 | fn __gmpz_init_set_str(rop: mpz_ptr, str: *const c_char, base: c_int) -> c_int; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:63:68 [INFO] [stdout] | [INFO] [stdout] 63 | fn __gmpz_init_set_str(rop: mpz_ptr, str: *const c_char, base: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:63:78 [INFO] [stdout] | [INFO] [stdout] 63 | fn __gmpz_init_set_str(rop: mpz_ptr, str: *const c_char, base: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:67:49 [INFO] [stdout] | [INFO] [stdout] 67 | fn __gmpz_set_str(rop: mpz_ptr, str: *const c_char, base: c_int) -> c_int; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:32:27 [INFO] [stdout] | [INFO] [stdout] 32 | pub type Rational = Ratio; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 32 | pub type Rational = Ratio; [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 32 | pub type Rational = Ratio; [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:67:63 [INFO] [stdout] | [INFO] [stdout] 67 | fn __gmpz_set_str(rop: mpz_ptr, str: *const c_char, base: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:67:73 [INFO] [stdout] | [INFO] [stdout] 67 | fn __gmpz_set_str(rop: mpz_ptr, str: *const c_char, base: c_int) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:68:33 [INFO] [stdout] | [INFO] [stdout] 68 | fn __gmpz_get_str(str: *mut c_char, base: c_int, op: mpz_srcptr) -> *mut c_char; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Float` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:183:26 [INFO] [stdout] | [INFO] [stdout] 183 | pub fn from_float(f: T) -> Option { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:68:47 [INFO] [stdout] | [INFO] [stdout] 68 | fn __gmpz_get_str(str: *mut c_char, base: c_int, op: mpz_srcptr) -> *mut c_char; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:68:78 [INFO] [stdout] | [INFO] [stdout] 68 | fn __gmpz_get_str(str: *mut c_char, base: c_int, op: mpz_srcptr) -> *mut c_char; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:191:56 [INFO] [stdout] | [INFO] [stdout] 191 | let denom: BigInt = one << ((-exponent) as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:69:48 [INFO] [stdout] | [INFO] [stdout] 69 | fn __gmpz_sizeinbase(op: mpz_srcptr, base: c_int) -> size_t; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:69:58 [INFO] [stdout] | [INFO] [stdout] 69 | fn __gmpz_sizeinbase(op: mpz_srcptr, base: c_int) -> size_t; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:196:43 [INFO] [stdout] | [INFO] [stdout] 196 | numer = numer << (exponent as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:70:56 [INFO] [stdout] | [INFO] [stdout] 70 | fn __gmpz_cmp(op1: mpz_srcptr, op2: mpz_srcptr) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:71:44 [INFO] [stdout] | [INFO] [stdout] 71 | fn __gmpz_cmp_ui(op1: mpz_srcptr, op2: c_ulong) -> c_int; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:71:56 [INFO] [stdout] | [INFO] [stdout] 71 | fn __gmpz_cmp_ui(op1: mpz_srcptr, op2: c_ulong) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:84:60 [INFO] [stdout] | [INFO] [stdout] 84 | fn __gmpz_divisible_p(n: mpz_srcptr, d: mpz_srcptr) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Mul` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:214:17 [INFO] [stdout] | [INFO] [stdout] 214 | impl + $imp> $imp for Ratio { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 224 | cmp_impl!(impl PartialEq, eq, ne) [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `cmp_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 13 | use std::ops::Mul; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:94:66 [INFO] [stdout] | [INFO] [stdout] 94 | fn __gmpz_tstbit(rop: mpz_srcptr, bit_index: mp_bitcnt_t) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:97:73 [INFO] [stdout] | [INFO] [stdout] 97 | fn __gmpz_invert(rop: mpz_ptr, op1: mpz_srcptr, op2: mpz_srcptr) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:98:43 [INFO] [stdout] | [INFO] [stdout] 98 | fn __gmpz_import(rop: mpz_ptr, count: size_t, order: c_int, size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:98:58 [INFO] [stdout] | [INFO] [stdout] 98 | fn __gmpz_import(rop: mpz_ptr, count: size_t, order: c_int, size: size_t, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:98:71 [INFO] [stdout] | [INFO] [stdout] 98 | fn __gmpz_import(rop: mpz_ptr, count: size_t, order: c_int, size: size_t, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:99:30 [INFO] [stdout] | [INFO] [stdout] 99 | endian: c_int, nails: size_t, op: *const c_void); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:99:44 [INFO] [stdout] | [INFO] [stdout] 99 | endian: c_int, nails: size_t, op: *const c_void); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:102:73 [INFO] [stdout] | [INFO] [stdout] 102 | fn __gmp_randinit_lc_2exp(state: gmp_randstate_t, a: mpz_srcptr, c: c_ulong, m2exp: mp_bitcnt_t); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:107:56 [INFO] [stdout] | [INFO] [stdout] 107 | fn __gmp_randseed_ui(state: gmp_randstate_t, seed: c_ulong); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:114:41 [INFO] [stdout] | [INFO] [stdout] 114 | fn __gmpq_set_ui(rop: mpq_ptr, op1: c_ulong, op2: c_ulong); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:114:55 [INFO] [stdout] | [INFO] [stdout] 114 | fn __gmpq_set_ui(rop: mpq_ptr, op1: c_ulong, op2: c_ulong); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:115:39 [INFO] [stdout] | [INFO] [stdout] 115 | fn __gmpq_set_d(rop: mpq_ptr, op: c_double); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:117:56 [INFO] [stdout] | [INFO] [stdout] 117 | fn __gmpq_cmp(op1: mpq_srcptr, op2: mpq_srcptr) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Mul` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:214:17 [INFO] [stdout] | [INFO] [stdout] 214 | impl + $imp> $imp for Ratio { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 225 | / cmp_impl!(impl PartialOrd, lt -> bool, gt -> bool, le -> bool, ge -> bool, [INFO] [stdout] 226 | | partial_cmp -> Option) [INFO] [stdout] | |_______________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `cmp_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 13 | use std::ops::Mul; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:118:45 [INFO] [stdout] | [INFO] [stdout] 118 | fn __gmpq_cmp_ui(op1: mpq_srcptr, num2: c_ulong, den2: c_ulong) -> c_int; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:118:60 [INFO] [stdout] | [INFO] [stdout] 118 | fn __gmpq_cmp_ui(op1: mpq_srcptr, num2: c_ulong, den2: c_ulong) -> c_int; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:118:72 [INFO] [stdout] | [INFO] [stdout] 118 | fn __gmpq_cmp_ui(op1: mpq_srcptr, num2: c_ulong, den2: c_ulong) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-gmp` due to 161 previous errors; 16 warnings emitted [INFO] [stdout] error[E0405]: cannot find trait `Mul` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:214:17 [INFO] [stdout] | [INFO] [stdout] 214 | impl + $imp> $imp for Ratio { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 227 | cmp_impl!(impl Eq, ) [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `cmp_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 13 | use std::ops::Mul; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:119:58 [INFO] [stdout] | [INFO] [stdout] 119 | fn __gmpq_equal(op1: mpq_srcptr, op2: mpq_srcptr) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:135:56 [INFO] [stdout] | [INFO] [stdout] 135 | fn __gmpf_cmp(op1: mpf_srcptr, op2: mpf_srcptr) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:136:43 [INFO] [stdout] | [INFO] [stdout] 136 | fn __gmpf_cmp_d(op1: mpf_srcptr, op2: c_double) -> c_int; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:136:56 [INFO] [stdout] | [INFO] [stdout] 136 | fn __gmpf_cmp_d(op1: mpf_srcptr, op2: c_double) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Mul` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:214:17 [INFO] [stdout] | [INFO] [stdout] 214 | impl + $imp> $imp for Ratio { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 228 | cmp_impl!(impl Ord, cmp -> cmp::Ordering) [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `cmp_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 13 | use std::ops::Mul; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:137:44 [INFO] [stdout] | [INFO] [stdout] 137 | fn __gmpf_cmp_ui(op1: mpf_srcptr, op2: c_ulong) -> c_int; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> deps/rust-gmp/gmp.rs:137:56 [INFO] [stdout] | [INFO] [stdout] 137 | fn __gmpf_cmp_ui(op1: mpf_srcptr, op2: c_ulong) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `globs` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] --> deps/rust-gmp/gmp.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | #![feature(globs)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Mul` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:233:5 [INFO] [stdout] | [INFO] [stdout] 233 | Mul,Ratio> for Ratio { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 13 | use std::ops::Mul; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Div` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:242:5 [INFO] [stdout] | [INFO] [stdout] 242 | Div,Ratio> for Ratio { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 13 | use std::ops::Div; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 160 previous errors; 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433, E0554, E0658. [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Add` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:264:18 [INFO] [stdout] | [INFO] [stdout] 264 | arith_impl!(impl Add, add) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 13 | use std::ops::Add; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Sub` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:267:18 [INFO] [stdout] | [INFO] [stdout] 267 | arith_impl!(impl Sub, sub) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 13 | use std::ops::Sub; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Rem` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:270:18 [INFO] [stdout] | [INFO] [stdout] 270 | arith_impl!(impl Rem, rem) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 13 | use std::ops::Rem; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Neg` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:273:5 [INFO] [stdout] | [INFO] [stdout] 273 | Neg> for Ratio { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 13 | use std::ops::Neg; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Num` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:303:5 [INFO] [stdout] | [INFO] [stdout] 303 | Num for Ratio {} [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Signed` in module `num` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:306:10 [INFO] [stdout] | [INFO] [stdout] 306 | num::Signed for Ratio { [INFO] [stdout] | ^^^^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `one` in module `num` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:320:18 [INFO] [stdout] | [INFO] [stdout] 320 | num::one() [INFO] [stdout] | ^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `zero` in module `num` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:322:18 [INFO] [stdout] | [INFO] [stdout] 322 | num::zero() [INFO] [stdout] | ^^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `one` in module `num` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:324:20 [INFO] [stdout] | [INFO] [stdout] 324 | - num::one::>() [INFO] [stdout] | ^^^ not found in `num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Show` in module `fmt` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:336:36 [INFO] [stdout] | [INFO] [stdout] 336 | impl fmt::Show for Ratio { [INFO] [stdout] | ^^^^ not found in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Show` in module `fmt` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:336:14 [INFO] [stdout] | [INFO] [stdout] 336 | impl fmt::Show for Ratio { [INFO] [stdout] | ^^^^ not found in `fmt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:349:35 [INFO] [stdout] | [INFO] [stdout] 349 | fn to_str_radix(&self, radix: uint) -> String { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/rational.rs:375:39 [INFO] [stdout] | [INFO] [stdout] 375 | fn from_str_radix(s: &str, radix: uint) -> Option> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/lib.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | #![feature(macro_rules)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `macro_rules` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/num-2d8cb5760e17c6fb/9b6e014/src/lib.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | #![feature(default_type_params)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `default_type_params` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `num` due to 71 previous errors [INFO] [stdout] error: aborting due to 70 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433, E0463, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "75a87903a80719d5e165e87c52bfabc5e8fb3548e29442a57eb7abd5f4ca7591", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "75a87903a80719d5e165e87c52bfabc5e8fb3548e29442a57eb7abd5f4ca7591", kill_on_drop: false }` [INFO] [stdout] 75a87903a80719d5e165e87c52bfabc5e8fb3548e29442a57eb7abd5f4ca7591