[INFO] fetching crate valid_toml 0.0.2... [INFO] checking valid_toml-0.0.2 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate valid_toml 0.0.2 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate valid_toml 0.0.2 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate valid_toml 0.0.2 [INFO] finished tweaking crates.io crate valid_toml 0.0.2 [INFO] tweaked toml for crates.io crate valid_toml 0.0.2 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "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" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded toml v0.1.30 [INFO] [stderr] Downloaded shareable v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 94ad22050193fff7fb63539b9af98b2abf02b1b8e4a18cb4a8b7b06cb3fec0a5 [INFO] running `Command { std: "docker" "start" "-a" "94ad22050193fff7fb63539b9af98b2abf02b1b8e4a18cb4a8b7b06cb3fec0a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "94ad22050193fff7fb63539b9af98b2abf02b1b8e4a18cb4a8b7b06cb3fec0a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94ad22050193fff7fb63539b9af98b2abf02b1b8e4a18cb4a8b7b06cb3fec0a5", kill_on_drop: false }` [INFO] [stdout] 94ad22050193fff7fb63539b9af98b2abf02b1b8e4a18cb4a8b7b06cb3fec0a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6cbab13356c4371e8b6e9ee1f157c817ae8cb88485d5e2ef72e42a9fab7fd8c7 [INFO] running `Command { std: "docker" "start" "-a" "6cbab13356c4371e8b6e9ee1f157c817ae8cb88485d5e2ef72e42a9fab7fd8c7", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking shareable v0.1.1 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking toml v0.1.30 [INFO] [stderr] Checking valid_toml v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/test_macros.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / macro_rules! assert_duration { [INFO] [stdout] 14 | | ($result:expr, $val:expr) => {{ [INFO] [stdout] 15 | | let result = $result; [INFO] [stdout] 16 | | [INFO] [stdout] ... | [INFO] [stdout] 44 | | }; [INFO] [stdout] 45 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/test_macros.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / macro_rules! assert_i64 { [INFO] [stdout] 48 | | ($result:expr, $val:expr) => {{ [INFO] [stdout] 49 | | let result = $result; [INFO] [stdout] 50 | | [INFO] [stdout] ... | [INFO] [stdout] 62 | | }}; [INFO] [stdout] 63 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/test_macros.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | / macro_rules! assert_string { [INFO] [stdout] 66 | | ($result:expr, $val:expr) => {{ [INFO] [stdout] 67 | | let result = $result; [INFO] [stdout] 68 | | [INFO] [stdout] ... | [INFO] [stdout] 80 | | }}; [INFO] [stdout] 81 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/test_macros.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / macro_rules! assert_u16 { [INFO] [stdout] 84 | | ($result:expr, $val:expr) => {{ [INFO] [stdout] 85 | | let result = $result; [INFO] [stdout] 86 | | [INFO] [stdout] ... | [INFO] [stdout] 98 | | }}; [INFO] [stdout] 99 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/test_macros.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 101 | / macro_rules! assert_usize { [INFO] [stdout] 102 | | ($result:expr, $val:expr) => {{ [INFO] [stdout] 103 | | let result = $result; [INFO] [stdout] 104 | | [INFO] [stdout] ... | [INFO] [stdout] 116 | | }}; [INFO] [stdout] 117 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/test_macros.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 122 | / macro_rules! assert_cannot_parse { [INFO] [stdout] 123 | | ($result:expr) => {{ [INFO] [stdout] 124 | | let result = $result; [INFO] [stdout] 125 | | [INFO] [stdout] ... | [INFO] [stdout] 136 | | }} [INFO] [stdout] 137 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/test_macros.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / macro_rules! assert_duration_overflow { [INFO] [stdout] 141 | | ($result:expr, $max:expr) => {{ [INFO] [stdout] 142 | | let result = $result; [INFO] [stdout] 143 | | [INFO] [stdout] ... | [INFO] [stdout] 177 | | }} [INFO] [stdout] 178 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/test_macros.rs:180:1 [INFO] [stdout] | [INFO] [stdout] 180 | / macro_rules! assert_duration_overflow { [INFO] [stdout] 181 | | ($result:expr, $max:expr) => {{ [INFO] [stdout] 182 | | let result = $result; [INFO] [stdout] 183 | | [INFO] [stdout] ... | [INFO] [stdout] 217 | | }} [INFO] [stdout] 218 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/test_macros.rs:220:1 [INFO] [stdout] | [INFO] [stdout] 220 | / macro_rules! assert_duration_underrun { [INFO] [stdout] 221 | | ($result:expr, $min:expr) => {{ [INFO] [stdout] 222 | | let result = $result; [INFO] [stdout] 223 | | [INFO] [stdout] ... | [INFO] [stdout] 257 | | }} [INFO] [stdout] 258 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/test_macros.rs:260:1 [INFO] [stdout] | [INFO] [stdout] 260 | / macro_rules! assert_incorrect_type { [INFO] [stdout] 261 | | ($result:expr) => {{ [INFO] [stdout] 262 | | let result = $result; [INFO] [stdout] 263 | | [INFO] [stdout] ... | [INFO] [stdout] 274 | | }} [INFO] [stdout] 275 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/test_macros.rs:277:1 [INFO] [stdout] | [INFO] [stdout] 277 | / macro_rules! assert_long { [INFO] [stdout] 278 | | ($result:expr, $max:expr) => {{ [INFO] [stdout] 279 | | let result = $result; [INFO] [stdout] 280 | | [INFO] [stdout] ... | [INFO] [stdout] 314 | | }} [INFO] [stdout] 315 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/test_macros.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | / macro_rules! assert_overflow { [INFO] [stdout] 318 | | ($result:expr, $max:expr) => {{ [INFO] [stdout] 319 | | let result = $result; [INFO] [stdout] 320 | | [INFO] [stdout] ... | [INFO] [stdout] 354 | | }} [INFO] [stdout] 355 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/test_macros.rs:357:1 [INFO] [stdout] | [INFO] [stdout] 357 | / macro_rules! assert_short { [INFO] [stdout] 358 | | ($result:expr, $min:expr) => {{ [INFO] [stdout] 359 | | let result = $result; [INFO] [stdout] 360 | | [INFO] [stdout] ... | [INFO] [stdout] 394 | | }} [INFO] [stdout] 395 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/test_macros.rs:397:1 [INFO] [stdout] | [INFO] [stdout] 397 | / macro_rules! assert_underrun { [INFO] [stdout] 398 | | ($result:expr, $min:expr) => {{ [INFO] [stdout] 399 | | let result = $result; [INFO] [stdout] 400 | | [INFO] [stdout] ... | [INFO] [stdout] 434 | | }} [INFO] [stdout] 435 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/data/mod.rs:25:30 [INFO] [stdout] | [INFO] [stdout] 25 | fn add_notify(&mut self, String, Box); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: String` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/data/mod.rs:25:38 [INFO] [stdout] | [INFO] [stdout] 25 | fn add_notify(&mut self, String, Box); [INFO] [stdout] | ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Box` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/data/mod.rs:25:42 [INFO] [stdout] | [INFO] [stdout] 25 | fn add_notify(&mut self, String, Box); [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Notify` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_builder.rs:113:30 [INFO] [stdout] | [INFO] [stdout] 113 | notify : Option<&Box> [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Notify` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_def.rs:76:34 [INFO] [stdout] | [INFO] [stdout] 76 | items : BTreeMap>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn ItemDef` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_def.rs:80:35 [INFO] [stdout] | [INFO] [stdout] 80 | notify : BTreeMap> [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Notify` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_def.rs:339:22 [INFO] [stdout] | [INFO] [stdout] 339 | notify : Box [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Notify` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:45:45 [INFO] [stdout] | [INFO] [stdout] 45 | NextItem(&'a String, &'a Value, &'b Box, Option<&'c Box>), [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn ItemDef` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:45:70 [INFO] [stdout] | [INFO] [stdout] 45 | NextItem(&'a String, &'a Value, &'b Box, Option<&'c Box>), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Notify` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:53:38 [INFO] [stdout] | [INFO] [stdout] 53 | MissingInput(&'b String, &'b Box, Option<&'c Box>), [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn ItemDef` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:53:63 [INFO] [stdout] | [INFO] [stdout] 53 | MissingInput(&'b String, &'b Box, Option<&'c Box>), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Notify` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:68:49 [INFO] [stdout] | [INFO] [stdout] 68 | define_iter : Peekable>>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn ItemDef` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:72:49 [INFO] [stdout] | [INFO] [stdout] 72 | notify_iter : Peekable>> [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Notify` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:81:43 [INFO] [stdout] | [INFO] [stdout] 81 | define : &'b BTreeMap>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn ItemDef` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:82:43 [INFO] [stdout] | [INFO] [stdout] 82 | notify : &'c BTreeMap> [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Notify` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:154:29 [INFO] [stdout] | [INFO] [stdout] 154 | ) -> Option<&'c Box> [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Notify` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/test_macros.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / macro_rules! assert_i64 { [INFO] [stdout] 48 | | ($result:expr, $val:expr) => {{ [INFO] [stdout] 49 | | let result = $result; [INFO] [stdout] 50 | | [INFO] [stdout] ... | [INFO] [stdout] 62 | | }}; [INFO] [stdout] 63 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/test_macros.rs:140:1 [INFO] [stdout] | [INFO] [stdout] 140 | / macro_rules! assert_duration_overflow { [INFO] [stdout] 141 | | ($result:expr, $max:expr) => {{ [INFO] [stdout] 142 | | let result = $result; [INFO] [stdout] 143 | | [INFO] [stdout] ... | [INFO] [stdout] 177 | | }} [INFO] [stdout] 178 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/data/mod.rs:25:30 [INFO] [stdout] | [INFO] [stdout] 25 | fn add_notify(&mut self, String, Box); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: String` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/data/mod.rs:25:38 [INFO] [stdout] | [INFO] [stdout] 25 | fn add_notify(&mut self, String, Box); [INFO] [stdout] | ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Box` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/data/mod.rs:25:42 [INFO] [stdout] | [INFO] [stdout] 25 | fn add_notify(&mut self, String, Box); [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Notify` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_builder.rs:113:30 [INFO] [stdout] | [INFO] [stdout] 113 | notify : Option<&Box> [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Notify` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_def.rs:76:34 [INFO] [stdout] | [INFO] [stdout] 76 | items : BTreeMap>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn ItemDef` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_def.rs:80:35 [INFO] [stdout] | [INFO] [stdout] 80 | notify : BTreeMap> [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Notify` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_def.rs:339:22 [INFO] [stdout] | [INFO] [stdout] 339 | notify : Box [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Notify` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:45:45 [INFO] [stdout] | [INFO] [stdout] 45 | NextItem(&'a String, &'a Value, &'b Box, Option<&'c Box>), [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn ItemDef` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:45:70 [INFO] [stdout] | [INFO] [stdout] 45 | NextItem(&'a String, &'a Value, &'b Box, Option<&'c Box>), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Notify` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:53:38 [INFO] [stdout] | [INFO] [stdout] 53 | MissingInput(&'b String, &'b Box, Option<&'c Box>), [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn ItemDef` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:53:63 [INFO] [stdout] | [INFO] [stdout] 53 | MissingInput(&'b String, &'b Box, Option<&'c Box>), [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Notify` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:68:49 [INFO] [stdout] | [INFO] [stdout] 68 | define_iter : Peekable>>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn ItemDef` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:72:49 [INFO] [stdout] | [INFO] [stdout] 72 | notify_iter : Peekable>> [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Notify` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:81:43 [INFO] [stdout] | [INFO] [stdout] 81 | define : &'b BTreeMap>, [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn ItemDef` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:82:43 [INFO] [stdout] | [INFO] [stdout] 82 | notify : &'c BTreeMap> [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Notify` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:154:29 [INFO] [stdout] | [INFO] [stdout] 154 | ) -> Option<&'c Box> [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Notify` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:301:61 [INFO] [stdout] | [INFO] [stdout] 301 | ) -> (BTreeMap, BTreeMap>, BTreeMap>) [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn ItemDef` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:301:93 [INFO] [stdout] | [INFO] [stdout] 301 | ) -> (BTreeMap, BTreeMap>, BTreeMap>) [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Notify` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:304:47 [INFO] [stdout] | [INFO] [stdout] 304 | let mut define : BTreeMap> = BTreeMap::new(); [INFO] [stdout] | ^^^^^^^ help: use `dyn`: `dyn ItemDef` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/toml_iter.rs:305:47 [INFO] [stdout] | [INFO] [stdout] 305 | let mut notify : BTreeMap> = BTreeMap::new(); [INFO] [stdout] | ^^^^^^ help: use `dyn`: `dyn Notify` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 22 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.92s [INFO] running `Command { std: "docker" "inspect" "6cbab13356c4371e8b6e9ee1f157c817ae8cb88485d5e2ef72e42a9fab7fd8c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cbab13356c4371e8b6e9ee1f157c817ae8cb88485d5e2ef72e42a9fab7fd8c7", kill_on_drop: false }` [INFO] [stdout] 6cbab13356c4371e8b6e9ee1f157c817ae8cb88485d5e2ef72e42a9fab7fd8c7