[INFO] cloning repository https://github.com/Kwarf/crabhowler [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Kwarf/crabhowler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKwarf%2Fcrabhowler", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKwarf%2Fcrabhowler'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cf2a90009e6793895d494819f2fa978a139a1b76 [INFO] checking Kwarf/crabhowler against master#2fcf1776b9ccef89993dfe40e9f5c4908e2d2d48 for pr-142723 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKwarf%2Fcrabhowler" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Kwarf/crabhowler on toolchain 2fcf1776b9ccef89993dfe40e9f5c4908e2d2d48 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fcf1776b9ccef89993dfe40e9f5c4908e2d2d48" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Kwarf/crabhowler [INFO] finished tweaking git repo https://github.com/Kwarf/crabhowler [INFO] tweaked toml for git repo https://github.com/Kwarf/crabhowler written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Kwarf/crabhowler 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" "+2fcf1776b9ccef89993dfe40e9f5c4908e2d2d48" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/RustAudio/baseview.git` [INFO] [stderr] Updating git repository `https://github.com/prokopyl/clack.git` [INFO] [stderr] Updating git repository `https://github.com/BillyDM/egui-baseview.git` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded emath v0.31.0 [INFO] [stderr] Downloaded ecolor v0.31.0 [INFO] [stderr] Downloaded clap-sys v0.4.0 [INFO] [stderr] Downloaded egui_glow v0.31.0 [INFO] [stderr] Downloaded epaint v0.31.0 [INFO] [stderr] Downloaded egui v0.31.0 [INFO] [stderr] Downloaded epaint_default_fonts v0.31.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2fcf1776b9ccef89993dfe40e9f5c4908e2d2d48" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ee21626ddb70e5cffb054beb66e5de12de121881ff5551184ff598f297bf1ea2 [INFO] running `Command { std: "docker" "start" "-a" "ee21626ddb70e5cffb054beb66e5de12de121881ff5551184ff598f297bf1ea2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee21626ddb70e5cffb054beb66e5de12de121881ff5551184ff598f297bf1ea2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee21626ddb70e5cffb054beb66e5de12de121881ff5551184ff598f297bf1ea2", kill_on_drop: false }` [INFO] [stdout] ee21626ddb70e5cffb054beb66e5de12de121881ff5551184ff598f297bf1ea2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2fcf1776b9ccef89993dfe40e9f5c4908e2d2d48" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e4695d0c8b9282b6991c8f9288460ea41205ca920f2ede7b3d38d11b6f78f3e0 [INFO] running `Command { std: "docker" "start" "-a" "e4695d0c8b9282b6991c8f9288460ea41205ca920f2ede7b3d38d11b6f78f3e0", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.17 [INFO] [stderr] Checking bitflags v2.9.0 [INFO] [stderr] Checking once_cell v1.20.3 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Checking ttf-parser v0.25.1 [INFO] [stderr] Checking smallvec v1.14.0 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Checking x11rb-protocol v0.13.1 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking as-raw-xcb-connection v1.0.1 [INFO] [stderr] Checking profiling v1.0.16 [INFO] [stderr] Checking epaint_default_fonts v0.31.0 [INFO] [stderr] Checking nohash-hasher v0.2.0 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Checking is-docker v0.2.0 [INFO] [stderr] Checking raw-window-handle v0.5.2 [INFO] [stderr] Checking clap-sys v0.4.0 [INFO] [stderr] Checking keyboard-types v0.6.2 [INFO] [stderr] Checking is-wsl v0.4.0 [INFO] [stderr] Checking glow v0.16.0 [INFO] [stderr] Checking log v0.4.26 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking pathdiff v0.2.3 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Checking clack-common v0.1.0 (https://github.com/prokopyl/clack.git#5deaa1be) [INFO] [stderr] Compiling x11 v2.21.0 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Checking clack-plugin v0.1.0 (https://github.com/prokopyl/clack.git#5deaa1be) [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Checking clack-extensions v0.1.0 (https://github.com/prokopyl/clack.git#5deaa1be) [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking nix v0.22.3 [INFO] [stderr] Checking open v5.3.2 [INFO] [stderr] Checking owned_ttf_parser v0.25.0 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking ab_glyph v0.2.29 [INFO] [stderr] Compiling bytemuck_derive v1.8.1 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Checking bytemuck v1.21.0 [INFO] [stderr] Checking emath v0.31.0 [INFO] [stderr] Checking ecolor v0.31.0 [INFO] [stderr] Checking x11rb v0.13.1 [INFO] [stderr] Checking epaint v0.31.0 [INFO] [stderr] Checking egui v0.31.0 [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.1 [INFO] [stderr] Checking egui_glow v0.31.0 [INFO] [stderr] Checking egui-baseview v0.5.0 (https://github.com/BillyDM/egui-baseview.git#ec70c3fe) [INFO] [stderr] Checking crabhowler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `shared` [INFO] [stdout] --> src/lib.rs:52:65 [INFO] [stdout] | [INFO] [stdout] 52 | fn declare_extensions(builder: &mut PluginExtensions, shared: Option<&Self::Shared<'_>>) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shared` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `shared` [INFO] [stdout] --> src/lib.rs:52:65 [INFO] [stdout] | [INFO] [stdout] 52 | fn declare_extensions(builder: &mut PluginExtensions, shared: Option<&Self::Shared<'_>>) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shared` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `host` [INFO] [stdout] --> src/lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | host: HostMainThreadHandle<'a>, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_host` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `host` [INFO] [stdout] --> src/lib.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | host: HostMainThreadHandle<'a>, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_host` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `host` [INFO] [stdout] --> src/lib.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | host: HostAudioProcessorHandle<'a>, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_host` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `host` [INFO] [stdout] --> src/lib.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | host: HostAudioProcessorHandle<'a>, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_host` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `main_thread` [INFO] [stdout] --> src/lib.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | main_thread: &mut CrabHowlerMainThread<'a>, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_main_thread` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `main_thread` [INFO] [stdout] --> src/lib.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | main_thread: &mut CrabHowlerMainThread<'a>, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_main_thread` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `process` [INFO] [stdout] --> src/lib.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | process: Process, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_process` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `process` [INFO] [stdout] --> src/lib.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | process: Process, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_process` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `configuration` [INFO] [stdout] --> src/lib.rs:366:9 [INFO] [stdout] | [INFO] [stdout] 366 | configuration: clack_extensions::gui::GuiConfiguration, [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_configuration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `scale` [INFO] [stdout] --> src/lib.rs:373:29 [INFO] [stdout] | [INFO] [stdout] 373 | fn set_scale(&mut self, scale: f64) -> Result<(), PluginError> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_scale` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `size` [INFO] [stdout] --> src/lib.rs:384:28 [INFO] [stdout] | [INFO] [stdout] 384 | fn set_size(&mut self, size: clack_extensions::gui::GuiSize) -> Result<(), PluginError> { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `configuration` [INFO] [stdout] --> src/lib.rs:366:9 [INFO] [stdout] | [INFO] [stdout] 366 | configuration: clack_extensions::gui::GuiConfiguration, [INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_configuration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `scale` [INFO] [stdout] --> src/lib.rs:373:29 [INFO] [stdout] | [INFO] [stdout] 373 | fn set_scale(&mut self, scale: f64) -> Result<(), PluginError> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_scale` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `window` [INFO] [stdout] --> src/lib.rs:393:33 [INFO] [stdout] | [INFO] [stdout] 393 | fn set_transient(&mut self, window: clack_extensions::gui::Window) -> Result<(), PluginError> { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `size` [INFO] [stdout] --> src/lib.rs:384:28 [INFO] [stdout] | [INFO] [stdout] 384 | fn set_size(&mut self, size: clack_extensions::gui::GuiSize) -> Result<(), PluginError> { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `window` [INFO] [stdout] --> src/lib.rs:393:33 [INFO] [stdout] | [INFO] [stdout] 393 | fn set_transient(&mut self, window: clack_extensions::gui::Window) -> Result<(), PluginError> { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_window` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:71:26 [INFO] [stdout] | [INFO] [stdout] 71 | fn new_shared(_host: HostSharedHandle) -> Result, PluginError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ -- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 71 | fn new_shared(_host: HostSharedHandle<'_>) -> Result, PluginError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:71:26 [INFO] [stdout] | [INFO] [stdout] 71 | fn new_shared(_host: HostSharedHandle) -> Result, PluginError> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ -- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to consistently use `'_` [INFO] [stdout] | [INFO] [stdout] 71 | fn new_shared(_host: HostSharedHandle<'_>) -> Result, PluginError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:357:26 [INFO] [stdout] | [INFO] [stdout] 357 | fn get_preferred_api(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 357 | fn get_preferred_api(&mut self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:357:26 [INFO] [stdout] | [INFO] [stdout] 357 | fn get_preferred_api(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 357 | fn get_preferred_api(&mut self) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.33s [INFO] running `Command { std: "docker" "inspect" "e4695d0c8b9282b6991c8f9288460ea41205ca920f2ede7b3d38d11b6f78f3e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4695d0c8b9282b6991c8f9288460ea41205ca920f2ede7b3d38d11b6f78f3e0", kill_on_drop: false }` [INFO] [stdout] e4695d0c8b9282b6991c8f9288460ea41205ca920f2ede7b3d38d11b6f78f3e0