[INFO] fetching crate feign-macros 0.1.6...
[INFO] checking feign-macros-0.1.6 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate feign-macros 0.1.6 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate feign-macros 0.1.6 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate feign-macros 0.1.6
[INFO] finished tweaking crates.io crate feign-macros 0.1.6
[INFO] tweaked toml for crates.io crate feign-macros 0.1.6 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fa0346f5788b2862708de8c94078bf0b4d6e296dbf4543fcd8752fc44a58de34
[INFO] running `Command { std: "docker" "start" "-a" "fa0346f5788b2862708de8c94078bf0b4d6e296dbf4543fcd8752fc44a58de34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa0346f5788b2862708de8c94078bf0b4d6e296dbf4543fcd8752fc44a58de34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa0346f5788b2862708de8c94078bf0b4d6e296dbf4543fcd8752fc44a58de34", kill_on_drop: false }`
[INFO] [stdout] fa0346f5788b2862708de8c94078bf0b4d6e296dbf4543fcd8752fc44a58de34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5542f622dda0c948eb10144f870bf183063690db56a7d18c8af7e9e894ad3ad4
[INFO] running `Command { std: "docker" "start" "-a" "5542f622dda0c948eb10144f870bf183063690db56a7d18c8af7e9e894ad3ad4", kill_on_drop: false }`
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]     Checking proc-macro2 v1.0.79
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking quote v1.0.35
[INFO] [stderr]     Checking syn v1.0.109
[INFO] [stderr]     Checking proc-macro-error v1.0.4
[INFO] [stderr]    Compiling darling_core v0.20.8
[INFO] [stderr]    Compiling darling_macro v0.20.8
[INFO] [stderr]     Checking darling v0.20.8
[INFO] [stderr]     Checking feign-macros v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `syn::FnArg`, `syn::TraitItemMethod`
[INFO] [stdout]    --> src/lib.rs:9:30
[INFO] [stdout]     |
[INFO] [stdout] 9   | use syn::{parse_macro_input, FnArg, TraitItemMethod};
[INFO] [stdout]     |                              ^^^^^  ^^^^^^^^^^^^^^^ no `TraitItemMethod` in the root
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              no `FnArg` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:363:5
[INFO] [stdout]     |
[INFO] [stdout] 363 |     FnArg, ForeignItem, ForeignItemFn, ForeignItemMacro, ForeignItemStatic, ForeignItemType,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:367:59
[INFO] [stdout]     |
[INFO] [stdout] 367 |     Signature, TraitItem, TraitItemConst, TraitItemMacro, TraitItemMethod, TraitItemType, UseGlob,
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn`
[INFO] [stdout]    --> src/lib.rs:59:18
[INFO] [stdout]     |
[INFO] [stdout] 59  |             syn::TraitItem::Method(m) => Some(m),
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `TraitItem` in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:367:16
[INFO] [stdout]     |
[INFO] [stdout] 367 |     Signature, TraitItem, TraitItemConst, TraitItemMacro, TraitItemMethod, TraitItemType, UseGlob,
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `syn::FnArg`, `syn::TraitItemMethod`
[INFO] [stdout]    --> src/lib.rs:9:30
[INFO] [stdout]     |
[INFO] [stdout] 9   | use syn::{parse_macro_input, FnArg, TraitItemMethod};
[INFO] [stdout]     |                              ^^^^^  ^^^^^^^^^^^^^^^ no `TraitItemMethod` in the root
[INFO] [stdout]     |                              |
[INFO] [stdout]     |                              no `FnArg` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:363:5
[INFO] [stdout]     |
[INFO] [stdout] 363 |     FnArg, ForeignItem, ForeignItemFn, ForeignItemMacro, ForeignItemStatic, ForeignItemType,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:367:59
[INFO] [stdout]     |
[INFO] [stdout] 367 |     Signature, TraitItem, TraitItemConst, TraitItemMacro, TraitItemMethod, TraitItemType, UseGlob,
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemTrait` in crate `syn`
[INFO] [stdout]    --> src/lib.rs:29:50
[INFO] [stdout]     |
[INFO] [stdout] 29  |     let input = parse_macro_input!(input as syn::ItemTrait);
[INFO] [stdout]     |                                                  ^^^^^^^^^ not found in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:366:29
[INFO] [stdout]     |
[INFO] [stdout] 366 |     ItemStatic, ItemStruct, ItemTrait, ItemTraitAlias, ItemType, ItemUnion, ItemUse, Receiver,
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn`
[INFO] [stdout]    --> src/lib.rs:372:23
[INFO] [stdout]     |
[INFO] [stdout] 372 |       Form(&'a Box<syn::Pat>),
[INFO] [stdout]     |                         ^^^ help: a struct with a similar name exists: `Path`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/path.rs:4:1
[INFO] [stdout]     |
[INFO] [stdout] 4   | / ast_struct! {
[INFO] [stdout] 5   | |     /// A path at which a named item is exported (e.g. `std::collections::HashMap`).
[INFO] [stdout] 6   | |     ///
[INFO] [stdout] 7   | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...   |
[INFO] [stdout] 13  | |     }
[INFO] [stdout] 14  | | }
[INFO] [stdout]     | |_- similarly named struct `Path` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:417:15
[INFO] [stdout]     |
[INFO] [stdout] 417 |     FieldPat, Pat, PatBox, PatIdent, PatLit, PatMacro, PatOr, PatPath, PatRange, PatReference,
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn`
[INFO] [stdout]    --> src/lib.rs:373:23
[INFO] [stdout]     |
[INFO] [stdout] 373 |       Json(&'a Box<syn::Pat>),
[INFO] [stdout]     |                         ^^^ help: a struct with a similar name exists: `Path`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/path.rs:4:1
[INFO] [stdout]     |
[INFO] [stdout] 4   | / ast_struct! {
[INFO] [stdout] 5   | |     /// A path at which a named item is exported (e.g. `std::collections::HashMap`).
[INFO] [stdout] 6   | |     ///
[INFO] [stdout] 7   | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...   |
[INFO] [stdout] 13  | |     }
[INFO] [stdout] 14  | | }
[INFO] [stdout]     | |_- similarly named struct `Path` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:417:15
[INFO] [stdout]     |
[INFO] [stdout] 417 |     FieldPat, Pat, PatBox, PatIdent, PatLit, PatMacro, PatOr, PatPath, PatRange, PatReference,
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TraitItem` in `syn`
[INFO] [stdout]    --> src/lib.rs:59:18
[INFO] [stdout]     |
[INFO] [stdout] 59  |             syn::TraitItem::Method(m) => Some(m),
[INFO] [stdout]     |                  ^^^^^^^^^ could not find `TraitItem` in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:367:16
[INFO] [stdout]     |
[INFO] [stdout] 367 |     Signature, TraitItem, TraitItemConst, TraitItemMacro, TraitItemMethod, TraitItemType, UseGlob,
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ItemTrait` in crate `syn`
[INFO] [stdout]    --> src/lib.rs:29:50
[INFO] [stdout]     |
[INFO] [stdout] 29  |     let input = parse_macro_input!(input as syn::ItemTrait);
[INFO] [stdout]     |                                                  ^^^^^^^^^ not found in `syn`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:366:29
[INFO] [stdout]     |
[INFO] [stdout] 366 |     ItemStatic, ItemStruct, ItemTrait, ItemTraitAlias, ItemType, ItemUnion, ItemUse, Receiver,
[INFO] [stdout]     |                             ^^^^^^^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn`
[INFO] [stdout]    --> src/lib.rs:372:23
[INFO] [stdout]     |
[INFO] [stdout] 372 |       Form(&'a Box<syn::Pat>),
[INFO] [stdout]     |                         ^^^ help: a struct with a similar name exists: `Path`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/path.rs:4:1
[INFO] [stdout]     |
[INFO] [stdout] 4   | / ast_struct! {
[INFO] [stdout] 5   | |     /// A path at which a named item is exported (e.g. `std::collections::HashMap`).
[INFO] [stdout] 6   | |     ///
[INFO] [stdout] 7   | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...   |
[INFO] [stdout] 13  | |     }
[INFO] [stdout] 14  | | }
[INFO] [stdout]     | |_- similarly named struct `Path` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:417:15
[INFO] [stdout]     |
[INFO] [stdout] 417 |     FieldPat, Pat, PatBox, PatIdent, PatLit, PatMacro, PatOr, PatPath, PatRange, PatReference,
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Pat` in crate `syn`
[INFO] [stdout]    --> src/lib.rs:373:23
[INFO] [stdout]     |
[INFO] [stdout] 373 |       Json(&'a Box<syn::Pat>),
[INFO] [stdout]     |                         ^^^ help: a struct with a similar name exists: `Path`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/path.rs:4:1
[INFO] [stdout]     |
[INFO] [stdout] 4   | / ast_struct! {
[INFO] [stdout] 5   | |     /// A path at which a named item is exported (e.g. `std::collections::HashMap`).
[INFO] [stdout] 6   | |     ///
[INFO] [stdout] 7   | |     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
[INFO] [stdout] ...   |
[INFO] [stdout] 13  | |     }
[INFO] [stdout] 14  | | }
[INFO] [stdout]     | |_- similarly named struct `Path` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs:417:15
[INFO] [stdout]     |
[INFO] [stdout] 417 |     FieldPat, Pat, PatBox, PatIdent, PatLit, PatMacro, PatOr, PatPath, PatRange, PatReference,
[INFO] [stdout]     |               ^^^
[INFO] [stdout]     = note: the item is gated behind the `full` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:30:56
[INFO] [stdout]     |
[INFO] [stdout] 30  |     let args: ClientArgs = match ClientArgs::from_list(&args) {
[INFO] [stdout]     |                                  --------------------- ^^^^^ expected `&[NestedMeta]`, found `&Vec<NestedMeta>`
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&[darling::ast::NestedMeta]`
[INFO] [stdout]                found reference `&Vec<syn::NestedMeta>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.8/src/from_meta.rs:101:8
[INFO] [stdout]     |
[INFO] [stdout] 101 |     fn from_list(items: &[NestedMeta]) -> Result<Self> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:30:56
[INFO] [stdout]     |
[INFO] [stdout] 30  |     let args: ClientArgs = match ClientArgs::from_list(&args) {
[INFO] [stdout]     |                                  --------------------- ^^^^^ expected `&[NestedMeta]`, found `&Vec<NestedMeta>`
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&[darling::ast::NestedMeta]`
[INFO] [stdout]                found reference `&Vec<syn::NestedMeta>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.8/src/from_meta.rs:101:8
[INFO] [stdout]     |
[INFO] [stdout] 101 |     fn from_list(items: &[NestedMeta]) -> Result<Self> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `syn::spanned::Spanned`
[INFO] [stdout]  --> src/lib.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use syn::spanned::Spanned;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `syn::spanned::Spanned`
[INFO] [stdout]  --> src/lib.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use syn::spanned::Spanned;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0412, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0412, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `feign-macros` (lib) due to 7 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `feign-macros` (lib test) due to 7 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "5542f622dda0c948eb10144f870bf183063690db56a7d18c8af7e9e894ad3ad4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5542f622dda0c948eb10144f870bf183063690db56a7d18c8af7e9e894ad3ad4", kill_on_drop: false }`
[INFO] [stdout] 5542f622dda0c948eb10144f870bf183063690db56a7d18c8af7e9e894ad3ad4
