[INFO] fetching crate bevy_mod_scripting_common 0.6.0... [INFO] checking bevy_mod_scripting_common-0.6.0 against master#1f12b9b0fdbe735968ac002792a720f0ba4faca6 for crater-rollup-uwu [INFO] extracting crate bevy_mod_scripting_common 0.6.0 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate bevy_mod_scripting_common 0.6.0 on toolchain 1f12b9b0fdbe735968ac002792a720f0ba4faca6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bevy_mod_scripting_common 0.6.0 [INFO] finished tweaking crates.io crate bevy_mod_scripting_common 0.6.0 [INFO] tweaked toml for crates.io crate bevy_mod_scripting_common 0.6.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 23 packages to latest compatible versions [INFO] [stderr] Adding convert_case v0.5.0 (latest: v0.6.0) [INFO] [stderr] Adding hashbrown v0.12.3 (latest: v0.14.5) [INFO] [stderr] Adding heck v0.4.1 (latest: v0.5.0) [INFO] [stderr] Adding indexmap v1.9.3 (latest: v2.4.0) [INFO] [stderr] Adding strum v0.24.1 (latest: v0.26.3) [INFO] [stderr] Adding strum_macros v0.24.3 (latest: v0.26.4) [INFO] [stderr] Adding syn v1.0.109 (latest: v2.0.76) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2fc6497f61bb2fe26ca4b32469bb8fa1ac279c1dc7ccb57c72791120dbbd5807 [INFO] running `Command { std: "docker" "start" "-a" "2fc6497f61bb2fe26ca4b32469bb8fa1ac279c1dc7ccb57c72791120dbbd5807", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2fc6497f61bb2fe26ca4b32469bb8fa1ac279c1dc7ccb57c72791120dbbd5807", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fc6497f61bb2fe26ca4b32469bb8fa1ac279c1dc7ccb57c72791120dbbd5807", kill_on_drop: false }` [INFO] [stdout] 2fc6497f61bb2fe26ca4b32469bb8fa1ac279c1dc7ccb57c72791120dbbd5807 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1f12b9b0fdbe735968ac002792a720f0ba4faca6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e6934ab6bf8b4ed0992418a54575fc8b7b86f6dbf12327a7a7ef46414d17d959 [INFO] running `Command { std: "docker" "start" "-a" "e6934ab6bf8b4ed0992418a54575fc8b7b86f6dbf12327a7a7ef46414d17d959", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Checking ident_case v1.0.1 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking convert_case v0.5.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.76 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Checking strum v0.24.1 [INFO] [stderr] Compiling serde_derive v1.0.209 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Checking darling v0.20.10 [INFO] [stderr] Checking serde v1.0.209 [INFO] [stderr] Checking bevy_mod_scripting_common v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.74s [INFO] running `Command { std: "docker" "inspect" "e6934ab6bf8b4ed0992418a54575fc8b7b86f6dbf12327a7a7ef46414d17d959", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6934ab6bf8b4ed0992418a54575fc8b7b86f6dbf12327a7a7ef46414d17d959", kill_on_drop: false }` [INFO] [stdout] e6934ab6bf8b4ed0992418a54575fc8b7b86f6dbf12327a7a7ef46414d17d959 [INFO] checking bevy_mod_scripting_common-0.6.0 against try#f9935d29d867449445ee008640ccca1bf1ae0889+rustflags=-Dtail_expr_drop_order for crater-rollup-uwu [INFO] extracting crate bevy_mod_scripting_common 0.6.0 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate bevy_mod_scripting_common 0.6.0 on toolchain f9935d29d867449445ee008640ccca1bf1ae0889 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bevy_mod_scripting_common 0.6.0 [INFO] finished tweaking crates.io crate bevy_mod_scripting_common 0.6.0 [INFO] tweaked toml for crates.io crate bevy_mod_scripting_common 0.6.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" "+f9935d29d867449445ee008640ccca1bf1ae0889" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 23 packages to latest compatible versions [INFO] [stderr] Adding convert_case v0.5.0 (latest: v0.6.0) [INFO] [stderr] Adding hashbrown v0.12.3 (latest: v0.14.5) [INFO] [stderr] Adding heck v0.4.1 (latest: v0.5.0) [INFO] [stderr] Adding indexmap v1.9.3 (latest: v2.4.0) [INFO] [stderr] Adding strum v0.24.1 (latest: v0.26.3) [INFO] [stderr] Adding strum_macros v0.24.3 (latest: v0.26.4) [INFO] [stderr] Adding syn v1.0.109 (latest: v2.0.76) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2e376369f8ba9b84b1114a32ec5362e67f2711e6d84d8e210361f4ac9b050274 [INFO] running `Command { std: "docker" "start" "-a" "2e376369f8ba9b84b1114a32ec5362e67f2711e6d84d8e210361f4ac9b050274", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2e376369f8ba9b84b1114a32ec5362e67f2711e6d84d8e210361f4ac9b050274", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e376369f8ba9b84b1114a32ec5362e67f2711e6d84d8e210361f4ac9b050274", kill_on_drop: false }` [INFO] [stdout] 2e376369f8ba9b84b1114a32ec5362e67f2711e6d84d8e210361f4ac9b050274 [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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+f9935d29d867449445ee008640ccca1bf1ae0889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9dd9b90ea8feeb822808aab71d141ea9e3dfffe704637a70c41f38bd5adfe902 [INFO] running `Command { std: "docker" "start" "-a" "9dd9b90ea8feeb822808aab71d141ea9e3dfffe704637a70c41f38bd5adfe902", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Checking ident_case v1.0.1 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking convert_case v0.5.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking quote v1.0.37 [INFO] [stderr] Checking syn v2.0.76 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Checking strum v0.24.1 [INFO] [stderr] Compiling serde_derive v1.0.209 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Checking darling v0.20.10 [INFO] [stderr] Checking serde v1.0.209 [INFO] [stderr] Checking bevy_mod_scripting_common v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/input.rs:490:20 [INFO] [stdout] | [INFO] [stdout] 487 | let left = self.visit_simple_type(&duo_path.left, false); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 488 | let right = self.visit_simple_type(&duo_path.right, false); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 489 | [INFO] [stdout] 490 | Type::Path(TypePath { [INFO] [stdout] | ____________________^ [INFO] [stdout] 491 | | qself: None, [INFO] [stdout] 492 | | path: PathSegment { [INFO] [stdout] 493 | | ident: duo_path.ident.clone(), [INFO] [stdout] ... | [INFO] [stdout] 504 | | .into(), [INFO] [stdout] 505 | | }) [INFO] [stdout] | |_________^ [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/input.rs:570:12 [INFO] [stdout] | [INFO] [stdout] 568 | let token_stream: proc_macro2::TokenStream = value.parse().map_err(syn::Error::from)?; [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 569 | let trait_items_vec = vec![syn::parse2(token_stream)?]; [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 570 | Ok(TraitItemFnsWrapper(trait_items_vec)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will 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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/utils.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn ident_to_type_path(ident: Ident) -> TypePath { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 17 | TypePath { [INFO] [stdout] 18 | qself: None, [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/utils.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn ident_to_type_path(ident: Ident) -> TypePath { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 19 | path: Path { [INFO] [stdout] | _______________^ [INFO] [stdout] 20 | | leading_colon: None, [INFO] [stdout] 21 | | segments: [PathSegment { [INFO] [stdout] 22 | | ident, [INFO] [stdout] ... | [INFO] [stdout] 26 | | .collect(), [INFO] [stdout] 27 | | }, [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 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/input.rs:490:20 [INFO] [stdout] | [INFO] [stdout] 487 | let left = self.visit_simple_type(&duo_path.left, false); [INFO] [stdout] | ---- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 488 | let right = self.visit_simple_type(&duo_path.right, false); [INFO] [stdout] | ----- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 489 | [INFO] [stdout] 490 | Type::Path(TypePath { [INFO] [stdout] | ____________________^ [INFO] [stdout] 491 | | qself: None, [INFO] [stdout] 492 | | path: PathSegment { [INFO] [stdout] 493 | | ident: duo_path.ident.clone(), [INFO] [stdout] ... | [INFO] [stdout] 504 | | .into(), [INFO] [stdout] 505 | | }) [INFO] [stdout] | |_________^ [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/input.rs:570:12 [INFO] [stdout] | [INFO] [stdout] 568 | let token_stream: proc_macro2::TokenStream = value.parse().map_err(syn::Error::from)?; [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 569 | let trait_items_vec = vec![syn::parse2(token_stream)?]; [INFO] [stdout] | --------------- these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 570 | Ok(TraitItemFnsWrapper(trait_items_vec)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] | these values have significant drop implementation and will 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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/utils.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn ident_to_type_path(ident: Ident) -> TypePath { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] 17 | TypePath { [INFO] [stdout] 18 | qself: None, [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: these values and local bindings have significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/utils.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn ident_to_type_path(ident: Ident) -> TypePath { [INFO] [stdout] | ------------ these values have significant drop implementation and will observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 19 | path: Path { [INFO] [stdout] | _______________^ [INFO] [stdout] 20 | | leading_colon: None, [INFO] [stdout] 21 | | segments: [PathSegment { [INFO] [stdout] 22 | | ident, [INFO] [stdout] ... | [INFO] [stdout] 26 | | .collect(), [INFO] [stdout] 27 | | }, [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 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bevy_mod_scripting_common` (lib) due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `bevy_mod_scripting_common` (lib test) due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "9dd9b90ea8feeb822808aab71d141ea9e3dfffe704637a70c41f38bd5adfe902", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dd9b90ea8feeb822808aab71d141ea9e3dfffe704637a70c41f38bd5adfe902", kill_on_drop: false }` [INFO] [stdout] 9dd9b90ea8feeb822808aab71d141ea9e3dfffe704637a70c41f38bd5adfe902