[INFO] fetching crate fluence-sdk-wit 0.6.1... [INFO] testing fluence-sdk-wit-0.6.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate fluence-sdk-wit 0.6.1 into /workspace/builds/worker-114/source [INFO] validating manifest of crates.io crate fluence-sdk-wit 0.6.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fluence-sdk-wit 0.6.1 [INFO] finished tweaking crates.io crate fluence-sdk-wit 0.6.1 [INFO] tweaked toml for crates.io crate fluence-sdk-wit 0.6.1 written to /workspace/builds/worker-114/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 503c8f8dadaaead5fb011abc837befd473f0706569277ddd2c13a19588e9cf0f [INFO] running `Command { std: "docker" "start" "-a" "503c8f8dadaaead5fb011abc837befd473f0706569277ddd2c13a19588e9cf0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "503c8f8dadaaead5fb011abc837befd473f0706569277ddd2c13a19588e9cf0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "503c8f8dadaaead5fb011abc837befd473f0706569277ddd2c13a19588e9cf0f", kill_on_drop: false }` [INFO] [stdout] 503c8f8dadaaead5fb011abc837befd473f0706569277ddd2c13a19588e9cf0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d97c61720512c9eca9b923d0d561cfffcb795fd096073cc2c08e3f37adb00fd3 [INFO] running `Command { std: "docker" "start" "-a" "d97c61720512c9eca9b923d0d561cfffcb795fd096073cc2c08e3f37adb00fd3", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling fluence-sdk-wit v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_epilog.rs:88:22 [INFO] [stdout] | [INFO] [stdout] 88 | let ty = new_ident!(ty); [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: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_epilog.rs:121:46 [INFO] [stdout] | [INFO] [stdout] 121 | let generated_serializer_ident = new_ident!(generated_serializer_name); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:75:36 [INFO] [stdout] | [INFO] [stdout] 75 | .map(|(id, _)| new_ident!(format!("arg_{}", input_type_id + id))), [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:107:31 [INFO] [stdout] | [INFO] [stdout] 107 | let converted_arg_ident = new_ident!(format!("{}_{}", CONVERTED_ARG_PREFIX, generated_arg_id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:112:41 [INFO] [stdout] | [INFO] [stdout] 112 | let supplied_arg_start_id = new_ident!(format!("arg_{}", supplied_arg_start_id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:118:41 [INFO] [stdout] | [INFO] [stdout] 118 | let supplied_arg_start_id = new_ident!(format!("arg_{}", supplied_arg_start_id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:125:23 [INFO] [stdout] | [INFO] [stdout] 125 | let ptr = new_ident!(format!("arg_{}", supplied_arg_start_id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:126:24 [INFO] [stdout] | [INFO] [stdout] 126 | let size = new_ident!(format!("arg_{}", supplied_arg_start_id + 1)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:135:47 [INFO] [stdout] | [INFO] [stdout] 135 | let generated_der_ident = new_ident!(generated_der_name); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:146:40 [INFO] [stdout] | [INFO] [stdout] 146 | let record_ident = new_ident!(record_name); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_arg.rs:28:19 [INFO] [stdout] | [INFO] [stdout] 28 | let arg = crate::new_ident!(format!("arg_{}", arg_start_id)); [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 `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_epilog.rs:61:43 [INFO] [stdout] | [INFO] [stdout] 61 | let generated_der_ident = new_ident!(generated_der_name); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_epilog.rs:74:36 [INFO] [stdout] | [INFO] [stdout] 74 | let record_ident = new_ident!(record_name); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_prolog.rs:75:33 [INFO] [stdout] | [INFO] [stdout] 75 | let arg_ident = new_ident!(arg_name); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_prolog.rs:120:28 [INFO] [stdout] | [INFO] [stdout] 120 | .map(|(id, _)| new_ident!(format!("arg_{}", id))) [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_prolog.rs:133:31 [INFO] [stdout] | [INFO] [stdout] 133 | let generated_ser_ident = new_ident!(generated_ser_name); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_prolog.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let arg_ident = new_ident!(arg_name); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/traits.rs:64:26 [INFO] [stdout] | [INFO] [stdout] 64 | let ty = crate::new_ident!(name); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/vector_ser_der/der.rs:41:30 [INFO] [stdout] | [INFO] [stdout] 41 | let deserializer_ident = crate::new_ident!(deserializer_name); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/vector_ser_der/der.rs:65:29 [INFO] [stdout] | [INFO] [stdout] 65 | let record_name_ident = crate::new_ident!(record_name); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/vector_ser_der/ser.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | let ser_ident = crate::new_ident!(ser_name); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/vector_ser_der.rs:61:15 [INFO] [stdout] | [INFO] [stdout] 61 | let arg = crate::new_ident!(arg_name); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/vector_ser_der.rs:74:15 [INFO] [stdout] | [INFO] [stdout] 74 | let arg = crate::new_ident!(arg_name); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/fn_generator.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | / crate::prepare_global_data!( [INFO] [stdout] 31 | | Function, [INFO] [stdout] 32 | | self, [INFO] [stdout] 33 | | self.signature.name, [INFO] [stdout] ... | [INFO] [stdout] 37 | | section_name [INFO] [stdout] 38 | | ); [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 `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/fn_generator.rs:41:25 [INFO] [stdout] | [INFO] [stdout] 41 | let func_name = new_ident!(format!( [INFO] [stdout] | _________________________- [INFO] [stdout] 42 | | "{}{}", [INFO] [stdout] 43 | | super::GENERATED_WRAPPER_FUNC_PREFIX, [INFO] [stdout] 44 | | signature.name [INFO] [stdout] 45 | | )); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/fn_generator.rs:46:35 [INFO] [stdout] | [INFO] [stdout] 46 | let original_func_ident = new_ident!(signature.name); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/foreign_mod_generator.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | / crate::prepare_global_data!( [INFO] [stdout] 27 | | ExternMod, [INFO] [stdout] 28 | | self, [INFO] [stdout] 29 | | self.namespace, [INFO] [stdout] ... | [INFO] [stdout] 33 | | section_name [INFO] [stdout] 34 | | ); [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 `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/foreign_mod_generator.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | crate::new_ident!(format!("{}_{}", super::GENERATED_WRAPPER_FUNC_PREFIX, import_name)) [INFO] [stdout] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `new_ident` [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/foreign_mod_generator.rs:100:25 [INFO] [stdout] | [INFO] [stdout] 100 | let func_name = new_ident!(&signature.name); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/record_serializer.rs:60:47 [INFO] [stdout] | [INFO] [stdout] 60 | let generated_ser_ident = new_ident!(generated_ser_name); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/record_serializer.rs:63:50 [INFO] [stdout] | [INFO] [stdout] 63 | let serialized_field_ident = new_ident!(format!("serialized_arg_{}", id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/record_serializer.rs:94:24 [INFO] [stdout] | [INFO] [stdout] 94 | let name = new_ident!(name); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/record_serializer.rs:98:22 [INFO] [stdout] | [INFO] [stdout] 98 | let id = new_ident!(format!("{}", id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/record_deserializer.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | / new_ident!(ast_field [INFO] [stdout] 72 | | .name [INFO] [stdout] 73 | | .as_ref() [INFO] [stdout] 74 | | .expect("all fields should have name")) [INFO] [stdout] | |_______________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `new_ident` [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/field_values_builder.rs:60:37 [INFO] [stdout] | [INFO] [stdout] 60 | let field_value_ident = new_ident!(format!("field_{}", id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/field_values_builder.rs:268:35 [INFO] [stdout] | [INFO] [stdout] 268 | let generated_der_ident = new_ident!(generated_der_name); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/field_values_builder.rs:301:28 [INFO] [stdout] | [INFO] [stdout] 301 | let record_ident = new_ident!(name); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | / crate::prepare_global_data!( [INFO] [stdout] 33 | | Record, [INFO] [stdout] 34 | | self, [INFO] [stdout] 35 | | self.name, [INFO] [stdout] ... | [INFO] [stdout] 39 | | section_name [INFO] [stdout] 40 | | ); [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 `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator.rs:41:27 [INFO] [stdout] | [INFO] [stdout] 41 | let record_name = new_ident!(self.name); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 39 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.22s [INFO] running `Command { std: "docker" "inspect" "d97c61720512c9eca9b923d0d561cfffcb795fd096073cc2c08e3f37adb00fd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d97c61720512c9eca9b923d0d561cfffcb795fd096073cc2c08e3f37adb00fd3", kill_on_drop: false }` [INFO] [stdout] d97c61720512c9eca9b923d0d561cfffcb795fd096073cc2c08e3f37adb00fd3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 03758eeb40dc542ea73706127286bcb1c7122bf2ce8faf45db2bedaa3932b58e [INFO] running `Command { std: "docker" "start" "-a" "03758eeb40dc542ea73706127286bcb1c7122bf2ce8faf45db2bedaa3932b58e", kill_on_drop: false }` [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_epilog.rs:88:22 [INFO] [stdout] | [INFO] [stdout] 88 | let ty = new_ident!(ty); [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: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_epilog.rs:121:46 [INFO] [stdout] | [INFO] [stdout] 121 | let generated_serializer_ident = new_ident!(generated_serializer_name); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:75:36 [INFO] [stdout] | [INFO] [stdout] 75 | .map(|(id, _)| new_ident!(format!("arg_{}", input_type_id + id))), [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:107:31 [INFO] [stdout] | [INFO] [stdout] 107 | let converted_arg_ident = new_ident!(format!("{}_{}", CONVERTED_ARG_PREFIX, generated_arg_id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:112:41 [INFO] [stdout] | [INFO] [stdout] 112 | let supplied_arg_start_id = new_ident!(format!("arg_{}", supplied_arg_start_id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:118:41 [INFO] [stdout] | [INFO] [stdout] 118 | let supplied_arg_start_id = new_ident!(format!("arg_{}", supplied_arg_start_id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:125:23 [INFO] [stdout] | [INFO] [stdout] 125 | let ptr = new_ident!(format!("arg_{}", supplied_arg_start_id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:126:24 [INFO] [stdout] | [INFO] [stdout] 126 | let size = new_ident!(format!("arg_{}", supplied_arg_start_id + 1)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:135:47 [INFO] [stdout] | [INFO] [stdout] 135 | let generated_der_ident = new_ident!(generated_der_name); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:146:40 [INFO] [stdout] | [INFO] [stdout] 146 | let record_ident = new_ident!(record_name); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_arg.rs:28:19 [INFO] [stdout] | [INFO] [stdout] 28 | let arg = crate::new_ident!(format!("arg_{}", arg_start_id)); [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 `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_epilog.rs:61:43 [INFO] [stdout] | [INFO] [stdout] 61 | let generated_der_ident = new_ident!(generated_der_name); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_epilog.rs:74:36 [INFO] [stdout] | [INFO] [stdout] 74 | let record_ident = new_ident!(record_name); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_prolog.rs:75:33 [INFO] [stdout] | [INFO] [stdout] 75 | let arg_ident = new_ident!(arg_name); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_prolog.rs:120:28 [INFO] [stdout] | [INFO] [stdout] 120 | .map(|(id, _)| new_ident!(format!("arg_{}", id))) [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_prolog.rs:133:31 [INFO] [stdout] | [INFO] [stdout] 133 | let generated_ser_ident = new_ident!(generated_ser_name); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_prolog.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let arg_ident = new_ident!(arg_name); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/traits.rs:64:26 [INFO] [stdout] | [INFO] [stdout] 64 | let ty = crate::new_ident!(name); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/vector_ser_der/der.rs:41:30 [INFO] [stdout] | [INFO] [stdout] 41 | let deserializer_ident = crate::new_ident!(deserializer_name); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/vector_ser_der/der.rs:65:29 [INFO] [stdout] | [INFO] [stdout] 65 | let record_name_ident = crate::new_ident!(record_name); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/vector_ser_der/ser.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | let ser_ident = crate::new_ident!(ser_name); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/vector_ser_der.rs:61:15 [INFO] [stdout] | [INFO] [stdout] 61 | let arg = crate::new_ident!(arg_name); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/vector_ser_der.rs:74:15 [INFO] [stdout] | [INFO] [stdout] 74 | let arg = crate::new_ident!(arg_name); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/fn_generator.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | / crate::prepare_global_data!( [INFO] [stdout] 31 | | Function, [INFO] [stdout] 32 | | self, [INFO] [stdout] 33 | | self.signature.name, [INFO] [stdout] ... | [INFO] [stdout] 37 | | section_name [INFO] [stdout] 38 | | ); [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 `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/fn_generator.rs:41:25 [INFO] [stdout] | [INFO] [stdout] 41 | let func_name = new_ident!(format!( [INFO] [stdout] | _________________________- [INFO] [stdout] 42 | | "{}{}", [INFO] [stdout] 43 | | super::GENERATED_WRAPPER_FUNC_PREFIX, [INFO] [stdout] 44 | | signature.name [INFO] [stdout] 45 | | )); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/fn_generator.rs:46:35 [INFO] [stdout] | [INFO] [stdout] 46 | let original_func_ident = new_ident!(signature.name); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/foreign_mod_generator.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | / crate::prepare_global_data!( [INFO] [stdout] 27 | | ExternMod, [INFO] [stdout] 28 | | self, [INFO] [stdout] 29 | | self.namespace, [INFO] [stdout] ... | [INFO] [stdout] 33 | | section_name [INFO] [stdout] 34 | | ); [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 `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/foreign_mod_generator.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | crate::new_ident!(format!("{}_{}", super::GENERATED_WRAPPER_FUNC_PREFIX, import_name)) [INFO] [stdout] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `new_ident` [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/foreign_mod_generator.rs:100:25 [INFO] [stdout] | [INFO] [stdout] 100 | let func_name = new_ident!(&signature.name); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/record_serializer.rs:60:47 [INFO] [stdout] | [INFO] [stdout] 60 | let generated_ser_ident = new_ident!(generated_ser_name); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/record_serializer.rs:63:50 [INFO] [stdout] | [INFO] [stdout] 63 | let serialized_field_ident = new_ident!(format!("serialized_arg_{}", id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/record_serializer.rs:94:24 [INFO] [stdout] | [INFO] [stdout] 94 | let name = new_ident!(name); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/record_serializer.rs:98:22 [INFO] [stdout] | [INFO] [stdout] 98 | let id = new_ident!(format!("{}", id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/record_deserializer.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | / new_ident!(ast_field [INFO] [stdout] 72 | | .name [INFO] [stdout] 73 | | .as_ref() [INFO] [stdout] 74 | | .expect("all fields should have name")) [INFO] [stdout] | |_______________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `new_ident` [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/field_values_builder.rs:60:37 [INFO] [stdout] | [INFO] [stdout] 60 | let field_value_ident = new_ident!(format!("field_{}", id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/field_values_builder.rs:268:35 [INFO] [stdout] | [INFO] [stdout] 268 | let generated_der_ident = new_ident!(generated_der_name); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/field_values_builder.rs:301:28 [INFO] [stdout] | [INFO] [stdout] 301 | let record_ident = new_ident!(name); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | / crate::prepare_global_data!( [INFO] [stdout] 33 | | Record, [INFO] [stdout] 34 | | self, [INFO] [stdout] 35 | | self.name, [INFO] [stdout] ... | [INFO] [stdout] 39 | | section_name [INFO] [stdout] 40 | | ); [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 `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator.rs:41:27 [INFO] [stdout] | [INFO] [stdout] 41 | let record_name = new_ident!(self.name); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 39 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pretty_assertions v0.7.2 [INFO] [stderr] Compiling fluence-sdk-wit v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_epilog.rs:88:22 [INFO] [stdout] | [INFO] [stdout] 88 | let ty = new_ident!(ty); [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: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_epilog.rs:121:46 [INFO] [stdout] | [INFO] [stdout] 121 | let generated_serializer_ident = new_ident!(generated_serializer_name); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:75:36 [INFO] [stdout] | [INFO] [stdout] 75 | .map(|(id, _)| new_ident!(format!("arg_{}", input_type_id + id))), [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:107:31 [INFO] [stdout] | [INFO] [stdout] 107 | let converted_arg_ident = new_ident!(format!("{}_{}", CONVERTED_ARG_PREFIX, generated_arg_id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:112:41 [INFO] [stdout] | [INFO] [stdout] 112 | let supplied_arg_start_id = new_ident!(format!("arg_{}", supplied_arg_start_id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:118:41 [INFO] [stdout] | [INFO] [stdout] 118 | let supplied_arg_start_id = new_ident!(format!("arg_{}", supplied_arg_start_id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:125:23 [INFO] [stdout] | [INFO] [stdout] 125 | let ptr = new_ident!(format!("arg_{}", supplied_arg_start_id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:126:24 [INFO] [stdout] | [INFO] [stdout] 126 | let size = new_ident!(format!("arg_{}", supplied_arg_start_id + 1)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:135:47 [INFO] [stdout] | [INFO] [stdout] 135 | let generated_der_ident = new_ident!(generated_der_name); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/fn_prolog.rs:146:40 [INFO] [stdout] | [INFO] [stdout] 146 | let record_ident = new_ident!(record_name); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_arg.rs:28:19 [INFO] [stdout] | [INFO] [stdout] 28 | let arg = crate::new_ident!(format!("arg_{}", arg_start_id)); [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 `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_epilog.rs:61:43 [INFO] [stdout] | [INFO] [stdout] 61 | let generated_der_ident = new_ident!(generated_der_name); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_epilog.rs:74:36 [INFO] [stdout] | [INFO] [stdout] 74 | let record_ident = new_ident!(record_name); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_prolog.rs:75:33 [INFO] [stdout] | [INFO] [stdout] 75 | let arg_ident = new_ident!(arg_name); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_prolog.rs:120:28 [INFO] [stdout] | [INFO] [stdout] 120 | .map(|(id, _)| new_ident!(format!("arg_{}", id))) [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_prolog.rs:133:31 [INFO] [stdout] | [INFO] [stdout] 133 | let generated_ser_ident = new_ident!(generated_ser_name); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/foreign_mod_prolog.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | let arg_ident = new_ident!(arg_name); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/traits.rs:64:26 [INFO] [stdout] | [INFO] [stdout] 64 | let ty = crate::new_ident!(name); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/vector_ser_der/der.rs:41:30 [INFO] [stdout] | [INFO] [stdout] 41 | let deserializer_ident = crate::new_ident!(deserializer_name); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/vector_ser_der/der.rs:65:29 [INFO] [stdout] | [INFO] [stdout] 65 | let record_name_ident = crate::new_ident!(record_name); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/vector_ser_der/ser.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | let ser_ident = crate::new_ident!(ser_name); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/vector_ser_der.rs:61:15 [INFO] [stdout] | [INFO] [stdout] 61 | let arg = crate::new_ident!(arg_name); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsed_type/vector_ser_der.rs:74:15 [INFO] [stdout] | [INFO] [stdout] 74 | let arg = crate::new_ident!(arg_name); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/fn_generator.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | / crate::prepare_global_data!( [INFO] [stdout] 31 | | Function, [INFO] [stdout] 32 | | self, [INFO] [stdout] 33 | | self.signature.name, [INFO] [stdout] ... | [INFO] [stdout] 37 | | section_name [INFO] [stdout] 38 | | ); [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 `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/fn_generator.rs:41:25 [INFO] [stdout] | [INFO] [stdout] 41 | let func_name = new_ident!(format!( [INFO] [stdout] | _________________________- [INFO] [stdout] 42 | | "{}{}", [INFO] [stdout] 43 | | super::GENERATED_WRAPPER_FUNC_PREFIX, [INFO] [stdout] 44 | | signature.name [INFO] [stdout] 45 | | )); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/fn_generator.rs:46:35 [INFO] [stdout] | [INFO] [stdout] 46 | let original_func_ident = new_ident!(signature.name); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/foreign_mod_generator.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | / crate::prepare_global_data!( [INFO] [stdout] 27 | | ExternMod, [INFO] [stdout] 28 | | self, [INFO] [stdout] 29 | | self.namespace, [INFO] [stdout] ... | [INFO] [stdout] 33 | | section_name [INFO] [stdout] 34 | | ); [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 `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/foreign_mod_generator.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | crate::new_ident!(format!("{}_{}", super::GENERATED_WRAPPER_FUNC_PREFIX, import_name)) [INFO] [stdout] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `new_ident` [INFO] [stdout] = note: this warning originates in the macro `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/foreign_mod_generator.rs:100:25 [INFO] [stdout] | [INFO] [stdout] 100 | let func_name = new_ident!(&signature.name); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/record_serializer.rs:60:47 [INFO] [stdout] | [INFO] [stdout] 60 | let generated_ser_ident = new_ident!(generated_ser_name); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/record_serializer.rs:63:50 [INFO] [stdout] | [INFO] [stdout] 63 | let serialized_field_ident = new_ident!(format!("serialized_arg_{}", id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/record_serializer.rs:94:24 [INFO] [stdout] | [INFO] [stdout] 94 | let name = new_ident!(name); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/record_serializer.rs:98:22 [INFO] [stdout] | [INFO] [stdout] 98 | let id = new_ident!(format!("{}", id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/record_deserializer.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | / new_ident!(ast_field [INFO] [stdout] 72 | | .name [INFO] [stdout] 73 | | .as_ref() [INFO] [stdout] 74 | | .expect("all fields should have name")) [INFO] [stdout] | |_______________________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `new_ident` [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/field_values_builder.rs:60:37 [INFO] [stdout] | [INFO] [stdout] 60 | let field_value_ident = new_ident!(format!("field_{}", id)); [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 `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/field_values_builder.rs:268:35 [INFO] [stdout] | [INFO] [stdout] 268 | let generated_der_ident = new_ident!(generated_der_name); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator/field_values_builder.rs:301:28 [INFO] [stdout] | [INFO] [stdout] 301 | let record_ident = new_ident!(name); [INFO] [stdout] | ---------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | / crate::prepare_global_data!( [INFO] [stdout] 33 | | Record, [INFO] [stdout] 34 | | self, [INFO] [stdout] 35 | | self.name, [INFO] [stdout] ... | [INFO] [stdout] 39 | | section_name [INFO] [stdout] 40 | | ); [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 `crate::new_ident` (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/utils.rs:21:66 [INFO] [stdout] | [INFO] [stdout] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/token_stream_generator/record_generator.rs:41:27 [INFO] [stdout] | [INFO] [stdout] 41 | let record_name = new_ident!(self.name); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 39 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.27s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/fluence_sdk_wit-e0b0bca70c1bc7b5) [INFO] [stderr] Executable tests/generation_tests_runner.rs (/opt/rustwide/target/debug/deps/generation_tests_runner-106b2fbb7bc97b0e) [INFO] [stderr] Executable tests/utils.rs (/opt/rustwide/target/debug/deps/utils-7fb78eb511509a9b) [INFO] running `Command { std: "docker" "inspect" "03758eeb40dc542ea73706127286bcb1c7122bf2ce8faf45db2bedaa3932b58e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03758eeb40dc542ea73706127286bcb1c7122bf2ce8faf45db2bedaa3932b58e", kill_on_drop: false }` [INFO] [stdout] 03758eeb40dc542ea73706127286bcb1c7122bf2ce8faf45db2bedaa3932b58e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-114/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 121ff1b7a4007531202e85968b0a2ddce95191089ecebdd9849c474f5fef3606 [INFO] running `Command { std: "docker" "start" "-a" "121ff1b7a4007531202e85968b0a2ddce95191089ecebdd9849c474f5fef3606", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/fn_epilog.rs:88:22 [INFO] [stderr] | [INFO] [stderr] 88 | let ty = new_ident!(ty); [INFO] [stderr] | -------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/fn_epilog.rs:121:46 [INFO] [stderr] | [INFO] [stderr] 121 | let generated_serializer_ident = new_ident!(generated_serializer_name); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/fn_prolog.rs:75:36 [INFO] [stderr] | [INFO] [stderr] 75 | .map(|(id, _)| new_ident!(format!("arg_{}", input_type_id + id))), [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/fn_prolog.rs:107:31 [INFO] [stderr] | [INFO] [stderr] 107 | let converted_arg_ident = new_ident!(format!("{}_{}", CONVERTED_ARG_PREFIX, generated_arg_id)); [INFO] [stderr] | -------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/fn_prolog.rs:112:41 [INFO] [stderr] | [INFO] [stderr] 112 | let supplied_arg_start_id = new_ident!(format!("arg_{}", supplied_arg_start_id)); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/fn_prolog.rs:118:41 [INFO] [stderr] | [INFO] [stderr] 118 | let supplied_arg_start_id = new_ident!(format!("arg_{}", supplied_arg_start_id)); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/fn_prolog.rs:125:23 [INFO] [stderr] | [INFO] [stderr] 125 | let ptr = new_ident!(format!("arg_{}", supplied_arg_start_id)); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/fn_prolog.rs:126:24 [INFO] [stderr] | [INFO] [stderr] 126 | let size = new_ident!(format!("arg_{}", supplied_arg_start_id + 1)); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/fn_prolog.rs:135:47 [INFO] [stderr] | [INFO] [stderr] 135 | let generated_der_ident = new_ident!(generated_der_name); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/fn_prolog.rs:146:40 [INFO] [stderr] | [INFO] [stderr] 146 | let record_ident = new_ident!(record_name); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/foreign_mod_arg.rs:28:19 [INFO] [stderr] | [INFO] [stderr] 28 | let arg = crate::new_ident!(format!("arg_{}", arg_start_id)); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `crate::new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/foreign_mod_epilog.rs:61:43 [INFO] [stderr] | [INFO] [stderr] 61 | let generated_der_ident = new_ident!(generated_der_name); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/foreign_mod_epilog.rs:74:36 [INFO] [stderr] | [INFO] [stderr] 74 | let record_ident = new_ident!(record_name); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/foreign_mod_prolog.rs:75:33 [INFO] [stderr] | [INFO] [stderr] 75 | let arg_ident = new_ident!(arg_name); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/foreign_mod_prolog.rs:120:28 [INFO] [stderr] | [INFO] [stderr] 120 | .map(|(id, _)| new_ident!(format!("arg_{}", id))) [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/foreign_mod_prolog.rs:133:31 [INFO] [stderr] | [INFO] [stderr] 133 | let generated_ser_ident = new_ident!(generated_ser_name); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/foreign_mod_prolog.rs:134:21 [INFO] [stderr] | [INFO] [stderr] 134 | let arg_ident = new_ident!(arg_name); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/traits.rs:64:26 [INFO] [stderr] | [INFO] [stderr] 64 | let ty = crate::new_ident!(name); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `crate::new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/vector_ser_der/der.rs:41:30 [INFO] [stderr] | [INFO] [stderr] 41 | let deserializer_ident = crate::new_ident!(deserializer_name); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `crate::new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/vector_ser_der/der.rs:65:29 [INFO] [stderr] | [INFO] [stderr] 65 | let record_name_ident = crate::new_ident!(record_name); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `crate::new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/vector_ser_der/ser.rs:41:21 [INFO] [stderr] | [INFO] [stderr] 41 | let ser_ident = crate::new_ident!(ser_name); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `crate::new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/vector_ser_der.rs:61:15 [INFO] [stderr] | [INFO] [stderr] 61 | let arg = crate::new_ident!(arg_name); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `crate::new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/parsed_type/vector_ser_der.rs:74:15 [INFO] [stderr] | [INFO] [stderr] 74 | let arg = crate::new_ident!(arg_name); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `crate::new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/token_stream_generator/fn_generator.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | / crate::prepare_global_data!( [INFO] [stderr] 31 | | Function, [INFO] [stderr] 32 | | self, [INFO] [stderr] 33 | | self.signature.name, [INFO] [stderr] ... | [INFO] [stderr] 37 | | section_name [INFO] [stderr] 38 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `crate::new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/token_stream_generator/fn_generator.rs:41:25 [INFO] [stderr] | [INFO] [stderr] 41 | let func_name = new_ident!(format!( [INFO] [stderr] | _________________________- [INFO] [stderr] 42 | | "{}{}", [INFO] [stderr] 43 | | super::GENERATED_WRAPPER_FUNC_PREFIX, [INFO] [stderr] 44 | | signature.name [INFO] [stderr] 45 | | )); [INFO] [stderr] | |__________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/token_stream_generator/fn_generator.rs:46:35 [INFO] [stderr] | [INFO] [stderr] 46 | let original_func_ident = new_ident!(signature.name); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/token_stream_generator/foreign_mod_generator.rs:26:9 [INFO] [stderr] | [INFO] [stderr] 26 | / crate::prepare_global_data!( [INFO] [stderr] 27 | | ExternMod, [INFO] [stderr] 28 | | self, [INFO] [stderr] 29 | | self.namespace, [INFO] [stderr] ... | [INFO] [stderr] 33 | | section_name [INFO] [stderr] 34 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `crate::new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/token_stream_generator/foreign_mod_generator.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | crate::new_ident!(format!("{}_{}", super::GENERATED_WRAPPER_FUNC_PREFIX, import_name)) [INFO] [stderr] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `new_ident` [INFO] [stderr] = note: this warning originates in the macro `crate::new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/token_stream_generator/foreign_mod_generator.rs:100:25 [INFO] [stderr] | [INFO] [stderr] 100 | let func_name = new_ident!(&signature.name); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/token_stream_generator/record_generator/record_serializer.rs:60:47 [INFO] [stderr] | [INFO] [stderr] 60 | let generated_ser_ident = new_ident!(generated_ser_name); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/token_stream_generator/record_generator/record_serializer.rs:63:50 [INFO] [stderr] | [INFO] [stderr] 63 | let serialized_field_ident = new_ident!(format!("serialized_arg_{}", id)); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/token_stream_generator/record_generator/record_serializer.rs:94:24 [INFO] [stderr] | [INFO] [stderr] 94 | let name = new_ident!(name); [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/token_stream_generator/record_generator/record_serializer.rs:98:22 [INFO] [stderr] | [INFO] [stderr] 98 | let id = new_ident!(format!("{}", id)); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/token_stream_generator/record_generator/record_deserializer.rs:71:13 [INFO] [stderr] | [INFO] [stderr] 71 | / new_ident!(ast_field [INFO] [stderr] 72 | | .name [INFO] [stderr] 73 | | .as_ref() [INFO] [stderr] 74 | | .expect("all fields should have name")) [INFO] [stderr] | |_______________________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: macro invocations at the end of a block are treated as expressions [INFO] [stderr] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `new_ident` [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/token_stream_generator/record_generator/field_values_builder.rs:60:37 [INFO] [stderr] | [INFO] [stderr] 60 | let field_value_ident = new_ident!(format!("field_{}", id)); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/token_stream_generator/record_generator/field_values_builder.rs:268:35 [INFO] [stderr] | [INFO] [stderr] 268 | let generated_der_ident = new_ident!(generated_der_name); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/token_stream_generator/record_generator/field_values_builder.rs:301:28 [INFO] [stderr] | [INFO] [stderr] 301 | let record_ident = new_ident!(name); [INFO] [stderr] | ---------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/token_stream_generator/record_generator.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | / crate::prepare_global_data!( [INFO] [stderr] 33 | | Record, [INFO] [stderr] 34 | | self, [INFO] [stderr] 35 | | self.name, [INFO] [stderr] ... | [INFO] [stderr] 39 | | section_name [INFO] [stderr] 40 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `crate::new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/utils.rs:21:66 [INFO] [stderr] | [INFO] [stderr] 21 | syn::Ident::new(&$string, proc_macro2::Span::call_site()); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] ::: src/token_stream_generator/record_generator.rs:41:27 [INFO] [stderr] | [INFO] [stderr] 41 | let record_name = new_ident!(self.name); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `new_ident` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `fluence-sdk-wit` (lib) generated 39 warnings [INFO] [stderr] warning: `fluence-sdk-wit` (lib test) generated 39 warnings (39 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.40s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fluence_sdk_wit-e0b0bca70c1bc7b5) [INFO] [stdout] [INFO] [stderr] Running tests/generation_tests_runner.rs (/opt/rustwide/target/debug/deps/generation_tests_runner-106b2fbb7bc97b0e) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test exports_basic_types ... ok [INFO] [stdout] test exports_refs ... ok [INFO] [stdout] test exports_arrays ... ok [INFO] [stdout] test records_use_as_type ... ok [INFO] [stdout] test records_call_parameters ... ok [INFO] [stderr] Running tests/utils.rs (/opt/rustwide/target/debug/deps/utils-7fb78eb511509a9b) [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Doc-tests fluence-sdk-wit [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/parsed_type/fn_epilog.rs - parsed_type::fn_epilog::FnEpilogGlueCodeGenerator (line 42) ... ignored [INFO] [stdout] test src/parsed_type/fn_prolog.rs - parsed_type::fn_prolog::FnPrologGlueCodeGenerator (line 38) ... ignored [INFO] [stdout] test src/parsed_type/foreign_mod_prolog.rs - parsed_type::foreign_mod_prolog::ForeignModPrologGlueCodeGenerator (line 38) ... ignored [INFO] [stdout] test src/parsed_type/foreign_mod_prolog.rs - parsed_type::foreign_mod_prolog::ForeignModPrologGlueCodeGenerator (line 49) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "121ff1b7a4007531202e85968b0a2ddce95191089ecebdd9849c474f5fef3606", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "121ff1b7a4007531202e85968b0a2ddce95191089ecebdd9849c474f5fef3606", kill_on_drop: false }` [INFO] [stdout] 121ff1b7a4007531202e85968b0a2ddce95191089ecebdd9849c474f5fef3606