[INFO] fetching crate amplify_derive 2.4.2... [INFO] checking amplify_derive-2.4.2 against try#bb9dbf1d07454a99066eabaabd5819851281494b for pr-80920 [INFO] extracting crate amplify_derive 2.4.2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate amplify_derive 2.4.2 on toolchain bb9dbf1d07454a99066eabaabd5819851281494b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+bb9dbf1d07454a99066eabaabd5819851281494b" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate amplify_derive 2.4.2 [INFO] finished tweaking crates.io crate amplify_derive 2.4.2 [INFO] tweaked toml for crates.io crate amplify_derive 2.4.2 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+bb9dbf1d07454a99066eabaabd5819851281494b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+bb9dbf1d07454a99066eabaabd5819851281494b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+bb9dbf1d07454a99066eabaabd5819851281494b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 206d64497e9fa1961155f7b83e896283c0f5bd474a46f24db5d09975ce545725 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "206d64497e9fa1961155f7b83e896283c0f5bd474a46f24db5d09975ce545725", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "206d64497e9fa1961155f7b83e896283c0f5bd474a46f24db5d09975ce545725", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "206d64497e9fa1961155f7b83e896283c0f5bd474a46f24db5d09975ce545725", kill_on_drop: false }` [INFO] [stdout] 206d64497e9fa1961155f7b83e896283c0f5bd474a46f24db5d09975ce545725 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+bb9dbf1d07454a99066eabaabd5819851281494b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 03f2011ee21c9c558a74f8d4db51d99e84034dc0f82139e5a8c3d77c9a796c1f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "03f2011ee21c9c558a74f8d4db51d99e84034dc0f82139e5a8c3d77c9a796c1f", kill_on_drop: false }` [INFO] [stderr] Checking amplify_derive v2.4.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/as_any.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | use syn::export::TokenStream2; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/display.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | use syn::export::{Span, TokenStream2}; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/error.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | use syn::export::TokenStream2; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/from.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | use syn::export::{Span, TokenStream2}; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/getters.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | use syn::export::TokenStream2; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/wrapper.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | use syn::export::{TokenStream2}; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/lib.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | use syn::export::TokenStream; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 76 | return Err(attr_err!(ident, "unexpected path argument", example)) [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 80 | return Err(attr_err!( [INFO] [stdout] | ____________________________________- [INFO] [stdout] 81 | | ident, [INFO] [stdout] 82 | | "unexpected `name=\"value\"` argument", [INFO] [stdout] 83 | | example [INFO] [stdout] 84 | | )) [INFO] [stdout] | |_________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 87 | Err(_) => return Err(attr_err!(ident, "wrong format", example)), [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 105 | return Err(attr_err!(ident, "unexpected path argument", example)) [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 108 | return Err(attr_err!( [INFO] [stdout] | ____________________________________- [INFO] [stdout] 109 | | ident, [INFO] [stdout] 110 | | "must have form `name=\"value\"`, not `name(value)`", [INFO] [stdout] 111 | | example [INFO] [stdout] 112 | | )) [INFO] [stdout] | |_________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 116 | Err(_) => return Err(attr_err!(ident, "wrong format", example)), [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 130 | 0 => Err(attr_err!( [INFO] [stdout] | __________________- [INFO] [stdout] 131 | | attr_name, [INFO] [stdout] 132 | | "unexpected absence of argument", [INFO] [stdout] 133 | | example [INFO] [stdout] 134 | | )), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 142 | NestedMeta::Lit(_) => Err(attr_err!( [INFO] [stdout] | _______________________________________- [INFO] [stdout] 143 | | attr_name, [INFO] [stdout] 144 | | "unexpected literal for type identifier is met", [INFO] [stdout] 145 | | example [INFO] [stdout] 146 | | )), [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 148 | _ => Err(attr_err!( [INFO] [stdout] | __________________- [INFO] [stdout] 149 | | attr_name, [INFO] [stdout] 150 | | "unexpected multiple type identifiers", [INFO] [stdout] 151 | | example [INFO] [stdout] 152 | | )), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 165 | _ => Err(attr_err!(attr_name, "unexpected attribute type", example)), [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 179 | _ => Err(attr_err!(attr_name, "unexpected attribute type", example)), [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/as_any.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | use syn::export::TokenStream2; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/display.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | use syn::export::{Span, TokenStream2}; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/error.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | use syn::export::TokenStream2; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/from.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | use syn::export::{Span, TokenStream2}; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/getters.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | use syn::export::TokenStream2; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/wrapper.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | use syn::export::{TokenStream2}; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/lib.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | use syn::export::TokenStream; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 76 | return Err(attr_err!(ident, "unexpected path argument", example)) [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 80 | return Err(attr_err!( [INFO] [stdout] | ____________________________________- [INFO] [stdout] 81 | | ident, [INFO] [stdout] 82 | | "unexpected `name=\"value\"` argument", [INFO] [stdout] 83 | | example [INFO] [stdout] 84 | | )) [INFO] [stdout] | |_________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 87 | Err(_) => return Err(attr_err!(ident, "wrong format", example)), [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 105 | return Err(attr_err!(ident, "unexpected path argument", example)) [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 108 | return Err(attr_err!( [INFO] [stdout] | ____________________________________- [INFO] [stdout] 109 | | ident, [INFO] [stdout] 110 | | "must have form `name=\"value\"`, not `name(value)`", [INFO] [stdout] 111 | | example [INFO] [stdout] 112 | | )) [INFO] [stdout] | |_________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 116 | Err(_) => return Err(attr_err!(ident, "wrong format", example)), [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 130 | 0 => Err(attr_err!( [INFO] [stdout] | __________________- [INFO] [stdout] 131 | | attr_name, [INFO] [stdout] 132 | | "unexpected absence of argument", [INFO] [stdout] 133 | | example [INFO] [stdout] 134 | | )), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 142 | NestedMeta::Lit(_) => Err(attr_err!( [INFO] [stdout] | _______________________________________- [INFO] [stdout] 143 | | attr_name, [INFO] [stdout] 144 | | "unexpected literal for type identifier is met", [INFO] [stdout] 145 | | example [INFO] [stdout] 146 | | )), [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 148 | _ => Err(attr_err!( [INFO] [stdout] | __________________- [INFO] [stdout] 149 | | attr_name, [INFO] [stdout] 150 | | "unexpected multiple type identifiers", [INFO] [stdout] 151 | | example [INFO] [stdout] 152 | | )), [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 165 | _ => Err(attr_err!(attr_name, "unexpected attribute type", example)), [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `syn` [INFO] [stdout] --> src/util.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | attr_err!(::syn::export::Span::call_site(), $name, $msg, $example); [INFO] [stdout] | ^^^^ not found in `syn::export` [INFO] [stdout] ... [INFO] [stdout] 179 | _ => Err(attr_err!(attr_name, "unexpected attribute type", example)), [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use proc_macro::bridge::server::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use quote::__private::Span; [INFO] [stdout] | [INFO] [stdout] 18 | use syn::__private::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `amplify_derive` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "03f2011ee21c9c558a74f8d4db51d99e84034dc0f82139e5a8c3d77c9a796c1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03f2011ee21c9c558a74f8d4db51d99e84034dc0f82139e5a8c3d77c9a796c1f", kill_on_drop: false }` [INFO] [stdout] 03f2011ee21c9c558a74f8d4db51d99e84034dc0f82139e5a8c3d77c9a796c1f