[INFO] cloning repository https://github.com/fractalysis/PolyComb [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fractalysis/PolyComb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffractalysis%2FPolyComb", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffractalysis%2FPolyComb'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2f58972641011ad985717df9bb1847b4cbe2b323 [INFO] checking fractalysis/PolyComb against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffractalysis%2FPolyComb" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/fractalysis/PolyComb [INFO] finished tweaking git repo https://github.com/fractalysis/PolyComb [INFO] tweaked toml for git repo https://github.com/fractalysis/PolyComb written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/fractalysis/PolyComb on toolchain b1f2594eac607c1f051534800237eeedb5590a49 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/fractalysis/PolyComb 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d97070417ef60e58efd7842cf9d292e473515ee8cd6ed87ae78851eba01f53e8 [INFO] running `Command { std: "docker" "start" "-a" "d97070417ef60e58efd7842cf9d292e473515ee8cd6ed87ae78851eba01f53e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d97070417ef60e58efd7842cf9d292e473515ee8cd6ed87ae78851eba01f53e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d97070417ef60e58efd7842cf9d292e473515ee8cd6ed87ae78851eba01f53e8", kill_on_drop: false }` [INFO] [stdout] d97070417ef60e58efd7842cf9d292e473515ee8cd6ed87ae78851eba01f53e8 [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=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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d5dc5d875501b2f37babc685f4d11f80d7d077b7aba7280e52f64c4af66606c9 [INFO] running `Command { std: "docker" "start" "-a" "d5dc5d875501b2f37babc685f4d11f80d7d077b7aba7280e52f64c4af66606c9", kill_on_drop: false }` [INFO] [stderr] Checking bytemuck v1.14.0 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling syn v1.0.93 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Checking num-complex v0.4.4 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling rustfft v6.1.0 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling syn v2.0.38 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking parking_lot_core v0.9.9 [INFO] [stderr] Checking dyn-clone v1.0.14 [INFO] [stderr] Checking glam v0.24.2 [INFO] [stderr] Checking raw-window-handle v0.3.4 [INFO] [stderr] Checking vst2-sys v0.2.0 [INFO] [stderr] Checking cache-padded v1.2.0 [INFO] [stderr] Checking rsor v0.1.3 [INFO] [stderr] Checking riff v1.0.1 [INFO] [stderr] Checking symphonia-core v0.5.3 [INFO] [stderr] Checking ringbuf v0.2.8 [INFO] [stderr] Checking wav v1.0.0 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking transpose v0.2.2 [INFO] [stderr] Checking primal-check v0.3.3 [INFO] [stderr] Checking num-iter v0.1.43 [INFO] [stderr] Checking numeric-array v0.5.2 [INFO] [stderr] Checking num v0.4.0 [INFO] [stderr] Checking funutd v0.12.1 [INFO] [stderr] Checking symphonia-metadata v0.5.3 [INFO] [stderr] Checking symphonia-codec-adpcm v0.5.3 [INFO] [stderr] Checking symphonia-codec-alac v0.5.3 [INFO] [stderr] Checking symphonia-codec-pcm v0.5.3 [INFO] [stderr] Checking symphonia-codec-aac v0.5.3 [INFO] [stderr] Checking symphonia-utils-xiph v0.5.3 [INFO] [stderr] Checking symphonia-format-wav v0.5.3 [INFO] [stderr] Checking symphonia-bundle-mp3 v0.5.3 [INFO] [stderr] Checking symphonia-format-isomp4 v0.5.3 [INFO] [stderr] Checking symphonia-codec-vorbis v0.5.3 [INFO] [stderr] Checking symphonia-bundle-flac v0.5.3 [INFO] [stderr] Checking symphonia-format-ogg v0.5.3 [INFO] [stderr] Checking symphonia-format-mkv v0.5.3 [INFO] [stderr] Checking symphonia v0.5.3 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling baseplug-derive v0.1.0 (https://github.com/wrl/baseplug.git#f369427e) [INFO] [stderr] Compiling duplicate v1.0.0 [INFO] [stderr] Compiling pin-project-internal v1.1.3 [INFO] [stderr] Checking pin-project v1.1.3 [INFO] [stderr] Checking thingbuf v0.1.4 [INFO] [stderr] Checking fundsp v0.15.0 [INFO] [stderr] Checking serde v1.0.137 [INFO] [stderr] Checking serde_json v1.0.81 [INFO] [stderr] Checking baseplug v0.1.0 (https://github.com/wrl/baseplug.git#f369427e) [INFO] [stderr] Checking polycomb v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/plugin.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `crate_type` [INFO] [stdout] --> src/plugin.rs:256:1 [INFO] [stdout] | [INFO] [stdout] 256 | baseplug::vst2!(Phasey, b"FRps"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `baseplug::vst2` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `baseplug::vst2` may come from an old version of the `baseplug` crate, try updating your dependency with `cargo update -p baseplug` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `baseplug::vst2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/plugin.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MAX_DELAY` is never used [INFO] [stdout] --> src/plugin.rs:14:7 [INFO] [stdout] | [INFO] [stdout] 14 | const MAX_DELAY: f32 = 500.0f32; // in ms [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MAX_POLYPHONY` is never used [INFO] [stdout] --> src/plugin.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 15 | const MAX_POLYPHONY: usize = 16; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `PITCH_BEND_SMOOTHING` is never used [INFO] [stdout] --> src/plugin.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | const PITCH_BEND_SMOOTHING: f32 = 50.0f32; // in ms [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MAX_BLOCKSIZE` is never used [INFO] [stdout] --> src/plugin.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | const MAX_BLOCKSIZE: usize = 128; //make soto fix this lol [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Phasey` is never constructed [INFO] [stdout] --> src/plugin.rs:86:8 [INFO] [stdout] | [INFO] [stdout] 86 | struct Phasey { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `MidiVoice` is never constructed [INFO] [stdout] --> src/midivoice.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct MidiVoice { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated items are never used [INFO] [stdout] --> src/midivoice.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 21 | impl MidiVoice { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] 22 | pub fn new(max_delay: f32, sample_rate: f32) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 42 | pub fn is_playing(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 46 | pub fn play(&mut self, note: u8, velocity: f32, attack: f32) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 59 | pub fn stop(&mut self, release: f32) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | pub fn tick(&mut self, l: f32, r: f32, pitch_bend: f32) -> (f32, f32) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | pub fn get_midi_note(&self) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | pub fn change_note(&mut self, note: u8, velocity: f32) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 93 | pub fn set_portamento(&mut self, sample_rate: f32, portamento: f32) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 100 | fn midi_to_seconds(midi: u8) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `EnvelopeState` is never used [INFO] [stdout] --> src/envelope.rs:4:6 [INFO] [stdout] | [INFO] [stdout] 4 | enum EnvelopeState { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Envelope` is never constructed [INFO] [stdout] --> src/envelope.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct Envelope { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `attack`, `release`, `next_sample`, `is_playing`, and `legato` are never used [INFO] [stdout] --> src/envelope.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 17 | impl Envelope { [INFO] [stdout] | ------------- associated items in this implementation [INFO] [stdout] 18 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | pub fn attack(&mut self, time: f32, sample_rate: f32) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | pub fn release(&mut self, size: f32, sample_rate: f32) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 42 | pub fn next_sample(&mut self) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | pub fn is_playing(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | pub fn legato(&mut self) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/plugin.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | baseplug::model! { [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | _`Parameters` is not local [INFO] [stdout] | | [INFO] [stdout] 34 | | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 35 | | struct PhaseyModel { [INFO] [stdout] | | ----------- [INFO] [stdout] | | | [INFO] [stdout] | | `PhaseyModelSmooth` is not local [INFO] [stdout] | | `PhaseyModelSmooth` is not local [INFO] [stdout] 36 | | #[model(min = 0.0, max = 1.0)] [INFO] [stdout] ... | [INFO] [stdout] 68 | | } [INFO] [stdout] | |_- move the `impl` block outside of this constant `_IMPL_PARAMETERS_FOR_PhaseyModel` [INFO] [stdout] | [INFO] [stdout] = note: the macro `baseplug::model` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the macro `baseplug::model` may come from an old version of the `baseplug_derive` crate, try updating your dependency with `cargo update -p baseplug_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the macro `baseplug::model` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/plugin.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | baseplug::model! { [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | _`Parameters` is not local [INFO] [stdout] | | [INFO] [stdout] 34 | | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] 35 | | struct PhaseyModel { [INFO] [stdout] | | ----------- [INFO] [stdout] | | | [INFO] [stdout] | | `PhaseyModelSmooth` is not local [INFO] [stdout] | | `PhaseyModelSmooth` is not local [INFO] [stdout] 36 | | #[model(min = 0.0, max = 1.0)] [INFO] [stdout] ... | [INFO] [stdout] 68 | | } [INFO] [stdout] | |_- move the `impl` block outside of this constant `_IMPL_PARAMETERS_FOR_PhaseyModel` [INFO] [stdout] | [INFO] [stdout] = note: the macro `baseplug::model` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the macro `baseplug::model` may come from an old version of the `baseplug_derive` crate, try updating your dependency with `cargo update -p baseplug_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the macro `baseplug::model` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.71s [INFO] running `Command { std: "docker" "inspect" "d5dc5d875501b2f37babc685f4d11f80d7d077b7aba7280e52f64c4af66606c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5dc5d875501b2f37babc685f4d11f80d7d077b7aba7280e52f64c4af66606c9", kill_on_drop: false }` [INFO] [stdout] d5dc5d875501b2f37babc685f4d11f80d7d077b7aba7280e52f64c4af66606c9