[INFO] fetching crate resid-rs 1.1.1... [INFO] testing resid-rs-1.1.1 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate resid-rs 1.1.1 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate resid-rs 1.1.1 [INFO] finished tweaking crates.io crate resid-rs 1.1.1 [INFO] tweaked toml for crates.io crate resid-rs 1.1.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate resid-rs 1.1.1 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 54 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.2.11 (available: v0.7.0) [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] 35bfd0c36f2e51400273baa9603bb8b1891310329b75f488a32fe170bfd4c630 [INFO] running `Command { std: "docker" "start" "-a" "35bfd0c36f2e51400273baa9603bb8b1891310329b75f488a32fe170bfd4c630", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "35bfd0c36f2e51400273baa9603bb8b1891310329b75f488a32fe170bfd4c630", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35bfd0c36f2e51400273baa9603bb8b1891310329b75f488a32fe170bfd4c630", kill_on_drop: false }` [INFO] [stdout] 35bfd0c36f2e51400273baa9603bb8b1891310329b75f488a32fe170bfd4c630 [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] 1823497cde8bedc2620a13d23aa1fc06e988f64748476a0c4429e4b2e7f3f9fd [INFO] running `Command { std: "docker" "start" "-a" "1823497cde8bedc2620a13d23aa1fc06e988f64748476a0c4429e4b2e7f3f9fd", kill_on_drop: false }` [INFO] [stderr] Compiling bit_field v0.10.3 [INFO] [stderr] Compiling resid-rs v1.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/envelope.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/filter.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/sampler.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/sampler.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_ptr_alignment))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/spline.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::float_cmp))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/spline.rs:100:13 [INFO] [stdout] | [INFO] [stdout] 100 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/synth.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/voice.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/wave.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s [INFO] running `Command { std: "docker" "inspect" "1823497cde8bedc2620a13d23aa1fc06e988f64748476a0c4429e4b2e7f3f9fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1823497cde8bedc2620a13d23aa1fc06e988f64748476a0c4429e4b2e7f3f9fd", kill_on_drop: false }` [INFO] [stdout] 1823497cde8bedc2620a13d23aa1fc06e988f64748476a0c4429e4b2e7f3f9fd [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] 5c6315d1dc725f22905780fbf3605721fb5a7bbd7698bd098059ccb5017dad97 [INFO] running `Command { std: "docker" "start" "-a" "5c6315d1dc725f22905780fbf3605721fb5a7bbd7698bd098059ccb5017dad97", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/envelope.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/filter.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/sampler.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/sampler.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_ptr_alignment))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/spline.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::float_cmp))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/spline.rs:100:13 [INFO] [stdout] | [INFO] [stdout] 100 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/synth.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/voice.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/wave.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling syn v2.0.108 [INFO] [stderr] Compiling csv-core v0.1.13 [INFO] [stderr] Compiling criterion-plot v0.3.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling csv v1.4.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.2.11 [INFO] [stderr] Compiling resid-rs v1.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `clock_delta` is never used [INFO] [stdout] --> tests/envelope_test.rs:111:4 [INFO] [stdout] | [INFO] [stdout] 111 | fn clock_delta() { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/envelope.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/filter.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/sampler.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/sampler.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_ptr_alignment))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/spline.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::float_cmp))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/spline.rs:100:13 [INFO] [stdout] | [INFO] [stdout] 100 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/synth.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/voice.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/wave.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_OUTPUT` is never used [INFO] [stdout] --> tests/data/sid_output.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub static RESID_OUTPUT: [i16; 4851] = [ [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE1_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_delta_output.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub static RESID_WAVE1_OUTPUT: [u16; 500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE2_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_delta_output.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 69 | pub static RESID_WAVE2_OUTPUT: [u16; 500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE3_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_delta_output.rs:136:12 [INFO] [stdout] | [INFO] [stdout] 136 | pub static RESID_WAVE3_OUTPUT: [u16; 500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE4_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_delta_output.rs:203:12 [INFO] [stdout] | [INFO] [stdout] 203 | pub static RESID_WAVE4_OUTPUT: [u16; 1500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE5_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_delta_output.rs:395:12 [INFO] [stdout] | [INFO] [stdout] 395 | pub static RESID_WAVE5_OUTPUT: [u16; 1500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE6_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_delta_output.rs:587:12 [INFO] [stdout] | [INFO] [stdout] 587 | pub static RESID_WAVE6_OUTPUT: [u16; 1500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE7_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_delta_output.rs:779:12 [INFO] [stdout] | [INFO] [stdout] 779 | pub static RESID_WAVE7_OUTPUT: [u16; 1500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE8_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_delta_output.rs:971:12 [INFO] [stdout] | [INFO] [stdout] 971 | pub static RESID_WAVE8_OUTPUT: [u16; 1500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE1_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_output.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub static RESID_WAVE1_OUTPUT: [u16; 500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE2_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_output.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 69 | pub static RESID_WAVE2_OUTPUT: [u16; 500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE3_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_output.rs:136:12 [INFO] [stdout] | [INFO] [stdout] 136 | pub static RESID_WAVE3_OUTPUT: [u16; 500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE4_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_output.rs:203:12 [INFO] [stdout] | [INFO] [stdout] 203 | pub static RESID_WAVE4_OUTPUT: [u16; 1500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE5_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_output.rs:395:12 [INFO] [stdout] | [INFO] [stdout] 395 | pub static RESID_WAVE5_OUTPUT: [u16; 1500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE6_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_output.rs:587:12 [INFO] [stdout] | [INFO] [stdout] 587 | pub static RESID_WAVE6_OUTPUT: [u16; 1500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE7_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_output.rs:779:12 [INFO] [stdout] | [INFO] [stdout] 779 | pub static RESID_WAVE7_OUTPUT: [u16; 1500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE8_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_output.rs:971:12 [INFO] [stdout] | [INFO] [stdout] 971 | pub static RESID_WAVE8_OUTPUT: [u16; 1500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_OUTPUT` is never used [INFO] [stdout] --> tests/data/spline_output.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub static RESID_OUTPUT: [i32; 2048] = [ [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE1_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_delta_output.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub static RESID_WAVE1_OUTPUT: [u16; 500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE2_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_delta_output.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 69 | pub static RESID_WAVE2_OUTPUT: [u16; 500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE3_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_delta_output.rs:136:12 [INFO] [stdout] | [INFO] [stdout] 136 | pub static RESID_WAVE3_OUTPUT: [u16; 500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE4_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_delta_output.rs:203:12 [INFO] [stdout] | [INFO] [stdout] 203 | pub static RESID_WAVE4_OUTPUT: [u16; 1500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE5_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_delta_output.rs:395:12 [INFO] [stdout] | [INFO] [stdout] 395 | pub static RESID_WAVE5_OUTPUT: [u16; 1500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE6_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_delta_output.rs:587:12 [INFO] [stdout] | [INFO] [stdout] 587 | pub static RESID_WAVE6_OUTPUT: [u16; 1500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE7_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_delta_output.rs:779:12 [INFO] [stdout] | [INFO] [stdout] 779 | pub static RESID_WAVE7_OUTPUT: [u16; 1500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE8_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_delta_output.rs:971:12 [INFO] [stdout] | [INFO] [stdout] 971 | pub static RESID_WAVE8_OUTPUT: [u16; 1500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE1_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_output.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub static RESID_WAVE1_OUTPUT: [u16; 500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE2_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_output.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 69 | pub static RESID_WAVE2_OUTPUT: [u16; 500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE3_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_output.rs:136:12 [INFO] [stdout] | [INFO] [stdout] 136 | pub static RESID_WAVE3_OUTPUT: [u16; 500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE4_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_output.rs:203:12 [INFO] [stdout] | [INFO] [stdout] 203 | pub static RESID_WAVE4_OUTPUT: [u16; 1500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE5_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_output.rs:395:12 [INFO] [stdout] | [INFO] [stdout] 395 | pub static RESID_WAVE5_OUTPUT: [u16; 1500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE6_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_output.rs:587:12 [INFO] [stdout] | [INFO] [stdout] 587 | pub static RESID_WAVE6_OUTPUT: [u16; 1500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE7_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_output.rs:779:12 [INFO] [stdout] | [INFO] [stdout] 779 | pub static RESID_WAVE7_OUTPUT: [u16; 1500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_WAVE8_OUTPUT` is never used [INFO] [stdout] --> tests/data/wave_output.rs:971:12 [INFO] [stdout] | [INFO] [stdout] 971 | pub static RESID_WAVE8_OUTPUT: [u16; 1500] = [ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_OUTPUT` is never used [INFO] [stdout] --> tests/data/sid_output.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub static RESID_OUTPUT: [i16; 4851] = [ [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static `RESID_OUTPUT` is never used [INFO] [stdout] --> tests/data/spline_output.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub static RESID_OUTPUT: [i32; 2048] = [ [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 15.89s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.2.11 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] running `Command { std: "docker" "inspect" "5c6315d1dc725f22905780fbf3605721fb5a7bbd7698bd098059ccb5017dad97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c6315d1dc725f22905780fbf3605721fb5a7bbd7698bd098059ccb5017dad97", kill_on_drop: false }` [INFO] [stdout] 5c6315d1dc725f22905780fbf3605721fb5a7bbd7698bd098059ccb5017dad97 [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] ad6dec291d83730f478f21494374e256d4998cda44b3803c79a0c3861f687d9c [INFO] running `Command { std: "docker" "start" "-a" "ad6dec291d83730f478f21494374e256d4998cda44b3803c79a0c3861f687d9c", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/envelope.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/filter.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/sampler.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/sampler.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_ptr_alignment))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/spline.rs:99:13 [INFO] [stderr] | [INFO] [stderr] 99 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::float_cmp))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/spline.rs:100:13 [INFO] [stderr] | [INFO] [stderr] 100 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/synth.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/voice.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/wave.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | #![cfg_attr(feature = "cargo-clippy", allow(clippy::cast_lossless))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `alloc`, `default`, `libm`, and `std` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `resid-rs` (lib) generated 9 warnings [INFO] [stderr] warning: function `clock_delta` is never used [INFO] [stderr] --> tests/envelope_test.rs:111:4 [INFO] [stderr] | [INFO] [stderr] 111 | fn clock_delta() { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: static `RESID_OUTPUT` is never used [INFO] [stderr] --> tests/data/sid_output.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | pub static RESID_OUTPUT: [i16; 4851] = [ [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: static `RESID_OUTPUT` is never used [INFO] [stderr] --> tests/data/spline_output.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | pub static RESID_OUTPUT: [i32; 2048] = [ [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static `RESID_OUTPUT` is never used [INFO] [stderr] --> tests/data/spline_output.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | pub static RESID_OUTPUT: [i32; 2048] = [ [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: static `RESID_WAVE1_OUTPUT` is never used [INFO] [stderr] --> tests/data/wave_delta_output.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | pub static RESID_WAVE1_OUTPUT: [u16; 500] = [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static `RESID_WAVE2_OUTPUT` is never used [INFO] [stderr] --> tests/data/wave_delta_output.rs:69:12 [INFO] [stderr] | [INFO] [stderr] 69 | pub static RESID_WAVE2_OUTPUT: [u16; 500] = [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static `RESID_WAVE3_OUTPUT` is never used [INFO] [stderr] --> tests/data/wave_delta_output.rs:136:12 [INFO] [stderr] | [INFO] [stderr] 136 | pub static RESID_WAVE3_OUTPUT: [u16; 500] = [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static `RESID_WAVE4_OUTPUT` is never used [INFO] [stderr] --> tests/data/wave_delta_output.rs:203:12 [INFO] [stderr] | [INFO] [stderr] 203 | pub static RESID_WAVE4_OUTPUT: [u16; 1500] = [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static `RESID_WAVE5_OUTPUT` is never used [INFO] [stderr] --> tests/data/wave_delta_output.rs:395:12 [INFO] [stderr] | [INFO] [stderr] 395 | pub static RESID_WAVE5_OUTPUT: [u16; 1500] = [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static `RESID_WAVE6_OUTPUT` is never used [INFO] [stderr] --> tests/data/wave_delta_output.rs:587:12 [INFO] [stderr] | [INFO] [stderr] 587 | pub static RESID_WAVE6_OUTPUT: [u16; 1500] = [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static `RESID_WAVE7_OUTPUT` is never used [INFO] [stderr] --> tests/data/wave_delta_output.rs:779:12 [INFO] [stderr] | [INFO] [stderr] 779 | pub static RESID_WAVE7_OUTPUT: [u16; 1500] = [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static `RESID_WAVE8_OUTPUT` is never used [INFO] [stderr] --> tests/data/wave_delta_output.rs:971:12 [INFO] [stderr] | [INFO] [stderr] 971 | pub static RESID_WAVE8_OUTPUT: [u16; 1500] = [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static `RESID_WAVE1_OUTPUT` is never used [INFO] [stderr] --> tests/data/wave_output.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | pub static RESID_WAVE1_OUTPUT: [u16; 500] = [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static `RESID_WAVE2_OUTPUT` is never used [INFO] [stderr] --> tests/data/wave_output.rs:69:12 [INFO] [stderr] | [INFO] [stderr] 69 | pub static RESID_WAVE2_OUTPUT: [u16; 500] = [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static `RESID_WAVE3_OUTPUT` is never used [INFO] [stderr] --> tests/data/wave_output.rs:136:12 [INFO] [stderr] | [INFO] [stderr] 136 | pub static RESID_WAVE3_OUTPUT: [u16; 500] = [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static `RESID_WAVE4_OUTPUT` is never used [INFO] [stderr] --> tests/data/wave_output.rs:203:12 [INFO] [stderr] | [INFO] [stderr] 203 | pub static RESID_WAVE4_OUTPUT: [u16; 1500] = [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static `RESID_WAVE5_OUTPUT` is never used [INFO] [stderr] --> tests/data/wave_output.rs:395:12 [INFO] [stderr] | [INFO] [stderr] 395 | pub static RESID_WAVE5_OUTPUT: [u16; 1500] = [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static `RESID_WAVE6_OUTPUT` is never used [INFO] [stderr] --> tests/data/wave_output.rs:587:12 [INFO] [stderr] | [INFO] [stderr] 587 | pub static RESID_WAVE6_OUTPUT: [u16; 1500] = [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static `RESID_WAVE7_OUTPUT` is never used [INFO] [stderr] --> tests/data/wave_output.rs:779:12 [INFO] [stderr] | [INFO] [stderr] 779 | pub static RESID_WAVE7_OUTPUT: [u16; 1500] = [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static `RESID_WAVE8_OUTPUT` is never used [INFO] [stderr] --> tests/data/wave_output.rs:971:12 [INFO] [stderr] | [INFO] [stderr] 971 | pub static RESID_WAVE8_OUTPUT: [u16; 1500] = [ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `resid-rs` (test "envelope_test") generated 1 warning [INFO] [stderr] warning: `resid-rs` (test "wave_test") generated 2 warnings [INFO] [stderr] warning: `resid-rs` (lib test) generated 9 warnings (9 duplicates) [INFO] [stderr] warning: `resid-rs` (test "sid_test") generated 17 warnings [INFO] [stderr] warning: `resid-rs` (test "spline_test") generated 17 warnings (17 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.2.11 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/resid-7b1e0ec06c61a831) [INFO] [stdout] [INFO] [stderr] Running tests/envelope_test.rs (/opt/rustwide/target/debug/deps/envelope_test-07dfe622bbc8aebd) [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] Running tests/external_filter_test.rs (/opt/rustwide/target/debug/deps/external_filter_test-4b088d96904ab614) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test clock ... ok [INFO] [stdout] test resid_output ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test clock_delta ... ok [INFO] [stdout] test clock ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/filter_test.rs (/opt/rustwide/target/debug/deps/filter_test-f392d337cbfb66a2) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test filter_fc_res_filt ... ok [INFO] [stdout] test filter_on ... ok [INFO] [stdout] test filter_filt_15 ... ok [INFO] [stdout] test filter_voice3_off ... ok [INFO] [stdout] test filter_off ... ok [INFO] [stdout] test filter_res_15 ... ok [INFO] [stdout] test filter_hp_lp_lp ... ok [INFO] [stdout] test filter_vol_8 ... ok [INFO] [stdout] test filter_fc_255 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/sid_test.rs (/opt/rustwide/target/debug/deps/sid_test-4811a84411d56a73) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test clock_delta ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/spline_test.rs (/opt/rustwide/target/debug/deps/spline_test-eef231ade73b8253) [INFO] [stdout] [INFO] [stderr] Running tests/wave_test.rs (/opt/rustwide/target/debug/deps/wave_test-67c616f4934be348) [INFO] [stdout] running 1 test [INFO] [stdout] test interpolate ... ok [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 16 tests [INFO] [stdout] test waveform_1 ... ok [INFO] [stdout] test waveform_3 ... ok [INFO] [stdout] test waveform_2 ... ok [INFO] [stdout] test waveform_4 ... ok [INFO] [stdout] test waveform_6 ... ok [INFO] [stdout] test waveform_5 ... ok [INFO] [stdout] test waveform_7 ... ok [INFO] [stdout] test waveform_8 ... ok [INFO] [stdout] test waveform_delta_1 ... ok [INFO] [stdout] test waveform_delta_3 ... ok [INFO] [stdout] test waveform_delta_4 ... ok [INFO] [stdout] test waveform_delta_5 ... ok [INFO] [stdout] test waveform_delta_7 ... ok [INFO] [stdout] test waveform_delta_6 ... ok [INFO] [stdout] test waveform_delta_8 ... ok [INFO] [stdout] test waveform_delta_2 ... ok [INFO] [stderr] Doc-tests resid [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/sid.rs - sid::Sid::sample (line 148) ... ignored [INFO] [stdout] test src/spline.rs - spline (line 34) ... ignored [INFO] [stdout] test src/spline.rs - spline (line 42) ... ignored [INFO] [stdout] test src/spline.rs - spline (line 50) ... ignored [INFO] [stdout] test src/spline.rs - spline (line 57) ... ignored [INFO] [stdout] test src/wave.rs - wave::WaveformGenerator::output_n (line 284) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ad6dec291d83730f478f21494374e256d4998cda44b3803c79a0c3861f687d9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad6dec291d83730f478f21494374e256d4998cda44b3803c79a0c3861f687d9c", kill_on_drop: false }` [INFO] [stdout] ad6dec291d83730f478f21494374e256d4998cda44b3803c79a0c3861f687d9c