[INFO] cloning repository https://github.com/YouKnow-sys/saamt-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/YouKnow-sys/saamt-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYouKnow-sys%2Fsaamt-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYouKnow-sys%2Fsaamt-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c24da70b83ec38557e2e0ba73e41738767991d4d [INFO] checking YouKnow-sys/saamt-rs against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYouKnow-sys%2Fsaamt-rs" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/YouKnow-sys/saamt-rs [INFO] finished tweaking git repo https://github.com/YouKnow-sys/saamt-rs [INFO] tweaked toml for git repo https://github.com/YouKnow-sys/saamt-rs written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/YouKnow-sys/saamt-rs on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/YouKnow-sys/saamt-rs 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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded proc-macro2 v1.0.73 [INFO] [stderr] Downloaded thiserror v1.0.53 [INFO] [stderr] Downloaded thiserror-impl v1.0.53 [INFO] [stderr] Downloaded anstream v0.6.5 [INFO] [stderr] Downloaded quote v1.0.34 [INFO] [stderr] Downloaded clap v4.4.12 [INFO] [stderr] Downloaded anyhow v1.0.78 [INFO] [stderr] Downloaded binrw v0.13.3 [INFO] [stderr] Downloaded binrw_derive v0.13.3 [INFO] [stderr] Downloaded clap_builder v4.4.12 [INFO] [stderr] Downloaded syn v2.0.44 [INFO] [stderr] Downloaded serde_json v1.0.109 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2ece106f5189107da43872c4d64f9df4eabb258ec9925a5d584f92fa7b9b71ef [INFO] running `Command { std: "docker" "start" "-a" "2ece106f5189107da43872c4d64f9df4eabb258ec9925a5d584f92fa7b9b71ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ece106f5189107da43872c4d64f9df4eabb258ec9925a5d584f92fa7b9b71ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ece106f5189107da43872c4d64f9df4eabb258ec9925a5d584f92fa7b9b71ef", kill_on_drop: false }` [INFO] [stdout] 2ece106f5189107da43872c4d64f9df4eabb258ec9925a5d584f92fa7b9b71ef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a9cadc9f3bec22cfa56a2bb34d752670d866eb7d8603dd70ed9ac387e11bcc5 [INFO] running `Command { std: "docker" "start" "-a" "8a9cadc9f3bec22cfa56a2bb34d752670d866eb7d8603dd70ed9ac387e11bcc5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.73 [INFO] [stderr] Compiling binrw_derive v0.13.3 [INFO] [stderr] Compiling thiserror v1.0.53 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling binrw v0.13.3 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Checking bytemuck v1.14.0 [INFO] [stderr] Checking anstyle v1.0.4 [INFO] [stderr] Checking array-init v2.1.0 [INFO] [stderr] Checking walkdir v2.4.0 [INFO] [stderr] Compiling anyhow v1.0.78 [INFO] [stderr] Checking clap_lex v0.6.0 [INFO] [stderr] Checking hound v3.5.1 [INFO] [stderr] Compiling serde_json v1.0.109 [INFO] [stderr] Checking anstream v0.6.5 [INFO] [stderr] Checking clap_builder v4.4.12 [INFO] [stderr] Compiling quote v1.0.34 [INFO] [stderr] Compiling syn v2.0.44 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling serde_derive v1.0.193 [INFO] [stderr] Compiling thiserror-impl v1.0.53 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Checking clap v4.4.12 [INFO] [stderr] Checking serde v1.0.193 [INFO] [stderr] Checking saamt-core v0.1.4 (/opt/rustwide/workdir/saamt-core) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> saamt-core/src/config/lookuptable/mod.rs:62:31 [INFO] [stdout] | [INFO] [stdout] 62 | .filter(|&(_, e)| (e.index == idx)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 62 - .filter(|&(_, e)| (e.index == idx)) [INFO] [stdout] 62 + .filter(|&(_, e)| e.index == idx) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> saamt-core/src/config/lookuptable/mod.rs:62:31 [INFO] [stdout] | [INFO] [stdout] 62 | .filter(|&(_, e)| (e.index == idx)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 62 - .filter(|&(_, e)| (e.index == idx)) [INFO] [stdout] 62 + .filter(|&(_, e)| e.index == idx) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> saamt-core/src/reporter.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 38 | reporter: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 41 | ) -> ProgressReporterIter
{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] 41 | ) -> ProgressReporterIter<'_, P, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> saamt-core/src/sfx/bank.rs:204:23 [INFO] [stdout] | [INFO] [stdout] 204 | pub fn raw_sounds(&self) -> RawSounds { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 204 | pub fn raw_sounds(&self) -> RawSounds<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> saamt-core/src/sfx/platforms/pc.rs:84:22 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn pc_sounds(&self) -> PCSounds { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 84 | pub fn pc_sounds(&self) -> PCSounds<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> saamt-core/src/sfx/platforms/ps2.rs:227:23 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn ps2_sounds(&self) -> PS2Sounds { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 227 | pub fn ps2_sounds(&self) -> PS2Sounds<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> saamt-core/src/utils/vag/mod.rs:110:20 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn decoder(&self) -> VAG2WAVDecoder { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 110 | pub fn decoder(&self) -> VAG2WAVDecoder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking saamt-cli v0.1.4 (/opt/rustwide/workdir/saamt-cli) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> saamt-core/src/reporter.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 38 | reporter: &mut P, [INFO] [stdout] | ^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 41 | ) -> ProgressReporterIter
{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] 41 | ) -> ProgressReporterIter<'_, P, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> saamt-core/src/sfx/bank.rs:204:23 [INFO] [stdout] | [INFO] [stdout] 204 | pub fn raw_sounds(&self) -> RawSounds { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 204 | pub fn raw_sounds(&self) -> RawSounds<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> saamt-core/src/sfx/platforms/pc.rs:84:22 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn pc_sounds(&self) -> PCSounds { [INFO] [stdout] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 84 | pub fn pc_sounds(&self) -> PCSounds<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> saamt-core/src/sfx/platforms/ps2.rs:227:23 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn ps2_sounds(&self) -> PS2Sounds { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 227 | pub fn ps2_sounds(&self) -> PS2Sounds<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> saamt-core/src/utils/vag/mod.rs:110:20 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn decoder(&self) -> VAG2WAVDecoder { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 110 | pub fn decoder(&self) -> VAG2WAVDecoder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.27s [INFO] running `Command { std: "docker" "inspect" "8a9cadc9f3bec22cfa56a2bb34d752670d866eb7d8603dd70ed9ac387e11bcc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a9cadc9f3bec22cfa56a2bb34d752670d866eb7d8603dd70ed9ac387e11bcc5", kill_on_drop: false }` [INFO] [stdout] 8a9cadc9f3bec22cfa56a2bb34d752670d866eb7d8603dd70ed9ac387e11bcc5