[INFO] fetching crate generator 0.7.5... [INFO] checking generator-0.7.5 against master#35936c4839dd272646394779d151e060d0f6b3ac for pr-122960-1 [INFO] extracting crate generator 0.7.5 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate generator 0.7.5 on toolchain 35936c4839dd272646394779d151e060d0f6b3ac [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate generator 0.7.5 [INFO] finished tweaking crates.io crate generator 0.7.5 [INFO] tweaked toml for crates.io crate generator 0.7.5 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate crates.io crate generator 0.7.5 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+35936c4839dd272646394779d151e060d0f6b3ac" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded windows-targets v0.48.0 [INFO] [stderr] Downloaded rustversion v1.0.12 [INFO] [stderr] Downloaded log v0.4.18 [INFO] [stderr] Downloaded libc v0.2.146 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+35936c4839dd272646394779d151e060d0f6b3ac" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d14f2861a4255022c3707ece1d7b384211b351ad330fb9195d66eec21ae21eb7 [INFO] running `Command { std: "docker" "start" "-a" "d14f2861a4255022c3707ece1d7b384211b351ad330fb9195d66eec21ae21eb7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d14f2861a4255022c3707ece1d7b384211b351ad330fb9195d66eec21ae21eb7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d14f2861a4255022c3707ece1d7b384211b351ad330fb9195d66eec21ae21eb7", kill_on_drop: false }` [INFO] [stdout] d14f2861a4255022c3707ece1d7b384211b351ad330fb9195d66eec21ae21eb7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+35936c4839dd272646394779d151e060d0f6b3ac" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f093085f3d93fc21c242159b0bedbb2fdb813a4bcba0376269828cda99bd3a3 [INFO] running `Command { std: "docker" "start" "-a" "3f093085f3d93fc21c242159b0bedbb2fdb813a4bcba0376269828cda99bd3a3", kill_on_drop: false }` [INFO] [stderr] Compiling rustversion v1.0.12 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling libc v0.2.146 [INFO] [stderr] Compiling log v0.4.18 [INFO] [stderr] Compiling generator v0.7.5 (/opt/rustwide/workdir) [INFO] [stdout] error: unused import: `prefetch` [INFO] [stdout] --> src/detail/mod.rs:36:44 [INFO] [stdout] | [INFO] [stdout] 36 | pub use self::asm::{initialize_call_frame, prefetch, swap_registers, Registers}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 7 | #![cfg_attr(test, deny(warnings))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `prefetch` [INFO] [stdout] --> src/detail/mod.rs:36:44 [INFO] [stdout] | [INFO] [stdout] 36 | pub use self::asm::{initialize_call_frame, prefetch, swap_registers, Registers}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `generator` (lib test) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "3f093085f3d93fc21c242159b0bedbb2fdb813a4bcba0376269828cda99bd3a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f093085f3d93fc21c242159b0bedbb2fdb813a4bcba0376269828cda99bd3a3", kill_on_drop: false }` [INFO] [stdout] 3f093085f3d93fc21c242159b0bedbb2fdb813a4bcba0376269828cda99bd3a3 [INFO] checking generator-0.7.5 against try#9ae1860851f3fbc1435a1698e572252c0076f413 for pr-122960-1 [INFO] extracting crate generator 0.7.5 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate generator 0.7.5 on toolchain 9ae1860851f3fbc1435a1698e572252c0076f413 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9ae1860851f3fbc1435a1698e572252c0076f413" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate generator 0.7.5 [INFO] finished tweaking crates.io crate generator 0.7.5 [INFO] tweaked toml for crates.io crate generator 0.7.5 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate crates.io crate generator 0.7.5 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9ae1860851f3fbc1435a1698e572252c0076f413" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+9ae1860851f3fbc1435a1698e572252c0076f413" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e9f418c9a536417b516c77eeeeb77bbb62894be0369488b3b1c73901a7ebf64b [INFO] running `Command { std: "docker" "start" "-a" "e9f418c9a536417b516c77eeeeb77bbb62894be0369488b3b1c73901a7ebf64b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e9f418c9a536417b516c77eeeeb77bbb62894be0369488b3b1c73901a7ebf64b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9f418c9a536417b516c77eeeeb77bbb62894be0369488b3b1c73901a7ebf64b", kill_on_drop: false }` [INFO] [stdout] e9f418c9a536417b516c77eeeeb77bbb62894be0369488b3b1c73901a7ebf64b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "-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" "+9ae1860851f3fbc1435a1698e572252c0076f413" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eb51d8a760c943bfe4fe94bc76ab524876c75b0d8d801f17c2f3e4b4c1559962 [INFO] running `Command { std: "docker" "start" "-a" "eb51d8a760c943bfe4fe94bc76ab524876c75b0d8d801f17c2f3e4b4c1559962", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Compiling rustversion v1.0.12 [INFO] [stderr] Compiling libc v0.2.146 [INFO] [stderr] Compiling log v0.4.18 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling generator v0.7.5 (/tmp/fixit) [INFO] [stderr] Migrating build.rs from 2021 edition to 2024 [INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024 [INFO] [stdout] error: unused import: `prefetch` [INFO] [stdout] --> src/detail/mod.rs:36:44 [INFO] [stdout] | [INFO] [stdout] 36 | pub use self::asm::{initialize_call_frame, prefetch, swap_registers, Registers}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 7 | #![cfg_attr(test, deny(warnings))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `generator` (lib test) due to 2 previous errors; 9 warnings emitted [INFO] [stdout] warning: call to unsafe function `stack::StackBox::::from_raw` is unsafe and requires unsafe block (error E0133) [INFO] [stdout] --> src/gen_impl.rs:78:18 [INFO] [stdout] | [INFO] [stdout] 78 | gen: StackBox::from_raw(raw as *mut GeneratorImpl<'a, A, T>), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/gen_impl.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | pub unsafe fn from_raw(raw: *mut usize) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `--force-warn unsafe-op-in-unsafe-fn` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] = help: to override `--force-warn rust-2024-compatibility` add `#[allow(unsafe_op_in_unsafe_fn)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: use of mutable static is unsafe and requires unsafe block (error E0133) [INFO] [stdout] --> src/rt.rs:179:5 [INFO] [stdout] | [INFO] [stdout] 179 | ROOT_CONTEXT_P = ROOT_CONTEXT.with(|r| &**r as *const _ as *mut Context); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: mutable statics can be mutated by multiple threads: aliasing violations or data races will cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/rt.rs:178:1 [INFO] [stdout] | [INFO] [stdout] 178 | unsafe fn init_root_p() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to unsafe function `libc::mmap` is unsafe and requires unsafe block (error E0133) [INFO] [stdout] --> src/stack/unix.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | let ptr = libc::mmap(NULL, size, PROT, TYPE, -1, 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/stack/unix.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | pub unsafe fn allocate_stack(size: usize) -> io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to unsafe function `stack::SysStack::new` is unsafe and requires unsafe block (error E0133) [INFO] [stdout] --> src/stack/unix.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | Ok(SysStack::new( [INFO] [stdout] | ____________^ [INFO] [stdout] 40 | | (ptr as usize + size) as *mut c_void, [INFO] [stdout] 41 | | ptr as *mut c_void, [INFO] [stdout] 42 | | )) [INFO] [stdout] | |_________^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to unsafe function `libc::mprotect` is unsafe and requires unsafe block (error E0133) [INFO] [stdout] --> src/stack/unix.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | libc::mprotect(bottom, page_size, libc::PROT_NONE) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/stack/unix.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | pub unsafe fn protect_stack(stack: &SysStack) -> io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to unsafe function `stack::SysStack::new` is unsafe and requires unsafe block (error E0133) [INFO] [stdout] --> src/stack/unix.rs:60:12 [INFO] [stdout] | [INFO] [stdout] 60 | Ok(SysStack::new(stack.top(), bottom)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to unsafe function `libc::munmap` is unsafe and requires unsafe block (error E0133) [INFO] [stdout] --> src/stack/unix.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | libc::munmap(ptr as *mut libc::c_void, size); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/stack/unix.rs:64:1 [INFO] [stdout] | [INFO] [stdout] 64 | pub unsafe fn deallocate_stack(ptr: *mut c_void, size: usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to unsafe function `std::ptr::write` is unsafe and requires unsafe block (error E0133) [INFO] [stdout] --> src/stack/mod.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | ptr::write(self.ptr.as_ptr(), data); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/stack/mod.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | pub(crate) unsafe fn init(&mut self, data: T) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to unsafe function `std::ptr::NonNull::::new_unchecked` is unsafe and requires unsafe block (error E0133) [INFO] [stdout] --> src/stack/mod.rs:96:18 [INFO] [stdout] | [INFO] [stdout] 96 | ptr: ptr::NonNull::new_unchecked(raw), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/stack/mod.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | pub(crate) unsafe fn from_raw(raw: *mut T) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Fixed src/stack/mod.rs (2 fixes) [INFO] [stderr] Fixed src/detail/mod.rs (1 fix) [INFO] [stderr] Fixed src/stack/unix.rs (3 fixes) [INFO] [stderr] Fixed src/gen_impl.rs (1 fix) [INFO] [stderr] Fixed src/rt.rs (1 fix) [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "eb51d8a760c943bfe4fe94bc76ab524876c75b0d8d801f17c2f3e4b4c1559962", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb51d8a760c943bfe4fe94bc76ab524876c75b0d8d801f17c2f3e4b4c1559962", kill_on_drop: false }` [INFO] [stdout] eb51d8a760c943bfe4fe94bc76ab524876c75b0d8d801f17c2f3e4b4c1559962