[INFO] fetching crate lady-deirdre-derive 2.1.0... [INFO] checking lady-deirdre-derive-2.1.0 against try#7014e13d5becc920d4bea3cd87942c8a13d359bf+rustflags=-Dtail_expr_drop_order for pr-129864 [INFO] extracting crate lady-deirdre-derive 2.1.0 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate lady-deirdre-derive 2.1.0 on toolchain 7014e13d5becc920d4bea3cd87942c8a13d359bf [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate lady-deirdre-derive 2.1.0 [INFO] finished tweaking crates.io crate lady-deirdre-derive 2.1.0 [INFO] tweaked toml for crates.io crate lady-deirdre-derive 2.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 7 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 30b3c012f66223482ed82ffa49915832ab2a4e95bd8e6aac7fb889503db5766e [INFO] running `Command { std: "docker" "start" "-a" "30b3c012f66223482ed82ffa49915832ab2a4e95bd8e6aac7fb889503db5766e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "30b3c012f66223482ed82ffa49915832ab2a4e95bd8e6aac7fb889503db5766e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30b3c012f66223482ed82ffa49915832ab2a4e95bd8e6aac7fb889503db5766e", kill_on_drop: false }` [INFO] [stdout] 30b3c012f66223482ed82ffa49915832ab2a4e95bd8e6aac7fb889503db5766e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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 -Dtail_expr_drop_order" "-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9905cf54176ab37320b75f898b4e7f33de5e9e0c48f3c4cb44d9d8414fb42dfc [INFO] running `Command { std: "docker" "start" "-a" "9905cf54176ab37320b75f898b4e7f33de5e9e0c48f3c4cb44d9d8414fb42dfc", kill_on_drop: false }` [INFO] [stderr] Compiling prettyplease v0.2.22 [INFO] [stderr] Checking syn v2.0.77 [INFO] [stderr] Checking unicode-segmentation v1.12.0 [INFO] [stderr] Checking convert_case v0.6.0 [INFO] [stderr] Checking lady-deirdre-derive v2.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/node/constructor.rs:415:21 [INFO] [stdout] | [INFO] [stdout] 334 | let this = input.this(); [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 408 | / quote_spanned!(span=>#this::#ident {#( [INFO] [stdout] 409 | | #params [INFO] [stdout] 410 | | )*}) [INFO] [stdout] | | - [INFO] [stdout] | |____________________| [INFO] [stdout] | |____________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |____________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |____________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |____________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 415 | | let mut args = Vec::with_capacity(variables.len()); [INFO] [stdout] | | ^^^^^^^^ [INFO] [stdout] ... | [INFO] [stdout] 433 | / quote_spanned!(span=> { [INFO] [stdout] 434 | | #[inline(always)] [INFO] [stdout] 435 | | #fn_impl [INFO] [stdout] 436 | | #fn_ident(session #(, #args )*) [INFO] [stdout] 437 | | },) [INFO] [stdout] | | - [INFO] [stdout] | |___________________| [INFO] [stdout] | |___________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |___________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Vec` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/node/constructor.rs:415:21 [INFO] [stdout] | [INFO] [stdout] 334 | let this = input.this(); [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 408 | / quote_spanned!(span=>#this::#ident {#( [INFO] [stdout] 409 | | #params [INFO] [stdout] 410 | | )*}) [INFO] [stdout] | | - [INFO] [stdout] | |____________________| [INFO] [stdout] | |____________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |____________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |____________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |____________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 415 | | let mut args = Vec::with_capacity(variables.len()); [INFO] [stdout] | | ^^^^^^^^ [INFO] [stdout] ... | [INFO] [stdout] 433 | / quote_spanned!(span=> { [INFO] [stdout] 434 | | #[inline(always)] [INFO] [stdout] 435 | | #fn_impl [INFO] [stdout] 436 | | #fn_ident(session #(, #args )*) [INFO] [stdout] 437 | | },) [INFO] [stdout] | | - [INFO] [stdout] | |___________________| [INFO] [stdout] | |___________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | |___________________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `proc_macro2::Ident` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/node/output.rs:107:13 [INFO] [stdout] | [INFO] [stdout] 69 | ident: Ident, [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 70 | isolated_session: bool, [INFO] [stdout] 71 | params: Vec, [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 72 | result: Option, [INFO] [stdout] | ------ [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 73 | body: TokenStream, [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 77 | let core = span.face_core(); [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | let this = self.this(); [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 81 | [INFO] [stdout] 82 | let warnings = match allow_warnings { [INFO] [stdout] | -------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 94 | let session_ty = match isolated_session { [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 101 | let result = match result { [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 107 | ident.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 108 | / quote_spanned!(span=> [INFO] [stdout] 109 | | #warnings [INFO] [stdout] 110 | | fn #ident #impl_generics ( [INFO] [stdout] 111 | | session: #session_ty, [INFO] [stdout] ... | [INFO] [stdout] 117 | | } [INFO] [stdout] 118 | | ), [INFO] [stdout] | | - [INFO] [stdout] | |_____________| [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(proc_macro2::Ident, proc_macro2::TokenStream)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/node/output.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 132 | let body = trivia.compile( [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 142 | let globals = match include_globals { [INFO] [stdout] | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 147 | / self.make_fn( [INFO] [stdout] 148 | | format_ident!("skip_trivia", span = span), [INFO] [stdout] 149 | | false, [INFO] [stdout] 150 | | vec![], [INFO] [stdout] ... | [INFO] [stdout] 153 | | allow_warnings, [INFO] [stdout] 154 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `proc_macro2::Ident` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/node/output.rs:107:13 [INFO] [stdout] | [INFO] [stdout] 69 | ident: Ident, [INFO] [stdout] | ----- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 70 | isolated_session: bool, [INFO] [stdout] 71 | params: Vec, [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 72 | result: Option, [INFO] [stdout] | ------ [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 73 | body: TokenStream, [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 77 | let core = span.face_core(); [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 80 | let this = self.this(); [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 81 | [INFO] [stdout] 82 | let warnings = match allow_warnings { [INFO] [stdout] | -------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 94 | let session_ty = match isolated_session { [INFO] [stdout] | ---------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 101 | let result = match result { [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 107 | ident.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 108 | / quote_spanned!(span=> [INFO] [stdout] 109 | | #warnings [INFO] [stdout] 110 | | fn #ident #impl_generics ( [INFO] [stdout] 111 | | session: #session_ty, [INFO] [stdout] ... | [INFO] [stdout] 117 | | } [INFO] [stdout] 118 | | ), [INFO] [stdout] | | - [INFO] [stdout] | |_____________| [INFO] [stdout] | |_____________these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(proc_macro2::Ident, proc_macro2::TokenStream)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/node/output.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 132 | let body = trivia.compile( [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 142 | let globals = match include_globals { [INFO] [stdout] | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 147 | / self.make_fn( [INFO] [stdout] 148 | | format_ident!("skip_trivia", span = span), [INFO] [stdout] 149 | | false, [INFO] [stdout] 150 | | vec![], [INFO] [stdout] ... | [INFO] [stdout] 153 | | allow_warnings, [INFO] [stdout] 154 | | ) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(proc_macro2::Ident, proc_macro2::TokenStream)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/node/variant.rs:530:13 [INFO] [stdout] | [INFO] [stdout] 500 | let body = rule.compile( [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 510 | let trivia_fn = match self.trivia.rule() { [INFO] [stdout] | --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 522 | let constructor = constructor.compile(input, variables, allow_warnings); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 523 | [INFO] [stdout] 524 | let globals = match include_globals { [INFO] [stdout] | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 530 | / input [INFO] [stdout] 531 | | .make_fn( [INFO] [stdout] 532 | | function_ident, [INFO] [stdout] 533 | | false, [INFO] [stdout] ... | [INFO] [stdout] 542 | | allow_warnings, [INFO] [stdout] 543 | | ) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `(proc_macro2::Ident, proc_macro2::TokenStream)` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/node/variant.rs:530:13 [INFO] [stdout] | [INFO] [stdout] 500 | let body = rule.compile( [INFO] [stdout] | ---- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 510 | let trivia_fn = match self.trivia.rule() { [INFO] [stdout] | --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 522 | let constructor = constructor.compile(input, variables, allow_warnings); [INFO] [stdout] | ----------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 523 | [INFO] [stdout] 524 | let globals = match include_globals { [INFO] [stdout] | ------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 530 | / input [INFO] [stdout] 531 | | .make_fn( [INFO] [stdout] 532 | | function_ident, [INFO] [stdout] 533 | | false, [INFO] [stdout] ... | [INFO] [stdout] 542 | | allow_warnings, [INFO] [stdout] 543 | | ) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:1125:23 [INFO] [stdout] | [INFO] [stdout] 1123 | fn output_stream(declarative: bool, stream: TokenStream) -> proc_macro::TokenStream { [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 1124 | match declarative { [INFO] [stdout] 1125 | true => match TokenStream::from_str(&stream.to_string()) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/lib.rs:1125:23 [INFO] [stdout] | [INFO] [stdout] 1123 | fn output_stream(declarative: bool, stream: TokenStream) -> proc_macro::TokenStream { [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 1124 | match declarative { [INFO] [stdout] 1125 | true => match TokenStream::from_str(&stream.to_string()) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lady-deirdre-derive` (lib test) due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lady-deirdre-derive` (lib) due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "9905cf54176ab37320b75f898b4e7f33de5e9e0c48f3c4cb44d9d8414fb42dfc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9905cf54176ab37320b75f898b4e7f33de5e9e0c48f3c4cb44d9d8414fb42dfc", kill_on_drop: false }` [INFO] [stdout] 9905cf54176ab37320b75f898b4e7f33de5e9e0c48f3c4cb44d9d8414fb42dfc