[INFO] fetching crate rusty_coin 0.2.4... [INFO] checking rusty_coin-0.2.4 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate rusty_coin 0.2.4 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate rusty_coin 0.2.4 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 rusty_coin 0.2.4 [INFO] finished tweaking crates.io crate rusty_coin 0.2.4 [INFO] tweaked toml for crates.io crate rusty_coin 0.2.4 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 3ffad91b2fd268aa0e411f050d6920d70b02c5bb0643d8d8f9c18d99a6601fbd [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3ffad91b2fd268aa0e411f050d6920d70b02c5bb0643d8d8f9c18d99a6601fbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3ffad91b2fd268aa0e411f050d6920d70b02c5bb0643d8d8f9c18d99a6601fbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ffad91b2fd268aa0e411f050d6920d70b02c5bb0643d8d8f9c18d99a6601fbd", kill_on_drop: false }` [INFO] [stdout] 3ffad91b2fd268aa0e411f050d6920d70b02c5bb0643d8d8f9c18d99a6601fbd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] f68e272491ffa94a5dbfbdb871c4c22e3e3489523986c7f8bb30b988ea9f04e8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f68e272491ffa94a5dbfbdb871c4c22e3e3489523986c7f8bb30b988ea9f04e8", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Checking rusty_coin v0.2.4 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/lib.rs (4 fixes) [INFO] [stderr] Fixed src/rc/value.rs (3 fixes) [INFO] [stderr] Fixed src/rc/cashflow.rs (5 fixes) [INFO] [stderr] Fixed src/rc/rates.rs (2 fixes) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Precision` [INFO] [stdout] --> src/lib.rs:98:28 [INFO] [stdout] | [INFO] [stdout] 98 | new_r.change_precision(Precision::One); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `Precision` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CurrCode` [INFO] [stdout] --> src/lib.rs:136:32 [INFO] [stdout] | [INFO] [stdout] 136 | let vv = Value::new_vec(v, CurrCode::USD); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `CurrCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CurrCode` [INFO] [stdout] --> src/lib.rs:138:37 [INFO] [stdout] | [INFO] [stdout] 138 | let t_vv = vec![Value::new(5.0, CurrCode::USD), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `CurrCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CurrCode` [INFO] [stdout] --> src/lib.rs:139:38 [INFO] [stdout] | [INFO] [stdout] 139 | Value::new(10.0, CurrCode::USD), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `CurrCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CurrCode` [INFO] [stdout] --> src/lib.rs:140:37 [INFO] [stdout] | [INFO] [stdout] 140 | Value::new(9.0, CurrCode::USD)]; [INFO] [stdout] | ^^^^^^^^ use of undeclared type `CurrCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CurrCode` [INFO] [stdout] --> src/lib.rs:148:35 [INFO] [stdout] | [INFO] [stdout] 148 | let v_one = Value::new(10.00, CurrCode::USD); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `CurrCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CurrCode` [INFO] [stdout] --> src/lib.rs:149:35 [INFO] [stdout] | [INFO] [stdout] 149 | let v_two = Value::new(12.00, CurrCode::GBP); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `CurrCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CurrCode` [INFO] [stdout] --> src/lib.rs:153:59 [INFO] [stdout] | [INFO] [stdout] 153 | let us_vec = Value::new_vec(vec![5.00, 10.00, 20.00], CurrCode::USD); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `CurrCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CurrCode` [INFO] [stdout] --> src/lib.rs:154:59 [INFO] [stdout] | [INFO] [stdout] 154 | let gb_vec = Value::new_vec(vec![10.00, 20.00, 6.00], CurrCode::GBP); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `CurrCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CurrCode` [INFO] [stdout] --> src/lib.rs:163:35 [INFO] [stdout] | [INFO] [stdout] 163 | let v_one = Value::new(10.00, CurrCode::USD); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `CurrCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CurrCode` [INFO] [stdout] --> src/lib.rs:164:35 [INFO] [stdout] | [INFO] [stdout] 164 | let v_two = Value::new(20.00, CurrCode::USD); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `CurrCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CurrCode` [INFO] [stdout] --> src/lib.rs:167:49 [INFO] [stdout] | [INFO] [stdout] 167 | assert_eq!(v_one + v_two, Value::new(30.00, CurrCode::USD)); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `CurrCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CurrCode` [INFO] [stdout] --> src/lib.rs:170:40 [INFO] [stdout] | [INFO] [stdout] 170 | let mut v_four = Value::new(20.00, CurrCode::USD); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `CurrCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CurrCode` [INFO] [stdout] --> src/lib.rs:171:47 [INFO] [stdout] | [INFO] [stdout] 171 | println!("{}", v_four + Value::new(10.00, CurrCode::USD)); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `CurrCode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> src/lib.rs:42:25 [INFO] [stdout] | [INFO] [stdout] 42 | let mut cash_flow = Value::new_vec(vec_of_f, currency::CurrCode::USD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use crate::value::Value; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> src/lib.rs:47:17 [INFO] [stdout] | [INFO] [stdout] 47 | let t_val = Value::new(0.4444444444444444, currency::CurrCode::USD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use crate::value::Value; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rate` [INFO] [stdout] --> src/lib.rs:95:21 [INFO] [stdout] | [INFO] [stdout] 95 | let mut new_r = Rate::new(0.5); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use crate::rates::Rate; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `total_avg_assets` in this scope [INFO] [stdout] --> src/lib.rs:108:15 [INFO] [stdout] | [INFO] [stdout] 108 | let taa = total_avg_assets(v, currency::CurrCode::USD); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use crate::fin_ratios::total_avg_assets; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `total_avg_assets` in this scope [INFO] [stdout] --> src/lib.rs:118:15 [INFO] [stdout] | [INFO] [stdout] 118 | let taa = total_avg_assets(v, currency::CurrCode::USD); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use crate::fin_ratios::total_avg_assets; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `return_on_assets` in this scope [INFO] [stdout] --> src/lib.rs:120:15 [INFO] [stdout] | [INFO] [stdout] 120 | let roa = return_on_assets(&ni, &taa); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use crate::fin_ratios::return_on_assets; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rate` [INFO] [stdout] --> src/lib.rs:127:13 [INFO] [stdout] | [INFO] [stdout] 127 | let r = Rate::new(0.05); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use crate::rates::Rate; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> src/lib.rs:136:14 [INFO] [stdout] | [INFO] [stdout] 136 | let vv = Value::new_vec(v, CurrCode::USD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use crate::value::Value; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> src/lib.rs:138:21 [INFO] [stdout] | [INFO] [stdout] 138 | let t_vv = vec![Value::new(5.0, CurrCode::USD), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use crate::value::Value; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> src/lib.rs:139:21 [INFO] [stdout] | [INFO] [stdout] 139 | Value::new(10.0, CurrCode::USD), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use crate::value::Value; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> src/lib.rs:140:21 [INFO] [stdout] | [INFO] [stdout] 140 | Value::new(9.0, CurrCode::USD)]; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use crate::value::Value; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> src/lib.rs:148:17 [INFO] [stdout] | [INFO] [stdout] 148 | let v_one = Value::new(10.00, CurrCode::USD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use crate::value::Value; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> src/lib.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | let v_two = Value::new(12.00, CurrCode::GBP); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use crate::value::Value; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rate` [INFO] [stdout] --> src/lib.rs:150:14 [INFO] [stdout] | [INFO] [stdout] 150 | let er = Rate::exchange_rate(v_one, v_two); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use crate::rates::Rate; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> src/lib.rs:153:18 [INFO] [stdout] | [INFO] [stdout] 153 | let us_vec = Value::new_vec(vec![5.00, 10.00, 20.00], CurrCode::USD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use crate::value::Value; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> src/lib.rs:154:18 [INFO] [stdout] | [INFO] [stdout] 154 | let gb_vec = Value::new_vec(vec![10.00, 20.00, 6.00], CurrCode::GBP); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use crate::value::Value; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `combine_and_convert` in this scope [INFO] [stdout] --> src/lib.rs:155:14 [INFO] [stdout] | [INFO] [stdout] 155 | let cc = combine_and_convert(&gb_vec, &us_vec, er); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use crate::value::combine_and_convert; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> src/lib.rs:163:17 [INFO] [stdout] | [INFO] [stdout] 163 | let v_one = Value::new(10.00, CurrCode::USD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use crate::value::Value; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> src/lib.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | let v_two = Value::new(20.00, CurrCode::USD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use crate::value::Value; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> src/lib.rs:167:31 [INFO] [stdout] | [INFO] [stdout] 167 | assert_eq!(v_one + v_two, Value::new(30.00, CurrCode::USD)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use crate::value::Value; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> src/lib.rs:170:22 [INFO] [stdout] | [INFO] [stdout] 170 | let mut v_four = Value::new(20.00, CurrCode::USD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use crate::value::Value; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> src/lib.rs:171:29 [INFO] [stdout] | [INFO] [stdout] 171 | println!("{}", v_four + Value::new(10.00, CurrCode::USD)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use crate::value::Value; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 36 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rusty_coin` due to 37 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" "f68e272491ffa94a5dbfbdb871c4c22e3e3489523986c7f8bb30b988ea9f04e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f68e272491ffa94a5dbfbdb871c4c22e3e3489523986c7f8bb30b988ea9f04e8", kill_on_drop: false }` [INFO] [stdout] f68e272491ffa94a5dbfbdb871c4c22e3e3489523986c7f8bb30b988ea9f04e8