[INFO] fetching crate timer 0.2.0... [INFO] testing timer-0.2.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate timer 0.2.0 into /workspace/builds/worker-56/source [INFO] validating manifest of crates.io crate timer 0.2.0 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 timer 0.2.0 [INFO] finished tweaking crates.io crate timer 0.2.0 [INFO] tweaked toml for crates.io crate timer 0.2.0 written to /workspace/builds/worker-56/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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/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] 6f733347a0df808a40bd9f87c697c3be2ac71797d11e0bdefbe0f2a971137545 [INFO] running `Command { std: "docker" "start" "-a" "6f733347a0df808a40bd9f87c697c3be2ac71797d11e0bdefbe0f2a971137545", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6f733347a0df808a40bd9f87c697c3be2ac71797d11e0bdefbe0f2a971137545", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f733347a0df808a40bd9f87c697c3be2ac71797d11e0bdefbe0f2a971137545", kill_on_drop: false }` [INFO] [stdout] 6f733347a0df808a40bd9f87c697c3be2ac71797d11e0bdefbe0f2a971137545 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/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] fabbd7b3b6bf0ebb36171c27ab6b624739f2c619daed6af7f9e2461a79bcec1a [INFO] running `Command { std: "docker" "start" "-a" "fabbd7b3b6bf0ebb36171c27ab6b624739f2c619daed6af7f9e2461a79bcec1a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling timer v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:105:19 [INFO] [stdout] | [INFO] [stdout] 105 | impl Executor> for CallbackExecutor { [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] 105 - impl Executor> for CallbackExecutor { [INFO] [stdout] 105 + impl Executor> for CallbackExecutor { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:337:25 [INFO] [stdout] | [INFO] [stdout] 337 | base: TimerBase> [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] 337 - base: TimerBase> [INFO] [stdout] 337 + base: TimerBase> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:106:42 [INFO] [stdout] | [INFO] [stdout] 106 | fn execute(&mut self, mut data : 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] 106 - fn execute(&mut self, mut data : Box) { [INFO] [stdout] 106 + fn execute(&mut self, mut data : Box) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:110:72 [INFO] [stdout] | [INFO] [stdout] 110 | fn execute_clone(&mut self, mut data : Box) -> 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] 110 - fn execute_clone(&mut self, mut data : Box) -> Box { [INFO] [stdout] 110 + fn execute_clone(&mut self, mut data : Box) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:110:48 [INFO] [stdout] | [INFO] [stdout] 110 | fn execute_clone(&mut self, mut data : Box) -> 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] 110 - fn execute_clone(&mut self, mut data : Box) -> Box { [INFO] [stdout] 110 + fn execute_clone(&mut self, mut data : Box) -> Box { [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 4.95s [INFO] running `Command { std: "docker" "inspect" "fabbd7b3b6bf0ebb36171c27ab6b624739f2c619daed6af7f9e2461a79bcec1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fabbd7b3b6bf0ebb36171c27ab6b624739f2c619daed6af7f9e2461a79bcec1a", kill_on_drop: false }` [INFO] [stdout] fabbd7b3b6bf0ebb36171c27ab6b624739f2c619daed6af7f9e2461a79bcec1a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/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] d1eadb0dead1aca103f1e1ebcca48bb1b968073171cbdf4e7ebf296d1061af20 [INFO] running `Command { std: "docker" "start" "-a" "d1eadb0dead1aca103f1e1ebcca48bb1b968073171cbdf4e7ebf296d1061af20", kill_on_drop: false }` [INFO] [stderr] Compiling timer v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:105:19 [INFO] [stdout] | [INFO] [stdout] 105 | impl Executor> for CallbackExecutor { [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] 105 - impl Executor> for CallbackExecutor { [INFO] [stdout] 105 + impl Executor> for CallbackExecutor { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:337:25 [INFO] [stdout] | [INFO] [stdout] 337 | base: TimerBase> [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] 337 - base: TimerBase> [INFO] [stdout] 337 + base: TimerBase> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:106:42 [INFO] [stdout] | [INFO] [stdout] 106 | fn execute(&mut self, mut data : 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] 106 - fn execute(&mut self, mut data : Box) { [INFO] [stdout] 106 + fn execute(&mut self, mut data : Box) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:110:72 [INFO] [stdout] | [INFO] [stdout] 110 | fn execute_clone(&mut self, mut data : Box) -> 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] 110 - fn execute_clone(&mut self, mut data : Box) -> Box { [INFO] [stdout] 110 + fn execute_clone(&mut self, mut data : Box) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:110:48 [INFO] [stdout] | [INFO] [stdout] 110 | fn execute_clone(&mut self, mut data : Box) -> 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] 110 - fn execute_clone(&mut self, mut data : Box) -> Box { [INFO] [stdout] 110 + fn execute_clone(&mut self, mut data : Box) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:105:19 [INFO] [stdout] | [INFO] [stdout] 105 | impl Executor> for CallbackExecutor { [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] 105 - impl Executor> for CallbackExecutor { [INFO] [stdout] 105 + impl Executor> for CallbackExecutor { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:337:25 [INFO] [stdout] | [INFO] [stdout] 337 | base: TimerBase> [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] 337 - base: TimerBase> [INFO] [stdout] 337 + base: TimerBase> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:106:42 [INFO] [stdout] | [INFO] [stdout] 106 | fn execute(&mut self, mut data : 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] 106 - fn execute(&mut self, mut data : Box) { [INFO] [stdout] 106 + fn execute(&mut self, mut data : Box) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:110:72 [INFO] [stdout] | [INFO] [stdout] 110 | fn execute_clone(&mut self, mut data : Box) -> 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] 110 - fn execute_clone(&mut self, mut data : Box) -> Box { [INFO] [stdout] 110 + fn execute_clone(&mut self, mut data : Box) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:110:48 [INFO] [stdout] | [INFO] [stdout] 110 | fn execute_clone(&mut self, mut data : Box) -> 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] 110 - fn execute_clone(&mut self, mut data : Box) -> Box { [INFO] [stdout] 110 + fn execute_clone(&mut self, mut data : Box) -> Box { [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 1.39s [INFO] running `Command { std: "docker" "inspect" "d1eadb0dead1aca103f1e1ebcca48bb1b968073171cbdf4e7ebf296d1061af20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1eadb0dead1aca103f1e1ebcca48bb1b968073171cbdf4e7ebf296d1061af20", kill_on_drop: false }` [INFO] [stdout] d1eadb0dead1aca103f1e1ebcca48bb1b968073171cbdf4e7ebf296d1061af20 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/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] e625bbe21c2303abe8b1ecbd843ce9e890b4d3999a3d57982700dc04c14f3818 [INFO] running `Command { std: "docker" "start" "-a" "e625bbe21c2303abe8b1ecbd843ce9e890b4d3999a3d57982700dc04c14f3818", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:105:19 [INFO] [stderr] | [INFO] [stderr] 105 | impl Executor> for CallbackExecutor { [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] 105 - impl Executor> for CallbackExecutor { [INFO] [stderr] 105 + impl Executor> for CallbackExecutor { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:337:25 [INFO] [stderr] | [INFO] [stderr] 337 | base: TimerBase> [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] 337 - base: TimerBase> [INFO] [stderr] 337 + base: TimerBase> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:106:42 [INFO] [stderr] | [INFO] [stderr] 106 | fn execute(&mut self, mut data : 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] 106 - fn execute(&mut self, mut data : Box) { [INFO] [stderr] 106 + fn execute(&mut self, mut data : Box) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:110:72 [INFO] [stderr] | [INFO] [stderr] 110 | fn execute_clone(&mut self, mut data : Box) -> 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] 110 - fn execute_clone(&mut self, mut data : Box) -> Box { [INFO] [stderr] 110 + fn execute_clone(&mut self, mut data : Box) -> Box { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:110:48 [INFO] [stderr] | [INFO] [stderr] 110 | fn execute_clone(&mut self, mut data : Box) -> 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] 110 - fn execute_clone(&mut self, mut data : Box) -> Box { [INFO] [stderr] 110 + fn execute_clone(&mut self, mut data : Box) -> Box { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `timer` (lib) generated 5 warnings [INFO] [stderr] warning: `timer` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/timer-9e6d09678e2ff27d) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test tests::test_no_clone ... ok [INFO] [stdout] test tests::test_message_timer ... ok [INFO] [stdout] test tests::test_guard_ignore ... ok [INFO] [stdout] test tests::test_guards ... ok [INFO] [stdout] test tests::test_schedule_with_delay ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.04s [INFO] [stdout] [INFO] [stderr] Doc-tests timer [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - MessageTimer::schedule_repeating (line 641) ... ok [INFO] [stdout] test src/lib.rs - Timer::schedule_repeating (line 458) ... ok [INFO] [stdout] test src/lib.rs - Timer::schedule_with_delay (line 381) ... ok [INFO] [stdout] test src/lib.rs - MessageTimer::schedule_with_delay (line 583) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.18s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e625bbe21c2303abe8b1ecbd843ce9e890b4d3999a3d57982700dc04c14f3818", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e625bbe21c2303abe8b1ecbd843ce9e890b4d3999a3d57982700dc04c14f3818", kill_on_drop: false }` [INFO] [stdout] e625bbe21c2303abe8b1ecbd843ce9e890b4d3999a3d57982700dc04c14f3818