[INFO] fetching crate extprim 1.7.1... [INFO] testing extprim-1.7.1 against 1.59.0 for beta-1.60-1 [INFO] extracting crate extprim 1.7.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate extprim 1.7.1 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate extprim 1.7.1 [INFO] finished tweaking crates.io crate extprim 1.7.1 [INFO] tweaked toml for crates.io crate extprim 1.7.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7bd6504110389fde78d6d1afefb1fcdc65ede26c683bcebcf2c214c1739154eb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7bd6504110389fde78d6d1afefb1fcdc65ede26c683bcebcf2c214c1739154eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7bd6504110389fde78d6d1afefb1fcdc65ede26c683bcebcf2c214c1739154eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bd6504110389fde78d6d1afefb1fcdc65ede26c683bcebcf2c214c1739154eb", kill_on_drop: false }` [INFO] [stdout] 7bd6504110389fde78d6d1afefb1fcdc65ede26c683bcebcf2c214c1739154eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 39d92cb7667528105471eab52d4ae355eeeccfb4e898c6d719137ffdbe65421f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "39d92cb7667528105471eab52d4ae355eeeccfb4e898c6d719137ffdbe65421f", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling extprim v1.7.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:93:25 [INFO] [stdout] | [INFO] [stdout] 93 | -$d ... 0 => u128::new(mantissa >> -exp), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 117 | impl_to_extra_primitive_for_float!(f32, 23, 104, 103); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:94:23 [INFO] [stdout] | [INFO] [stdout] 94 | 1 ... $e => u128::new(mantissa) << exp, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 117 | impl_to_extra_primitive_for_float!(f32, 23, 104, 103); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:102:25 [INFO] [stdout] | [INFO] [stdout] 102 | -$d ... 0 => u128::new(mantissa >> -exp), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 117 | impl_to_extra_primitive_for_float!(f32, 23, 104, 103); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:103:23 [INFO] [stdout] | [INFO] [stdout] 103 | 1 ... $f => u128::new(mantissa) << exp, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 117 | impl_to_extra_primitive_for_float!(f32, 23, 104, 103); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:93:25 [INFO] [stdout] | [INFO] [stdout] 93 | -$d ... 0 => u128::new(mantissa >> -exp), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 118 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:94:23 [INFO] [stdout] | [INFO] [stdout] 94 | 1 ... $e => u128::new(mantissa) << exp, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 118 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:102:25 [INFO] [stdout] | [INFO] [stdout] 102 | -$d ... 0 => u128::new(mantissa >> -exp), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 118 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:103:23 [INFO] [stdout] | [INFO] [stdout] 103 | 1 ... $f => u128::new(mantissa) << exp, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 118 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/compiler_rt.rs:12:19 [INFO] [stdout] | [INFO] [stdout] 12 | use std::mem::uninitialized; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/compiler_rt.rs:31:27 [INFO] [stdout] | [INFO] [stdout] 31 | let mut rem = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.06s [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "39d92cb7667528105471eab52d4ae355eeeccfb4e898c6d719137ffdbe65421f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39d92cb7667528105471eab52d4ae355eeeccfb4e898c6d719137ffdbe65421f", kill_on_drop: false }` [INFO] [stdout] 39d92cb7667528105471eab52d4ae355eeeccfb4e898c6d719137ffdbe65421f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 813e1758a954e0d8f32dea6f3a3a4bc8356df7fa1f42376e4b3cb13ed91f6c68 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "813e1758a954e0d8f32dea6f3a3a4bc8356df7fa1f42376e4b3cb13ed91f6c68", kill_on_drop: false }` [INFO] [stderr] Compiling procedural-masquerade v0.1.7 [INFO] [stderr] Compiling extprim v1.7.1 [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:93:25 [INFO] [stdout] | [INFO] [stdout] 93 | -$d ... 0 => u128::new(mantissa >> -exp), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 117 | impl_to_extra_primitive_for_float!(f32, 23, 104, 103); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:94:23 [INFO] [stdout] | [INFO] [stdout] 94 | 1 ... $e => u128::new(mantissa) << exp, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 117 | impl_to_extra_primitive_for_float!(f32, 23, 104, 103); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:102:25 [INFO] [stdout] | [INFO] [stdout] 102 | -$d ... 0 => u128::new(mantissa >> -exp), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 117 | impl_to_extra_primitive_for_float!(f32, 23, 104, 103); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:103:23 [INFO] [stdout] | [INFO] [stdout] 103 | 1 ... $f => u128::new(mantissa) << exp, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 117 | impl_to_extra_primitive_for_float!(f32, 23, 104, 103); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:93:25 [INFO] [stdout] | [INFO] [stdout] 93 | -$d ... 0 => u128::new(mantissa >> -exp), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 118 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:94:23 [INFO] [stdout] | [INFO] [stdout] 94 | 1 ... $e => u128::new(mantissa) << exp, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 118 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:102:25 [INFO] [stdout] | [INFO] [stdout] 102 | -$d ... 0 => u128::new(mantissa >> -exp), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 118 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:103:23 [INFO] [stdout] | [INFO] [stdout] 103 | 1 ... $f => u128::new(mantissa) << exp, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 118 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/compiler_rt.rs:12:19 [INFO] [stdout] | [INFO] [stdout] 12 | use std::mem::uninitialized; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/compiler_rt.rs:31:27 [INFO] [stdout] | [INFO] [stdout] 31 | let mut rem = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling extprim_literals_macros v2.0.3 [INFO] [stderr] Compiling extprim_literals v2.0.3 [INFO] [stderr] Compiling extprim v1.7.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:93:25 [INFO] [stdout] | [INFO] [stdout] 93 | -$d ... 0 => u128::new(mantissa >> -exp), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 117 | impl_to_extra_primitive_for_float!(f32, 23, 104, 103); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:94:23 [INFO] [stdout] | [INFO] [stdout] 94 | 1 ... $e => u128::new(mantissa) << exp, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 117 | impl_to_extra_primitive_for_float!(f32, 23, 104, 103); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:102:25 [INFO] [stdout] | [INFO] [stdout] 102 | -$d ... 0 => u128::new(mantissa >> -exp), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 117 | impl_to_extra_primitive_for_float!(f32, 23, 104, 103); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:103:23 [INFO] [stdout] | [INFO] [stdout] 103 | 1 ... $f => u128::new(mantissa) << exp, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 117 | impl_to_extra_primitive_for_float!(f32, 23, 104, 103); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:93:25 [INFO] [stdout] | [INFO] [stdout] 93 | -$d ... 0 => u128::new(mantissa >> -exp), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 118 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:94:23 [INFO] [stdout] | [INFO] [stdout] 94 | 1 ... $e => u128::new(mantissa) << exp, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 118 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:102:25 [INFO] [stdout] | [INFO] [stdout] 102 | -$d ... 0 => u128::new(mantissa >> -exp), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 118 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/traits.rs:103:23 [INFO] [stdout] | [INFO] [stdout] 103 | 1 ... $f => u128::new(mantissa) << exp, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] ... [INFO] [stdout] 118 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/compiler_rt.rs:12:19 [INFO] [stdout] | [INFO] [stdout] 12 | use std::mem::uninitialized; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/compiler_rt.rs:31:27 [INFO] [stdout] | [INFO] [stdout] 31 | let mut rem = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.38s [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "813e1758a954e0d8f32dea6f3a3a4bc8356df7fa1f42376e4b3cb13ed91f6c68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "813e1758a954e0d8f32dea6f3a3a4bc8356df7fa1f42376e4b3cb13ed91f6c68", kill_on_drop: false }` [INFO] [stdout] 813e1758a954e0d8f32dea6f3a3a4bc8356df7fa1f42376e4b3cb13ed91f6c68 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3197d21a14edb628dc3c08f0222fb0190314c188e1f82db458eb90c3af7afac8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3197d21a14edb628dc3c08f0222fb0190314c188e1f82db458eb90c3af7afac8", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stdout] running 91 tests [INFO] [stderr] --> src/traits.rs:93:25 [INFO] [stdout] test format_buffer::test_format_buffer ... ok [INFO] [stderr] | [INFO] [stderr] 93 | -$d ... 0 => u128::new(mantissa >> -exp), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 117 | impl_to_extra_primitive_for_float!(f32, 23, 104, 103); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/traits.rs:94:23 [INFO] [stderr] | [INFO] [stderr] 94 | 1 ... $e => u128::new(mantissa) << exp, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 117 | impl_to_extra_primitive_for_float!(f32, 23, 104, 103); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/traits.rs:102:25 [INFO] [stderr] | [INFO] [stderr] 102 | -$d ... 0 => u128::new(mantissa >> -exp), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 117 | impl_to_extra_primitive_for_float!(f32, 23, 104, 103); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/traits.rs:103:23 [INFO] [stderr] | [INFO] [stderr] 103 | 1 ... $f => u128::new(mantissa) << exp, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 117 | impl_to_extra_primitive_for_float!(f32, 23, 104, 103); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/traits.rs:93:25 [INFO] [stderr] | [INFO] [stderr] 93 | -$d ... 0 => u128::new(mantissa >> -exp), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 118 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/traits.rs:94:23 [INFO] [stderr] | [INFO] [stderr] 94 | 1 ... $e => u128::new(mantissa) << exp, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 118 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/traits.rs:102:25 [INFO] [stderr] | [INFO] [stderr] 102 | -$d ... 0 => u128::new(mantissa >> -exp), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 118 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/traits.rs:103:23 [INFO] [stderr] | [INFO] [stderr] 103 | 1 ... $f => u128::new(mantissa) << exp, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 118 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/compiler_rt.rs:12:19 [INFO] [stderr] | [INFO] [stderr] 12 | use std::mem::uninitialized; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/compiler_rt.rs:31:27 [INFO] [stderr] | [INFO] [stderr] 31 | let mut rem = uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `extprim` (lib) generated 10 warnings [INFO] [stderr] warning: `extprim` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/extprim-c0eee6cc214c510e) [INFO] [stdout] test i128::add_sub_tests::test_neg ... ok [INFO] [stdout] test i128::bitwise_tests::test_bit_and ... ok [INFO] [stdout] test i128::bitwise_tests::test_bit_xor ... ok [INFO] [stdout] test i128::checked_tests::test_checked_add ... ok [INFO] [stdout] test i128::bitwise_tests::test_not ... ok [INFO] [stdout] test i128::add_sub_tests::test_add ... ok [INFO] [stdout] test i128::add_sub_tests::test_sub ... ok [INFO] [stdout] test error::tests::test_local_parse_int_error_to_std ... ok [INFO] [stdout] test i128::conv_tests::test_builtin_i128_to_i128 ... ok [INFO] [stdout] test i128::checked_tests::test_checked_sub ... ok [INFO] [stdout] test i128::cmp_tests::test_ord ... ok [INFO] [stdout] test i128::div_rem_tests::test_rem ... ok [INFO] [stdout] test i128::mul_tests::test_mul ... ok [INFO] [stdout] test i128::shift_tests::test_shl ... ok [INFO] [stdout] test i128::div_rem_tests::test_div ... ok [INFO] [stdout] test i128::iter_tests::test_product ... ok [INFO] [stdout] test i128::conv_tests::test_i128_to_f64 ... ok [INFO] [stdout] test i128::iter_tests::test_sum ... ok [INFO] [stdout] test i128::mul_tests::test_wrapping_overflowing_mul ... ok [INFO] [stdout] test i128::shift_tests::test_shr ... ok [INFO] [stdout] test i128::show_tests::test_show ... ok [INFO] [stdout] test i128::structure_tests::test_new ... ok [INFO] [stdout] test traits::float_to_128_tests::test_f32_to_i128 ... ok [INFO] [stdout] test traits::float_to_128_tests::test_f64_to_u128 ... ok [INFO] [stdout] test traits::float_to_128_tests::test_i64_to_i128 ... ok [INFO] [stdout] test traits::float_to_128_tests::test_i64_to_u128 ... ok [INFO] [stdout] test traits::float_to_128_tests::test_u64_to_i128 ... ok [INFO] [stdout] test traits::num_cast_tests::test_num_cast_for_u128 ... ok [INFO] [stdout] test traits::float_to_128_tests::test_u64_to_u128 ... ok [INFO] [stdout] test traits::num_cast_tests::test_num_cast_for_i128 ... ok [INFO] [stdout] test u128::add_sub_tests::test_add ... ok [INFO] [stdout] test u128::add_sub_tests::test_sub ... ok [INFO] [stdout] test u128::add_sub_tests::test_wrapping_overflowing_add ... ok [INFO] [stdout] test u128::add_sub_tests::test_wrapping_overflowing_sub ... ok [INFO] [stdout] test u128::bitwise_tests::test_bit_and ... ok [INFO] [stdout] test traits::float_to_128_tests::test_f32_to_u128 ... ok [INFO] [stdout] test u128::bitwise_tests::test_bit_or ... ok [INFO] [stdout] test i128::checked_tests::test_checked_mul ... ok [INFO] [stdout] test i128::div_rem_tests::test_div_rem ... ok [INFO] [stdout] test traits::float_to_128_tests::test_f64_to_i128 ... ok [INFO] [stdout] test i128::bitwise_tests::test_bit_or ... ok [INFO] [stdout] test u128::bitwise_tests::test_not ... ok [INFO] [stdout] test u128::conv_tests::test_u128_to_f64 ... ok [INFO] [stdout] test u128::div_rem_tests::test_div ... ok [INFO] [stdout] test u128::div_rem_tests::test_div_rem ... ok [INFO] [stdout] test u128::div_rem_tests::test_rem ... ok [INFO] [stdout] test i128::from_str_tests::test_from_str_radix ... ok [INFO] [stdout] test u128::bitwise_tests::test_bit_xor ... ok [INFO] [stdout] test i128::checked_tests::test_checked_div ... ok [INFO] [stdout] test u128::iter_tests::test_sum ... ok [INFO] [stdout] test u128::iter_tests::test_product ... ok [INFO] [stdout] test u128::cmp_tests::test_ord ... ok [INFO] [stdout] test i128::add_sub_tests::test_add_overflow_above - should panic ... ok [INFO] [stdout] test i128::add_sub_tests::test_add_overflow_below - should panic ... ok [INFO] [stdout] test u128::conv_tests::test_builtin_u128_to_u128 ... ok [INFO] [stdout] test u128::from_str_tests::test_from_str_radix ... ok [INFO] [stdout] test u128::mul_tests::test_mul ... ok [INFO] [stdout] test i128::add_sub_tests::test_sub_overflow_below - should panic ... ok [INFO] [stdout] test i128::add_sub_tests::test_neg_min - should panic ... ok [INFO] [stdout] test u128::add_sub_tests::test_add_overflow_with_carry - should panic ... ok [INFO] [stdout] test i128::add_sub_tests::test_sub_overflow_above - should panic ... ok [INFO] [stdout] test u128::prim_int_tests::test_checked_next_power_of_two ... ok [INFO] [stdout] test u128::prim_int_tests::test_checked_mul ... ok [INFO] [stdout] test u128::prim_int_tests::test_checked_sub ... ok [INFO] [stdout] test u128::prim_int_tests::test_leading_zeros ... ok [INFO] [stdout] test u128::prim_int_tests::test_rotate ... ok [INFO] [stdout] test u128::prim_int_tests::test_swap_bytes ... ok [INFO] [stdout] test u128::prim_int_tests::test_trailing_zeros ... ok [INFO] [stdout] test u128::shift_tests::test_shl ... ok [INFO] [stdout] test u128::shift_tests::test_shl_overflow - should panic ... ok [INFO] [stdout] test u128::shift_tests::test_shr ... ok [INFO] [stdout] test u128::show_tests::test_binary ... ok [INFO] [stdout] test u128::shift_tests::test_shr_overflow - should panic ... ok [INFO] [stdout] test u128::show_tests::test_display ... ok [INFO] [stdout] test u128::show_tests::test_hex ... ok [INFO] [stdout] test u128::show_tests::test_octal ... ok [INFO] [stdout] test u128::mul_tests::test_mul_overflow_10_10 - should panic ... ok [INFO] [stdout] test u128::mul_tests::test_mul_64_overflow_max_2 - should panic ... ok [INFO] [stdout] test u128::prim_int_tests::test_checked_div ... ok [INFO] [stdout] test u128::mul_tests::test_mul_64 ... ok [INFO] [stdout] test u128::mul_tests::test_u64_long_mul ... ok [INFO] [stdout] test u128::mul_tests::test_mul_overflow_80_80 - should panic ... ok [INFO] [stdout] test u128::prim_int_tests::test_checked_add ... ok [INFO] [stdout] test u128::mul_tests::test_wrapping_overflowing_mul ... ok [INFO] [stdout] test u128::add_sub_tests::test_sub_overflow - should panic ... ok [INFO] [stdout] test u128::div_rem_tests::test_div_by_zero - should panic ... ok [INFO] [stdout] test u128::div_rem_tests::test_rem_by_zero - should panic ... ok [INFO] [stderr] Doc-tests extprim [INFO] [stdout] test u128::mul_tests::test_mul_overflow_max_max - should panic ... ok [INFO] [stdout] test u128::add_sub_tests::test_add_overflow_without_carry - should panic ... ok [INFO] [stdout] test u128::mul_tests::test_mul_overflow_max_2 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 91 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/traits.rs:93:25 [INFO] [stderr] | [INFO] [stderr] 93 | -$d ... 0 => u128::new(mantissa >> -exp), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 117 | impl_to_extra_primitive_for_float!(f32, 23, 104, 103); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/traits.rs:94:23 [INFO] [stderr] | [INFO] [stderr] 94 | 1 ... $e => u128::new(mantissa) << exp, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 117 | impl_to_extra_primitive_for_float!(f32, 23, 104, 103); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/traits.rs:102:25 [INFO] [stderr] | [INFO] [stderr] 102 | -$d ... 0 => u128::new(mantissa >> -exp), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 117 | impl_to_extra_primitive_for_float!(f32, 23, 104, 103); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/traits.rs:103:23 [INFO] [stderr] | [INFO] [stderr] 103 | 1 ... $f => u128::new(mantissa) << exp, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 117 | impl_to_extra_primitive_for_float!(f32, 23, 104, 103); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/traits.rs:93:25 [INFO] [stderr] | [INFO] [stderr] 93 | -$d ... 0 => u128::new(mantissa >> -exp), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 118 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/traits.rs:94:23 [INFO] [stderr] | [INFO] [stderr] 94 | 1 ... $e => u128::new(mantissa) << exp, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 118 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/traits.rs:102:25 [INFO] [stderr] | [INFO] [stderr] 102 | -$d ... 0 => u128::new(mantissa >> -exp), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 118 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/traits.rs:103:23 [INFO] [stderr] | [INFO] [stderr] 103 | 1 ... $f => u128::new(mantissa) << exp, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] ... [INFO] [stderr] 118 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `impl_to_extra_primitive_for_float` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 96 tests [INFO] [stdout] test src/i128.rs - i128::i128::checked_mul (line 940) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::count_zeros (line 1450) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::high64 (line 125) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::from_str_radix (line 1810) ... ok [INFO] [stdout] test src/i128.rs - i128::div_rem (line 1196) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::checked_neg (line 302) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::checked_shl (line 738) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::abs (line 1710) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::checked_shr (line 752) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::count_ones (line 1437) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::checked_div (line 1111) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::from_parts (line 81) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::checked_add (line 370) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::low64 (line 111) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::as_u128 (line 139) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::checked_rem (line 1131) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::is_positive (line 1756) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::checked_sub (line 384) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::overflowing_mul (line 873) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::overflowing_shl (line 704) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::is_negative (line 1772) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::overflowing_div (line 1067) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::leading_zeros (line 1461) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::overflowing_rem (line 1092) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::overflowing_add (line 244) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::overflowing_shr (line 722) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::overflowing_sub (line 266) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::rotate_right (line 1513) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::overflowing_neg (line 288) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::saturating_mul (line 919) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::signum (line 1734) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::pow (line 1579) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::saturating_neg (line 354) ... ok [INFO] [stdout] test src/lib.rs - (line 44) ... ignored [INFO] [stdout] test src/i128.rs - i128::i128::saturating_add (line 320) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::saturating_sub (line 337) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::wrapping_rem (line 1043) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::wrapping_shl (line 653) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::swap_bytes (line 1528) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::rotate_left (line 1497) ... ok [INFO] [stdout] test src/lib.rs - (line 12) ... FAILED [INFO] [stdout] test src/i128.rs - i128::i128::trailing_zeros (line 1479) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::wrapping_neg (line 226) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::wrapping_div (line 1018) ... ok [INFO] [stdout] test src/traits.rs - traits::ToExtraPrimitive (line 18) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::wrapping_add (line 193) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::wrapping_mul (line 901) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::wrapping_shr (line 672) ... ok [INFO] [stdout] test src/traits.rs - traits::pow (line 325) ... ok [INFO] [stdout] test src/i128.rs - i128::i128::wrapping_sub (line 208) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::checked_add (line 341) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::checked_div (line 1358) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::as_i128 (line 164) ... ok [INFO] [stdout] test src/traits.rs - traits::parse_rust_int_lit (line 354) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::checked_sub (line 355) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::checked_mul_64 (line 1059) ... ok [INFO] [stdout] test src/u128.rs - u128::div_rem (line 1439) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::checked_rem (line 1376) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::checked_next_power_of_two (line 1893) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::checked_mul (line 1042) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::count_ones (line 1679) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::checked_shl (line 727) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::low64 (line 136) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::count_zeros (line 1693) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::from_parts (line 104) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::high64 (line 150) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::checked_shr (line 742) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::overflowing_shr (line 710) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::is_power_of_two (line 1856) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::next_power_of_two (line 1873) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::leading_zeros (line 1707) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::overflowing_sub (line 266) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::overflowing_add (line 245) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::rotate_left (line 1749) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::pow (line 1842) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::overflowing_mul_64 (line 1003) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::rotate_right (line 1776) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::overflowing_shl (line 691) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::saturating_mul_64 (line 1024) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::overflowing_rem (line 1345) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::overflowing_mul (line 931) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::overflowing_div (line 1324) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::saturating_add (line 284) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::swap_bytes (line 1791) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::trailing_zeros (line 1728) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::wrapping_add (line 206) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::saturating_mul (line 964) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::saturating_sub (line 302) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::wrapping_div (line 1281) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::wrapping_mul (line 903) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::wrapping_mul_64 (line 982) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::wrapping_shr (line 658) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::wrapping_shl (line 629) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::wrapping_neg (line 325) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::wrapping_sub (line 224) ... ok [INFO] [stdout] test src/u128.rs - u128::u128::wrapping_rem (line 1302) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 12) stdout ---- [INFO] [stdout] error: using `procedural-masquerade` crate [INFO] [stdout] --> src/lib.rs:32:21 [INFO] [stdout] | [INFO] [stdout] 21 | const e: i128 = i128!(100000000000000000000000000000000000000); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(proc_macro_back_compat)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #83125 [INFO] [stdout] = note: The `procedural-masquerade` crate has been unnecessary since Rust 1.30.0. Versions of this crate below 0.1.7 will eventually stop compiling. [INFO] [stdout] = note: this error originates in the macro `internal_extprim_literals_macros_invoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] warning: constant `e` should have an upper case name [INFO] [stdout] --> src/lib.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 21 | const e: i128 = i128!(100000000000000000000000000000000000000); [INFO] [stdout] | ^ help: convert the identifier to upper case: `E` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 12) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 94 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out; finished in 18.13s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "3197d21a14edb628dc3c08f0222fb0190314c188e1f82db458eb90c3af7afac8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3197d21a14edb628dc3c08f0222fb0190314c188e1f82db458eb90c3af7afac8", kill_on_drop: false }` [INFO] [stdout] 3197d21a14edb628dc3c08f0222fb0190314c188e1f82db458eb90c3af7afac8