[INFO] fetching crate extprim 1.7.1... [INFO] testing extprim-1.7.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate extprim 1.7.1 into /workspace/builds/worker-95/source [INFO] validating manifest of crates.io crate extprim 1.7.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking 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-95/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-95/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-95/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b7373f2866db765a3fb43f9a7a68ab04998801a39a67934b3de6bf184ac54d0e [INFO] running `Command { std: "docker" "start" "-a" "b7373f2866db765a3fb43f9a7a68ab04998801a39a67934b3de6bf184ac54d0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b7373f2866db765a3fb43f9a7a68ab04998801a39a67934b3de6bf184ac54d0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7373f2866db765a3fb43f9a7a68ab04998801a39a67934b3de6bf184ac54d0e", kill_on_drop: false }` [INFO] [stdout] b7373f2866db765a3fb43f9a7a68ab04998801a39a67934b3de6bf184ac54d0e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-95/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-95/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2d8985663a93bddf9d90245cb80943b834b232adb660ec87926794d25b449714 [INFO] running `Command { std: "docker" "start" "-a" "2d8985663a93bddf9d90245cb80943b834b232adb660ec87926794d25b449714", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling extprim v1.7.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [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 quote v0.6.13 [INFO] [stderr] Compiling serde_derive v1.0.98 [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] Finished dev [unoptimized + debuginfo] target(s) in 16.08s [INFO] running `Command { std: "docker" "inspect" "2d8985663a93bddf9d90245cb80943b834b232adb660ec87926794d25b449714", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d8985663a93bddf9d90245cb80943b834b232adb660ec87926794d25b449714", kill_on_drop: false }` [INFO] [stdout] 2d8985663a93bddf9d90245cb80943b834b232adb660ec87926794d25b449714 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-95/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-95/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 422a31ed7b1ed533edc99fbee26e6e8a7ff06199dc87fb1bd2ac6bc1e42dba72 [INFO] running `Command { std: "docker" "start" "-a" "422a31ed7b1ed533edc99fbee26e6e8a7ff06199dc87fb1bd2ac6bc1e42dba72", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.00s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/extprim-1f95bd77fed0bed4) [INFO] running `Command { std: "docker" "inspect" "422a31ed7b1ed533edc99fbee26e6e8a7ff06199dc87fb1bd2ac6bc1e42dba72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "422a31ed7b1ed533edc99fbee26e6e8a7ff06199dc87fb1bd2ac6bc1e42dba72", kill_on_drop: false }` [INFO] [stdout] 422a31ed7b1ed533edc99fbee26e6e8a7ff06199dc87fb1bd2ac6bc1e42dba72 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-95/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-95/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1f35bda4789ae9328ea4914a3b03254e1f152a0873f33a83d2f4158ad7eabb58 [INFO] running `Command { std: "docker" "start" "-a" "1f35bda4789ae9328ea4914a3b03254e1f152a0873f33a83d2f4158ad7eabb58", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] 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 1.38s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/extprim-1f95bd77fed0bed4) [INFO] [stdout] [INFO] [stdout] running 91 tests [INFO] [stderr] Doc-tests extprim [INFO] [stdout] test error::tests::test_local_parse_int_error_to_std ... ok [INFO] [stdout] test i128::add_sub_tests::test_add ... ok [INFO] [stdout] test format_buffer::test_format_buffer ... ok [INFO] [stdout] test i128::add_sub_tests::test_neg ... ok [INFO] [stdout] test i128::add_sub_tests::test_sub ... ok [INFO] [stdout] test i128::bitwise_tests::test_bit_or ... 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::checked_tests::test_checked_div ... ok [INFO] [stdout] test i128::bitwise_tests::test_bit_and ... 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 i128::conv_tests::test_i128_to_f64 ... ok [INFO] [stdout] test i128::div_rem_tests::test_rem ... ok [INFO] [stdout] test i128::conv_tests::test_builtin_i128_to_i128 ... ok [INFO] [stdout] test i128::div_rem_tests::test_div ... ok [INFO] [stdout] test i128::from_str_tests::test_from_str_radix ... ok [INFO] [stdout] test i128::cmp_tests::test_ord ... ok [INFO] [stdout] test i128::checked_tests::test_checked_sub ... ok [INFO] [stdout] test i128::bitwise_tests::test_not ... ok [INFO] [stdout] test i128::mul_tests::test_mul ... ok [INFO] [stdout] test traits::float_to_128_tests::test_i64_to_i128 ... ok [INFO] [stdout] test i128::shift_tests::test_shl ... ok [INFO] [stdout] test i128::iter_tests::test_product ... ok [INFO] [stdout] test traits::float_to_128_tests::test_f64_to_i128 ... ok [INFO] [stdout] test i128::structure_tests::test_new ... ok [INFO] [stdout] test i128::mul_tests::test_wrapping_overflowing_mul ... ok [INFO] [stdout] test i128::show_tests::test_show ... ok [INFO] [stdout] test i128::shift_tests::test_shr ... ok [INFO] [stdout] test traits::float_to_128_tests::test_u64_to_i128 ... ok [INFO] [stdout] test traits::float_to_128_tests::test_f64_to_u128 ... ok [INFO] [stdout] test i128::iter_tests::test_sum ... ok [INFO] [stdout] test traits::float_to_128_tests::test_f32_to_u128 ... ok [INFO] [stdout] test traits::float_to_128_tests::test_i64_to_u128 ... ok [INFO] [stdout] test traits::float_to_128_tests::test_f32_to_i128 ... 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::bitwise_tests::test_bit_xor ... ok [INFO] [stdout] test u128::prim_int_tests::test_checked_mul ... ok [INFO] [stdout] test u128::add_sub_tests::test_sub ... ok [INFO] [stdout] test u128::conv_tests::test_u128_to_f64 ... ok [INFO] [stdout] test u128::iter_tests::test_product ... ok [INFO] [stdout] test u128::conv_tests::test_builtin_u128_to_u128 ... ok [INFO] [stdout] test u128::prim_int_tests::test_checked_next_power_of_two ... 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::bitwise_tests::test_bit_and ... ok [INFO] [stdout] test u128::mul_tests::test_u64_long_mul ... ok [INFO] [stdout] test u128::add_sub_tests::test_wrapping_overflowing_sub ... ok [INFO] [stdout] test u128::mul_tests::test_wrapping_overflowing_mul ... ok [INFO] [stdout] test u128::prim_int_tests::test_checked_add ... ok [INFO] [stdout] test u128::prim_int_tests::test_checked_div ... 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 traits::float_to_128_tests::test_u64_to_u128 ... ok [INFO] [stdout] test u128::mul_tests::test_mul_64 ... ok [INFO] [stdout] test u128::mul_tests::test_mul ... ok [INFO] [stdout] test u128::iter_tests::test_sum ... ok [INFO] [stdout] test u128::from_str_tests::test_from_str_radix ... ok [INFO] [stdout] test u128::div_rem_tests::test_rem ... ok [INFO] [stdout] test u128::div_rem_tests::test_div_rem ... ok [INFO] [stdout] test u128::cmp_tests::test_ord ... ok [INFO] [stdout] test u128::bitwise_tests::test_not ... ok [INFO] [stdout] test u128::div_rem_tests::test_div ... ok [INFO] [stdout] test u128::add_sub_tests::test_wrapping_overflowing_add ... ok [INFO] [stdout] test u128::bitwise_tests::test_bit_or ... ok [INFO] [stdout] test u128::shift_tests::test_shr ... ok [INFO] [stdout] test traits::num_cast_tests::test_num_cast_for_u128 ... ok [INFO] [stdout] test i128::add_sub_tests::test_add_overflow_below - should panic ... ok [INFO] [stdout] test u128::show_tests::test_binary ... ok [INFO] [stdout] test u128::show_tests::test_octal ... ok [INFO] [stdout] test u128::shift_tests::test_shl_overflow - should panic ... ok [INFO] [stdout] test u128::show_tests::test_display ... ok [INFO] [stdout] test i128::add_sub_tests::test_neg_min - should panic ... ok [INFO] [stdout] test u128::show_tests::test_hex ... ok [INFO] [stdout] test i128::add_sub_tests::test_add_overflow_above - should panic ... ok [INFO] [stdout] test u128::add_sub_tests::test_add_overflow_with_carry - should panic ... ok [INFO] [stdout] test u128::mul_tests::test_mul_overflow_max_max - should panic ... ok [INFO] [stdout] test i128::add_sub_tests::test_sub_overflow_below - should panic ... ok [INFO] [stdout] test u128::mul_tests::test_mul_overflow_max_2 - should panic ... ok [INFO] [stdout] test u128::add_sub_tests::test_add_overflow_without_carry - should panic ... ok [INFO] [stdout] test u128::div_rem_tests::test_rem_by_zero - should panic ... ok [INFO] [stdout] test u128::mul_tests::test_mul_overflow_80_80 - should panic ... ok [INFO] [stdout] test u128::div_rem_tests::test_div_by_zero - should panic ... ok [INFO] [stdout] test u128::add_sub_tests::test_sub_overflow - should panic ... ok [INFO] [stdout] test u128::shift_tests::test_shr_overflow - should panic ... ok [INFO] [stdout] test u128::mul_tests::test_mul_64_overflow_max_2 - should panic ... ok [INFO] [stdout] test i128::add_sub_tests::test_sub_overflow_above - should panic ... ok [INFO] [stdout] test u128::mul_tests::test_mul_overflow_10_10 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 91 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [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] [stdout] [INFO] [stderr] [INFO] [stdout] running 96 tests [INFO] [stdout] test src/lib.rs - (line 44) ... ignored [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name extprim --test /opt/rustwide/workdir/src/lib.rs -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern extprim=/opt/rustwide/target/debug/deps/libextprim-21139a9132f7e4e1.rlib --extern extprim_literals=/opt/rustwide/target/debug/deps/libextprim_literals-0bcc55f22e43afe8.rlib --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-c8218129049a6c67.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-4da081d859470107.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-19afd973d66ad425.rlib --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-f43a6eba5d738b3f.so -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="use-std"' --cfg 'extprim_channel="stable"' --cfg extprim_has_stable_i128 --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "1f35bda4789ae9328ea4914a3b03254e1f152a0873f33a83d2f4158ad7eabb58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f35bda4789ae9328ea4914a3b03254e1f152a0873f33a83d2f4158ad7eabb58", kill_on_drop: false }` [INFO] [stdout] 1f35bda4789ae9328ea4914a3b03254e1f152a0873f33a83d2f4158ad7eabb58