[INFO] cloning repository https://github.com/aciddm3/simple_midi_synth [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aciddm3/simple_midi_synth" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faciddm3%2Fsimple_midi_synth", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faciddm3%2Fsimple_midi_synth'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ca9083a225125ae88e2a741768139048daca453c [INFO] checking aciddm3/simple_midi_synth against try#4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7 for pr-158816 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faciddm3%2Fsimple_midi_synth" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/aciddm3/simple_midi_synth [INFO] finished tweaking git repo https://github.com/aciddm3/simple_midi_synth [INFO] tweaked toml for git repo https://github.com/aciddm3/simple_midi_synth written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/aciddm3/simple_midi_synth on toolchain 4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/aciddm3/simple_midi_synth 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" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "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-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] ca46309fb6e92a5714e09e43b10cf0e9e37dd5441869d5fd7a3db3fd352cf82a [INFO] running `Command { std: "docker" "start" "ca46309fb6e92a5714e09e43b10cf0e9e37dd5441869d5fd7a3db3fd352cf82a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ca46309fb6e92a5714e09e43b10cf0e9e37dd5441869d5fd7a3db3fd352cf82a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ca46309fb6e92a5714e09e43b10cf0e9e37dd5441869d5fd7a3db3fd352cf82a" "/opt/rustwide/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ca46309fb6e92a5714e09e43b10cf0e9e37dd5441869d5fd7a3db3fd352cf82a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ca46309fb6e92a5714e09e43b10cf0e9e37dd5441869d5fd7a3db3fd352cf82a" "/opt/rustwide/cargo-home/bin/cargo" "+4d8aa70caf2d2f6ef5a31eab47961bf7d0acacb7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Checking log v0.4.28 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling zerocopy v0.8.40 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Checking rustix v1.1.4 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Checking x11rb-protocol v0.13.2 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Compiling x11 v2.21.0 [INFO] [stderr] Checking epaint_default_fonts v0.31.1 [INFO] [stderr] Checking profiling v1.0.17 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Checking deranged v0.5.4 [INFO] [stderr] Compiling time-macros v0.2.24 [INFO] [stderr] Checking is-docker v0.2.0 [INFO] [stderr] Checking gimli v0.32.3 [INFO] [stderr] Compiling camino v1.2.1 [INFO] [stderr] Checking num_threads v0.1.7 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Checking is-wsl v0.4.0 [INFO] [stderr] Checking nix v0.22.3 [INFO] [stderr] Checking indexmap v2.11.4 [INFO] [stderr] Checking keyboard-types v0.6.2 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking crossbeam-queue v0.3.12 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking winnow v0.5.40 [INFO] [stderr] Checking rustc-demangle v0.1.26 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Checking crossbeam v0.8.4 [INFO] [stderr] Checking open v5.3.3 [INFO] [stderr] Checking atomic_refcell v0.1.13 [INFO] [stderr] Checking clap-sys v0.5.0 (https://github.com/micahrj/clap-sys.git?rev=25d7f53fdb6363ad63fbd80049cb7a42a97ac156#25d7f53f) [INFO] [stderr] Checking plain v0.2.3 [INFO] [stderr] Checking atomic_float v0.1.0 [INFO] [stderr] Checking midi-consts v0.1.0 [INFO] [stderr] Checking widestring v1.2.1 [INFO] [stderr] Checking anymap3 v1.0.1 [INFO] [stderr] Checking reflink v0.1.3 (https://github.com/nicokoch/reflink.git?rev=e8d93b465f5d9ad340cd052b64bbc77b8ee107e2#e8d93b46) [INFO] [stderr] Checking time v0.3.44 [INFO] [stderr] Checking addr2line v0.25.1 [INFO] [stderr] Checking nih_log v0.3.1 [INFO] [stderr] Checking semver v1.0.27 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling bytemuck_derive v1.10.2 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling scroll_derive v0.11.1 [INFO] [stderr] Checking gethostname v1.1.0 [INFO] [stderr] Checking scroll v0.11.0 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking goblin v0.6.1 [INFO] [stderr] Checking bytemuck v1.25.0 [INFO] [stderr] Checking thiserror v2.0.18 [INFO] [stderr] Checking emath v0.31.1 [INFO] [stderr] Compiling vst3-com-macros-support v0.2.0 (https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d77) [INFO] [stderr] Checking ecolor v0.31.1 [INFO] [stderr] Checking backtrace v0.3.76 [INFO] [stderr] Compiling nih_plug_derive v0.1.0 (https://github.com/robbert-vdh/nih-plug#28b149ec) [INFO] [stderr] Compiling vst3-com-macros v0.2.0 (https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d77) [INFO] [stderr] Checking vst3-com v0.1.0 (https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d77) [INFO] [stderr] Checking x11rb v0.13.2 [INFO] [stderr] Checking vst3-sys v0.1.0 (https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d77) [INFO] [stderr] Checking epaint v0.31.1 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking x11-clipboard v0.9.3 [INFO] [stderr] Checking baseview v0.1.0 (https://github.com/RustAudio/baseview.git?rev=9a0b42c09d712777b2edb4c5e0cb6baf21e988f0#9a0b42c0) [INFO] [stderr] Checking copypasta v0.10.2 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking cargo-platform v0.1.9 [INFO] [stderr] Checking nih_plug v0.0.0 (https://github.com/robbert-vdh/nih-plug#28b149ec) [INFO] [stderr] Checking cargo_metadata v0.18.1 [INFO] [stderr] Checking toml_edit v0.19.15 [INFO] [stderr] Checking egui v0.31.1 [INFO] [stderr] Checking toml v0.7.8 [INFO] [stderr] Checking nih_plug_xtask v0.1.0 (https://github.com/robbert-vdh/nih-plug#28b149ec) [INFO] [stderr] Checking xtask v0.1.0 (/opt/rustwide/workdir/xtask) [INFO] [stderr] Checking egui_glow v0.31.1 [INFO] [stderr] Checking egui-baseview v0.5.0 (https://github.com/BillyDM/egui-baseview.git?rev=ec70c3fe6b2f070dcacbc22924431edbe24bd1c0#ec70c3fe) [INFO] [stderr] Checking nih_plug_egui v0.0.0 (https://github.com/robbert-vdh/nih-plug#28b149ec) [INFO] [stderr] Checking aciddm3_simple_monophonic_synth v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Knob` [INFO] [stdout] --> src/gui/mod.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | knob::{Knob, param_knob::ParamKnob}, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Knob` [INFO] [stdout] --> src/gui/mod.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | knob::{Knob, param_knob::ParamKnob}, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/gui/adsr_graph.rs:48:42 [INFO] [stdout] | [INFO] [stdout] 48 | painter.line(points, Stroke::new(2.0, Color32::RED)); [INFO] [stdout] | ^^^ help: explicitly specify the type as `f32`: `2.0_f32` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #154024 [INFO] [stdout] = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/gui/adsr_graph.rs:50:41 [INFO] [stdout] | [INFO] [stdout] 50 | painter.line(s, Stroke::new(2.0, Color32::from_rgba_unmultiplied(255, 255, 255, 64))); [INFO] [stdout] | ^^^ help: explicitly specify the type as `f32`: `2.0_f32` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #154024 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/gui/knob/param_knob.rs:52:65 [INFO] [stdout] | [INFO] [stdout] 52 | .circle_stroke(center, knob_radius, Stroke::new(0.6, self.color)); [INFO] [stdout] | ^^^ help: explicitly specify the type as `f32`: `0.6_f32` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #154024 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/gui/knob/mod.rs:39:65 [INFO] [stdout] | [INFO] [stdout] 39 | .circle_stroke(center, knob_radius, Stroke::new(0.6, self.color)); [INFO] [stdout] | ^^^ help: explicitly specify the type as `f32`: `0.6_f32` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #154024 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/gui/adsr_graph.rs:48:42 [INFO] [stdout] | [INFO] [stdout] 48 | painter.line(points, Stroke::new(2.0, Color32::RED)); [INFO] [stdout] | ^^^ help: explicitly specify the type as `f32`: `2.0_f32` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #154024 [INFO] [stdout] = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/gui/adsr_graph.rs:50:41 [INFO] [stdout] | [INFO] [stdout] 50 | painter.line(s, Stroke::new(2.0, Color32::from_rgba_unmultiplied(255, 255, 255, 64))); [INFO] [stdout] | ^^^ help: explicitly specify the type as `f32`: `2.0_f32` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #154024 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/gui/knob/param_knob.rs:52:65 [INFO] [stdout] | [INFO] [stdout] 52 | .circle_stroke(center, knob_radius, Stroke::new(0.6, self.color)); [INFO] [stdout] | ^^^ help: explicitly specify the type as `f32`: `0.6_f32` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #154024 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From` is not satisfied [INFO] [stdout] --> src/gui/knob/mod.rs:39:65 [INFO] [stdout] | [INFO] [stdout] 39 | .circle_stroke(center, knob_radius, Stroke::new(0.6, self.color)); [INFO] [stdout] | ^^^ help: explicitly specify the type as `f32`: `0.6_f32` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #154024 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_gate` is never used [INFO] [stdout] --> src/adsr.rs:42:12 [INFO] [stdout] | [INFO] [stdout] 21 | impl Adsr { [INFO] [stdout] | --------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 42 | pub fn set_gate(&mut self, gate_val: bool) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `pereodic_func_from_vec` is never used [INFO] [stdout] --> src/oscillator.rs:40:8 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn pereodic_func_from_vec(table: &Vec, x: f32) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `HarmonicParameters` is never constructed [INFO] [stdout] --> src/oscillator.rs:79:12 [INFO] [stdout] | [INFO] [stdout] 79 | pub struct HarmonicParameters { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `HarmonicOscilator` is never constructed [INFO] [stdout] --> src/oscillator.rs:85:12 [INFO] [stdout] | [INFO] [stdout] 85 | pub struct HarmonicOscilator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `step`, `reset`, `get_value`, and `new` are never used [INFO] [stdout] --> src/oscillator.rs:94:12 [INFO] [stdout] | [INFO] [stdout] 93 | impl HarmonicOscilator { [INFO] [stdout] | ---------------------- associated items in this implementation [INFO] [stdout] 94 | pub fn step(&mut self, step: f32) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 99 | pub fn reset(&mut self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | pub fn get_value(&self) -> f32 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `value_from_harmonics` is never used [INFO] [stdout] --> src/oscillator.rs:129:8 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn value_from_harmonics( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `set_gate` is never used [INFO] [stdout] --> src/adsr.rs:42:12 [INFO] [stdout] | [INFO] [stdout] 21 | impl Adsr { [INFO] [stdout] | --------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 42 | pub fn set_gate(&mut self, gate_val: bool) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `pereodic_func_from_vec` is never used [INFO] [stdout] --> src/oscillator.rs:40:8 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn pereodic_func_from_vec(table: &Vec, x: f32) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `HarmonicParameters` is never constructed [INFO] [stdout] --> src/oscillator.rs:79:12 [INFO] [stdout] | [INFO] [stdout] 79 | pub struct HarmonicParameters { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `HarmonicOscilator` is never constructed [INFO] [stdout] --> src/oscillator.rs:85:12 [INFO] [stdout] | [INFO] [stdout] 85 | pub struct HarmonicOscilator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `step`, `reset`, `get_value`, and `new` are never used [INFO] [stdout] --> src/oscillator.rs:94:12 [INFO] [stdout] | [INFO] [stdout] 93 | impl HarmonicOscilator { [INFO] [stdout] | ---------------------- associated items in this implementation [INFO] [stdout] 94 | pub fn step(&mut self, step: f32) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 99 | pub fn reset(&mut self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | pub fn get_value(&self) -> f32 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `value_from_harmonics` is never used [INFO] [stdout] --> src/oscillator.rs:129:8 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn value_from_harmonics( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.71s [INFO] running `Command { std: "docker" "inspect" "ca46309fb6e92a5714e09e43b10cf0e9e37dd5441869d5fd7a3db3fd352cf82a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca46309fb6e92a5714e09e43b10cf0e9e37dd5441869d5fd7a3db3fd352cf82a", kill_on_drop: false }` [INFO] [stdout] ca46309fb6e92a5714e09e43b10cf0e9e37dd5441869d5fd7a3db3fd352cf82a