[INFO] fetching crate makepad-audio-graph 1.0.0... [INFO] testing makepad-audio-graph-1.0.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate makepad-audio-graph 1.0.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate makepad-audio-graph 1.0.0 [INFO] finished tweaking crates.io crate makepad-audio-graph 1.0.0 [INFO] tweaked toml for crates.io crate makepad-audio-graph 1.0.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate makepad-audio-graph 1.0.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate makepad-audio-graph 1.0.0 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" "+beta-2025-09-21" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6700b421c53316349cccc266b986925de7029d9e11775e53207d3981753409a7 [INFO] running `Command { std: "docker" "start" "-a" "6700b421c53316349cccc266b986925de7029d9e11775e53207d3981753409a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6700b421c53316349cccc266b986925de7029d9e11775e53207d3981753409a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6700b421c53316349cccc266b986925de7029d9e11775e53207d3981753409a7", kill_on_drop: false }` [INFO] [stdout] 6700b421c53316349cccc266b986925de7029d9e11775e53207d3981753409a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 537d28a699cbe98572619f51fc883a8f8c541ae0f3414d143baa67aab0cc25ab [INFO] running `Command { std: "docker" "start" "-a" "537d28a699cbe98572619f51fc883a8f8c541ae0f3414d143baa67aab0cc25ab", kill_on_drop: false }` [INFO] [stderr] Compiling makepad-micro-proc-macro v1.0.0 [INFO] [stderr] Compiling makepad-derive-live v1.0.0 [INFO] [stderr] Compiling makepad-platform v1.0.0 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling makepad-http v1.0.0 [INFO] [stderr] Compiling makepad-futures v1.0.0 [INFO] [stderr] Compiling makepad-live-id-macros v1.0.0 [INFO] [stderr] Compiling makepad-micro-serde-derive v1.0.0 [INFO] [stderr] Compiling makepad-live-id v1.0.0 [INFO] [stderr] Compiling makepad-micro-serde v1.0.0 [INFO] [stderr] Compiling makepad-math v1.0.0 [INFO] [stderr] Compiling makepad-live-tokenizer v1.0.0 [INFO] [stderr] Compiling makepad-live-compiler v1.0.0 [INFO] [stderr] Compiling makepad-shader-compiler v1.0.0 [INFO] [stderr] Compiling makepad-audio-graph v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/audio_traits.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | fn audio_query(&mut self, _query: &AudioQuery, _callback: &mut Option) -> AudioResult; [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 20 | fn audio_query(&mut self, _query: &AudioQuery, _callback: &mut Option) -> AudioResult<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/audio_traits.rs:107:24 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 107 | pub fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/mixer.rs:115:20 [INFO] [stdout] | [INFO] [stdout] 115 | fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 115 | fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/instrument.rs:127:22 [INFO] [stdout] | [INFO] [stdout] 127 | fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 127 | fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s [INFO] running `Command { std: "docker" "inspect" "537d28a699cbe98572619f51fc883a8f8c541ae0f3414d143baa67aab0cc25ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "537d28a699cbe98572619f51fc883a8f8c541ae0f3414d143baa67aab0cc25ab", kill_on_drop: false }` [INFO] [stdout] 537d28a699cbe98572619f51fc883a8f8c541ae0f3414d143baa67aab0cc25ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cfc0c467298f9cad8f07ac4cb06cac4005916df094d16bc87af9391290ded6ba [INFO] running `Command { std: "docker" "start" "-a" "cfc0c467298f9cad8f07ac4cb06cac4005916df094d16bc87af9391290ded6ba", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/audio_traits.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | fn audio_query(&mut self, _query: &AudioQuery, _callback: &mut Option) -> AudioResult; [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 20 | fn audio_query(&mut self, _query: &AudioQuery, _callback: &mut Option) -> AudioResult<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/audio_traits.rs:107:24 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 107 | pub fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/mixer.rs:115:20 [INFO] [stdout] | [INFO] [stdout] 115 | fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 115 | fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/instrument.rs:127:22 [INFO] [stdout] | [INFO] [stdout] 127 | fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 127 | fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling makepad-audio-graph v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/audio_traits.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | fn audio_query(&mut self, _query: &AudioQuery, _callback: &mut Option) -> AudioResult; [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 20 | fn audio_query(&mut self, _query: &AudioQuery, _callback: &mut Option) -> AudioResult<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/audio_traits.rs:107:24 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 107 | pub fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/mixer.rs:115:20 [INFO] [stdout] | [INFO] [stdout] 115 | fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 115 | fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/instrument.rs:127:22 [INFO] [stdout] | [INFO] [stdout] 127 | fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 127 | fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.45s [INFO] running `Command { std: "docker" "inspect" "cfc0c467298f9cad8f07ac4cb06cac4005916df094d16bc87af9391290ded6ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfc0c467298f9cad8f07ac4cb06cac4005916df094d16bc87af9391290ded6ba", kill_on_drop: false }` [INFO] [stdout] cfc0c467298f9cad8f07ac4cb06cac4005916df094d16bc87af9391290ded6ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 540381ddbead5e8a69850d761179a63deb0437ea396ed7c09fa070389c93e7a5 [INFO] running `Command { std: "docker" "start" "-a" "540381ddbead5e8a69850d761179a63deb0437ea396ed7c09fa070389c93e7a5", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/audio_traits.rs:20:20 [INFO] [stderr] | [INFO] [stderr] 20 | fn audio_query(&mut self, _query: &AudioQuery, _callback: &mut Option) -> AudioResult; [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 20 | fn audio_query(&mut self, _query: &AudioQuery, _callback: &mut Option) -> AudioResult<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/audio_traits.rs:107:24 [INFO] [stderr] | [INFO] [stderr] 107 | pub fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult { [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 107 | pub fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/mixer.rs:115:20 [INFO] [stderr] | [INFO] [stderr] 115 | fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult { [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 115 | fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/instrument.rs:127:22 [INFO] [stderr] | [INFO] [stderr] 127 | fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult { [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 127 | fn audio_query(&mut self, query: &AudioQuery, callback: &mut Option) -> AudioResult<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `makepad-audio-graph` (lib) generated 4 warnings (run `cargo fix --lib -p makepad-audio-graph` to apply 4 suggestions) [INFO] [stderr] warning: `makepad-audio-graph` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/makepad_audio_graph-2449e91c77d6ef40) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests makepad_audio_graph [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "540381ddbead5e8a69850d761179a63deb0437ea396ed7c09fa070389c93e7a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "540381ddbead5e8a69850d761179a63deb0437ea396ed7c09fa070389c93e7a5", kill_on_drop: false }` [INFO] [stdout] 540381ddbead5e8a69850d761179a63deb0437ea396ed7c09fa070389c93e7a5