[INFO] cloning repository https://github.com/xswordsx/ff [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xswordsx/ff" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxswordsx%2Fff", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxswordsx%2Fff'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2e9778658b16c72d5516cea04da3a9b8b0eea557 [INFO] checking xswordsx/ff against try#09ea730c380b8b9acb96ff87b724c45df920f793 for pr-134272 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxswordsx%2Fff" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xswordsx/ff on toolchain 09ea730c380b8b9acb96ff87b724c45df920f793 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09ea730c380b8b9acb96ff87b724c45df920f793" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/xswordsx/ff [INFO] finished tweaking git repo https://github.com/xswordsx/ff [INFO] tweaked toml for git repo https://github.com/xswordsx/ff written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/xswordsx/ff already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09ea730c380b8b9acb96ff87b724c45df920f793" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+09ea730c380b8b9acb96ff87b724c45df920f793" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c6b08d041741591174bc8b155b9a815743928589ba1f8ea3a7bbc7a12e178e82 [INFO] running `Command { std: "docker" "start" "-a" "c6b08d041741591174bc8b155b9a815743928589ba1f8ea3a7bbc7a12e178e82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c6b08d041741591174bc8b155b9a815743928589ba1f8ea3a7bbc7a12e178e82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6b08d041741591174bc8b155b9a815743928589ba1f8ea3a7bbc7a12e178e82", kill_on_drop: false }` [INFO] [stdout] c6b08d041741591174bc8b155b9a815743928589ba1f8ea3a7bbc7a12e178e82 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+09ea730c380b8b9acb96ff87b724c45df920f793" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cbe2ae849b6df0775dbb02633ff02426bb6a62349df46b4350d8f4a1cec2ff12 [INFO] running `Command { std: "docker" "start" "-a" "cbe2ae849b6df0775dbb02633ff02426bb6a62349df46b4350d8f4a1cec2ff12", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking predicates-core v1.0.3 [INFO] [stderr] Checking difflib v0.4.0 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking termtree v0.2.4 [INFO] [stderr] Checking linked-hash-map v0.5.4 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Compiling paste v1.0.6 [INFO] [stderr] Checking json v0.11.15 [INFO] [stderr] Checking predicates-tree v1.0.5 [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Checking itertools v0.10.3 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Checking bstr v0.2.17 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stdout] error[E0277]: the trait bound `i128: traits::Num` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:797:25 [INFO] [stdout] | [INFO] [stdout] 797 | impl_integer_for_isize!(i128, test_integer_i128); [INFO] [stdout] | ^^^^ the trait `traits::Num` is not implemented for `i128` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `traits::Num`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `Integer` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | pub trait Integer: Sized + Num + PartialOrd + Ord + Eq { [INFO] [stdout] | ^^^ required by this bound in `Integer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u128: traits::Num` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:1014:25 [INFO] [stdout] | [INFO] [stdout] 1014 | impl_integer_for_usize!(u128, test_integer_u128); [INFO] [stdout] | ^^^^ the trait `traits::Num` is not implemented for `u128` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `traits::Num`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `Integer` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | pub trait Integer: Sized + Num + PartialOrd + Ord + Eq { [INFO] [stdout] | ^^^ required by this bound in `Integer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `i128: traits::Num` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/roots.rs:170:15 [INFO] [stdout] | [INFO] [stdout] 170 | signed_roots!(i128, u128); [INFO] [stdout] | ^^^^ the trait `traits::Num` is not implemented for `i128` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `traits::Num`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] and 4 others [INFO] [stdout] note: required for `i128` to implement `Integer` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:37:11 [INFO] [stdout] | [INFO] [stdout] 37 | pub trait Integer: Sized + Num + PartialOrd + Ord + Eq { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: required by a bound in `Roots` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/roots.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | pub trait Roots: Integer { [INFO] [stdout] | ^^^^^^^ required by this bound in `Roots` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u128: traits::Num` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/roots.rs:204:24 [INFO] [stdout] | [INFO] [stdout] 204 | impl Roots for $T { [INFO] [stdout] | ^^ the trait `traits::Num` is not implemented for `u128` [INFO] [stdout] ... [INFO] [stdout] 390 | unsigned_roots!(u128); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `traits::Num`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] and 4 others [INFO] [stdout] note: required for `u128` to implement `Integer` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:37:11 [INFO] [stdout] | [INFO] [stdout] 37 | pub trait Integer: Sized + Num + PartialOrd + Ord + Eq { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: required by a bound in `Roots` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/roots.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | pub trait Roots: Integer { [INFO] [stdout] | ^^^^^^^ required by this bound in `Roots` [INFO] [stdout] = note: this error originates in the macro `unsigned_roots` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u128: One` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/roots.rs:232:51 [INFO] [stdout] | [INFO] [stdout] 232 | match checked_pow(hi, n as usize) { [INFO] [stdout] | ----------- ^^ the trait `One` is not implemented for `u128` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 390 | unsigned_roots!(u128); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `One`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `checked_pow` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.14/src/pow.rs:230:31 [INFO] [stdout] | [INFO] [stdout] 230 | pub fn checked_pow(mut base: T, mut exp: usize) -> Option { [INFO] [stdout] | ^^^ required by this bound in `checked_pow` [INFO] [stdout] = note: this error originates in the macro `unsigned_roots` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u128: CheckedMul` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/roots.rs:232:51 [INFO] [stdout] | [INFO] [stdout] 232 | match checked_pow(hi, n as usize) { [INFO] [stdout] | ----------- ^^ the trait `CheckedMul` is not implemented for `u128` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 390 | unsigned_roots!(u128); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `CheckedMul`: [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] u32 [INFO] [stdout] u64 [INFO] [stdout] and 2 others [INFO] [stdout] note: required by a bound in `checked_pow` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.14/src/pow.rs:230:37 [INFO] [stdout] | [INFO] [stdout] 230 | pub fn checked_pow(mut base: T, mut exp: usize) -> Option { [INFO] [stdout] | ^^^^^^^^^^ required by this bound in `checked_pow` [INFO] [stdout] = note: this error originates in the macro `unsigned_roots` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u128: One` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/roots.rs:266:51 [INFO] [stdout] | [INFO] [stdout] 266 | let y = match checked_pow(x, n1 as usize) { [INFO] [stdout] | ----------- ^ the trait `One` is not implemented for `u128` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 390 | unsigned_roots!(u128); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `One`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `checked_pow` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.14/src/pow.rs:230:31 [INFO] [stdout] | [INFO] [stdout] 230 | pub fn checked_pow(mut base: T, mut exp: usize) -> Option { [INFO] [stdout] | ^^^ required by this bound in `checked_pow` [INFO] [stdout] = note: this error originates in the macro `unsigned_roots` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u128: CheckedMul` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/roots.rs:266:51 [INFO] [stdout] | [INFO] [stdout] 266 | let y = match checked_pow(x, n1 as usize) { [INFO] [stdout] | ----------- ^ the trait `CheckedMul` is not implemented for `u128` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 390 | unsigned_roots!(u128); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `CheckedMul`: [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] u32 [INFO] [stdout] u64 [INFO] [stdout] and 2 others [INFO] [stdout] note: required by a bound in `checked_pow` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.14/src/pow.rs:230:37 [INFO] [stdout] | [INFO] [stdout] 230 | pub fn checked_pow(mut base: T, mut exp: usize) -> Option { [INFO] [stdout] | ^^^^^^^^^^ required by this bound in `checked_pow` [INFO] [stdout] = note: this error originates in the macro `unsigned_roots` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u128: PrimInt` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/roots.rs:260:37 [INFO] [stdout] | [INFO] [stdout] 260 | 1 << ((log2(x) + n - 1) / n) [INFO] [stdout] | ---- ^ the trait `PrimInt` is not implemented for `u128` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 390 | unsigned_roots!(u128); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `PrimInt`: [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] u32 [INFO] [stdout] u64 [INFO] [stdout] and 2 others [INFO] [stdout] note: required by a bound in `log2` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/roots.rs:197:12 [INFO] [stdout] | [INFO] [stdout] 197 | fn log2(x: T) -> u32 { [INFO] [stdout] | ^^^^^^^ required by this bound in `log2` [INFO] [stdout] = note: this error originates in the macro `unsigned_roots` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u128: PrimInt` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/roots.rs:308:37 [INFO] [stdout] | [INFO] [stdout] 308 | 1 << ((log2(x) + 1) / 2) [INFO] [stdout] | ---- ^ the trait `PrimInt` is not implemented for `u128` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 390 | unsigned_roots!(u128); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `PrimInt`: [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] u32 [INFO] [stdout] u64 [INFO] [stdout] and 2 others [INFO] [stdout] note: required by a bound in `log2` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/roots.rs:197:12 [INFO] [stdout] | [INFO] [stdout] 197 | fn log2(x: T) -> u32 { [INFO] [stdout] | ^^^^^^^ required by this bound in `log2` [INFO] [stdout] = note: this error originates in the macro `unsigned_roots` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u128: PrimInt` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/roots.rs:372:37 [INFO] [stdout] | [INFO] [stdout] 372 | 1 << ((log2(x) + 2) / 3) [INFO] [stdout] | ---- ^ the trait `PrimInt` is not implemented for `u128` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] ... [INFO] [stdout] 390 | unsigned_roots!(u128); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `PrimInt`: [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] u32 [INFO] [stdout] u64 [INFO] [stdout] and 2 others [INFO] [stdout] note: required by a bound in `log2` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/roots.rs:197:12 [INFO] [stdout] | [INFO] [stdout] 197 | fn log2(x: T) -> u32 { [INFO] [stdout] | ^^^^^^^ required by this bound in `log2` [INFO] [stdout] = note: this error originates in the macro `unsigned_roots` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking predicates v2.1.1 [INFO] [stdout] error[E0277]: the trait bound `i128: traits::Num` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:415:30 [INFO] [stdout] | [INFO] [stdout] 415 | let (d, r) = self.div_rem(other); [INFO] [stdout] | ^^^^ the trait `traits::Num` is not implemented for `i128` [INFO] [stdout] ... [INFO] [stdout] 797 | impl_integer_for_isize!(i128, test_integer_i128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `traits::Num`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `Integer::div_rem` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | pub trait Integer: Sized + Num + PartialOrd + Ord + Eq { [INFO] [stdout] | ^^^ required by this bound in `Integer::div_rem` [INFO] [stdout] ... [INFO] [stdout] 264 | fn div_rem(&self, other: &Self) -> (Self, Self); [INFO] [stdout] | ------- required by a bound in this associated function [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `i128: traits::Num` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:441:30 [INFO] [stdout] | [INFO] [stdout] 441 | let (d, r) = self.div_rem(other); [INFO] [stdout] | ^^^^ the trait `traits::Num` is not implemented for `i128` [INFO] [stdout] ... [INFO] [stdout] 797 | impl_integer_for_isize!(i128, test_integer_i128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `traits::Num`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `Integer::div_rem` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | pub trait Integer: Sized + Num + PartialOrd + Ord + Eq { [INFO] [stdout] | ^^^ required by this bound in `Integer::div_rem` [INFO] [stdout] ... [INFO] [stdout] 264 | fn div_rem(&self, other: &Self) -> (Self, Self); [INFO] [stdout] | ------- required by a bound in this associated function [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `i128: traits::Num` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:451:30 [INFO] [stdout] | [INFO] [stdout] 451 | let (d, r) = self.div_rem(other); [INFO] [stdout] | ^^^^ the trait `traits::Num` is not implemented for `i128` [INFO] [stdout] ... [INFO] [stdout] 797 | impl_integer_for_isize!(i128, test_integer_i128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `traits::Num`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `Integer::div_rem` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | pub trait Integer: Sized + Num + PartialOrd + Ord + Eq { [INFO] [stdout] | ^^^ required by this bound in `Integer::div_rem` [INFO] [stdout] ... [INFO] [stdout] 264 | fn div_rem(&self, other: &Self) -> (Self, Self); [INFO] [stdout] | ------- required by a bound in this associated function [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `i128: Signed` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:482:41 [INFO] [stdout] | [INFO] [stdout] 482 | return (1 << shift).abs(); [INFO] [stdout] | ^^^ the trait `Signed` is not implemented for `i128` [INFO] [stdout] ... [INFO] [stdout] 797 | impl_integer_for_isize!(i128, test_integer_i128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `Signed`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `i128: traits::Num` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:507:28 [INFO] [stdout] | [INFO] [stdout] 507 | let egcd = self.extended_gcd(other); [INFO] [stdout] | ^^^^ the trait `traits::Num` is not implemented for `i128` [INFO] [stdout] ... [INFO] [stdout] 797 | impl_integer_for_isize!(i128, test_integer_i128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `traits::Num`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `Integer::extended_gcd` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | pub trait Integer: Sized + Num + PartialOrd + Ord + Eq { [INFO] [stdout] | ^^^ required by this bound in `Integer::extended_gcd` [INFO] [stdout] ... [INFO] [stdout] 165 | fn extended_gcd(&self, other: &Self) -> ExtendedGcd [INFO] [stdout] | ------------ required by a bound in this associated function [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_zero` found for type `i128` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:509:39 [INFO] [stdout] | [INFO] [stdout] 509 | let lcm = if egcd.gcd.is_zero() { [INFO] [stdout] | ^^^^^^^ method not found in `i128` [INFO] [stdout] ... [INFO] [stdout] 797 | impl_integer_for_isize!(i128, test_integer_i128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `zero` found for type `i128` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:510:27 [INFO] [stdout] | [INFO] [stdout] 510 | Self::zero() [INFO] [stdout] | ^^^^ function or associated item not found in `i128` [INFO] [stdout] ... [INFO] [stdout] 797 | impl_integer_for_isize!(i128, test_integer_i128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `i128: traits::Num` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:521:17 [INFO] [stdout] | [INFO] [stdout] 521 | self.gcd_lcm(other).1 [INFO] [stdout] | ^^^^ the trait `traits::Num` is not implemented for `i128` [INFO] [stdout] ... [INFO] [stdout] 797 | impl_integer_for_isize!(i128, test_integer_i128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `traits::Num`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `Integer::gcd_lcm` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | pub trait Integer: Sized + Num + PartialOrd + Ord + Eq { [INFO] [stdout] | ^^^ required by this bound in `Integer::gcd_lcm` [INFO] [stdout] ... [INFO] [stdout] 142 | fn gcd_lcm(&self, other: &Self) -> (Self, Self) { [INFO] [stdout] | ------- required by a bound in this associated function [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_zero` found for reference `&i128` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:528:25 [INFO] [stdout] | [INFO] [stdout] 528 | if self.is_zero() && other.is_zero() { [INFO] [stdout] | ^^^^^^^ method not found in `&i128` [INFO] [stdout] ... [INFO] [stdout] 797 | impl_integer_for_isize!(i128, test_integer_i128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_zero` found for reference `&i128` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:528:44 [INFO] [stdout] | [INFO] [stdout] 528 | if self.is_zero() && other.is_zero() { [INFO] [stdout] | ^^^^^^^ method not found in `&i128` [INFO] [stdout] ... [INFO] [stdout] 797 | impl_integer_for_isize!(i128, test_integer_i128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `zero` found for type `i128` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:529:35 [INFO] [stdout] | [INFO] [stdout] 529 | return (Self::zero(), Self::zero()); [INFO] [stdout] | ^^^^ function or associated item not found in `i128` [INFO] [stdout] ... [INFO] [stdout] 797 | impl_integer_for_isize!(i128, test_integer_i128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `zero` found for type `i128` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:529:49 [INFO] [stdout] | [INFO] [stdout] 529 | return (Self::zero(), Self::zero()); [INFO] [stdout] | ^^^^ function or associated item not found in `i128` [INFO] [stdout] ... [INFO] [stdout] 797 | impl_integer_for_isize!(i128, test_integer_i128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `i128: traits::Num` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:531:27 [INFO] [stdout] | [INFO] [stdout] 531 | let gcd = self.gcd(other); [INFO] [stdout] | ^^^^ the trait `traits::Num` is not implemented for `i128` [INFO] [stdout] ... [INFO] [stdout] 797 | impl_integer_for_isize!(i128, test_integer_i128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `traits::Num`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `Integer::gcd` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | pub trait Integer: Sized + Num + PartialOrd + Ord + Eq { [INFO] [stdout] | ^^^ required by this bound in `Integer::gcd` [INFO] [stdout] ... [INFO] [stdout] 114 | fn gcd(&self, other: &Self) -> Self; [INFO] [stdout] | --- required by a bound in this associated function [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `i128: traits::Num` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:540:17 [INFO] [stdout] | [INFO] [stdout] 540 | self.is_multiple_of(other) [INFO] [stdout] | ^^^^ the trait `traits::Num` is not implemented for `i128` [INFO] [stdout] ... [INFO] [stdout] 797 | impl_integer_for_isize!(i128, test_integer_i128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `traits::Num`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `Integer::is_multiple_of` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | pub trait Integer: Sized + Num + PartialOrd + Ord + Eq { [INFO] [stdout] | ^^^ required by this bound in `Integer::is_multiple_of` [INFO] [stdout] ... [INFO] [stdout] 223 | fn is_multiple_of(&self, other: &Self) -> bool; [INFO] [stdout] | -------------- required by a bound in this associated function [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `i128: traits::Num` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:558:23 [INFO] [stdout] | [INFO] [stdout] 558 | !self.is_even() [INFO] [stdout] | ^^^^^^^ the trait `traits::Num` is not implemented for `i128` [INFO] [stdout] ... [INFO] [stdout] 797 | impl_integer_for_isize!(i128, test_integer_i128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `traits::Num`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `Integer::is_even` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | pub trait Integer: Sized + Num + PartialOrd + Ord + Eq { [INFO] [stdout] | ^^^ required by this bound in `Integer::is_even` [INFO] [stdout] ... [INFO] [stdout] 234 | fn is_even(&self) -> bool; [INFO] [stdout] | ------- required by a bound in this associated function [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_isize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u128: traits::Num` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:850:28 [INFO] [stdout] | [INFO] [stdout] 850 | let egcd = self.extended_gcd(other); [INFO] [stdout] | ^^^^ the trait `traits::Num` is not implemented for `u128` [INFO] [stdout] ... [INFO] [stdout] 1014 | impl_integer_for_usize!(u128, test_integer_u128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `traits::Num`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `Integer::extended_gcd` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | pub trait Integer: Sized + Num + PartialOrd + Ord + Eq { [INFO] [stdout] | ^^^ required by this bound in `Integer::extended_gcd` [INFO] [stdout] ... [INFO] [stdout] 165 | fn extended_gcd(&self, other: &Self) -> ExtendedGcd [INFO] [stdout] | ------------ required by a bound in this associated function [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_usize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_zero` found for type `u128` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:852:39 [INFO] [stdout] | [INFO] [stdout] 852 | let lcm = if egcd.gcd.is_zero() { [INFO] [stdout] | ^^^^^^^ method not found in `u128` [INFO] [stdout] ... [INFO] [stdout] 1014 | impl_integer_for_usize!(u128, test_integer_u128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_usize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `zero` found for type `u128` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:853:27 [INFO] [stdout] | [INFO] [stdout] 853 | Self::zero() [INFO] [stdout] | ^^^^ function or associated item not found in `u128` [INFO] [stdout] ... [INFO] [stdout] 1014 | impl_integer_for_usize!(u128, test_integer_u128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_usize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u128: traits::Num` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:863:17 [INFO] [stdout] | [INFO] [stdout] 863 | self.gcd_lcm(other).1 [INFO] [stdout] | ^^^^ the trait `traits::Num` is not implemented for `u128` [INFO] [stdout] ... [INFO] [stdout] 1014 | impl_integer_for_usize!(u128, test_integer_u128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `traits::Num`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `Integer::gcd_lcm` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | pub trait Integer: Sized + Num + PartialOrd + Ord + Eq { [INFO] [stdout] | ^^^ required by this bound in `Integer::gcd_lcm` [INFO] [stdout] ... [INFO] [stdout] 142 | fn gcd_lcm(&self, other: &Self) -> (Self, Self) { [INFO] [stdout] | ------- required by a bound in this associated function [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_usize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_zero` found for reference `&u128` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:870:25 [INFO] [stdout] | [INFO] [stdout] 870 | if self.is_zero() && other.is_zero() { [INFO] [stdout] | ^^^^^^^ method not found in `&u128` [INFO] [stdout] ... [INFO] [stdout] 1014 | impl_integer_for_usize!(u128, test_integer_u128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_usize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `is_zero` found for reference `&u128` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:870:44 [INFO] [stdout] | [INFO] [stdout] 870 | if self.is_zero() && other.is_zero() { [INFO] [stdout] | ^^^^^^^ method not found in `&u128` [INFO] [stdout] ... [INFO] [stdout] 1014 | impl_integer_for_usize!(u128, test_integer_u128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_usize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `zero` found for type `u128` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:871:35 [INFO] [stdout] | [INFO] [stdout] 871 | return (Self::zero(), Self::zero()); [INFO] [stdout] | ^^^^ function or associated item not found in `u128` [INFO] [stdout] ... [INFO] [stdout] 1014 | impl_integer_for_usize!(u128, test_integer_u128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_usize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `zero` found for type `u128` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:871:49 [INFO] [stdout] | [INFO] [stdout] 871 | return (Self::zero(), Self::zero()); [INFO] [stdout] | ^^^^ function or associated item not found in `u128` [INFO] [stdout] ... [INFO] [stdout] 1014 | impl_integer_for_usize!(u128, test_integer_u128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_usize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u128: traits::Num` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:873:27 [INFO] [stdout] | [INFO] [stdout] 873 | let gcd = self.gcd(other); [INFO] [stdout] | ^^^^ the trait `traits::Num` is not implemented for `u128` [INFO] [stdout] ... [INFO] [stdout] 1014 | impl_integer_for_usize!(u128, test_integer_u128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `traits::Num`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `Integer::gcd` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | pub trait Integer: Sized + Num + PartialOrd + Ord + Eq { [INFO] [stdout] | ^^^ required by this bound in `Integer::gcd` [INFO] [stdout] ... [INFO] [stdout] 114 | fn gcd(&self, other: &Self) -> Self; [INFO] [stdout] | --- required by a bound in this associated function [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_usize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u128: traits::Num` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:881:17 [INFO] [stdout] | [INFO] [stdout] 881 | self.is_multiple_of(other) [INFO] [stdout] | ^^^^ the trait `traits::Num` is not implemented for `u128` [INFO] [stdout] ... [INFO] [stdout] 1014 | impl_integer_for_usize!(u128, test_integer_u128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `traits::Num`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `Integer::is_multiple_of` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | pub trait Integer: Sized + Num + PartialOrd + Ord + Eq { [INFO] [stdout] | ^^^ required by this bound in `Integer::is_multiple_of` [INFO] [stdout] ... [INFO] [stdout] 223 | fn is_multiple_of(&self, other: &Self) -> bool; [INFO] [stdout] | -------------- required by a bound in this associated function [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_usize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `u128: traits::Num` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:899:23 [INFO] [stdout] | [INFO] [stdout] 899 | !self.is_even() [INFO] [stdout] | ^^^^^^^ the trait `traits::Num` is not implemented for `u128` [INFO] [stdout] ... [INFO] [stdout] 1014 | impl_integer_for_usize!(u128, test_integer_u128); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `traits::Num`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] i16 [INFO] [stdout] i32 [INFO] [stdout] i64 [INFO] [stdout] i8 [INFO] [stdout] isize [INFO] [stdout] u16 [INFO] [stdout] and 4 others [INFO] [stdout] note: required by a bound in `Integer::is_even` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.44/src/lib.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | pub trait Integer: Sized + Num + PartialOrd + Ord + Eq { [INFO] [stdout] | ^^^ required by this bound in `Integer::is_even` [INFO] [stdout] ... [INFO] [stdout] 234 | fn is_even(&self) -> bool; [INFO] [stdout] | ------- required by a bound in this associated function [INFO] [stdout] = note: this error originates in the macro `impl_integer_for_usize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `num-integer` (lib) due to 37 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "cbe2ae849b6df0775dbb02633ff02426bb6a62349df46b4350d8f4a1cec2ff12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbe2ae849b6df0775dbb02633ff02426bb6a62349df46b4350d8f4a1cec2ff12", kill_on_drop: false }` [INFO] [stdout] cbe2ae849b6df0775dbb02633ff02426bb6a62349df46b4350d8f4a1cec2ff12