[INFO] fetching crate mycroft-support 0.0.1... [INFO] checking mycroft-support-0.0.1 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate mycroft-support 0.0.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate mycroft-support 0.0.1 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate mycroft-support 0.0.1 [INFO] finished tweaking crates.io crate mycroft-support 0.0.1 [INFO] tweaked toml for crates.io crate mycroft-support 0.0.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b88464b17f474c981a0ebbac80d3ca5b58f7f7e8040322fbba77616eda4c48e3 [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" "b88464b17f474c981a0ebbac80d3ca5b58f7f7e8040322fbba77616eda4c48e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b88464b17f474c981a0ebbac80d3ca5b58f7f7e8040322fbba77616eda4c48e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b88464b17f474c981a0ebbac80d3ca5b58f7f7e8040322fbba77616eda4c48e3", kill_on_drop: false }` [INFO] [stdout] b88464b17f474c981a0ebbac80d3ca5b58f7f7e8040322fbba77616eda4c48e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bf777d091ce8b27817b69176fe77d363c0ea11f7a001a6caaf1aa2f2edb52193 [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" "bf777d091ce8b27817b69176fe77d363c0ea11f7a001a6caaf1aa2f2edb52193", kill_on_drop: false }` [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking log v0.4.14 [INFO] [stderr] Checking mycroft-support v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/storage/tuple.rs:222:19 [INFO] [stdout] | [INFO] [stdout] 222 | aggs: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Aggregator + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/storage/tuple.rs:376:39 [INFO] [stdout] | [INFO] [stdout] 376 | pub fn new(m_aggs: Vec>>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Aggregator + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/join.rs:82:26 [INFO] [stdout] | [INFO] [stdout] 82 | indices: Vec<&'a mut SkipIterator>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn SkipIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/join.rs:109:39 [INFO] [stdout] | [INFO] [stdout] 109 | fn reorder_indices(indices: &Vec<&mut SkipIterator>) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn SkipIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/join.rs:157:30 [INFO] [stdout] | [INFO] [stdout] 157 | indices: Vec<&'a mut SkipIterator>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn SkipIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/join.rs:334:27 [INFO] [stdout] | [INFO] [stdout] 334 | let its: Vec<&mut SkipIterator> = vec![&mut p, &mut q]; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn SkipIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/join.rs:366:27 [INFO] [stdout] | [INFO] [stdout] 366 | let its: Vec<&mut SkipIterator> = vec![&mut p, &mut q]; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn SkipIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/join.rs:382:27 [INFO] [stdout] | [INFO] [stdout] 382 | let its: Vec<&mut SkipIterator> = vec![&mut p, &mut q]; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn SkipIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:14:32 [INFO] [stdout] | [INFO] [stdout] 14 | fn agg_clone(&self) -> Box; [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:53:32 [INFO] [stdout] | [INFO] [stdout] 53 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] ... [INFO] [stdout] 61 | castable_aggregator!(u8); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] ... [INFO] [stdout] 62 | castable_aggregator!(u16); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] ... [INFO] [stdout] 63 | castable_aggregator!(u32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] ... [INFO] [stdout] 64 | castable_aggregator!(u64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] ... [INFO] [stdout] 65 | castable_aggregator!(usize); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] ... [INFO] [stdout] 66 | castable_aggregator!(i8); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] ... [INFO] [stdout] 67 | castable_aggregator!(i16); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] ... [INFO] [stdout] 68 | castable_aggregator!(i32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] ... [INFO] [stdout] 69 | castable_aggregator!(i64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] ... [INFO] [stdout] 70 | castable_aggregator!(isize); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:102:32 [INFO] [stdout] | [INFO] [stdout] 102 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/storage/tuple.rs:222:19 [INFO] [stdout] | [INFO] [stdout] 222 | aggs: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Aggregator + 'static` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/storage/tuple.rs:376:39 [INFO] [stdout] | [INFO] [stdout] 376 | pub fn new(m_aggs: Vec>>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Aggregator + 'static` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/join.rs:82:26 [INFO] [stdout] | [INFO] [stdout] 82 | indices: Vec<&'a mut SkipIterator>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn SkipIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/join.rs:109:39 [INFO] [stdout] | [INFO] [stdout] 109 | fn reorder_indices(indices: &Vec<&mut SkipIterator>) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn SkipIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/join.rs:157:30 [INFO] [stdout] | [INFO] [stdout] 157 | indices: Vec<&'a mut SkipIterator>, [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn SkipIterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:14:32 [INFO] [stdout] | [INFO] [stdout] 14 | fn agg_clone(&self) -> Box; [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:53:32 [INFO] [stdout] | [INFO] [stdout] 53 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] ... [INFO] [stdout] 61 | castable_aggregator!(u8); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] ... [INFO] [stdout] 62 | castable_aggregator!(u16); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] ... [INFO] [stdout] 63 | castable_aggregator!(u32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] ... [INFO] [stdout] 64 | castable_aggregator!(u64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] ... [INFO] [stdout] 65 | castable_aggregator!(usize); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] ... [INFO] [stdout] 66 | castable_aggregator!(i8); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] ... [INFO] [stdout] 67 | castable_aggregator!(i16); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] ... [INFO] [stdout] 68 | castable_aggregator!(i32); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] ... [INFO] [stdout] 69 | castable_aggregator!(i64); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] ... [INFO] [stdout] 70 | castable_aggregator!(isize); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/aggregator.rs:102:32 [INFO] [stdout] | [INFO] [stdout] 102 | fn agg_clone(&self) -> Box { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Aggregator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.26s [INFO] running `Command { std: "docker" "inspect" "bf777d091ce8b27817b69176fe77d363c0ea11f7a001a6caaf1aa2f2edb52193", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf777d091ce8b27817b69176fe77d363c0ea11f7a001a6caaf1aa2f2edb52193", kill_on_drop: false }` [INFO] [stdout] bf777d091ce8b27817b69176fe77d363c0ea11f7a001a6caaf1aa2f2edb52193