[INFO] fetching crate ezra 0.1.3... [INFO] testing ezra-0.1.3 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate ezra 0.1.3 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate ezra 0.1.3 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ezra 0.1.3 [INFO] finished tweaking crates.io crate ezra 0.1.3 [INFO] tweaked toml for crates.io crate ezra 0.1.3 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7f60319dc0f366304a6b9ba1cc55b0274c69e2a2aab7887bb0e1aeeab6dbe8db [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" "7f60319dc0f366304a6b9ba1cc55b0274c69e2a2aab7887bb0e1aeeab6dbe8db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7f60319dc0f366304a6b9ba1cc55b0274c69e2a2aab7887bb0e1aeeab6dbe8db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f60319dc0f366304a6b9ba1cc55b0274c69e2a2aab7887bb0e1aeeab6dbe8db", kill_on_drop: false }` [INFO] [stdout] 7f60319dc0f366304a6b9ba1cc55b0274c69e2a2aab7887bb0e1aeeab6dbe8db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d335cbad50d391854df99b3cecdafc5577eaced5b53d07e1087c9b4717f82c8d [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" "d335cbad50d391854df99b3cecdafc5577eaced5b53d07e1087c9b4717f82c8d", kill_on_drop: false }` [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling ezra v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `HashMap` is imported redundantly [INFO] [stdout] --> src/dice/dice_collection.rs:421:13 [INFO] [stdout] | [INFO] [stdout] 10 | use std::collections::HashMap; [INFO] [stdout] | ------------------------- the item `HashMap` is already imported here [INFO] [stdout] ... [INFO] [stdout] 421 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dice/value_die.rs:39:14 [INFO] [stdout] | [INFO] [stdout] 39 | rng: Box, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 39 - rng: Box, [INFO] [stdout] 39 + rng: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dice/numeric_die.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | rng: Box, [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 36 - rng: Box, [INFO] [stdout] 36 + rng: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dice/value_die.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn new(vals: Vec, rng: Option>) -> Self { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 111 - pub fn new(vals: Vec, rng: Option>) -> Self { [INFO] [stdout] 111 + pub fn new(vals: Vec, rng: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dice/numeric_die.rs:91:75 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn new(min: usize, step: usize, num_sides: usize, rng: Option>) -> Self { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 91 - pub fn new(min: usize, step: usize, num_sides: usize, rng: Option>) -> Self { [INFO] [stdout] 91 + pub fn new(min: usize, step: usize, num_sides: usize, rng: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.84s [INFO] running `Command { std: "docker" "inspect" "d335cbad50d391854df99b3cecdafc5577eaced5b53d07e1087c9b4717f82c8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d335cbad50d391854df99b3cecdafc5577eaced5b53d07e1087c9b4717f82c8d", kill_on_drop: false }` [INFO] [stdout] d335cbad50d391854df99b3cecdafc5577eaced5b53d07e1087c9b4717f82c8d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f50c2834f3ada63e57f15613339a39353793c653311e81c1dc6e021e63bdda0 [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" "3f50c2834f3ada63e57f15613339a39353793c653311e81c1dc6e021e63bdda0", kill_on_drop: false }` [INFO] [stdout] warning: the item `HashMap` is imported redundantly [INFO] [stdout] --> src/dice/dice_collection.rs:421:13 [INFO] [stdout] | [INFO] [stdout] 10 | use std::collections::HashMap; [INFO] [stdout] | ------------------------- the item `HashMap` is already imported here [INFO] [stdout] ... [INFO] [stdout] 421 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dice/value_die.rs:39:14 [INFO] [stdout] | [INFO] [stdout] 39 | rng: Box, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 39 - rng: Box, [INFO] [stdout] 39 + rng: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dice/numeric_die.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | rng: Box, [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 36 - rng: Box, [INFO] [stdout] 36 + rng: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ezra v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dice/value_die.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn new(vals: Vec, rng: Option>) -> Self { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 111 - pub fn new(vals: Vec, rng: Option>) -> Self { [INFO] [stdout] 111 + pub fn new(vals: Vec, rng: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dice/numeric_die.rs:91:75 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn new(min: usize, step: usize, num_sides: usize, rng: Option>) -> Self { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 91 - pub fn new(min: usize, step: usize, num_sides: usize, rng: Option>) -> Self { [INFO] [stdout] 91 + pub fn new(min: usize, step: usize, num_sides: usize, rng: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `HashMap` is imported redundantly [INFO] [stdout] --> src/dice/dice_collection.rs:421:13 [INFO] [stdout] | [INFO] [stdout] 10 | use std::collections::HashMap; [INFO] [stdout] | ------------------------- the item `HashMap` is already imported here [INFO] [stdout] ... [INFO] [stdout] 421 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dice/value_die.rs:39:14 [INFO] [stdout] | [INFO] [stdout] 39 | rng: Box, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 39 - rng: Box, [INFO] [stdout] 39 + rng: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dice/numeric_die.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | rng: Box, [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 36 - rng: Box, [INFO] [stdout] 36 + rng: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dice/value_die.rs:111:46 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn new(vals: Vec, rng: Option>) -> Self { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 111 - pub fn new(vals: Vec, rng: Option>) -> Self { [INFO] [stdout] 111 + pub fn new(vals: Vec, rng: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dice/numeric_die.rs:91:75 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn new(min: usize, step: usize, num_sides: usize, rng: Option>) -> Self { [INFO] [stdout] | ^^^ [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 91 - pub fn new(min: usize, step: usize, num_sides: usize, rng: Option>) -> Self { [INFO] [stdout] 91 + pub fn new(min: usize, step: usize, num_sides: usize, rng: Option>) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.80s [INFO] running `Command { std: "docker" "inspect" "3f50c2834f3ada63e57f15613339a39353793c653311e81c1dc6e021e63bdda0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f50c2834f3ada63e57f15613339a39353793c653311e81c1dc6e021e63bdda0", kill_on_drop: false }` [INFO] [stdout] 3f50c2834f3ada63e57f15613339a39353793c653311e81c1dc6e021e63bdda0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1ad4d3e76ab146c488e5a366054bdc890ec99eebe5ce104b2a735df097975438 [INFO] running `Command { std: "docker" "start" "-a" "1ad4d3e76ab146c488e5a366054bdc890ec99eebe5ce104b2a735df097975438", kill_on_drop: false }` [INFO] [stderr] warning: the item `HashMap` is imported redundantly [INFO] [stderr] --> src/dice/dice_collection.rs:421:13 [INFO] [stderr] | [INFO] [stderr] 10 | use std::collections::HashMap; [INFO] [stderr] | ------------------------- the item `HashMap` is already imported here [INFO] [stderr] ... [INFO] [stderr] 421 | use std::collections::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dice/value_die.rs:39:14 [INFO] [stderr] | [INFO] [stderr] 39 | rng: Box, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` 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] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 39 - rng: Box, [INFO] [stderr] 39 + rng: Box, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dice/numeric_die.rs:36:14 [INFO] [stderr] | [INFO] [stderr] 36 | rng: Box, [INFO] [stderr] | ^^^ [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] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 36 - rng: Box, [INFO] [stderr] 36 + rng: Box, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dice/value_die.rs:111:46 [INFO] [stderr] | [INFO] [stderr] 111 | pub fn new(vals: Vec, rng: Option>) -> Self { [INFO] [stderr] | ^^^ [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] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 111 - pub fn new(vals: Vec, rng: Option>) -> Self { [INFO] [stderr] 111 + pub fn new(vals: Vec, rng: Option>) -> Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dice/numeric_die.rs:91:75 [INFO] [stderr] | [INFO] [stderr] 91 | pub fn new(min: usize, step: usize, num_sides: usize, rng: Option>) -> Self { [INFO] [stderr] | ^^^ [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] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 91 - pub fn new(min: usize, step: usize, num_sides: usize, rng: Option>) -> Self { [INFO] [stderr] 91 + pub fn new(min: usize, step: usize, num_sides: usize, rng: Option>) -> Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `ezra` (lib) generated 5 warnings [INFO] [stderr] warning: `ezra` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ezra-5a9218a25d10d713) [INFO] [stdout] running 1 test [INFO] [stderr] Doc-tests ezra [INFO] [stdout] test it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test src/dice/dice_collection.rs - dice::dice_collection::DiceCollection::add (line 97) ... ok [INFO] [stdout] test src/dice/mod.rs - dice::Die::roll (line 53) ... ok [INFO] [stdout] test src/dice/dice_collection.rs - dice::dice_collection::DiceCollection::clear (line 144) ... ok [INFO] [stdout] test src/dice/dice_collection.rs - dice::dice_collection::DiceCollection::is_empty (line 221) ... ok [INFO] [stdout] test src/dice/dice_collection.rs - dice::dice_collection::DiceCollection::iter_mut (line 306) ... ok [INFO] [stdout] test src/dice/dice_collection.rs - dice::dice_collection::DiceCollection::new (line 45) ... ok [INFO] [stdout] test src/dice/mod.rs - dice::Die::get_value (line 94) ... ok [INFO] [stdout] test src/dice/mod.rs - dice::Die::roll (line 70) ... ok [INFO] [stdout] test src/dice/dice_collection.rs - dice::dice_collection::DiceCollection::roll_all (line 188) ... ok [INFO] [stdout] test src/dice/dice_collection.rs - dice::dice_collection::DiceCollection::total (line 348) ... ok [INFO] [stdout] test src/dice/dice_collection.rs - dice::dice_collection::DiceCollection::clear (line 128) ... ok [INFO] [stdout] test src/dice/dice_collection.rs - dice::dice_collection::DiceCollection::summary (line 393) ... ok [INFO] [stdout] test src/dice/dice_collection.rs - dice::dice_collection::DiceCollection::size (line 247) ... ok [INFO] [stdout] test src/dice/dice_collection.rs - dice::dice_collection::DiceCollection::roll_all (line 170) ... ok [INFO] [stdout] test src/dice/dice_collection.rs - dice::dice_collection::DiceCollection::add (line 79) ... ok [INFO] [stdout] test src/dice/dice_collection.rs - dice::dice_collection::DiceCollection::iter (line 275) ... ok [INFO] [stdout] test src/dice/numeric_die.rs - dice::numeric_die::NumericDie::new (line 62) ... ok [INFO] [stdout] test src/dice/mod.rs - dice::Die::values (line 119) ... ok [INFO] [stdout] test src/dice/value_die.rs - dice::value_die::ValueDie::new (line 89) ... ok [INFO] [stdout] test src/dice/value_die.rs - dice::value_die::ValueDie::new (line 65) ... ok [INFO] [stdout] test src/dice/numeric_die.rs - dice::numeric_die::NumericDie::new (line 78) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.97s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1ad4d3e76ab146c488e5a366054bdc890ec99eebe5ce104b2a735df097975438", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ad4d3e76ab146c488e5a366054bdc890ec99eebe5ce104b2a735df097975438", kill_on_drop: false }` [INFO] [stdout] 1ad4d3e76ab146c488e5a366054bdc890ec99eebe5ce104b2a735df097975438