[INFO] fetching crate ssstretch 0.1.0... [INFO] testing ssstretch-0.1.0 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate ssstretch 0.1.0 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate ssstretch 0.1.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate ssstretch 0.1.0 [INFO] tweaked toml for crates.io crate ssstretch 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ssstretch 0.1.0 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate ssstretch 0.1.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-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] baa2e0289ba75cb049e8528dadfcb18fb0d68270d548576dd4712b777fac1943 [INFO] running `Command { std: "docker" "start" "-a" "baa2e0289ba75cb049e8528dadfcb18fb0d68270d548576dd4712b777fac1943", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "baa2e0289ba75cb049e8528dadfcb18fb0d68270d548576dd4712b777fac1943", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "baa2e0289ba75cb049e8528dadfcb18fb0d68270d548576dd4712b777fac1943", kill_on_drop: false }` [INFO] [stdout] baa2e0289ba75cb049e8528dadfcb18fb0d68270d548576dd4712b777fac1943 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ccb324cb7725665eed0f2366571aa512b444e713d59910f92f7cf6b7b24a981 [INFO] running `Command { std: "docker" "start" "-a" "3ccb324cb7725665eed0f2366571aa512b444e713d59910f92f7cf6b7b24a981", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling scratch v1.0.7 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling cxxbridge-flags v1.0.142 [INFO] [stderr] Compiling link-cplusplus v1.0.9 [INFO] [stderr] Compiling foldhash v0.1.4 [INFO] [stderr] Compiling cxx v1.0.142 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling cxx-build v1.0.142 [INFO] [stderr] Compiling cxxbridge-macro v1.0.142 [INFO] [stderr] Compiling ssstretch v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | fn blockSamples(self: &SignalsmithStretchFloat) -> i32; [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | fn intervalSamples(self: &SignalsmithStretchFloat) -> i32; [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | fn inputLatency(self: &SignalsmithStretchFloat) -> i32; [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | fn outputLatency(self: &SignalsmithStretchFloat) -> i32; [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | fn reset(self: Pin<&mut SignalsmithStretchFloat>); [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 27 | fn presetDefault(self: Pin<&mut SignalsmithStretchFloat>, nChannels: i32, sampleRate: f32); [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | fn presetCheaper(self: Pin<&mut SignalsmithStretchFloat>, nChannels: i32, sampleRate: f32); [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | fn configure(self: Pin<&mut SignalsmithStretchFloat>, nChannels: i32, blockSamples: i32, intervalSamples: i32); [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 32 | fn setTransposeFactor(self: Pin<&mut SignalsmithStretchFloat>, multiplier: f32, tonalityLimit: f32); [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | fn setTransposeSemitones(self: Pin<&mut SignalsmithStretchFloat>, semitones: f32, tonalityLimit: f32); [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.59s [INFO] running `Command { std: "docker" "inspect" "3ccb324cb7725665eed0f2366571aa512b444e713d59910f92f7cf6b7b24a981", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ccb324cb7725665eed0f2366571aa512b444e713d59910f92f7cf6b7b24a981", kill_on_drop: false }` [INFO] [stdout] 3ccb324cb7725665eed0f2366571aa512b444e713d59910f92f7cf6b7b24a981 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2aaee7fba447ebae309711682f0b59b7b76722feadc21529929eefd1b532a723 [INFO] running `Command { std: "docker" "start" "-a" "2aaee7fba447ebae309711682f0b59b7b76722feadc21529929eefd1b532a723", kill_on_drop: false }` [INFO] [stderr] Compiling ssstretch v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | fn blockSamples(self: &SignalsmithStretchFloat) -> i32; [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | fn intervalSamples(self: &SignalsmithStretchFloat) -> i32; [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | fn inputLatency(self: &SignalsmithStretchFloat) -> i32; [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | fn outputLatency(self: &SignalsmithStretchFloat) -> i32; [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | fn reset(self: Pin<&mut SignalsmithStretchFloat>); [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 27 | fn presetDefault(self: Pin<&mut SignalsmithStretchFloat>, nChannels: i32, sampleRate: f32); [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | fn presetCheaper(self: Pin<&mut SignalsmithStretchFloat>, nChannels: i32, sampleRate: f32); [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | fn configure(self: Pin<&mut SignalsmithStretchFloat>, nChannels: i32, blockSamples: i32, intervalSamples: i32); [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 32 | fn setTransposeFactor(self: Pin<&mut SignalsmithStretchFloat>, multiplier: f32, tonalityLimit: f32); [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | fn setTransposeSemitones(self: Pin<&mut SignalsmithStretchFloat>, semitones: f32, tonalityLimit: f32); [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | fn blockSamples(self: &SignalsmithStretchFloat) -> i32; [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | fn intervalSamples(self: &SignalsmithStretchFloat) -> i32; [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | fn inputLatency(self: &SignalsmithStretchFloat) -> i32; [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | fn outputLatency(self: &SignalsmithStretchFloat) -> i32; [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | fn reset(self: Pin<&mut SignalsmithStretchFloat>); [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 27 | fn presetDefault(self: Pin<&mut SignalsmithStretchFloat>, nChannels: i32, sampleRate: f32); [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | fn presetCheaper(self: Pin<&mut SignalsmithStretchFloat>, nChannels: i32, sampleRate: f32); [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | fn configure(self: Pin<&mut SignalsmithStretchFloat>, nChannels: i32, blockSamples: i32, intervalSamples: i32); [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 32 | fn setTransposeFactor(self: Pin<&mut SignalsmithStretchFloat>, multiplier: f32, tonalityLimit: f32); [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stdout] --> src/lib.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | fn setTransposeSemitones(self: Pin<&mut SignalsmithStretchFloat>, semitones: f32, tonalityLimit: f32); [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] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.81s [INFO] running `Command { std: "docker" "inspect" "2aaee7fba447ebae309711682f0b59b7b76722feadc21529929eefd1b532a723", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2aaee7fba447ebae309711682f0b59b7b76722feadc21529929eefd1b532a723", kill_on_drop: false }` [INFO] [stdout] 2aaee7fba447ebae309711682f0b59b7b76722feadc21529929eefd1b532a723 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 372b084332cbd6ecaeddf4d220343b532addf4a6d3f9bad995bcdaea651a4ffe [INFO] running `Command { std: "docker" "start" "-a" "372b084332cbd6ecaeddf4d220343b532addf4a6d3f9bad995bcdaea651a4ffe", kill_on_drop: false }` [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> src/lib.rs:20:12 [INFO] [stderr] | [INFO] [stderr] 20 | fn blockSamples(self: &SignalsmithStretchFloat) -> i32; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> src/lib.rs:21:12 [INFO] [stderr] | [INFO] [stderr] 21 | fn intervalSamples(self: &SignalsmithStretchFloat) -> i32; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> src/lib.rs:22:12 [INFO] [stderr] | [INFO] [stderr] 22 | fn inputLatency(self: &SignalsmithStretchFloat) -> i32; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> src/lib.rs:23:12 [INFO] [stderr] | [INFO] [stderr] 23 | fn outputLatency(self: &SignalsmithStretchFloat) -> i32; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> src/lib.rs:26:12 [INFO] [stderr] | [INFO] [stderr] 26 | fn reset(self: Pin<&mut SignalsmithStretchFloat>); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> src/lib.rs:27:12 [INFO] [stderr] | [INFO] [stderr] 27 | fn presetDefault(self: Pin<&mut SignalsmithStretchFloat>, nChannels: i32, sampleRate: f32); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> src/lib.rs:28:12 [INFO] [stderr] | [INFO] [stderr] 28 | fn presetCheaper(self: Pin<&mut SignalsmithStretchFloat>, nChannels: i32, sampleRate: f32); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> src/lib.rs:29:12 [INFO] [stderr] | [INFO] [stderr] 29 | fn configure(self: Pin<&mut SignalsmithStretchFloat>, nChannels: i32, blockSamples: i32, intervalSamples: i32); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> src/lib.rs:32:12 [INFO] [stderr] | [INFO] [stderr] 32 | fn setTransposeFactor(self: Pin<&mut SignalsmithStretchFloat>, multiplier: f32, tonalityLimit: f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `#[automatically_derived]` attribute cannot be used on inherent impl blocks [INFO] [stderr] --> src/lib.rs:33:12 [INFO] [stderr] | [INFO] [stderr] 33 | fn setTransposeSemitones(self: Pin<&mut SignalsmithStretchFloat>, semitones: f32, tonalityLimit: f32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[automatically_derived]` can only be applied to trait impl blocks [INFO] [stderr] [INFO] [stderr] warning: `ssstretch` (lib) generated 10 warnings (run `cargo fix --lib -p ssstretch` to apply 10 suggestions) [INFO] [stderr] warning: `ssstretch` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ssstretch-5956aead7fb47b5e) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_create_stretch ... ok [INFO] [stderr] Doc-tests ssstretch [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [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" "372b084332cbd6ecaeddf4d220343b532addf4a6d3f9bad995bcdaea651a4ffe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "372b084332cbd6ecaeddf4d220343b532addf4a6d3f9bad995bcdaea651a4ffe", kill_on_drop: false }` [INFO] [stdout] 372b084332cbd6ecaeddf4d220343b532addf4a6d3f9bad995bcdaea651a4ffe