[INFO] cloning repository https://github.com/aciddm3/micro_sampler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aciddm3/micro_sampler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faciddm3%2Fmicro_sampler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faciddm3%2Fmicro_sampler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 36da9ccb7911bfabfd3fc8e390288660d69d9353
[INFO] checking aciddm3/micro_sampler against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faciddm3%2Fmicro_sampler" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/aciddm3/micro_sampler
[INFO] finished tweaking git repo https://github.com/aciddm3/micro_sampler
[INFO] tweaked toml for git repo https://github.com/aciddm3/micro_sampler written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/aciddm3/micro_sampler on toolchain 49a6044d37d694890450f52ceaceb66277a36b1e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/aciddm3/micro_sampler 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" "+49a6044d37d694890450f52ceaceb66277a36b1e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7d1605f9efaa837fb35c49c1e7e3a90a5c02c59a9559a745cebed34e43349a5f
[INFO] running `Command { std: "docker" "start" "7d1605f9efaa837fb35c49c1e7e3a90a5c02c59a9559a745cebed34e43349a5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7d1605f9efaa837fb35c49c1e7e3a90a5c02c59a9559a745cebed34e43349a5f", 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" "7d1605f9efaa837fb35c49c1e7e3a90a5c02c59a9559a745cebed34e43349a5f" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7d1605f9efaa837fb35c49c1e7e3a90a5c02c59a9559a745cebed34e43349a5f", 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" "7d1605f9efaa837fb35c49c1e7e3a90a5c02c59a9559a745cebed34e43349a5f" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking arrayvec v0.7.7
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling cc v1.2.64
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]     Checking profiling v1.0.18
[INFO] [stderr]     Checking epaint_default_fonts v0.31.1
[INFO] [stderr]    Compiling time-macros v0.2.29
[INFO] [stderr]     Checking is-docker v0.2.0
[INFO] [stderr]    Compiling camino v1.2.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking is-wsl v0.4.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking keyboard-types v0.6.2
[INFO] [stderr]     Checking nix v0.22.3
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]     Checking winnow v0.5.40
[INFO] [stderr]     Checking rustc-demangle v0.1.27
[INFO] [stderr]     Checking object v0.37.3
[INFO] [stderr]    Compiling quick-xml v0.39.4
[INFO] [stderr]     Checking open v5.3.5
[INFO] [stderr]     Checking semver v1.0.28
[INFO] [stderr]     Checking extended v0.1.0
[INFO] [stderr]     Checking time v0.3.49
[INFO] [stderr]     Checking clap-sys v0.5.0 (https://github.com/micahrj/clap-sys.git?rev=25d7f53fdb6363ad63fbd80049cb7a42a97ac156#25d7f53f)
[INFO] [stderr]     Checking atomic_refcell v0.1.14
[INFO] [stderr]     Checking anymap3 v1.1.0
[INFO] [stderr]    Compiling rfd v0.17.2
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]     Checking widestring v1.2.1
[INFO] [stderr]     Checking atomic_float v0.1.0
[INFO] [stderr]     Checking midi-consts v0.1.0
[INFO] [stderr]     Checking reflink v0.1.3 (https://github.com/nicokoch/reflink.git?rev=e8d93b465f5d9ad340cd052b64bbc77b8ee107e2#e8d93b46)
[INFO] [stderr]     Checking itertools v0.15.0
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling scroll_derive v0.11.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking nih_log v0.3.1
[INFO] [stderr]     Checking scroll v0.11.0
[INFO] [stderr]     Checking goblin v0.6.1
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking symphonia-core v0.5.5
[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 epaint v0.31.1
[INFO] [stderr]    Compiling nih_plug_derive v0.1.0 (https://github.com/robbert-vdh/nih-plug#f36931f7)
[INFO] [stderr]     Checking symphonia-metadata v0.5.5
[INFO] [stderr]     Checking symphonia-codec-adpcm v0.5.5
[INFO] [stderr]     Checking symphonia-codec-pcm v0.5.5
[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 gethostname v1.1.0
[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 vst3-sys v0.1.0 (https://github.com/robbert-vdh/vst3-sys.git?branch=fix%2Fdrop-box-from-raw#b3ff4d77)
[INFO] [stderr]     Checking symphonia-utils-xiph v0.5.5
[INFO] [stderr]     Checking symphonia-bundle-mp3 v0.5.5
[INFO] [stderr]     Checking symphonia-format-riff v0.5.5
[INFO] [stderr]     Checking symphonia-format-ogg v0.5.5
[INFO] [stderr]     Checking symphonia-bundle-flac v0.5.5
[INFO] [stderr]     Checking symphonia-format-mkv v0.5.5
[INFO] [stderr]     Checking symphonia-codec-vorbis v0.5.5
[INFO] [stderr]     Checking egui v0.31.1
[INFO] [stderr]     Checking wayland-client v0.31.14
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking symphonia v0.5.5
[INFO] [stderr]     Checking serde v1.0.228
[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#f36931f7)
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking cargo_metadata v0.18.1
[INFO] [stderr]     Checking toml_edit v0.19.15
[INFO] [stderr]     Checking wayland-protocols v0.32.12
[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 toml v0.7.8
[INFO] [stderr]     Checking egui_glow v0.31.1
[INFO] [stderr]     Checking nih_plug_xtask v0.1.0 (https://github.com/robbert-vdh/nih-plug#f36931f7)
[INFO] [stderr]     Checking egui-baseview v0.5.0 (https://github.com/BillyDM/egui-baseview.git?rev=ec70c3fe6b2f070dcacbc22924431edbe24bd1c0#ec70c3fe)
[INFO] [stderr]     Checking xtask v0.1.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]     Checking nih_plug_egui v0.0.0 (https://github.com/robbert-vdh/nih-plug#f36931f7)
[INFO] [stderr]     Checking micro_sampler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:167:1
[INFO] [stdout]     |
[INFO] [stdout] 167 | nih_export_vst3!(sampler::Sampler);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `vst3_com::vtable` which comes from the expansion of the macro `nih_export_vst3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:167:1
[INFO] [stdout]     |
[INFO] [stdout] 167 | nih_export_vst3!(sampler::Sampler);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `vst3_com::vtable` which comes from the expansion of the macro `nih_export_vst3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:167:1
[INFO] [stdout]     |
[INFO] [stdout] 167 | nih_export_vst3!(sampler::Sampler);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `vst3_com::vtable` which comes from the expansion of the macro `nih_export_vst3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/diagrams.rs:42:55
[INFO] [stdout]    |
[INFO] [stdout] 42 |         painter.line_segment([p_n, p_n1], Stroke::new(0.25, Color32::YELLOW));
[INFO] [stdout]    |                                                       ^^^^ help: explicitly specify the type as `f32`: `0.25_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 <https://github.com/rust-lang/rust/issues/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<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/diagrams.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |         Stroke::new(3.0, Color32::WHITE),
[INFO] [stdout]    |                     ^^^ help: explicitly specify the type as `f32`: `3.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/diagrams.rs:65:21
[INFO] [stdout]    |
[INFO] [stdout] 65 |         Stroke::new(5.0, Color32::WHITE),
[INFO] [stdout]    |                     ^^^ help: explicitly specify the type as `f32`: `5.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/diagrams.rs:72:21
[INFO] [stdout]    |
[INFO] [stdout] 72 |         Stroke::new(5.0, Color32::WHITE),
[INFO] [stdout]    |                     ^^^ help: explicitly specify the type as `f32`: `5.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/diagrams.rs:80:21
[INFO] [stdout]    |
[INFO] [stdout] 80 |         Stroke::new(3.0, Color32::WHITE),
[INFO] [stdout]    |                     ^^^ help: explicitly specify the type as `f32`: `3.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/diagrams.rs:87:21
[INFO] [stdout]    |
[INFO] [stdout] 87 |         Stroke::new(5.0, Color32::WHITE),
[INFO] [stdout]    |                     ^^^ help: explicitly specify the type as `f32`: `5.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/diagrams.rs:94:21
[INFO] [stdout]    |
[INFO] [stdout] 94 |         Stroke::new(5.0, Color32::WHITE),
[INFO] [stdout]    |                     ^^^ help: explicitly specify the type as `f32`: `5.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/diagrams.rs:103:25
[INFO] [stdout]     |
[INFO] [stdout] 103 |             Stroke::new(3.0, Color32::BLUE),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `3.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/diagrams.rs:110:25
[INFO] [stdout]     |
[INFO] [stdout] 110 |             Stroke::new(5.0, Color32::BLUE),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `5.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/diagrams.rs:117:25
[INFO] [stdout]     |
[INFO] [stdout] 117 |             Stroke::new(5.0, Color32::BLUE),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `5.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/diagrams.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 |             Stroke::new(3.0, Color32::BLUE),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `3.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/diagrams.rs:132:25
[INFO] [stdout]     |
[INFO] [stdout] 132 |             Stroke::new(5.0, Color32::BLUE),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `5.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/diagrams.rs:139:25
[INFO] [stdout]     |
[INFO] [stdout] 139 |             Stroke::new(5.0, Color32::BLUE),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `5.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/float_param_knob.rs:95:71
[INFO] [stdout]    |
[INFO] [stdout] 95 |                 .circle_stroke(center, 0.9 * 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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/int_param_knob.rs:86:33
[INFO] [stdout]    |
[INFO] [stdout] 86 |                     Stroke::new(1.0, self.color), // Сделал засечки тоже реагирующими на цвет
[INFO] [stdout]    |                                 ^^^ help: explicitly specify the type as `f32`: `1.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/int_param_knob.rs:106:79
[INFO] [stdout]     |
[INFO] [stdout] 106 |             ui.painter().circle_stroke(center, 0.9 * knob_radius, Stroke::new(1.0, self.color));
[INFO] [stdout]     |                                                                               ^^^ help: explicitly specify the type as `f32`: `1.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:167:1
[INFO] [stdout]     |
[INFO] [stdout] 167 | nih_export_vst3!(sampler::Sampler);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `vst3_com::vtable` which comes from the expansion of the macro `nih_export_vst3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:167:1
[INFO] [stdout]     |
[INFO] [stdout] 167 | nih_export_vst3!(sampler::Sampler);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `vst3_com::vtable` which comes from the expansion of the macro `nih_export_vst3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/lib.rs:167:1
[INFO] [stdout]     |
[INFO] [stdout] 167 | nih_export_vst3!(sampler::Sampler);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `vst3_com::vtable` which comes from the expansion of the macro `nih_export_vst3` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/param_slider.rs:200:57
[INFO] [stdout]     |
[INFO] [stdout] 200 |                     .line_segment([p1, p2], Stroke::new(1.0, self.color));
[INFO] [stdout]     |                                                         ^^^ help: explicitly specify the type as `f32`: `1.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/param_slider.rs:202:57
[INFO] [stdout]     |
[INFO] [stdout] 202 |                     .line_segment([p2, p3], Stroke::new(1.0, self.color));
[INFO] [stdout]     |                                                         ^^^ help: explicitly specify the type as `f32`: `1.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/param_slider.rs:204:57
[INFO] [stdout]     |
[INFO] [stdout] 204 |                     .line_segment([p3, p1], Stroke::new(1.0, self.color));
[INFO] [stdout]     |                                                         ^^^ help: explicitly specify the type as `f32`: `1.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/param_slider.rs:219:29
[INFO] [stdout]     |
[INFO] [stdout] 219 |                 Stroke::new(1.0, self.color),
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/diagrams.rs:42:55
[INFO] [stdout]    |
[INFO] [stdout] 42 |         painter.line_segment([p_n, p_n1], Stroke::new(0.25, Color32::YELLOW));
[INFO] [stdout]    |                                                       ^^^^ help: explicitly specify the type as `f32`: `0.25_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 <https://github.com/rust-lang/rust/issues/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<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/diagrams.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 58 |         Stroke::new(3.0, Color32::WHITE),
[INFO] [stdout]    |                     ^^^ help: explicitly specify the type as `f32`: `3.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/diagrams.rs:65:21
[INFO] [stdout]    |
[INFO] [stdout] 65 |         Stroke::new(5.0, Color32::WHITE),
[INFO] [stdout]    |                     ^^^ help: explicitly specify the type as `f32`: `5.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/diagrams.rs:72:21
[INFO] [stdout]    |
[INFO] [stdout] 72 |         Stroke::new(5.0, Color32::WHITE),
[INFO] [stdout]    |                     ^^^ help: explicitly specify the type as `f32`: `5.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/diagrams.rs:80:21
[INFO] [stdout]    |
[INFO] [stdout] 80 |         Stroke::new(3.0, Color32::WHITE),
[INFO] [stdout]    |                     ^^^ help: explicitly specify the type as `f32`: `3.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/diagrams.rs:87:21
[INFO] [stdout]    |
[INFO] [stdout] 87 |         Stroke::new(5.0, Color32::WHITE),
[INFO] [stdout]    |                     ^^^ help: explicitly specify the type as `f32`: `5.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/diagrams.rs:94:21
[INFO] [stdout]    |
[INFO] [stdout] 94 |         Stroke::new(5.0, Color32::WHITE),
[INFO] [stdout]    |                     ^^^ help: explicitly specify the type as `f32`: `5.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/diagrams.rs:103:25
[INFO] [stdout]     |
[INFO] [stdout] 103 |             Stroke::new(3.0, Color32::BLUE),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `3.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/diagrams.rs:110:25
[INFO] [stdout]     |
[INFO] [stdout] 110 |             Stroke::new(5.0, Color32::BLUE),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `5.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/diagrams.rs:117:25
[INFO] [stdout]     |
[INFO] [stdout] 117 |             Stroke::new(5.0, Color32::BLUE),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `5.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/diagrams.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 |             Stroke::new(3.0, Color32::BLUE),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `3.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/diagrams.rs:132:25
[INFO] [stdout]     |
[INFO] [stdout] 132 |             Stroke::new(5.0, Color32::BLUE),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `5.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/diagrams.rs:139:25
[INFO] [stdout]     |
[INFO] [stdout] 139 |             Stroke::new(5.0, Color32::BLUE),
[INFO] [stdout]     |                         ^^^ help: explicitly specify the type as `f32`: `5.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/float_param_knob.rs:95:71
[INFO] [stdout]    |
[INFO] [stdout] 95 |                 .circle_stroke(center, 0.9 * 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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/gui/int_param_knob.rs:86:33
[INFO] [stdout]    |
[INFO] [stdout] 86 |                     Stroke::new(1.0, self.color), // Сделал засечки тоже реагирующими на цвет
[INFO] [stdout]    |                                 ^^^ help: explicitly specify the type as `f32`: `1.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/int_param_knob.rs:106:79
[INFO] [stdout]     |
[INFO] [stdout] 106 |             ui.painter().circle_stroke(center, 0.9 * knob_radius, Stroke::new(1.0, self.color));
[INFO] [stdout]     |                                                                               ^^^ help: explicitly specify the type as `f32`: `1.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/param_slider.rs:200:57
[INFO] [stdout]     |
[INFO] [stdout] 200 |                     .line_segment([p1, p2], Stroke::new(1.0, self.color));
[INFO] [stdout]     |                                                         ^^^ help: explicitly specify the type as `f32`: `1.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/param_slider.rs:202:57
[INFO] [stdout]     |
[INFO] [stdout] 202 |                     .line_segment([p2, p3], Stroke::new(1.0, self.color));
[INFO] [stdout]     |                                                         ^^^ help: explicitly specify the type as `f32`: `1.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/param_slider.rs:204:57
[INFO] [stdout]     |
[INFO] [stdout] 204 |                     .line_segment([p3, p1], Stroke::new(1.0, self.color));
[INFO] [stdout]     |                                                         ^^^ help: explicitly specify the type as `f32`: `1.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/gui/param_slider.rs:219:29
[INFO] [stdout]     |
[INFO] [stdout] 219 |                 Stroke::new(1.0, self.color),
[INFO] [stdout]     |                             ^^^ help: explicitly specify the type as `f32`: `1.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 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.16s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: micro_sampler v0.1.0 (/opt/rustwide/workdir), nih_plug v0.0.0 (https://github.com/robbert-vdh/nih-plug#f36931f7)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 7`
[INFO] running `Command { std: "docker" "inspect" "7d1605f9efaa837fb35c49c1e7e3a90a5c02c59a9559a745cebed34e43349a5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d1605f9efaa837fb35c49c1e7e3a90a5c02c59a9559a745cebed34e43349a5f", kill_on_drop: false }`
[INFO] [stdout] 7d1605f9efaa837fb35c49c1e7e3a90a5c02c59a9559a745cebed34e43349a5f
