[INFO] fetching crate timer 0.2.0... [INFO] testing timer-0.2.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate timer 0.2.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate timer 0.2.0 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 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-14/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] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] d31cf83f13886c29d4a406e724222a5a43392a0e4b2e3406f6f4c7fff46f49cf [INFO] running `Command { std: "docker" "start" "-a" "d31cf83f13886c29d4a406e724222a5a43392a0e4b2e3406f6f4c7fff46f49cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d31cf83f13886c29d4a406e724222a5a43392a0e4b2e3406f6f4c7fff46f49cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d31cf83f13886c29d4a406e724222a5a43392a0e4b2e3406f6f4c7fff46f49cf", kill_on_drop: false }` [INFO] [stdout] d31cf83f13886c29d4a406e724222a5a43392a0e4b2e3406f6f4c7fff46f49cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] 7155f87814361bca42c82d0d09d443618ab37900302a8890557152f7b035a41c [INFO] running `Command { std: "docker" "start" "-a" "7155f87814361bca42c82d0d09d443618ab37900302a8890557152f7b035a41c", kill_on_drop: false }` [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:337:25 [INFO] [stdout] | [INFO] [stdout] 337 | base: TimerBase> [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] 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:105:19 [INFO] [stdout] | [INFO] [stdout] 105 | impl Executor> for CallbackExecutor { [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] 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: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 2.59s [INFO] running `Command { std: "docker" "inspect" "7155f87814361bca42c82d0d09d443618ab37900302a8890557152f7b035a41c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7155f87814361bca42c82d0d09d443618ab37900302a8890557152f7b035a41c", kill_on_drop: false }` [INFO] [stdout] 7155f87814361bca42c82d0d09d443618ab37900302a8890557152f7b035a41c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] f5912103baed359d9e7cb2298b56fe31b3bc33effcdef89b7980b963d94a4b4f [INFO] running `Command { std: "docker" "start" "-a" "f5912103baed359d9e7cb2298b56fe31b3bc33effcdef89b7980b963d94a4b4f", 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:337:25 [INFO] [stdout] | [INFO] [stdout] 337 | base: TimerBase> [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] 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:105:19 [INFO] [stdout] | [INFO] [stdout] 105 | impl Executor> for CallbackExecutor { [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] 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: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:337:25 [INFO] [stdout] | [INFO] [stdout] 337 | base: TimerBase> [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] 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:105:19 [INFO] [stdout] | [INFO] [stdout] 105 | impl Executor> for CallbackExecutor { [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] 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: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.64s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/timer-0ed904290d025ac9) [INFO] running `Command { std: "docker" "inspect" "f5912103baed359d9e7cb2298b56fe31b3bc33effcdef89b7980b963d94a4b4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5912103baed359d9e7cb2298b56fe31b3bc33effcdef89b7980b963d94a4b4f", kill_on_drop: false }` [INFO] [stdout] f5912103baed359d9e7cb2298b56fe31b3bc33effcdef89b7980b963d94a4b4f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] 3b3c81796ca7a7d78bdc21cb8e6ef5d652735d0ed3139680be6aea2f3e756d67 [INFO] running `Command { std: "docker" "start" "-a" "3b3c81796ca7a7d78bdc21cb8e6ef5d652735d0ed3139680be6aea2f3e756d67", kill_on_drop: false }` [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] = 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] 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:105:19 [INFO] [stderr] | [INFO] [stderr] 105 | impl Executor> for CallbackExecutor { [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] 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: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.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/timer-0ed904290d025ac9) [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.00s [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 3.81s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3b3c81796ca7a7d78bdc21cb8e6ef5d652735d0ed3139680be6aea2f3e756d67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b3c81796ca7a7d78bdc21cb8e6ef5d652735d0ed3139680be6aea2f3e756d67", kill_on_drop: false }` [INFO] [stdout] 3b3c81796ca7a7d78bdc21cb8e6ef5d652735d0ed3139680be6aea2f3e756d67