[INFO] fetching crate nanoserde-derive 0.1.18... [INFO] testing nanoserde-derive-0.1.18 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate nanoserde-derive 0.1.18 into /workspace/builds/worker-65/source [INFO] validating manifest of crates.io crate nanoserde-derive 0.1.18 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 nanoserde-derive 0.1.18 [INFO] finished tweaking crates.io crate nanoserde-derive 0.1.18 [INFO] tweaked toml for crates.io crate nanoserde-derive 0.1.18 written to /workspace/builds/worker-65/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] [stderr] Blocking waiting for file lock on package cache [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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/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] 08c461365141431dd3f60d0b9cce2e718bd83387089d49947bdab4fce7a7cd8d [INFO] running `Command { std: "docker" "start" "-a" "08c461365141431dd3f60d0b9cce2e718bd83387089d49947bdab4fce7a7cd8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "08c461365141431dd3f60d0b9cce2e718bd83387089d49947bdab4fce7a7cd8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08c461365141431dd3f60d0b9cce2e718bd83387089d49947bdab4fce7a7cd8d", kill_on_drop: false }` [INFO] [stdout] 08c461365141431dd3f60d0b9cce2e718bd83387089d49947bdab4fce7a7cd8d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/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] ea91b0d85b7dd58653dfb832ba7737cadd3ee7898980bd3289e56386a2596a82 [INFO] running `Command { std: "docker" "start" "-a" "ea91b0d85b7dd58653dfb832ba7737cadd3ee7898980bd3289e56386a2596a82", kill_on_drop: false }` [INFO] [stderr] Compiling nanoserde-derive v0.1.18 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | $target.push_str($line); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | l!(body, "},") [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | $target.push_str($line); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:128:13 [INFO] [stdout] | [INFO] [stdout] 128 | l!(body, "},") [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | $target.push_str($line); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | l!(r, "}") [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | l!(r, "{}, ", field.field_name.as_ref().unwrap()) [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:167:17 [INFO] [stdout] | [INFO] [stdout] 167 | l!(r, "{}.ser_bin(s);", field.field_name.as_ref().unwrap()) [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | $target.push_str($line); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | l!(r, "}") [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:175:17 [INFO] [stdout] | [INFO] [stdout] 175 | l!(r, "f{}, ", n) [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:180:17 [INFO] [stdout] | [INFO] [stdout] 180 | l!(r, "f{}.ser_bin(s);", n) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:208:13 [INFO] [stdout] | [INFO] [stdout] 208 | l!(r, "{} => Self::{},", lit, variant.name) [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:193:9 [INFO] [stdout] | [INFO] [stdout] 193 | l!(local_lets, "let mut {} = None;", local) [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:289:13 [INFO] [stdout] | [INFO] [stdout] 289 | l!(body, "Self::{} => s.out.push_str(\"{}\"),", ident, ident) [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:322:13 [INFO] [stdout] | [INFO] [stdout] 322 | / l!( [INFO] [stdout] 323 | | body, [INFO] [stdout] 324 | | "Self::{} {{ {} }} => {{ [INFO] [stdout] 325 | | s.out.push_str(\"{}\"); [INFO] [stdout] ... | [INFO] [stdout] 333 | | inner [INFO] [stdout] 334 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:299:25 [INFO] [stdout] | [INFO] [stdout] 299 | / l!( [INFO] [stdout] 300 | | inner, [INFO] [stdout] 301 | | "if {}.is_some() {{ [INFO] [stdout] 302 | | s.field(d+1, \"{}\"); [INFO] [stdout] ... | [INFO] [stdout] 308 | | name [INFO] [stdout] 309 | | ) [INFO] [stdout] | |_________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:311:25 [INFO] [stdout] | [INFO] [stdout] 311 | / l!( [INFO] [stdout] 312 | | inner, [INFO] [stdout] 313 | | "s.field(d+1, \"{}\"); [INFO] [stdout] 314 | | {}.ser_ron(d+1, s); [INFO] [stdout] ... | [INFO] [stdout] 317 | | name [INFO] [stdout] 318 | | ) [INFO] [stdout] | |_________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:349:13 [INFO] [stdout] | [INFO] [stdout] 349 | / l!( [INFO] [stdout] 350 | | body, [INFO] [stdout] 351 | | "Self::{} ({}) => {{ [INFO] [stdout] 352 | | s.out.push_str(\"{}\"); [INFO] [stdout] ... | [INFO] [stdout] 360 | | inner [INFO] [stdout] 361 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | $target.push_str($line); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:345:21 [INFO] [stdout] | [INFO] [stdout] 345 | l!(inner, "s.out.push_str(\", \");") [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:386:13 [INFO] [stdout] | [INFO] [stdout] 386 | l!(body, "\"{}\" => Self::{},", ident, ident) [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | $target.push_str($line); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:398:17 [INFO] [stdout] | [INFO] [stdout] 398 | / l!( [INFO] [stdout] 399 | | inner, [INFO] [stdout] 400 | | "{ [INFO] [stdout] 401 | | let r = DeRon::de_ron(s, i)?; [INFO] [stdout] ... | [INFO] [stdout] 404 | | }, " [INFO] [stdout] 405 | | ) [INFO] [stdout] | |_________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_json.rs:256:29 [INFO] [stdout] | [INFO] [stdout] 256 | / ... l!( [INFO] [stdout] 257 | | ... items, [INFO] [stdout] 258 | | ... "if {}.is_some(){{s.field(d+1, \"{}\");{}.ser_json(d+1, s);}}", [INFO] [stdout] 259 | | ... name, [INFO] [stdout] 260 | | ... name, [INFO] [stdout] 261 | | ... proxied_field [INFO] [stdout] 262 | | ... ) [INFO] [stdout] | |_______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_json.rs:264:29 [INFO] [stdout] | [INFO] [stdout] 264 | / ... l!( [INFO] [stdout] 265 | | ... items, [INFO] [stdout] 266 | | ... "s.field(d+1, \"{}\");{}.ser_json(d+1, s);", [INFO] [stdout] 267 | | ... name, [INFO] [stdout] 268 | | ... proxied_field [INFO] [stdout] 269 | | ... ) [INFO] [stdout] | |_______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.12s [INFO] running `Command { std: "docker" "inspect" "ea91b0d85b7dd58653dfb832ba7737cadd3ee7898980bd3289e56386a2596a82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea91b0d85b7dd58653dfb832ba7737cadd3ee7898980bd3289e56386a2596a82", kill_on_drop: false }` [INFO] [stdout] ea91b0d85b7dd58653dfb832ba7737cadd3ee7898980bd3289e56386a2596a82 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/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] a493a25fa0b2e962df9002a1cfb8a8721c50b1b05189478429b71d214d6fa4c8 [INFO] running `Command { std: "docker" "start" "-a" "a493a25fa0b2e962df9002a1cfb8a8721c50b1b05189478429b71d214d6fa4c8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling nanoserde-derive v0.1.18 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | $target.push_str($line); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | l!(body, "},") [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | $target.push_str($line); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:128:13 [INFO] [stdout] | [INFO] [stdout] 128 | l!(body, "},") [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | $target.push_str($line); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | l!(r, "}") [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | l!(r, "{}, ", field.field_name.as_ref().unwrap()) [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:167:17 [INFO] [stdout] | [INFO] [stdout] 167 | l!(r, "{}.ser_bin(s);", field.field_name.as_ref().unwrap()) [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | $target.push_str($line); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | l!(r, "}") [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:175:17 [INFO] [stdout] | [INFO] [stdout] 175 | l!(r, "f{}, ", n) [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:180:17 [INFO] [stdout] | [INFO] [stdout] 180 | l!(r, "f{}.ser_bin(s);", n) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:208:13 [INFO] [stdout] | [INFO] [stdout] 208 | l!(r, "{} => Self::{},", lit, variant.name) [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:193:9 [INFO] [stdout] | [INFO] [stdout] 193 | l!(local_lets, "let mut {} = None;", local) [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:289:13 [INFO] [stdout] | [INFO] [stdout] 289 | l!(body, "Self::{} => s.out.push_str(\"{}\"),", ident, ident) [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:322:13 [INFO] [stdout] | [INFO] [stdout] 322 | / l!( [INFO] [stdout] 323 | | body, [INFO] [stdout] 324 | | "Self::{} {{ {} }} => {{ [INFO] [stdout] 325 | | s.out.push_str(\"{}\"); [INFO] [stdout] ... | [INFO] [stdout] 333 | | inner [INFO] [stdout] 334 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:299:25 [INFO] [stdout] | [INFO] [stdout] 299 | / l!( [INFO] [stdout] 300 | | inner, [INFO] [stdout] 301 | | "if {}.is_some() {{ [INFO] [stdout] 302 | | s.field(d+1, \"{}\"); [INFO] [stdout] ... | [INFO] [stdout] 308 | | name [INFO] [stdout] 309 | | ) [INFO] [stdout] | |_________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:311:25 [INFO] [stdout] | [INFO] [stdout] 311 | / l!( [INFO] [stdout] 312 | | inner, [INFO] [stdout] 313 | | "s.field(d+1, \"{}\"); [INFO] [stdout] 314 | | {}.ser_ron(d+1, s); [INFO] [stdout] ... | [INFO] [stdout] 317 | | name [INFO] [stdout] 318 | | ) [INFO] [stdout] | |_________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:349:13 [INFO] [stdout] | [INFO] [stdout] 349 | / l!( [INFO] [stdout] 350 | | body, [INFO] [stdout] 351 | | "Self::{} ({}) => {{ [INFO] [stdout] 352 | | s.out.push_str(\"{}\"); [INFO] [stdout] ... | [INFO] [stdout] 360 | | inner [INFO] [stdout] 361 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | $target.push_str($line); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:345:21 [INFO] [stdout] | [INFO] [stdout] 345 | l!(inner, "s.out.push_str(\", \");") [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:386:13 [INFO] [stdout] | [INFO] [stdout] 386 | l!(body, "\"{}\" => Self::{},", ident, ident) [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | $target.push_str($line); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:398:17 [INFO] [stdout] | [INFO] [stdout] 398 | / l!( [INFO] [stdout] 399 | | inner, [INFO] [stdout] 400 | | "{ [INFO] [stdout] 401 | | let r = DeRon::de_ron(s, i)?; [INFO] [stdout] ... | [INFO] [stdout] 404 | | }, " [INFO] [stdout] 405 | | ) [INFO] [stdout] | |_________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_json.rs:256:29 [INFO] [stdout] | [INFO] [stdout] 256 | / ... l!( [INFO] [stdout] 257 | | ... items, [INFO] [stdout] 258 | | ... "if {}.is_some(){{s.field(d+1, \"{}\");{}.ser_json(d+1, s);}}", [INFO] [stdout] 259 | | ... name, [INFO] [stdout] 260 | | ... name, [INFO] [stdout] 261 | | ... proxied_field [INFO] [stdout] 262 | | ... ) [INFO] [stdout] | |_______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_json.rs:264:29 [INFO] [stdout] | [INFO] [stdout] 264 | / ... l!( [INFO] [stdout] 265 | | ... items, [INFO] [stdout] 266 | | ... "s.field(d+1, \"{}\");{}.ser_json(d+1, s);", [INFO] [stdout] 267 | | ... name, [INFO] [stdout] 268 | | ... proxied_field [INFO] [stdout] 269 | | ... ) [INFO] [stdout] | |_______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | $target.push_str($line); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | l!(body, "},") [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | $target.push_str($line); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:128:13 [INFO] [stdout] | [INFO] [stdout] 128 | l!(body, "},") [INFO] [stdout] | -------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | $target.push_str($line); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 169 | l!(r, "}") [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | l!(r, "{}, ", field.field_name.as_ref().unwrap()) [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:167:17 [INFO] [stdout] | [INFO] [stdout] 167 | l!(r, "{}.ser_bin(s);", field.field_name.as_ref().unwrap()) [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | $target.push_str($line); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | l!(r, "}") [INFO] [stdout] | ---------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:175:17 [INFO] [stdout] | [INFO] [stdout] 175 | l!(r, "f{}, ", n) [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:180:17 [INFO] [stdout] | [INFO] [stdout] 180 | l!(r, "f{}.ser_bin(s);", n) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_bin.rs:208:13 [INFO] [stdout] | [INFO] [stdout] 208 | l!(r, "{} => Self::{},", lit, variant.name) [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:193:9 [INFO] [stdout] | [INFO] [stdout] 193 | l!(local_lets, "let mut {} = None;", local) [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:289:13 [INFO] [stdout] | [INFO] [stdout] 289 | l!(body, "Self::{} => s.out.push_str(\"{}\"),", ident, ident) [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:322:13 [INFO] [stdout] | [INFO] [stdout] 322 | / l!( [INFO] [stdout] 323 | | body, [INFO] [stdout] 324 | | "Self::{} {{ {} }} => {{ [INFO] [stdout] 325 | | s.out.push_str(\"{}\"); [INFO] [stdout] ... | [INFO] [stdout] 333 | | inner [INFO] [stdout] 334 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:299:25 [INFO] [stdout] | [INFO] [stdout] 299 | / l!( [INFO] [stdout] 300 | | inner, [INFO] [stdout] 301 | | "if {}.is_some() {{ [INFO] [stdout] 302 | | s.field(d+1, \"{}\"); [INFO] [stdout] ... | [INFO] [stdout] 308 | | name [INFO] [stdout] 309 | | ) [INFO] [stdout] | |_________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:311:25 [INFO] [stdout] | [INFO] [stdout] 311 | / l!( [INFO] [stdout] 312 | | inner, [INFO] [stdout] 313 | | "s.field(d+1, \"{}\"); [INFO] [stdout] 314 | | {}.ser_ron(d+1, s); [INFO] [stdout] ... | [INFO] [stdout] 317 | | name [INFO] [stdout] 318 | | ) [INFO] [stdout] | |_________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:349:13 [INFO] [stdout] | [INFO] [stdout] 349 | / l!( [INFO] [stdout] 350 | | body, [INFO] [stdout] 351 | | "Self::{} ({}) => {{ [INFO] [stdout] 352 | | s.out.push_str(\"{}\"); [INFO] [stdout] ... | [INFO] [stdout] 360 | | inner [INFO] [stdout] 361 | | ) [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | $target.push_str($line); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:345:21 [INFO] [stdout] | [INFO] [stdout] 345 | l!(inner, "s.out.push_str(\", \");") [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:386:13 [INFO] [stdout] | [INFO] [stdout] 386 | l!(body, "\"{}\" => Self::{},", ident, ident) [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | $target.push_str($line); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_ron.rs:398:17 [INFO] [stdout] | [INFO] [stdout] 398 | / l!( [INFO] [stdout] 399 | | inner, [INFO] [stdout] 400 | | "{ [INFO] [stdout] 401 | | let r = DeRon::de_ron(s, i)?; [INFO] [stdout] ... | [INFO] [stdout] 404 | | }, " [INFO] [stdout] 405 | | ) [INFO] [stdout] | |_________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_json.rs:256:29 [INFO] [stdout] | [INFO] [stdout] 256 | / ... l!( [INFO] [stdout] 257 | | ... items, [INFO] [stdout] 258 | | ... "if {}.is_some(){{s.field(d+1, \"{}\");{}.ser_json(d+1, s);}}", [INFO] [stdout] 259 | | ... name, [INFO] [stdout] 260 | | ... name, [INFO] [stdout] 261 | | ... proxied_field [INFO] [stdout] 262 | | ... ) [INFO] [stdout] | |_______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/shared.rs:7:55 [INFO] [stdout] | [INFO] [stdout] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/serde_json.rs:264:29 [INFO] [stdout] | [INFO] [stdout] 264 | / ... l!( [INFO] [stdout] 265 | | ... items, [INFO] [stdout] 266 | | ... "s.field(d+1, \"{}\");{}.ser_json(d+1, s);", [INFO] [stdout] 267 | | ... name, [INFO] [stdout] 268 | | ... proxied_field [INFO] [stdout] 269 | | ... ) [INFO] [stdout] | |_______________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stdout] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.47s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/nanoserde_derive-ed890e8b1ca4df72) [INFO] running `Command { std: "docker" "inspect" "a493a25fa0b2e962df9002a1cfb8a8721c50b1b05189478429b71d214d6fa4c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a493a25fa0b2e962df9002a1cfb8a8721c50b1b05189478429b71d214d6fa4c8", kill_on_drop: false }` [INFO] [stdout] a493a25fa0b2e962df9002a1cfb8a8721c50b1b05189478429b71d214d6fa4c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/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] 2d1986429b1e66ffd3901c82cd099016034e4e1157427b7acf64747fdde0e6d8 [INFO] running `Command { std: "docker" "start" "-a" "2d1986429b1e66ffd3901c82cd099016034e4e1157427b7acf64747fdde0e6d8", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/shared.rs:3:32 [INFO] [stderr] | [INFO] [stderr] 3 | $target.push_str($line); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/serde_bin.rs:96:13 [INFO] [stderr] | [INFO] [stderr] 96 | l!(body, "},") [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stderr] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/shared.rs:3:32 [INFO] [stderr] | [INFO] [stderr] 3 | $target.push_str($line); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/serde_bin.rs:128:13 [INFO] [stderr] | [INFO] [stderr] 128 | l!(body, "},") [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stderr] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/shared.rs:3:32 [INFO] [stderr] | [INFO] [stderr] 3 | $target.push_str($line); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/serde_bin.rs:169:13 [INFO] [stderr] | [INFO] [stderr] 169 | l!(r, "}") [INFO] [stderr] | ---------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stderr] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/shared.rs:7:55 [INFO] [stderr] | [INFO] [stderr] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/serde_bin.rs:162:17 [INFO] [stderr] | [INFO] [stderr] 162 | l!(r, "{}, ", field.field_name.as_ref().unwrap()) [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stderr] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/shared.rs:7:55 [INFO] [stderr] | [INFO] [stderr] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/serde_bin.rs:167:17 [INFO] [stderr] | [INFO] [stderr] 167 | l!(r, "{}.ser_bin(s);", field.field_name.as_ref().unwrap()) [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stderr] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/shared.rs:3:32 [INFO] [stderr] | [INFO] [stderr] 3 | $target.push_str($line); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/serde_bin.rs:182:13 [INFO] [stderr] | [INFO] [stderr] 182 | l!(r, "}") [INFO] [stderr] | ---------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stderr] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/shared.rs:7:55 [INFO] [stderr] | [INFO] [stderr] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/serde_bin.rs:175:17 [INFO] [stderr] | [INFO] [stderr] 175 | l!(r, "f{}, ", n) [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stderr] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/shared.rs:7:55 [INFO] [stderr] | [INFO] [stderr] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/serde_bin.rs:180:17 [INFO] [stderr] | [INFO] [stderr] 180 | l!(r, "f{}.ser_bin(s);", n) [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stderr] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/shared.rs:7:55 [INFO] [stderr] | [INFO] [stderr] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/serde_bin.rs:208:13 [INFO] [stderr] | [INFO] [stderr] 208 | l!(r, "{} => Self::{},", lit, variant.name) [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stderr] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/shared.rs:7:55 [INFO] [stderr] | [INFO] [stderr] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/serde_ron.rs:193:9 [INFO] [stderr] | [INFO] [stderr] 193 | l!(local_lets, "let mut {} = None;", local) [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stderr] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/shared.rs:7:55 [INFO] [stderr] | [INFO] [stderr] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/serde_ron.rs:289:13 [INFO] [stderr] | [INFO] [stderr] 289 | l!(body, "Self::{} => s.out.push_str(\"{}\"),", ident, ident) [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stderr] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/shared.rs:7:55 [INFO] [stderr] | [INFO] [stderr] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/serde_ron.rs:322:13 [INFO] [stderr] | [INFO] [stderr] 322 | / l!( [INFO] [stderr] 323 | | body, [INFO] [stderr] 324 | | "Self::{} {{ {} }} => {{ [INFO] [stderr] 325 | | s.out.push_str(\"{}\"); [INFO] [stderr] ... | [INFO] [stderr] 333 | | inner [INFO] [stderr] 334 | | ) [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stderr] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/shared.rs:7:55 [INFO] [stderr] | [INFO] [stderr] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/serde_ron.rs:299:25 [INFO] [stderr] | [INFO] [stderr] 299 | / l!( [INFO] [stderr] 300 | | inner, [INFO] [stderr] 301 | | "if {}.is_some() {{ [INFO] [stderr] 302 | | s.field(d+1, \"{}\"); [INFO] [stderr] ... | [INFO] [stderr] 308 | | name [INFO] [stderr] 309 | | ) [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stderr] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/shared.rs:7:55 [INFO] [stderr] | [INFO] [stderr] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/serde_ron.rs:311:25 [INFO] [stderr] | [INFO] [stderr] 311 | / l!( [INFO] [stderr] 312 | | inner, [INFO] [stderr] 313 | | "s.field(d+1, \"{}\"); [INFO] [stderr] 314 | | {}.ser_ron(d+1, s); [INFO] [stderr] ... | [INFO] [stderr] 317 | | name [INFO] [stderr] 318 | | ) [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stderr] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/shared.rs:7:55 [INFO] [stderr] | [INFO] [stderr] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/serde_ron.rs:349:13 [INFO] [stderr] | [INFO] [stderr] 349 | / l!( [INFO] [stderr] 350 | | body, [INFO] [stderr] 351 | | "Self::{} ({}) => {{ [INFO] [stderr] 352 | | s.out.push_str(\"{}\"); [INFO] [stderr] ... | [INFO] [stderr] 360 | | inner [INFO] [stderr] 361 | | ) [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stderr] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/shared.rs:3:32 [INFO] [stderr] | [INFO] [stderr] 3 | $target.push_str($line); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/serde_ron.rs:345:21 [INFO] [stderr] | [INFO] [stderr] 345 | l!(inner, "s.out.push_str(\", \");") [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stderr] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/shared.rs:7:55 [INFO] [stderr] | [INFO] [stderr] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/serde_ron.rs:386:13 [INFO] [stderr] | [INFO] [stderr] 386 | l!(body, "\"{}\" => Self::{},", ident, ident) [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stderr] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/shared.rs:3:32 [INFO] [stderr] | [INFO] [stderr] 3 | $target.push_str($line); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/serde_ron.rs:398:17 [INFO] [stderr] | [INFO] [stderr] 398 | / l!( [INFO] [stderr] 399 | | inner, [INFO] [stderr] 400 | | "{ [INFO] [stderr] 401 | | let r = DeRon::de_ron(s, i)?; [INFO] [stderr] ... | [INFO] [stderr] 404 | | }, " [INFO] [stderr] 405 | | ) [INFO] [stderr] | |_________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stderr] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/shared.rs:7:55 [INFO] [stderr] | [INFO] [stderr] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/serde_json.rs:256:29 [INFO] [stderr] | [INFO] [stderr] 256 | / ... l!( [INFO] [stderr] 257 | | ... items, [INFO] [stderr] 258 | | ... "if {}.is_some(){{s.field(d+1, \"{}\");{}.ser_json(d+1, s);}}", [INFO] [stderr] 259 | | ... name, [INFO] [stderr] 260 | | ... name, [INFO] [stderr] 261 | | ... proxied_field [INFO] [stderr] 262 | | ... ) [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stderr] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/shared.rs:7:55 [INFO] [stderr] | [INFO] [stderr] 7 | $target.push_str(&format!($line, $($param,)*)); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/serde_json.rs:264:29 [INFO] [stderr] | [INFO] [stderr] 264 | / ... l!( [INFO] [stderr] 265 | | ... items, [INFO] [stderr] 266 | | ... "s.field(d+1, \"{}\");{}.ser_json(d+1, s);", [INFO] [stderr] 267 | | ... name, [INFO] [stderr] 268 | | ... proxied_field [INFO] [stderr] 269 | | ... ) [INFO] [stderr] | |_______________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `l` [INFO] [stderr] = note: this warning originates in the macro `l` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `nanoserde-derive` (lib) generated 20 warnings [INFO] [stderr] warning: `nanoserde-derive` (lib test) generated 20 warnings (20 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nanoserde_derive-ed890e8b1ca4df72) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Doc-tests nanoserde-derive [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2d1986429b1e66ffd3901c82cd099016034e4e1157427b7acf64747fdde0e6d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d1986429b1e66ffd3901c82cd099016034e4e1157427b7acf64747fdde0e6d8", kill_on_drop: false }` [INFO] [stdout] 2d1986429b1e66ffd3901c82cd099016034e4e1157427b7acf64747fdde0e6d8