[INFO] fetching crate amplify_derive 2.8.0... [INFO] building amplify_derive-2.8.0 against master#d5c88c22807925c189328ef9d923c5d2b11a95b8 for pr-87066-3 [INFO] extracting crate amplify_derive 2.8.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate amplify_derive 2.8.0 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate amplify_derive 2.8.0 [INFO] finished tweaking crates.io crate amplify_derive 2.8.0 [INFO] tweaked toml for crates.io crate amplify_derive 2.8.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1492a5422e124a6ba67149cc804f5dc431b46a32a79567ca1e89606a90d6fd25 [INFO] running `Command { std: "docker" "start" "-a" "1492a5422e124a6ba67149cc804f5dc431b46a32a79567ca1e89606a90d6fd25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1492a5422e124a6ba67149cc804f5dc431b46a32a79567ca1e89606a90d6fd25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1492a5422e124a6ba67149cc804f5dc431b46a32a79567ca1e89606a90d6fd25", kill_on_drop: false }` [INFO] [stdout] 1492a5422e124a6ba67149cc804f5dc431b46a32a79567ca1e89606a90d6fd25 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b6b333445b44315825cfc82fdd1205cf99b8de53cfd6090c3de67cbe77f34e5d [INFO] running `Command { std: "docker" "start" "-a" "b6b333445b44315825cfc82fdd1205cf99b8de53cfd6090c3de67cbe77f34e5d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling amplify_syn v1.1.4 [INFO] [stderr] Compiling amplify_derive v2.8.0 (/opt/rustwide/workdir) [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:32:75 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::proc_macro2::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 70 | return Err(attr_err!(ident, "unexpected path argument", example)) [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | warnings [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(semicolon_in_expressions_from_macros)]` implied by `#[deny(warnings)]` [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 70 | return Err(attr_err!(ident, "unexpected path argument", example)) [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:32:75 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::proc_macro2::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | return Err(attr_err!( [INFO] [stdout] | ____________________________________- [INFO] [stdout] 75 | | ident, [INFO] [stdout] 76 | | "unexpected `name=\"value\"` argument", [INFO] [stdout] 77 | | example [INFO] [stdout] 78 | | )) [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | return Err(attr_err!( [INFO] [stdout] | ____________________________________- [INFO] [stdout] 75 | | ident, [INFO] [stdout] 76 | | "unexpected `name=\"value\"` argument", [INFO] [stdout] 77 | | example [INFO] [stdout] 78 | | )) [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:32:75 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::proc_macro2::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 81 | Err(_) => return Err(attr_err!(ident, "wrong format", example)), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 81 | Err(_) => return Err(attr_err!(ident, "wrong format", example)), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:32:75 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::proc_macro2::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 99 | return Err(attr_err!(ident, "unexpected path argument", example)) [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 99 | return Err(attr_err!(ident, "unexpected path argument", example)) [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:32:75 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::proc_macro2::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 102 | return Err(attr_err!( [INFO] [stdout] | ____________________________________- [INFO] [stdout] 103 | | ident, [INFO] [stdout] 104 | | "must have form `name=\"value\"`, not `name(value)`", [INFO] [stdout] 105 | | example [INFO] [stdout] 106 | | )) [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 102 | return Err(attr_err!( [INFO] [stdout] | ____________________________________- [INFO] [stdout] 103 | | ident, [INFO] [stdout] 104 | | "must have form `name=\"value\"`, not `name(value)`", [INFO] [stdout] 105 | | example [INFO] [stdout] 106 | | )) [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:32:75 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::proc_macro2::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | Err(_) => return Err(attr_err!(ident, "wrong format", example)), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | Err(_) => return Err(attr_err!(ident, "wrong format", example)), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:32:75 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::proc_macro2::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 124 | 0 => Err(attr_err!( [INFO] [stdout] | __________________- [INFO] [stdout] 125 | | attr_name, [INFO] [stdout] 126 | | "unexpected absence of argument", [INFO] [stdout] 127 | | example [INFO] [stdout] 128 | | )), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 124 | 0 => Err(attr_err!( [INFO] [stdout] | __________________- [INFO] [stdout] 125 | | attr_name, [INFO] [stdout] 126 | | "unexpected absence of argument", [INFO] [stdout] 127 | | example [INFO] [stdout] 128 | | )), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:32:75 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::proc_macro2::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 136 | NestedMeta::Lit(_) => Err(attr_err!( [INFO] [stdout] | _______________________________________- [INFO] [stdout] 137 | | attr_name, [INFO] [stdout] 138 | | "unexpected literal for type identifier is met", [INFO] [stdout] 139 | | example [INFO] [stdout] 140 | | )), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 136 | NestedMeta::Lit(_) => Err(attr_err!( [INFO] [stdout] | _______________________________________- [INFO] [stdout] 137 | | attr_name, [INFO] [stdout] 138 | | "unexpected literal for type identifier is met", [INFO] [stdout] 139 | | example [INFO] [stdout] 140 | | )), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:32:75 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::proc_macro2::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 142 | _ => Err(attr_err!( [INFO] [stdout] | __________________- [INFO] [stdout] 143 | | attr_name, [INFO] [stdout] 144 | | "unexpected multiple type identifiers", [INFO] [stdout] 145 | | example [INFO] [stdout] 146 | | )), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 142 | _ => Err(attr_err!( [INFO] [stdout] | __________________- [INFO] [stdout] 143 | | attr_name, [INFO] [stdout] 144 | | "unexpected multiple type identifiers", [INFO] [stdout] 145 | | example [INFO] [stdout] 146 | | )), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:32:75 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::proc_macro2::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 158 | _ => Err(attr_err!(attr_name, "unexpected attribute type", example)), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 158 | _ => Err(attr_err!(attr_name, "unexpected attribute type", example)), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:32:75 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::proc_macro2::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 171 | _ => Err(attr_err!(attr_name, "unexpected attribute type", example)), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 171 | _ => Err(attr_err!(attr_name, "unexpected attribute type", example)), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/display.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | Err(attr_err!( [INFO] [stdout] | _________________- [INFO] [stdout] 43 | | span, [INFO] [stdout] 44 | | NAME, [INFO] [stdout] 45 | | "must contain at least one identifier", [INFO] [stdout] 46 | | EXAMPLE [INFO] [stdout] 47 | | )), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:29:53 [INFO] [stdout] | [INFO] [stdout] 29 | attr_err!($attr.span(), NAME, $msg, EXAMPLE); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/display.rs:135:32 [INFO] [stdout] | [INFO] [stdout] 135 | return Err(attr_err!(span, "too many arguments")); [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/display.rs:135:32 [INFO] [stdout] | [INFO] [stdout] 135 | return Err(attr_err!(span, "too many arguments")); [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:29:53 [INFO] [stdout] | [INFO] [stdout] 29 | attr_err!($attr.span(), NAME, $msg, EXAMPLE); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/display.rs:154:43 [INFO] [stdout] | [INFO] [stdout] 154 | Some(_) => return Err(attr_err!(span, "argument must be a string literal")), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/display.rs:154:43 [INFO] [stdout] | [INFO] [stdout] 154 | Some(_) => return Err(attr_err!(span, "argument must be a string literal")), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:29:53 [INFO] [stdout] | [INFO] [stdout] 29 | attr_err!($attr.span(), NAME, $msg, EXAMPLE); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/display.rs:155:40 [INFO] [stdout] | [INFO] [stdout] 155 | None => return Err(attr_err!(span, "argument is required")), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/display.rs:155:40 [INFO] [stdout] | [INFO] [stdout] 155 | None => return Err(attr_err!(span, "argument is required")), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:29:53 [INFO] [stdout] | [INFO] [stdout] 29 | attr_err!($attr.span(), NAME, $msg, EXAMPLE); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/display.rs:164:40 [INFO] [stdout] | [INFO] [stdout] 164 | ... return Err(attr_err!(span, "excessive arguments")); [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/display.rs:164:40 [INFO] [stdout] | [INFO] [stdout] 164 | ... return Err(attr_err!(span, "excessive arguments")); [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:29:53 [INFO] [stdout] | [INFO] [stdout] 29 | attr_err!($attr.span(), NAME, $msg, EXAMPLE); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/display.rs:171:44 [INFO] [stdout] | [INFO] [stdout] 171 | ... return Err(attr_err!( [INFO] [stdout] | __________________________________- [INFO] [stdout] 172 | | ... span, [INFO] [stdout] 173 | | ... "alternative formatting can be given only if \ [INFO] [stdout] 174 | | ... the first argument is a format string" [INFO] [stdout] 175 | | ... )) [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/display.rs:171:44 [INFO] [stdout] | [INFO] [stdout] 171 | ... return Err(attr_err!( [INFO] [stdout] | __________________________________- [INFO] [stdout] 172 | | ... span, [INFO] [stdout] 173 | | ... "alternative formatting can be given only if \ [INFO] [stdout] 174 | | ... the first argument is a format string" [INFO] [stdout] 175 | | ... )) [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:29:53 [INFO] [stdout] | [INFO] [stdout] 29 | attr_err!($attr.span(), NAME, $msg, EXAMPLE); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/display.rs:180:37 [INFO] [stdout] | [INFO] [stdout] 180 | _ => return Err(attr_err!(span, "unrecognizable second argument")), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/display.rs:180:37 [INFO] [stdout] | [INFO] [stdout] 180 | _ => return Err(attr_err!(span, "unrecognizable second argument")), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:29:53 [INFO] [stdout] | [INFO] [stdout] 29 | attr_err!($attr.span(), NAME, $msg, EXAMPLE); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/display.rs:188:35 [INFO] [stdout] | [INFO] [stdout] 188 | Some(_) => return Err(attr_err!(span, "argument must be a string literal")), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/display.rs:188:35 [INFO] [stdout] | [INFO] [stdout] 188 | Some(_) => return Err(attr_err!(span, "argument must be a string literal")), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:29:53 [INFO] [stdout] | [INFO] [stdout] 29 | attr_err!($attr.span(), NAME, $msg, EXAMPLE); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/display.rs:384:28 [INFO] [stdout] | [INFO] [stdout] 384 | return Err(attr_err!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 385 | | fields.span(), [INFO] [stdout] 386 | | "display(inner) requires only single field in the structure" [INFO] [stdout] 387 | | )); [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/display.rs:384:28 [INFO] [stdout] | [INFO] [stdout] 384 | return Err(attr_err!( [INFO] [stdout] | ____________________________- [INFO] [stdout] 385 | | fields.span(), [INFO] [stdout] 386 | | "display(inner) requires only single field in the structure" [INFO] [stdout] 387 | | )); [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:29:53 [INFO] [stdout] | [INFO] [stdout] 29 | attr_err!($attr.span(), NAME, $msg, EXAMPLE); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/display.rs:538:36 [INFO] [stdout] | [INFO] [stdout] 538 | return Err(attr_err!( [INFO] [stdout] | ____________________________________- [INFO] [stdout] 539 | | fields.span(), [INFO] [stdout] 540 | | "display(inner) requires only single field in the structure" [INFO] [stdout] 541 | | )); [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/display.rs:538:36 [INFO] [stdout] | [INFO] [stdout] 538 | return Err(attr_err!( [INFO] [stdout] | ____________________________________- [INFO] [stdout] 539 | | fields.span(), [INFO] [stdout] 540 | | "display(inner) requires only single field in the structure" [INFO] [stdout] 541 | | )); [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:29:53 [INFO] [stdout] | [INFO] [stdout] 29 | attr_err!($attr.span(), NAME, $msg, EXAMPLE); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/from.rs:200:36 [INFO] [stdout] | [INFO] [stdout] 200 | return Err(attr_err!( [INFO] [stdout] | ____________________________________- [INFO] [stdout] 201 | | attr, [INFO] [stdout] 202 | | "empty attribute is allowed only for entities \ [INFO] [stdout] 203 | | with a single field; for multi-field entities \ [INFO] [stdout] 204 | | specify the attribute right ahead of the target field" [INFO] [stdout] 205 | | )) [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/from.rs:200:36 [INFO] [stdout] | [INFO] [stdout] 200 | return Err(attr_err!( [INFO] [stdout] | ____________________________________- [INFO] [stdout] 201 | | attr, [INFO] [stdout] 202 | | "empty attribute is allowed only for entities \ [INFO] [stdout] 203 | | with a single field; for multi-field entities \ [INFO] [stdout] 204 | | specify the attribute right ahead of the target field" [INFO] [stdout] 205 | | )) [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:29:53 [INFO] [stdout] | [INFO] [stdout] 29 | attr_err!($attr.span(), NAME, $msg, EXAMPLE); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/from.rs:327:17 [INFO] [stdout] | [INFO] [stdout] 327 | Err(attr_err!( [INFO] [stdout] | _________________- [INFO] [stdout] 328 | | a, [INFO] [stdout] 329 | | "top-level attribute is not allowed, use it for specific fields or variants" [INFO] [stdout] 330 | | )) [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/from.rs:327:17 [INFO] [stdout] | [INFO] [stdout] 327 | Err(attr_err!( [INFO] [stdout] | _________________- [INFO] [stdout] 328 | | a, [INFO] [stdout] 329 | | "top-level attribute is not allowed, use it for specific fields or variants" [INFO] [stdout] 330 | | )) [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/wrapper.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | Err(attr_err!( [INFO] [stdout] | _________________- [INFO] [stdout] 73 | | path.span(), [INFO] [stdout] 74 | | NAME, [INFO] [stdout] 75 | | "must contain at least one identifier", [INFO] [stdout] 76 | | EXAMPLE [INFO] [stdout] 77 | | )), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:29:53 [INFO] [stdout] | [INFO] [stdout] 29 | attr_err!($attr.span(), NAME, $msg, EXAMPLE); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/wrapper.rs:609:26 [INFO] [stdout] | [INFO] [stdout] 609 | .map_err(|_| attr_err!(attr, WRAPPER_DERIVE_ERR))? [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/wrapper.rs:609:26 [INFO] [stdout] | [INFO] [stdout] 609 | .map_err(|_| attr_err!(attr, WRAPPER_DERIVE_ERR))? [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:29:53 [INFO] [stdout] | [INFO] [stdout] 29 | attr_err!($attr.span(), NAME, $msg, EXAMPLE); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/wrapper.rs:616:33 [INFO] [stdout] | [INFO] [stdout] 616 | ... attr_err!(path, "Unrecognized wrapper parameter") [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 `attr_err` [INFO] [stdout] = note: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/wrapper.rs:616:33 [INFO] [stdout] | [INFO] [stdout] 616 | ... attr_err!(path, "Unrecognized wrapper parameter") [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 `attr_err` [INFO] [stdout] = note: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:29:53 [INFO] [stdout] | [INFO] [stdout] 29 | attr_err!($attr.span(), NAME, $msg, EXAMPLE); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/wrapper.rs:619:41 [INFO] [stdout] | [INFO] [stdout] 619 | _ => return Err(attr_err!(meta, WRAPPER_DERIVE_ERR)), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/wrapper.rs:619:41 [INFO] [stdout] | [INFO] [stdout] 619 | _ => return Err(attr_err!(meta, WRAPPER_DERIVE_ERR)), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:29:53 [INFO] [stdout] | [INFO] [stdout] 29 | attr_err!($attr.span(), NAME, $msg, EXAMPLE); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/wrapper.rs:623:29 [INFO] [stdout] | [INFO] [stdout] 623 | _ => return Err(attr_err!(attr, WRAPPER_DERIVE_ERR)), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/util.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/wrapper.rs:623:29 [INFO] [stdout] | [INFO] [stdout] 623 | _ => return Err(attr_err!(attr, WRAPPER_DERIVE_ERR)), [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: this error originates in the macro `attr_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 54 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `amplify_derive` due to 55 previous errors [INFO] running `Command { std: "docker" "inspect" "b6b333445b44315825cfc82fdd1205cf99b8de53cfd6090c3de67cbe77f34e5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6b333445b44315825cfc82fdd1205cf99b8de53cfd6090c3de67cbe77f34e5d", kill_on_drop: false }` [INFO] [stdout] b6b333445b44315825cfc82fdd1205cf99b8de53cfd6090c3de67cbe77f34e5d