[INFO] fetching crate sqlx-macros 0.5.7... [INFO] checking sqlx-macros-0.5.7 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate sqlx-macros 0.5.7 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate sqlx-macros 0.5.7 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sqlx-macros 0.5.7 [INFO] finished tweaking crates.io crate sqlx-macros 0.5.7 [INFO] tweaked toml for crates.io crate sqlx-macros 0.5.7 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ipnetwork v0.17.0 [INFO] [stderr] Downloaded bigdecimal v0.2.0 [INFO] [stderr] Downloaded mac_address v1.1.2 [INFO] [stderr] Downloaded libsqlite3-sys v0.22.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec32ace35687a24a1b6f2179f6c1a598146ef36bb597527268b8027d0923897e [INFO] running `Command { std: "docker" "start" "-a" "ec32ace35687a24a1b6f2179f6c1a598146ef36bb597527268b8027d0923897e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec32ace35687a24a1b6f2179f6c1a598146ef36bb597527268b8027d0923897e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec32ace35687a24a1b6f2179f6c1a598146ef36bb597527268b8027d0923897e", kill_on_drop: false }` [INFO] [stdout] ec32ace35687a24a1b6f2179f6c1a598146ef36bb597527268b8027d0923897e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2c8febbfabe07c23fa088dc6fca44bc5e079f606900aafb68d229d5b11bb8b9c [INFO] running `Command { std: "docker" "start" "-a" "2c8febbfabe07c23fa088dc6fca44bc5e079f606900aafb68d229d5b11bb8b9c", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo. [INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously. [INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html [INFO] [stderr] When building the following dependencies, the given features will no longer be used: [INFO] [stderr] [INFO] [stderr] futures-channel v0.3.16: default [INFO] [stderr] futures-channel v0.3.16 (as host dependency): default [INFO] [stderr] getrandom v0.2.3: std [INFO] [stderr] getrandom v0.2.3 (as host dependency): std [INFO] [stderr] proc-macro2 v1.0.28: default, proc-macro [INFO] [stderr] quote v1.0.9: default, proc-macro [INFO] [stderr] syn v1.0.75: clone-impls, default, derive, parsing, printing, proc-macro, quote, visit [INFO] [stderr] syn v1.0.75 (as host dependency): visit [INFO] [stderr] [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling signal-hook v0.3.9 [INFO] [stderr] Compiling openssl v0.10.36 [INFO] [stderr] Checking unicode-bidi v0.3.6 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling futures-channel v0.3.16 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Checking futures-sink v0.3.16 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Checking openssl-probe v0.1.4 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking funty v1.1.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking wyz v0.2.0 [INFO] [stderr] Compiling whoami v1.1.3 [INFO] [stderr] Compiling crossbeam-queue v0.3.2 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking cpufeatures v0.1.5 [INFO] [stderr] Checking unicode_categories v0.1.1 [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Checking crc-catalog v1.1.1 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking unicode-segmentation v1.8.0 [INFO] [stderr] Checking dotenv v0.15.0 [INFO] [stderr] Compiling futures-macro v0.3.16 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Checking instant v0.1.10 [INFO] [stderr] Compiling openssl-sys v0.9.66 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking proc-macro2 v1.0.28 [INFO] [stderr] Checking tinyvec v1.3.1 [INFO] [stderr] Checking crc v2.0.0 [INFO] [stderr] Checking socket2 v0.4.1 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking atoi v0.4.0 [INFO] [stderr] Compiling ctor v0.1.20 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.7 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Checking futures-intrusive v0.4.0 [INFO] [stderr] Checking syn v1.0.75 [INFO] [stderr] Checking futures-lite v1.12.0 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking heck v0.3.3 [INFO] [stderr] Checking bitvec v0.19.5 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Checking async-executor v1.4.1 [INFO] [stderr] Checking blocking v1.0.2 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking log v0.4.14 [INFO] [stderr] Checking hashlink v0.7.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking sha2 v0.9.5 [INFO] [stderr] Checking polling v2.1.0 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Checking async-io v1.6.0 [INFO] [stderr] Checking thiserror v1.0.26 [INFO] [stderr] Checking async-process v1.2.0 [INFO] [stderr] Checking async-global-executor v2.0.2 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking stringprep v0.1.2 [INFO] [stderr] Checking async-std v1.9.0 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking sqlformat v0.1.6 [INFO] [stderr] Checking futures-executor v0.3.16 [INFO] [stderr] Checking futures v0.3.16 [INFO] [stderr] Checking async-native-tls v0.3.3 [INFO] [stderr] Checking sqlx-rt v0.5.7 [INFO] [stderr] Checking sqlx-core v0.5.7 [INFO] [stderr] Checking sqlx-macros v0.5.7 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 94 | try_set!(transparent, true, value) [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | _ => fail!(meta, "unexpected value for rename_all"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 113 | try_set!(rename_all, val, value) [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 121 | / try_set!( [INFO] [stdout] 122 | | type_name, [INFO] [stdout] 123 | | TypeName { [INFO] [stdout] 124 | | val: val.value(), [INFO] [stdout] ... | [INFO] [stdout] 128 | | value [INFO] [stdout] 129 | | ) [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 137 | / try_set!( [INFO] [stdout] 138 | | type_name, [INFO] [stdout] 139 | | TypeName { [INFO] [stdout] 140 | | val: val.value(), [INFO] [stdout] ... | [INFO] [stdout] 144 | | value [INFO] [stdout] 145 | | ) [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 148 | u => fail!(u, "unexpected attribute"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 150 | u => fail!(u, "unexpected attribute"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 156 | fail!(&list.nested, "expected one value") [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 160 | try_set!(repr, p.get_ident().unwrap().clone(), list); [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | u => fail!(u, "unexpected value"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 194 | }) if path.is_ident("rename") => try_set!(rename, val.value(), value), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | u => fail!(u, "unexpected attribute"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 198 | u => fail!(u, "unexpected attribute"), [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 warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 94 | try_set!(transparent, true, value) [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | _ => fail!(meta, "unexpected value for rename_all"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 113 | try_set!(rename_all, val, value) [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 121 | / try_set!( [INFO] [stdout] 122 | | type_name, [INFO] [stdout] 123 | | TypeName { [INFO] [stdout] 124 | | val: val.value(), [INFO] [stdout] ... | [INFO] [stdout] 128 | | value [INFO] [stdout] 129 | | ) [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 137 | / try_set!( [INFO] [stdout] 138 | | type_name, [INFO] [stdout] 139 | | TypeName { [INFO] [stdout] 140 | | val: val.value(), [INFO] [stdout] ... | [INFO] [stdout] 144 | | value [INFO] [stdout] 145 | | ) [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 148 | u => fail!(u, "unexpected attribute"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 150 | u => fail!(u, "unexpected attribute"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 156 | fail!(&list.nested, "expected one value") [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 160 | try_set!(repr, p.get_ident().unwrap().clone(), list); [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | u => fail!(u, "unexpected value"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 194 | }) if path.is_ident("rename") => try_set!(rename, val.value(), value), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | u => fail!(u, "unexpected attribute"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 198 | u => fail!(u, "unexpected attribute"), [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 warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.52s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling futures-channel v0.3.16 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Checking ahash v0.7.4 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking hashlink v0.7.0 [INFO] [stderr] Compiling ctor v0.1.20 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling futures-macro v0.3.16 [INFO] [stderr] Checking value-bag v1.0.0-alpha.7 [INFO] [stderr] Checking log v0.4.14 [INFO] [stderr] Checking futures-util v0.3.16 [INFO] [stderr] Checking polling v2.1.0 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Checking native-tls v0.2.8 [INFO] [stderr] Checking async-io v1.6.0 [INFO] [stderr] Checking async-process v1.2.0 [INFO] [stderr] Checking async-global-executor v2.0.2 [INFO] [stderr] Checking async-std v1.9.0 [INFO] [stderr] Checking thiserror v1.0.26 [INFO] [stderr] Checking futures-executor v0.3.16 [INFO] [stderr] Checking futures v0.3.16 [INFO] [stderr] Checking async-native-tls v0.3.3 [INFO] [stderr] Checking sqlx-rt v0.5.7 [INFO] [stderr] Checking sqlx-core v0.5.7 [INFO] [stderr] Checking sqlx-macros v0.5.7 (/tmp/fixit) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 94 | try_set!(transparent, true, value) [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | _ => fail!(meta, "unexpected value for rename_all"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 113 | try_set!(rename_all, val, value) [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 121 | / try_set!( [INFO] [stdout] 122 | | type_name, [INFO] [stdout] 123 | | TypeName { [INFO] [stdout] 124 | | val: val.value(), [INFO] [stdout] ... | [INFO] [stdout] 128 | | value [INFO] [stdout] 129 | | ) [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 137 | / try_set!( [INFO] [stdout] 138 | | type_name, [INFO] [stdout] 139 | | TypeName { [INFO] [stdout] 140 | | val: val.value(), [INFO] [stdout] ... | [INFO] [stdout] 144 | | value [INFO] [stdout] 145 | | ) [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 148 | u => fail!(u, "unexpected attribute"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 150 | u => fail!(u, "unexpected attribute"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 156 | fail!(&list.nested, "expected one value") [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 160 | try_set!(repr, p.get_ident().unwrap().clone(), list); [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | u => fail!(u, "unexpected value"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 194 | }) if path.is_ident("rename") => try_set!(rename, val.value(), value), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | u => fail!(u, "unexpected attribute"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 198 | u => fail!(u, "unexpected attribute"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 94 | try_set!(transparent, true, value) [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | _ => fail!(meta, "unexpected value for rename_all"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 113 | try_set!(rename_all, val, value) [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 121 | / try_set!( [INFO] [stdout] 122 | | type_name, [INFO] [stdout] 123 | | TypeName { [INFO] [stdout] 124 | | val: val.value(), [INFO] [stdout] ... | [INFO] [stdout] 128 | | value [INFO] [stdout] 129 | | ) [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 137 | / try_set!( [INFO] [stdout] 138 | | type_name, [INFO] [stdout] 139 | | TypeName { [INFO] [stdout] 140 | | val: val.value(), [INFO] [stdout] ... | [INFO] [stdout] 144 | | value [INFO] [stdout] 145 | | ) [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 148 | u => fail!(u, "unexpected attribute"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 150 | u => fail!(u, "unexpected attribute"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 156 | fail!(&list.nested, "expected one value") [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 `fail` [INFO] [stdout] = note: this warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 160 | try_set!(repr, p.get_ident().unwrap().clone(), list); [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 162 | u => fail!(u, "unexpected value"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 194 | }) if path.is_ident("rename") => try_set!(rename, val.value(), value), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 196 | u => fail!(u, "unexpected attribute"), [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 warning originates in the macro `fail` (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/derives/attributes.rs:18:52 [INFO] [stdout] | [INFO] [stdout] 18 | return Err(syn::Error::new_spanned($t, $m)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 198 | u => fail!(u, "unexpected attribute"), [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 warning originates in the macro `fail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.02s [INFO] running `Command { std: "docker" "inspect" "2c8febbfabe07c23fa088dc6fca44bc5e079f606900aafb68d229d5b11bb8b9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c8febbfabe07c23fa088dc6fca44bc5e079f606900aafb68d229d5b11bb8b9c", kill_on_drop: false }` [INFO] [stdout] 2c8febbfabe07c23fa088dc6fca44bc5e079f606900aafb68d229d5b11bb8b9c