[INFO] fetching crate rem-rs 0.0.1... [INFO] checking rem-rs-0.0.1 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate rem-rs 0.0.1 into /workspace/builds/worker-54/source [INFO] validating manifest of crates.io crate rem-rs 0.0.1 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rem-rs 0.0.1 [INFO] finished tweaking crates.io crate rem-rs 0.0.1 [INFO] tweaked toml for crates.io crate rem-rs 0.0.1 written to /workspace/builds/worker-54/source/Cargo.toml [INFO] crate crates.io crate rem-rs 0.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 054ebf3e9c6ae51d1361311f9a27b2b822694e8dbe03208ba93c128d80c4a5eb [INFO] running `Command { std: "docker" "start" "-a" "054ebf3e9c6ae51d1361311f9a27b2b822694e8dbe03208ba93c128d80c4a5eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "054ebf3e9c6ae51d1361311f9a27b2b822694e8dbe03208ba93c128d80c4a5eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "054ebf3e9c6ae51d1361311f9a27b2b822694e8dbe03208ba93c128d80c4a5eb", kill_on_drop: false }` [INFO] [stdout] 054ebf3e9c6ae51d1361311f9a27b2b822694e8dbe03208ba93c128d80c4a5eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b2eac6583ebf68de803f7f6c772813e25d1439afbf40e4b681b80e8efa70b423 [INFO] running `Command { std: "docker" "start" "-a" "b2eac6583ebf68de803f7f6c772813e25d1439afbf40e4b681b80e8efa70b423", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Checking rem-rs v0.0.1 (/tmp/fixit) [INFO] [stderr] Migrating src/main.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/command.rs (1 fix) [INFO] [stderr] Fixed src/select.rs (8 fixes) [INFO] [stderr] Fixed src/config.rs (2 fixes) [INFO] [stderr] Fixed src/command.rs (2 fixes) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Editor` [INFO] [stdout] --> src/command.rs:299:22 [INFO] [stdout] | [INFO] [stdout] 299 | Some(Editor::Delete), [INFO] [stdout] | ^^^^^^ use of undeclared type `Editor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Action` [INFO] [stdout] --> src/command.rs:309:33 [INFO] [stdout] | [INFO] [stdout] 309 | assert_eq!(undo.action, Action::Undo); [INFO] [stdout] | ^^^^^^ use of undeclared type `Action` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Command` [INFO] [stdout] --> src/command.rs:280:20 [INFO] [stdout] | [INFO] [stdout] 280 | let both = Command::parse(&["-S", "-O", "-F", "-I", "3-"]).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Command; [INFO] [stdout] | [INFO] [stdout] 279 | use std::process::Command; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Command` [INFO] [stdout] --> src/command.rs:283:23 [INFO] [stdout] | [INFO] [stdout] 283 | let neither = Command::parse(&["-F", "-I", "3-"]).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Command; [INFO] [stdout] | [INFO] [stdout] 279 | use std::process::Command; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Command` [INFO] [stdout] --> src/command.rs:290:20 [INFO] [stdout] | [INFO] [stdout] 290 | let help = Command::parse(&["--help", "cmd", "-F", "main"]).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Command; [INFO] [stdout] | [INFO] [stdout] 279 | use std::process::Command; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Action` [INFO] [stdout] --> src/command.rs:293:13 [INFO] [stdout] | [INFO] [stdout] 293 | Action::Help(vec![Help("cmd".to_string()), Help("main".to_string())]) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 293 | Option::Help(vec![Help("cmd".to_string()), Help("main".to_string())]) [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Action; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Help` in this scope [INFO] [stdout] --> src/command.rs:293:31 [INFO] [stdout] | [INFO] [stdout] 293 | Action::Help(vec![Help("cmd".to_string()), Help("main".to_string())]) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 293 | Action::Help(vec![help("cmd".to_string()), Help("main".to_string())]) [INFO] [stdout] | ~~~~ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Action::Help; [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Help; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Help` in this scope [INFO] [stdout] --> src/command.rs:293:56 [INFO] [stdout] | [INFO] [stdout] 293 | Action::Help(vec![Help("cmd".to_string()), Help("main".to_string())]) [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 293 | Action::Help(vec![Help("cmd".to_string()), help("main".to_string())]) [INFO] [stdout] | ~~~~ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Action::Help; [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Help; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Command` [INFO] [stdout] --> src/command.rs:295:19 [INFO] [stdout] | [INFO] [stdout] 295 | let del = Command::parse(&["-d", "-I", "3:7"]).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Command; [INFO] [stdout] | [INFO] [stdout] 279 | use std::process::Command; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Action` [INFO] [stdout] --> src/command.rs:298:13 [INFO] [stdout] | [INFO] [stdout] 298 | Action::Edit( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 298 | Option::Edit( [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Action; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Selector` in this scope [INFO] [stdout] --> src/command.rs:300:17 [INFO] [stdout] | [INFO] [stdout] 300 | Selector { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Selector; [INFO] [stdout] | [INFO] [stdout] 279 | use crate::select::Selector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Index` in this scope [INFO] [stdout] --> src/command.rs:302:31 [INFO] [stdout] | [INFO] [stdout] 302 | idx: vec![Index("3:7".to_string())], [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Command` [INFO] [stdout] --> src/command.rs:308:20 [INFO] [stdout] | [INFO] [stdout] 308 | let undo = Command::parse(&["--undo"]).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Command; [INFO] [stdout] | [INFO] [stdout] 279 | use std::process::Command; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Command` [INFO] [stdout] --> src/command.rs:310:22 [INFO] [stdout] | [INFO] [stdout] 310 | let remove = Command::parse(&["foo.txt", "bar.sh"]).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Command; [INFO] [stdout] | [INFO] [stdout] 279 | use std::process::Command; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Action` [INFO] [stdout] --> src/command.rs:313:13 [INFO] [stdout] | [INFO] [stdout] 313 | Action::Remove(vec![ [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 313 | Option::Remove(vec![ [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Action; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `File` in this scope [INFO] [stdout] --> src/command.rs:314:17 [INFO] [stdout] | [INFO] [stdout] 314 | File("foo.txt".to_string()), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::File; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `File` in this scope [INFO] [stdout] --> src/command.rs:315:17 [INFO] [stdout] | [INFO] [stdout] 315 | File("bar.sh".to_string()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::File; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Command` [INFO] [stdout] --> src/command.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 322 | let ended = Command::parse(&["-I", "1", "2", "3", "-P", ""]).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Command; [INFO] [stdout] | [INFO] [stdout] 279 | use std::process::Command; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Action` [INFO] [stdout] --> src/command.rs:323:34 [INFO] [stdout] | [INFO] [stdout] 323 | assert_eq!(ended.action, Action::Edit( [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 323 | assert_eq!(ended.action, Option::Edit( [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Action; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Selector` in this scope [INFO] [stdout] --> src/command.rs:325:17 [INFO] [stdout] | [INFO] [stdout] 325 | Selector { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Selector; [INFO] [stdout] | [INFO] [stdout] 279 | use crate::select::Selector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Index` in this scope [INFO] [stdout] --> src/command.rs:327:31 [INFO] [stdout] | [INFO] [stdout] 327 | idx: vec![Index("1".to_string()), Index("2".to_string()), Index("3".to_string())], [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Index` in this scope [INFO] [stdout] --> src/command.rs:327:55 [INFO] [stdout] | [INFO] [stdout] 327 | idx: vec![Index("1".to_string()), Index("2".to_string()), Index("3".to_string())], [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Index` in this scope [INFO] [stdout] --> src/command.rs:327:79 [INFO] [stdout] | [INFO] [stdout] 327 | idx: vec![Index("1".to_string()), Index("2".to_string()), Index("3".to_string())], [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Pattern` in this scope [INFO] [stdout] --> src/command.rs:328:31 [INFO] [stdout] | [INFO] [stdout] 328 | pat: vec![Pattern("".to_string())], [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple struct [INFO] [stdout] | [INFO] [stdout] 279 | use crate::command::Pattern; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `into` [INFO] [stdout] --> src/command.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn into(self) -> Result { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `into` [INFO] [stdout] --> src/command.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn into(self) -> Result { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `into` [INFO] [stdout] --> src/command.rs:66:12 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn into(self) -> Result { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ThreePartRange` [INFO] [stdout] --> src/command.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | ThreePartRange(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InvalidIndex` [INFO] [stdout] --> src/command.rs:102:5 [INFO] [stdout] | [INFO] [stdout] 102 | InvalidIndex(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/command.rs:211:12 [INFO] [stdout] | [INFO] [stdout] 211 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `into` [INFO] [stdout] --> src/command.rs:231:12 [INFO] [stdout] | [INFO] [stdout] 231 | pub fn into(self) -> Result, Error> { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/select.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(start: usize, end: usize) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/select.rs:49:12 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `push` [INFO] [stdout] --> src/select.rs:53:12 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn push(&mut self, sel: S) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 24 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0422`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rem-rs` due to 25 previous errors [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" "b2eac6583ebf68de803f7f6c772813e25d1439afbf40e4b681b80e8efa70b423", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2eac6583ebf68de803f7f6c772813e25d1439afbf40e4b681b80e8efa70b423", kill_on_drop: false }` [INFO] [stdout] b2eac6583ebf68de803f7f6c772813e25d1439afbf40e4b681b80e8efa70b423