[INFO] cloning repository https://github.com/not-jan/bpm-analyzer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/not-jan/bpm-analyzer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnot-jan%2Fbpm-analyzer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnot-jan%2Fbpm-analyzer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3a1770c23f1eaf76108a42b3517853c48a5a094f
[INFO] checking not-jan/bpm-analyzer against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnot-jan%2Fbpm-analyzer" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/not-jan/bpm-analyzer
[INFO] finished tweaking git repo https://github.com/not-jan/bpm-analyzer
[INFO] tweaked toml for git repo https://github.com/not-jan/bpm-analyzer written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/not-jan/bpm-analyzer on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/not-jan/bpm-analyzer 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] aff8ae274cc52a9c9a4b8452a00a21c760797160b6c5ef4b89ef6fa822d3a1eb
[INFO] running `Command { std: "docker" "start" "aff8ae274cc52a9c9a4b8452a00a21c760797160b6c5ef4b89ef6fa822d3a1eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aff8ae274cc52a9c9a4b8452a00a21c760797160b6c5ef4b89ef6fa822d3a1eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "aff8ae274cc52a9c9a4b8452a00a21c760797160b6c5ef4b89ef6fa822d3a1eb" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aff8ae274cc52a9c9a4b8452a00a21c760797160b6c5ef4b89ef6fa822d3a1eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "aff8ae274cc52a9c9a4b8452a00a21c760797160b6c5ef4b89ef6fa822d3a1eb" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]     Checking symphonia-core v0.5.5
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling rtsan-standalone v0.3.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking extended v0.1.0
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking safe_arch v1.0.0
[INFO] [stderr]     Checking symphonia-metadata v0.5.5
[INFO] [stderr]     Checking symphonia-codec-adpcm v0.5.5
[INFO] [stderr]     Checking symphonia-codec-alac v0.5.5
[INFO] [stderr]     Checking symphonia-codec-pcm v0.5.5
[INFO] [stderr]     Checking symphonia-utils-xiph v0.5.5
[INFO] [stderr]     Checking symphonia-format-riff v0.5.5
[INFO] [stderr]     Checking symphonia-format-mkv v0.5.5
[INFO] [stderr]     Checking symphonia-codec-vorbis v0.5.5
[INFO] [stderr]     Checking symphonia-bundle-flac v0.5.5
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking symphonia-format-isomp4 v0.5.5
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking symphonia-format-ogg v0.5.5
[INFO] [stderr]     Checking generic-array v1.3.5
[INFO] [stderr]     Checking primal-check v0.3.4
[INFO] [stderr]     Checking transpose v0.2.3
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]     Checking symphonia-format-caf v0.5.5
[INFO] [stderr]     Checking symphonia-bundle-mp3 v0.5.5
[INFO] [stderr]     Checking symphonia-codec-aac v0.5.5
[INFO] [stderr]     Checking glam v0.28.0
[INFO] [stderr]     Checking rustfft v6.4.1
[INFO] [stderr]    Compiling rtsan-standalone-sys v0.3.0
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]    Compiling cpal v0.17.1
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking microfft v0.6.0
[INFO] [stderr]     Checking tinyvec v1.10.0
[INFO] [stderr]     Checking numeric-array v0.6.1
[INFO] [stderr]     Checking symphonia v0.5.5
[INFO] [stderr]     Checking alsa v0.10.0
[INFO] [stderr]     Checking wide v1.1.1
[INFO] [stderr]     Checking resampler v0.4.1
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking osclet v0.3.1
[INFO] [stderr]     Checking ringbuffer v0.16.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking funutd v0.16.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling rtsan-standalone-macros v0.3.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking thingbuf v0.1.6
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking realfft v3.5.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking fft-convolver v0.3.0
[INFO] [stderr]     Checking fundsp v0.23.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:637:51
[INFO] [stdout]     |
[INFO] [stdout] 637 |         move |t, i: &Frame<f32, U1>| f(t, convert(i[0])),
[INFO] [stdout]     |                                                   ^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling bon-macros v3.8.2
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:664:51
[INFO] [stdout]     |
[INFO] [stdout] 664 |         move |t, i: &Frame<f32, U1>| f(t, convert(i[0])),
[INFO] [stdout]     |                                                   ^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:685:51
[INFO] [stdout]     |
[INFO] [stdout] 685 |         move |t, i: &Frame<f32, U2>| f(t, convert(i[0]), convert(i[1])),
[INFO] [stdout]     |                                                   ^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:685:66
[INFO] [stdout]     |
[INFO] [stdout] 685 |         move |t, i: &Frame<f32, U2>| f(t, convert(i[0]), convert(i[1])),
[INFO] [stdout]     |                                                                  ^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:715:51
[INFO] [stdout]     |
[INFO] [stdout] 715 |         move |t, i: &Frame<f32, U2>| f(t, convert(i[0]), convert(i[1])),
[INFO] [stdout]     |                                                   ^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:715:66
[INFO] [stdout]     |
[INFO] [stdout] 715 |         move |t, i: &Frame<f32, U2>| f(t, convert(i[0]), convert(i[1])),
[INFO] [stdout]     |                                                                  ^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude32.rs:634:22
[INFO] [stdout]     |
[INFO] [stdout] 634 |         f(t, convert(i[0]))
[INFO] [stdout]     |                      ^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude32.rs:659:22
[INFO] [stdout]     |
[INFO] [stdout] 659 |         f(t, convert(i[0]))
[INFO] [stdout]     |                      ^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude32.rs:678:22
[INFO] [stdout]     |
[INFO] [stdout] 678 |         f(t, convert(i[0]), convert(i[1]))
[INFO] [stdout]     |                      ^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude32.rs:678:37
[INFO] [stdout]     |
[INFO] [stdout] 678 |         f(t, convert(i[0]), convert(i[1]))
[INFO] [stdout]     |                                     ^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude32.rs:706:22
[INFO] [stdout]     |
[INFO] [stdout] 706 |         f(t, convert(i[0]), convert(i[1]))
[INFO] [stdout]     |                      ^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude32.rs:706:37
[INFO] [stdout]     |
[INFO] [stdout] 706 |         f(t, convert(i[0]), convert(i[1]))
[INFO] [stdout]     |                                     ^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude64.rs:634:22
[INFO] [stdout]     |
[INFO] [stdout] 634 |         f(t, convert(i[0]))
[INFO] [stdout]     |                      ^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude64.rs:659:22
[INFO] [stdout]     |
[INFO] [stdout] 659 |         f(t, convert(i[0]))
[INFO] [stdout]     |                      ^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude64.rs:678:22
[INFO] [stdout]     |
[INFO] [stdout] 678 |         f(t, convert(i[0]), convert(i[1]))
[INFO] [stdout]     |                      ^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude64.rs:678:37
[INFO] [stdout]     |
[INFO] [stdout] 678 |         f(t, convert(i[0]), convert(i[1]))
[INFO] [stdout]     |                                     ^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude64.rs:706:22
[INFO] [stdout]     |
[INFO] [stdout] 706 |         f(t, convert(i[0]), convert(i[1]))
[INFO] [stdout]     |                      ^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude64.rs:706:37
[INFO] [stdout]     |
[INFO] [stdout] 706 |         f(t, convert(i[0]), convert(i[1]))
[INFO] [stdout]     |                                     ^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:1736:6
[INFO] [stdout]      |
[INFO] [stdout] 1736 | ) -> An<impl AudioNode<Inputs = U2, Outputs = U2>> {
[INFO] [stdout]      |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:2677:15
[INFO] [stdout]      |
[INFO] [stdout] 2677 |               | lfo(move |t| {
[INFO] [stdout]      |  _______________^
[INFO] [stdout] 2678 | |                 (
[INFO] [stdout] 2679 | |                     lerp11(
[INFO] [stdout] 2680 | |                         separation,
[INFO] [stdout] ...    |
[INFO] [stdout] 2700 | |             })
[INFO] [stdout]      | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0271]: type mismatch resolving `<Tap<UInt<UInt<UInt<UTerm, B1>, B0>, B0>> as AudioNode>::Inputs == UInt<UTerm, B1>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:2702:13
[INFO] [stdout]      |
[INFO] [stdout] 2676 |           & (pass()
[INFO] [stdout]      |  ___________-
[INFO] [stdout] 2677 | |             | lfo(move |t| {
[INFO] [stdout] 2678 | |                 (
[INFO] [stdout] 2679 | |                     lerp11(
[INFO] [stdout] ...    |
[INFO] [stdout] 2700 | |             })
[INFO] [stdout] 2701 | |             .interval(0.01))
[INFO] [stdout]      | |____________________________-
[INFO] [stdout] 2702 |               >> multitap::<U4>(separation, separation * 4.0 + variation))
[INFO] [stdout]      |               ^^ --------------------------------------------------------
[INFO] [stdout]      |               |
[INFO] [stdout]      |               type mismatch resolving `<Tap<UInt<UInt<UInt<UTerm, B1>, B0>, B0>> as AudioNode>::Inputs == UInt<UTerm, B1>`
[INFO] [stdout]      |
[INFO] [stdout] note: expected this to be `UInt<UTerm, B1>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/delay.rs:190:19
[INFO] [stdout]      |
[INFO] [stdout]  190 |     type Inputs = Sum<N, U1>;
[INFO] [stdout]      |                   ^^^^^^^^^^
[INFO] [stdout]      = note: expected struct `UInt<UTerm, _>`
[INFO] [stdout]                 found struct `UInt<UInt<UInt<UTerm, B1>, B0>, _>`
[INFO] [stdout] note: required for `combinator::An<audionode::Pass>` to implement `Shr<combinator::An<delay::Tap<UInt<UInt<UInt<UTerm, B1>, B0>, B0>>>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/combinator.rs:358:12
[INFO] [stdout]      |
[INFO] [stdout]  358 | impl<X, Y> Shr<An<Y>> for An<X>
[INFO] [stdout]      |            ^^^^^^^^^^     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  361 |     Y: AudioNode<Inputs = X::Outputs>,
[INFO] [stdout]      |                  ------------------- unsatisfied trait bound introduced here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/sound.rs:34:28
[INFO] [stdout]    |
[INFO] [stdout] 34 |                     d[i] = x.node(i).left().left().value()[0];
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]    = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]              Index<RangeFull>
[INFO] [stdout]              Index<RangeTo<usize>>
[INFO] [stdout]              Index<std::ops::Range<usize>>
[INFO] [stdout]              Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]              Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot multiply `An<Binop<FrameAdd<UInt<UTerm, B1>>, Pipe<_, Sine<f64>>, _>>` by `f64`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/sound.rs:110:23
[INFO] [stdout]      |
[INFO] [stdout]  110 |     let mix = modes01 * 0.2 * lfo(|t| exp(-t * 16.0))
[INFO] [stdout]      |                       ^ no implementation for `An<Binop<FrameAdd<UInt<UTerm, B1>>, Pipe<_, Sine<f64>>, _>> * f64`
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `std::ops::Mul<f64>` is not implemented for `An<Binop<FrameAdd<UInt<UTerm, B1>>, Pipe<_, Sine<f64>>, _>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/combinator.rs:178:1
[INFO] [stdout]      |
[INFO] [stdout]  178 | pub struct An<X: AudioNode>(pub X);
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `combinator::An<X>` implements trait `std::ops::Mul<Rhs>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/combinator.rs:344:1
[INFO] [stdout]      |
[INFO] [stdout]  344 | / impl<X, Y> Mul<An<Y>> for An<X>
[INFO] [stdout]  345 | | where
[INFO] [stdout]  346 | |     X: AudioNode,
[INFO] [stdout]  347 | |     Y: AudioNode<Outputs = X::Outputs>,
[INFO] [stdout]  348 | |     X::Inputs: Add<Y::Inputs>,
[INFO] [stdout]  349 | |     <X::Inputs as Add<Y::Inputs>>::Output: Size<f32>,
[INFO] [stdout]      | |_____________________________________________________^ `std::ops::Mul<combinator::An<Y>>`
[INFO] [stdout] ...
[INFO] [stdout]  464 | / impl<X> Mul<f32> for An<X>
[INFO] [stdout]  465 | | where
[INFO] [stdout]  466 | |     X: AudioNode,
[INFO] [stdout]  467 | |     X::Inputs: Size<f32>,
[INFO] [stdout]  468 | |     X::Outputs: Size<f32>,
[INFO] [stdout]      | |__________________________^ `std::ops::Mul<f32>`
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:2043:1
[INFO] [stdout]      |
[INFO] [stdout] 2043 | / impl<X> core::ops::Mul<Net> for An<X>
[INFO] [stdout] 2044 | | where
[INFO] [stdout] 2045 | |     X: AudioNode + core::marker::Send + Sync + 'static,
[INFO] [stdout]      | |_______________________________________________________^ `std::ops::Mul<net::Net>`
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/fundsp-fbd5152c622ab188.long-type-6788933577554381936.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: cannot multiply `An<Binop<FrameAdd<UInt<UTerm, B1>>, Binop<FrameAdd<_>, _, _>, _>>` by `f64`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/sound.rs:111:19
[INFO] [stdout]      |
[INFO] [stdout]  111 |         + modes28 * 0.1 * lfo(|t| exp(-t * 14.0))
[INFO] [stdout]      |                   ^ no implementation for `An<Binop<FrameAdd<UInt<UTerm, B1>>, Binop<FrameAdd<_>, _, _>, _>> * f64`
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `std::ops::Mul<f64>` is not implemented for `An<Binop<FrameAdd<UInt<UTerm, B1>>, Binop<FrameAdd<_>, _, _>, _>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/combinator.rs:178:1
[INFO] [stdout]      |
[INFO] [stdout]  178 | pub struct An<X: AudioNode>(pub X);
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: `combinator::An<X>` implements trait `std::ops::Mul<Rhs>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/combinator.rs:344:1
[INFO] [stdout]      |
[INFO] [stdout]  344 | / impl<X, Y> Mul<An<Y>> for An<X>
[INFO] [stdout]  345 | | where
[INFO] [stdout]  346 | |     X: AudioNode,
[INFO] [stdout]  347 | |     Y: AudioNode<Outputs = X::Outputs>,
[INFO] [stdout]  348 | |     X::Inputs: Add<Y::Inputs>,
[INFO] [stdout]  349 | |     <X::Inputs as Add<Y::Inputs>>::Output: Size<f32>,
[INFO] [stdout]      | |_____________________________________________________^ `std::ops::Mul<combinator::An<Y>>`
[INFO] [stdout] ...
[INFO] [stdout]  464 | / impl<X> Mul<f32> for An<X>
[INFO] [stdout]  465 | | where
[INFO] [stdout]  466 | |     X: AudioNode,
[INFO] [stdout]  467 | |     X::Inputs: Size<f32>,
[INFO] [stdout]  468 | |     X::Outputs: Size<f32>,
[INFO] [stdout]      | |__________________________^ `std::ops::Mul<f32>`
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:2043:1
[INFO] [stdout]      |
[INFO] [stdout] 2043 | / impl<X> core::ops::Mul<Net> for An<X>
[INFO] [stdout] 2044 | | where
[INFO] [stdout] 2045 | |     X: AudioNode + core::marker::Send + Sync + 'static,
[INFO] [stdout]      | |_______________________________________________________^ `std::ops::Mul<net::Net>`
[INFO] [stdout]      = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/fundsp-fbd5152c622ab188.long-type-12953338943508759546.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/lib.rs:501:9
[INFO] [stdout]     |
[INFO] [stdout] 501 |         frame[0]
[INFO] [stdout]     |         ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/lib.rs:577:9
[INFO] [stdout]     |
[INFO] [stdout] 577 |         frame[0] as f64
[INFO] [stdout]     |         ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/audionode.rs:528:22
[INFO] [stdout]     |
[INFO] [stdout] 528 |         Frame::splat(input[0])
[INFO] [stdout]     |                      ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/biquad.rs:185:26
[INFO] [stdout]     |
[INFO] [stdout] 185 |         let x0 = convert(input[0]);
[INFO] [stdout]     |                          ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/biquad.rs:684:30
[INFO] [stdout]     |
[INFO] [stdout] 684 |         let x0 = F::from_f32(input[0]);
[INFO] [stdout]     |                              ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/biquad.rs:904:30
[INFO] [stdout]     |
[INFO] [stdout] 904 |         let x0 = F::from_f32(input[0]);
[INFO] [stdout]     |                              ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/delay.rs:117:31
[INFO] [stdout]     |
[INFO] [stdout] 117 |         self.buffer[self.i] = input[0];
[INFO] [stdout]     |                               ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/delay.rs:356:18
[INFO] [stdout]     |
[INFO] [stdout] 356 |         self.z = self.x.tick(&[v].into())[0];
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/dynamics.rs:283:14
[INFO] [stdout]     |
[INFO] [stdout] 283 |             [input[0] * value.to_f32()].into()
[INFO] [stdout]     |              ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/dynamics.rs:285:14
[INFO] [stdout]     |
[INFO] [stdout] 285 |             [input[0]].into()
[INFO] [stdout]     |              ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/dynamics.rs:428:37
[INFO] [stdout]     |
[INFO] [stdout] 428 |         self.state.tick(self.meter, input[0]);
[INFO] [stdout]     |                                     ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/dynamics.rs:483:37
[INFO] [stdout]     |
[INFO] [stdout] 483 |         self.state.tick(self.meter, input[0]);
[INFO] [stdout]     |                                     ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/filter.rs:73:10
[INFO] [stdout]     |
[INFO] [stdout]  73 |         [convert(self.value)].into()
[INFO] [stdout]     |          ^^^^^^^ cannot infer type of the type parameter `U` declared on the function `convert`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type must implement `Float`
[INFO] [stdout] help: the following types implement trait `Float`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/lib.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl Float for f32 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ `f32`
[INFO] [stdout] ...
[INFO] [stdout] 520 | impl Float for f64 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ `f64`
[INFO] [stdout] ...
[INFO] [stdout] 596 | impl Float for f32x8 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ `wide::f32x8`
[INFO] [stdout] ...
[INFO] [stdout] 672 | impl Float for f64x4 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ `wide::f64x4`
[INFO] [stdout] note: required by a bound in `convert`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/lib.rs:759:29
[INFO] [stdout]     |
[INFO] [stdout] 759 | pub fn convert<T: Float, U: Float>(x: T) -> U {
[INFO] [stdout]     |                             ^^^^^ required by this bound in `convert`
[INFO] [stdout] help: consider specifying the generic arguments
[INFO] [stdout]     |
[INFO] [stdout]  73 |         [convert::<F, U>(self.value)].into()
[INFO] [stdout]     |                 ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `[_; 1]: Into<NumericArray<f32, UInt<UTerm, B1>>>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/filter.rs:73:31
[INFO] [stdout]    |
[INFO] [stdout] 73 |         [convert(self.value)].into()
[INFO] [stdout]    |                               ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/filter.rs:146:25
[INFO] [stdout]     |
[INFO] [stdout] 146 |         let x = convert(input[0]);
[INFO] [stdout]     |                         ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/filter.rs:221:28
[INFO] [stdout]     |
[INFO] [stdout] 221 |         let x: F = convert(input[0]);
[INFO] [stdout]     |                            ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/filter.rs:322:10
[INFO] [stdout]     |
[INFO] [stdout] 322 |         [convert(y0)].into()
[INFO] [stdout]     |          ^^^^^^^ cannot infer type of the type parameter `U` declared on the function `convert`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type must implement `Float`
[INFO] [stdout] help: the following types implement trait `Float`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/lib.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl Float for f32 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ `f32`
[INFO] [stdout] ...
[INFO] [stdout] 520 | impl Float for f64 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ `f64`
[INFO] [stdout] ...
[INFO] [stdout] 596 | impl Float for f32x8 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ `wide::f32x8`
[INFO] [stdout] ...
[INFO] [stdout] 672 | impl Float for f64x4 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ `wide::f64x4`
[INFO] [stdout] note: required by a bound in `convert`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/lib.rs:759:29
[INFO] [stdout]     |
[INFO] [stdout] 759 | pub fn convert<T: Float, U: Float>(x: T) -> U {
[INFO] [stdout]     |                             ^^^^^ required by this bound in `convert`
[INFO] [stdout] help: consider specifying the generic arguments
[INFO] [stdout]     |
[INFO] [stdout] 322 |         [convert::<F, U>(y0)].into()
[INFO] [stdout]     |                 ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `[_; 1]: Into<NumericArray<f32, UInt<UTerm, B1>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/filter.rs:322:23
[INFO] [stdout]     |
[INFO] [stdout] 322 |         [convert(y0)].into()
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/filter.rs:409:10
[INFO] [stdout]     |
[INFO] [stdout] 409 |         [convert(y0)].into()
[INFO] [stdout]     |          ^^^^^^^ cannot infer type of the type parameter `U` declared on the function `convert`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type must implement `Float`
[INFO] [stdout] help: the following types implement trait `Float`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/lib.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl Float for f32 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ `f32`
[INFO] [stdout] ...
[INFO] [stdout] 520 | impl Float for f64 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ `f64`
[INFO] [stdout] ...
[INFO] [stdout] 596 | impl Float for f32x8 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ `wide::f32x8`
[INFO] [stdout] ...
[INFO] [stdout] 672 | impl Float for f64x4 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ `wide::f64x4`
[INFO] [stdout] note: required by a bound in `convert`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/lib.rs:759:29
[INFO] [stdout]     |
[INFO] [stdout] 759 | pub fn convert<T: Float, U: Float>(x: T) -> U {
[INFO] [stdout]     |                             ^^^^^ required by this bound in `convert`
[INFO] [stdout] help: consider specifying the generic arguments
[INFO] [stdout]     |
[INFO] [stdout] 409 |         [convert::<F, U>(y0)].into()
[INFO] [stdout]     |                 ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `[_; 1]: Into<NumericArray<f32, UInt<UTerm, B1>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/filter.rs:409:23
[INFO] [stdout]     |
[INFO] [stdout] 409 |         [convert(y0)].into()
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/fir.rs:62:17
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 input[0]
[INFO] [stdout]    |                 ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]    = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]              Index<RangeFull>
[INFO] [stdout]              Index<RangeTo<usize>>
[INFO] [stdout]              Index<std::ops::Range<usize>>
[INFO] [stdout]              Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]              Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/follow.rs:104:44
[INFO] [stdout]     |
[INFO] [stdout] 104 |         self.v1 = self.coeff_now * convert(input[0]) + rcoeff * self.v1;
[INFO] [stdout]     |                                            ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/follow.rs:227:29
[INFO] [stdout]     |
[INFO] [stdout] 227 |         let v0: F = convert(input[0]);
[INFO] [stdout]     |                             ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/moog.rs:99:10
[INFO] [stdout]     |
[INFO] [stdout]  99 |         [convert(self.s3)].into()
[INFO] [stdout]     |          ^^^^^^^ cannot infer type of the type parameter `U` declared on the function `convert`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type must implement `Float`
[INFO] [stdout] help: the following types implement trait `Float`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/lib.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl Float for f32 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ `f32`
[INFO] [stdout] ...
[INFO] [stdout] 520 | impl Float for f64 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ `f64`
[INFO] [stdout] ...
[INFO] [stdout] 596 | impl Float for f32x8 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ `wide::f32x8`
[INFO] [stdout] ...
[INFO] [stdout] 672 | impl Float for f64x4 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ `wide::f64x4`
[INFO] [stdout] note: required by a bound in `convert`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/lib.rs:759:29
[INFO] [stdout]     |
[INFO] [stdout] 759 | pub fn convert<T: Float, U: Float>(x: T) -> U {
[INFO] [stdout]     |                             ^^^^^ required by this bound in `convert`
[INFO] [stdout] help: consider specifying the generic arguments
[INFO] [stdout]     |
[INFO] [stdout]  99 |         [convert::<F, U>(self.s3)].into()
[INFO] [stdout]     |                 ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `[_; 1]: Into<NumericArray<f32, UInt<UTerm, B1>>>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/moog.rs:99:28
[INFO] [stdout]    |
[INFO] [stdout] 99 |         [convert(self.s3)].into()
[INFO] [stdout]    |                            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:965:39
[INFO] [stdout]     |
[INFO] [stdout] 965 |         let id = net.push(Box::new(An(Constant::new([scalar].into()))));
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^ --------------- type must be known at this point
[INFO] [stdout]     |                                       |
[INFO] [stdout]     |                                       cannot infer type of the type parameter `N` declared on the struct `Constant`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type must implement `Size<f32>`
[INFO] [stdout] note: required by a bound in `audionode::Constant::<N>::new`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/audionode.rs:442:9
[INFO] [stdout]     |
[INFO] [stdout] 442 | impl<N: Size<f32>> Constant<N> {
[INFO] [stdout]     |         ^^^^^^^^^ required by this bound in `Constant::<N>::new`
[INFO] [stdout] 443 |     /// Construct constant.
[INFO] [stdout] 444 |     pub fn new(output: Frame<f32, N>) -> Self {
[INFO] [stdout]     |            --- required by a bound in this associated function
[INFO] [stdout] help: consider specifying a concrete type for the type parameter `N`
[INFO] [stdout]     |
[INFO] [stdout] 965 |         let id = net.push(Box::new(An(Constant::</* Type */>::new([scalar].into()))));
[INFO] [stdout]     |                                               ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `[f32; 1]: Into<NumericArray<f32, _>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:965:62
[INFO] [stdout]     |
[INFO] [stdout] 965 |         let id = net.push(Box::new(An(Constant::new([scalar].into()))));
[INFO] [stdout]     |                                                              ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `audionode::FrameAdd<_>: audionode::FrameBinop<UInt<UTerm, B1>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:1666:33
[INFO] [stdout]      |
[INFO] [stdout] 1666 |         Net::binary(net1, net2, FrameAdd::new())
[INFO] [stdout]      |         -----------             ^^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] note: required by a bound in `net::Net::binary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:1581:22
[INFO] [stdout]      |
[INFO] [stdout] 1581 |     pub fn binary<B: FrameBinop<super::typenum::U1> + Sync + Send + 'static>(
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Net::binary`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `audionode::FrameMul<_>: audionode::FrameBinop<UInt<UTerm, B1>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:1676:33
[INFO] [stdout]      |
[INFO] [stdout] 1676 |         Net::binary(net1, net2, FrameMul::new())
[INFO] [stdout]      |         -----------             ^^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] note: required by a bound in `net::Net::binary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:1581:22
[INFO] [stdout]      |
[INFO] [stdout] 1581 |     pub fn binary<B: FrameBinop<super::typenum::U1> + Sync + Send + 'static>(
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Net::binary`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `audionode::FrameAdd<_>: audionode::FrameBinop<UInt<UTerm, B1>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:1968:30
[INFO] [stdout]      |
[INFO] [stdout] 1968 |         Net::binary(self, y, FrameAdd::new())
[INFO] [stdout]      |         -----------          ^^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] note: required by a bound in `net::Net::binary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:1581:22
[INFO] [stdout]      |
[INFO] [stdout] 1581 |     pub fn binary<B: FrameBinop<super::typenum::U1> + Sync + Send + 'static>(
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Net::binary`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `audionode::FrameAdd<_>: audionode::FrameBinop<UInt<UTerm, B1>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:1979:51
[INFO] [stdout]      |
[INFO] [stdout] 1979 |         Net::binary(self, Net::wrap(Box::new(y)), FrameAdd::new())
[INFO] [stdout]      |         -----------                               ^^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] note: required by a bound in `net::Net::binary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:1581:22
[INFO] [stdout]      |
[INFO] [stdout] 1581 |     pub fn binary<B: FrameBinop<super::typenum::U1> + Sync + Send + 'static>(
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Net::binary`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `audionode::FrameAdd<_>: audionode::FrameBinop<UInt<UTerm, B1>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:1990:51
[INFO] [stdout]      |
[INFO] [stdout] 1990 |         Net::binary(Net::wrap(Box::new(self)), y, FrameAdd::new())
[INFO] [stdout]      |         -----------                               ^^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] note: required by a bound in `net::Net::binary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:1581:22
[INFO] [stdout]      |
[INFO] [stdout] 1581 |     pub fn binary<B: FrameBinop<super::typenum::U1> + Sync + Send + 'static>(
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Net::binary`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `audionode::FrameSub<_>: audionode::FrameBinop<UInt<UTerm, B1>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:1998:30
[INFO] [stdout]      |
[INFO] [stdout] 1998 |         Net::binary(self, y, FrameSub::new())
[INFO] [stdout]      |         -----------          ^^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] note: required by a bound in `net::Net::binary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:1581:22
[INFO] [stdout]      |
[INFO] [stdout] 1581 |     pub fn binary<B: FrameBinop<super::typenum::U1> + Sync + Send + 'static>(
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Net::binary`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `audionode::FrameSub<_>: audionode::FrameBinop<UInt<UTerm, B1>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:2009:51
[INFO] [stdout]      |
[INFO] [stdout] 2009 |         Net::binary(self, Net::wrap(Box::new(y)), FrameSub::new())
[INFO] [stdout]      |         -----------                               ^^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] note: required by a bound in `net::Net::binary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:1581:22
[INFO] [stdout]      |
[INFO] [stdout] 1581 |     pub fn binary<B: FrameBinop<super::typenum::U1> + Sync + Send + 'static>(
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Net::binary`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `audionode::FrameSub<_>: audionode::FrameBinop<UInt<UTerm, B1>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:2020:51
[INFO] [stdout]      |
[INFO] [stdout] 2020 |         Net::binary(Net::wrap(Box::new(self)), y, FrameSub::new())
[INFO] [stdout]      |         -----------                               ^^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] note: required by a bound in `net::Net::binary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:1581:22
[INFO] [stdout]      |
[INFO] [stdout] 1581 |     pub fn binary<B: FrameBinop<super::typenum::U1> + Sync + Send + 'static>(
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Net::binary`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `audionode::FrameMul<_>: audionode::FrameBinop<UInt<UTerm, B1>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:2028:30
[INFO] [stdout]      |
[INFO] [stdout] 2028 |         Net::binary(self, y, FrameMul::new())
[INFO] [stdout]      |         -----------          ^^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] note: required by a bound in `net::Net::binary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:1581:22
[INFO] [stdout]      |
[INFO] [stdout] 1581 |     pub fn binary<B: FrameBinop<super::typenum::U1> + Sync + Send + 'static>(
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Net::binary`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `audionode::FrameMul<_>: audionode::FrameBinop<UInt<UTerm, B1>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:2039:51
[INFO] [stdout]      |
[INFO] [stdout] 2039 |         Net::binary(self, Net::wrap(Box::new(y)), FrameMul::new())
[INFO] [stdout]      |         -----------                               ^^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] note: required by a bound in `net::Net::binary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:1581:22
[INFO] [stdout]      |
[INFO] [stdout] 1581 |     pub fn binary<B: FrameBinop<super::typenum::U1> + Sync + Send + 'static>(
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Net::binary`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `audionode::FrameMul<_>: audionode::FrameBinop<UInt<UTerm, B1>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:2050:51
[INFO] [stdout]      |
[INFO] [stdout] 2050 |         Net::binary(Net::wrap(Box::new(self)), y, FrameMul::new())
[INFO] [stdout]      |         -----------                               ^^^^^^^^^^^^^^^
[INFO] [stdout]      |         |
[INFO] [stdout]      |         required by a bound introduced by this call
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] note: required by a bound in `net::Net::binary`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/net.rs:1581:22
[INFO] [stdout]      |
[INFO] [stdout] 1581 |     pub fn binary<B: FrameBinop<super::typenum::U1> + Sync + Send + 'static>(
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Net::binary`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/noise.rs:300:21
[INFO] [stdout]     |
[INFO] [stdout] 300 |                 ) / input[1].to_f64();
[INFO] [stdout]     |                     ^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/oscillator.rs:69:35
[INFO] [stdout]    |
[INFO] [stdout] 69 |         self.phase += F::from_f32(input[0]) * self.sample_duration;
[INFO] [stdout]    |                                   ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]    = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]              Index<RangeFull>
[INFO] [stdout]              Index<RangeTo<usize>>
[INFO] [stdout]              Index<std::ops::Range<usize>>
[INFO] [stdout]              Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]              Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/oscillator.rs:292:56
[INFO] [stdout]     |
[INFO] [stdout] 292 |         let output = self.line[self.pos] * self.gain + input[0];
[INFO] [stdout]     |                                                        ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/oscillator.rs:361:25
[INFO] [stdout]     |
[INFO] [stdout] 361 |         let dt = 2.91 * input[0] / self.sr;
[INFO] [stdout]     |                         ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/oscillator.rs:420:18
[INFO] [stdout]     |
[INFO] [stdout] 420 |         let dt = input[0] / self.sr;
[INFO] [stdout]     |                  ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/oscillator.rs:489:35
[INFO] [stdout]     |
[INFO] [stdout] 489 |         self.phase += F::from_f32(input[0]) * self.sample_duration;
[INFO] [stdout]     |                                   ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/oscillator.rs:577:33
[INFO] [stdout]     |
[INFO] [stdout] 577 |         let delta = F::from_f32(input[0]) * self.sample_duration;
[INFO] [stdout]     |                                 ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/oscillator.rs:653:33
[INFO] [stdout]     |
[INFO] [stdout] 653 |         let delta = F::from_f32(input[0]) * self.sample_duration;
[INFO] [stdout]     |                                 ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/oscillator.rs:736:33
[INFO] [stdout]     |
[INFO] [stdout] 736 |         let delta = F::from_f32(input[0]) * self.sample_duration;
[INFO] [stdout]     |                                 ^^^^^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/oscillator.rs:737:33
[INFO] [stdout]     |
[INFO] [stdout] 737 |         let width = F::from_f32(input[1]);
[INFO] [stdout]     |                                 ^^^^^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<combinator::An<audionode::Constant<UInt<UTerm, B1>>> as Shr<combinator::An<oscillator::Sine<_>>>>::Output == combinator::An<audionode::Pipe<audionode::Constant<UInt<UTerm, B1>>, oscillator::Sine<F>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:350:17
[INFO] [stdout]     |
[INFO] [stdout] 350 |     constant(f) >> sine()
[INFO] [stdout]     |                 ^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `combinator::An<audionode::Constant<UInt<UTerm, B1>>>: Shr<combinator::An<oscillator::Sine<_>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:350:17
[INFO] [stdout]     |
[INFO] [stdout] 350 |     constant(f) >> sine()
[INFO] [stdout]     |                 ^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<combinator::An<audionode::Constant<UInt<UTerm, B1>>> as Shr<combinator::An<oscillator::Ramp<_>>>>::Output == combinator::An<audionode::Pipe<audionode::Constant<UInt<UTerm, B1>>, oscillator::Ramp<F>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:363:17
[INFO] [stdout]     |
[INFO] [stdout] 363 |     constant(f) >> ramp()
[INFO] [stdout]     |                 ^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `combinator::An<audionode::Constant<UInt<UTerm, B1>>>: Shr<combinator::An<oscillator::Ramp<_>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:363:17
[INFO] [stdout]     |
[INFO] [stdout] 363 |     constant(f) >> ramp()
[INFO] [stdout]     |                 ^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<combinator::An<audionode::Stack<audionode::MultiPass<UInt<UInt<UTerm, B1>, B0>>, _>> as Shr<_>>::Output == combinator::An<audionode::Pipe<audionode::Stack<audionode::MultiPass<UInt<UInt<UTerm, B1>, B0>>, _>, _>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:560:42
[INFO] [stdout]     |
[INFO] [stdout] 560 |     (multipass::<U2>() | dc(q.to_f32())) >> An(Moog::new(F::new(1000), q))
[INFO] [stdout]     |                                          ^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `combinator::An<audionode::Stack<audionode::MultiPass<UInt<UInt<UTerm, B1>, B0>>, _>>: Shr<_>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:560:42
[INFO] [stdout]     |
[INFO] [stdout] 560 |     (multipass::<U2>() | dc(q.to_f32())) >> An(Moog::new(F::new(1000), q))
[INFO] [stdout]     |                                          ^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<combinator::An<audionode::Stack<audionode::MultiPass<UInt<UInt<UTerm, B1>, B0>>, _>> as Shr<_>>::Output == combinator::An<audionode::Pipe<audionode::Stack<audionode::MultiPass<UInt<UInt<UTerm, B1>, B0>>, _>, _>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:2575:42
[INFO] [stdout]      |
[INFO] [stdout] 2575 |     (multipass::<U2>() | dc(q.to_f32())) >> lowrez()
[INFO] [stdout]      |                                          ^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `combinator::An<audionode::Stack<audionode::MultiPass<UInt<UInt<UTerm, B1>, B0>>, _>>: Shr<_>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:2575:42
[INFO] [stdout]      |
[INFO] [stdout] 2575 |     (multipass::<U2>() | dc(q.to_f32())) >> lowrez()
[INFO] [stdout]      |                                          ^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `combinator::An<rez::Rez<_, UInt<UInt<UTerm, B1>, B1>>>` is well-formed
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:2575:42
[INFO] [stdout]      |
[INFO] [stdout] 2575 |     (multipass::<U2>() | dc(q.to_f32())) >> lowrez()
[INFO] [stdout]      |                                          ^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `combinator::An<rez::Rez<F, UInt<UInt<UTerm, B1>, B1>>>` is well-formed
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:2575:45
[INFO] [stdout]      |
[INFO] [stdout] 2575 |     (multipass::<U2>() | dc(q.to_f32())) >> lowrez()
[INFO] [stdout]      |                                             ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<combinator::An<audionode::Stack<audionode::MultiPass<UInt<UInt<UTerm, B1>, B0>>, _>> as Shr<_>>::Output == combinator::An<audionode::Pipe<audionode::Stack<audionode::MultiPass<UInt<UInt<UTerm, B1>, B0>>, _>, _>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:2599:42
[INFO] [stdout]      |
[INFO] [stdout] 2599 |     (multipass::<U2>() | dc(q.to_f32())) >> bandrez()
[INFO] [stdout]      |                                          ^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `combinator::An<audionode::Stack<audionode::MultiPass<UInt<UInt<UTerm, B1>, B0>>, _>>: Shr<_>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:2599:42
[INFO] [stdout]      |
[INFO] [stdout] 2599 |     (multipass::<U2>() | dc(q.to_f32())) >> bandrez()
[INFO] [stdout]      |                                          ^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `combinator::An<rez::Rez<_, UInt<UInt<UTerm, B1>, B1>>>` is well-formed
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:2599:42
[INFO] [stdout]      |
[INFO] [stdout] 2599 |     (multipass::<U2>() | dc(q.to_f32())) >> bandrez()
[INFO] [stdout]      |                                          ^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating whether `combinator::An<rez::Rez<F, UInt<UInt<UTerm, B1>, B1>>>` is well-formed
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:2599:45
[INFO] [stdout]      |
[INFO] [stdout] 2599 |     (multipass::<U2>() | dc(q.to_f32())) >> bandrez()
[INFO] [stdout]      |                                             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:2879:53
[INFO] [stdout]      |
[INFO] [stdout] 2879 |             [cos(angle) * gain, -sin(angle) * gain].into(),
[INFO] [stdout]      |                                                     ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]      |
[INFO] [stdout] 2879 -             [cos(angle) * gain, -sin(angle) * gain].into(),
[INFO] [stdout] 2879 +             <[f32; 2] as Into<T>>::into([cos(angle) * gain, -sin(angle) * gain]),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `[_; 2]: Into<NumericArray<NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>, _>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:2882:10
[INFO] [stdout]      |
[INFO] [stdout] 2882 |         .into(),
[INFO] [stdout]      |          ^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<combinator::An<audionode::Constant<UInt<UTerm, B1>>> as Shr<combinator::An<oscillator::PolySaw<_>>>>::Output == combinator::An<audionode::Pipe<audionode::Constant<UInt<UTerm, B1>>, oscillator::PolySaw<F>>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:3120:11
[INFO] [stdout]      |
[INFO] [stdout] 3120 |     dc(f) >> poly_saw()
[INFO] [stdout]      |           ^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `combinator::An<audionode::Constant<UInt<UTerm, B1>>>: Shr<combinator::An<oscillator::PolySaw<_>>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:3120:11
[INFO] [stdout]      |
[INFO] [stdout] 3120 |     dc(f) >> poly_saw()
[INFO] [stdout]      |           ^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<combinator::An<audionode::Constant<UInt<UTerm, B1>>> as Shr<combinator::An<oscillator::PolySquare<_>>>>::Output == combinator::An<audionode::Pipe<audionode::Constant<UInt<UTerm, B1>>, oscillator::PolySquare<F>>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:3135:11
[INFO] [stdout]      |
[INFO] [stdout] 3135 |     dc(f) >> poly_square()
[INFO] [stdout]      |           ^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `combinator::An<audionode::Constant<UInt<UTerm, B1>>>: Shr<combinator::An<oscillator::PolySquare<_>>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:3135:11
[INFO] [stdout]      |
[INFO] [stdout] 3135 |     dc(f) >> poly_square()
[INFO] [stdout]      |           ^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<combinator::An<audionode::Constant<UInt<UInt<UTerm, B1>, B0>>> as Shr<_>>::Output == combinator::An<audionode::Pipe<audionode::Constant<UInt<UInt<UTerm, B1>, B0>>, _>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:3151:20
[INFO] [stdout]      |
[INFO] [stdout] 3151 |     dc((f, width)) >> poly_pulse()
[INFO] [stdout]      |                    ^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `combinator::An<audionode::Constant<UInt<UInt<UTerm, B1>, B0>>>: Shr<_>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude.rs:3151:20
[INFO] [stdout]      |
[INFO] [stdout] 3151 |     dc((f, width)) >> poly_pulse()
[INFO] [stdout]      |                    ^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<combinator::An<audionode::Stack<audionode::MultiPass<UInt<UInt<UTerm, B1>, B0>>, _>> as Shr<_>>::Output == combinator::An<audionode::Pipe<audionode::Stack<audionode::MultiPass<UInt<UInt<UTerm, B1>, B0>>, _>, _>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude32.rs:561:33
[INFO] [stdout]     |
[INFO] [stdout] 561 |     (multipass::<U2>() | dc(q)) >> An(Moog::new(1000.0, q))
[INFO] [stdout]     |                                 ^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `combinator::An<audionode::Stack<audionode::MultiPass<UInt<UInt<UTerm, B1>, B0>>, _>>: Shr<_>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude32.rs:561:33
[INFO] [stdout]     |
[INFO] [stdout] 561 |     (multipass::<U2>() | dc(q)) >> An(Moog::new(1000.0, q))
[INFO] [stdout]     |                                 ^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude32.rs:2435:53
[INFO] [stdout]      |
[INFO] [stdout] 2435 |             [cos(angle) * gain, -sin(angle) * gain].into(),
[INFO] [stdout]      |                                                     ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]      |
[INFO] [stdout] 2435 -             [cos(angle) * gain, -sin(angle) * gain].into(),
[INFO] [stdout] 2435 +             <[f32; 2] as Into<T>>::into([cos(angle) * gain, -sin(angle) * gain]),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `[_; 2]: Into<NumericArray<NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>, _>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude32.rs:2438:10
[INFO] [stdout]      |
[INFO] [stdout] 2438 |         .into(),
[INFO] [stdout]      |          ^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<combinator::An<audionode::Stack<audionode::MultiPass<UInt<UInt<UTerm, B1>, B0>>, _>> as Shr<_>>::Output == combinator::An<audionode::Pipe<audionode::Stack<audionode::MultiPass<UInt<UInt<UTerm, B1>, B0>>, _>, _>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude64.rs:561:33
[INFO] [stdout]     |
[INFO] [stdout] 561 |     (multipass::<U2>() | dc(q)) >> An(Moog::new(1000.0, q as f64))
[INFO] [stdout]     |                                 ^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `combinator::An<audionode::Stack<audionode::MultiPass<UInt<UInt<UTerm, B1>, B0>>, _>>: Shr<_>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude64.rs:561:33
[INFO] [stdout]     |
[INFO] [stdout] 561 |     (multipass::<U2>() | dc(q)) >> An(Moog::new(1000.0, q as f64))
[INFO] [stdout]     |                                 ^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude64.rs:2435:53
[INFO] [stdout]      |
[INFO] [stdout] 2435 |             [cos(angle) * gain, -sin(angle) * gain].into(),
[INFO] [stdout]      |                                                     ^^^^
[INFO] [stdout]      |
[INFO] [stdout] help: try using a fully qualified path to specify the expected types
[INFO] [stdout]      |
[INFO] [stdout] 2435 -             [cos(angle) * gain, -sin(angle) * gain].into(),
[INFO] [stdout] 2435 +             <[f32; 2] as Into<T>>::into([cos(angle) * gain, -sin(angle) * gain]),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `[_; 2]: Into<NumericArray<NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>, _>>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/prelude64.rs:2438:10
[INFO] [stdout]      |
[INFO] [stdout] 2438 |         .into(),
[INFO] [stdout]      |          ^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0271]: type mismatch resolving `<An<_> as Shr<An<impl AudioNode<Inputs = U2, Outputs = U2>>>>::Output == dyn AudioUnit`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/reverb.rs:35:34
[INFO] [stdout]     |
[INFO] [stdout]  35 |         &mut (An(Impulse::new()) >> reverb),
[INFO] [stdout]     |                                  ^^ type mismatch resolving `<An<_> as Shr<An<impl AudioNode<Inputs = U2, Outputs = U2>>>>::Output == dyn AudioUnit`
[INFO] [stdout]     |
[INFO] [stdout] note: expected this to be `dyn audiounit::AudioUnit`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/combinator.rs:363:19
[INFO] [stdout]     |
[INFO] [stdout] 363 |     type Output = An<Pipe<X, Y>>;
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^
[INFO] [stdout]     = note: expected trait object `dyn audiounit::AudioUnit`
[INFO] [stdout]                      found struct `combinator::An<audionode::Pipe<audionode::Impulse<UInt<UInt<UTerm, B1>, B0>>, impl AudioNode<Inputs = U2, Outputs = U2>>>`
[INFO] [stdout]     = help: `combinator::An<audionode::Pipe<audionode::Impulse<UInt<UInt<UTerm, B1>, B0>>, impl AudioNode<Inputs = U2, Outputs = U2>>>` implements `AudioUnit` so you could box the found value and coerce it to the trait object `Box<dyn AudioUnit>`, you will have to change the expected type as well
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/deps/fundsp-fbd5152c622ab188.long-type-11503518306511645974.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/reverb.rs:253:46
[INFO] [stdout]     |
[INFO] [stdout] 253 |         let input0 = self.pre[0].filter_mono(input[0] * 0.5);
[INFO] [stdout]     |                                              ^^^^^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/reverb.rs:255:46
[INFO] [stdout]     |
[INFO] [stdout] 255 |         let input1 = self.pre[2].filter_mono(input[1] * 0.5);
[INFO] [stdout]     |                                              ^^^^^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/rez.rs:78:10
[INFO] [stdout]     |
[INFO] [stdout]  78 |         [convert(self.buf1 - self.bandpass * self.buf0)].into()
[INFO] [stdout]     |          ^^^^^^^ cannot infer type of the type parameter `U` declared on the function `convert`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type must implement `Float`
[INFO] [stdout] help: the following types implement trait `Float`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/lib.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl Float for f32 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ `f32`
[INFO] [stdout] ...
[INFO] [stdout] 520 | impl Float for f64 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ `f64`
[INFO] [stdout] ...
[INFO] [stdout] 596 | impl Float for f32x8 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ `wide::f32x8`
[INFO] [stdout] ...
[INFO] [stdout] 672 | impl Float for f64x4 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ `wide::f64x4`
[INFO] [stdout] note: required by a bound in `convert`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/lib.rs:759:29
[INFO] [stdout]     |
[INFO] [stdout] 759 | pub fn convert<T: Float, U: Float>(x: T) -> U {
[INFO] [stdout]     |                             ^^^^^ required by this bound in `convert`
[INFO] [stdout] help: consider specifying the generic arguments
[INFO] [stdout]     |
[INFO] [stdout]  78 |         [convert::<F, U>(self.buf1 - self.bandpass * self.buf0)].into()
[INFO] [stdout]     |                 ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `[_; 1]: Into<NumericArray<f32, UInt<UTerm, B1>>>`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/rez.rs:78:58
[INFO] [stdout]    |
[INFO] [stdout] 78 |         [convert(self.buf1 - self.bandpass * self.buf0)].into()
[INFO] [stdout]    |                                                          ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/shape.rs:232:39
[INFO] [stdout]     |
[INFO] [stdout] 232 |         Frame::from([self.shape.shape(input[0])])
[INFO] [stdout]     |                                       ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/shared.rs:375:25
[INFO] [stdout]     |
[INFO] [stdout] 375 |         let frequency = input[0];
[INFO] [stdout]     |                         ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/snoop.rs:131:37
[INFO] [stdout]     |
[INFO] [stdout] 131 |         self.buffer.set(self.index, input[0]);
[INFO] [stdout]     |                                     ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:305:34
[INFO] [stdout]     |
[INFO] [stdout] 305 |         let cutoff = F::from_f32(input[1]);
[INFO] [stdout]     |                                  ^^^^^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:306:29
[INFO] [stdout]     |
[INFO] [stdout] 306 |         let q = F::from_f32(input[2]);
[INFO] [stdout]     |                             ^^^^^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:355:34
[INFO] [stdout]     |
[INFO] [stdout] 355 |         let cutoff = F::from_f32(input[1]);
[INFO] [stdout]     |                                  ^^^^^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:356:29
[INFO] [stdout]     |
[INFO] [stdout] 356 |         let q = F::from_f32(input[2]);
[INFO] [stdout]     |                             ^^^^^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:404:34
[INFO] [stdout]     |
[INFO] [stdout] 404 |         let cutoff = F::from_f32(input[1]);
[INFO] [stdout]     |                                  ^^^^^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:405:29
[INFO] [stdout]     |
[INFO] [stdout] 405 |         let q = F::from_f32(input[2]);
[INFO] [stdout]     |                             ^^^^^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:453:34
[INFO] [stdout]     |
[INFO] [stdout] 453 |         let cutoff = F::from_f32(input[1]);
[INFO] [stdout]     |                                  ^^^^^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:454:29
[INFO] [stdout]     |
[INFO] [stdout] 454 |         let q = F::from_f32(input[2]);
[INFO] [stdout]     |                             ^^^^^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:502:34
[INFO] [stdout]     |
[INFO] [stdout] 502 |         let cutoff = F::from_f32(input[1]);
[INFO] [stdout]     |                                  ^^^^^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:503:29
[INFO] [stdout]     |
[INFO] [stdout] 503 |         let q = F::from_f32(input[2]);
[INFO] [stdout]     |                             ^^^^^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:552:34
[INFO] [stdout]     |
[INFO] [stdout] 552 |         let cutoff = F::from_f32(input[1]);
[INFO] [stdout]     |                                  ^^^^^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:553:29
[INFO] [stdout]     |
[INFO] [stdout] 553 |         let q = F::from_f32(input[2]);
[INFO] [stdout]     |                             ^^^^^^^^ `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UTerm, B1>, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:602:34
[INFO] [stdout]     |
[INFO] [stdout] 602 |         let cutoff = F::from_f32(input[1]);
[INFO] [stdout]     |                                  ^^^^^^^^ `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:603:29
[INFO] [stdout]     |
[INFO] [stdout] 603 |         let q = F::from_f32(input[2]);
[INFO] [stdout]     |                             ^^^^^^^^ `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:604:32
[INFO] [stdout]     |
[INFO] [stdout] 604 |         let gain = F::from_f32(input[3]);
[INFO] [stdout]     |                                ^^^^^^^^ `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:656:34
[INFO] [stdout]     |
[INFO] [stdout] 656 |         let cutoff = F::from_f32(input[1]);
[INFO] [stdout]     |                                  ^^^^^^^^ `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:657:29
[INFO] [stdout]     |
[INFO] [stdout] 657 |         let q = F::from_f32(input[2]);
[INFO] [stdout]     |                             ^^^^^^^^ `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:658:32
[INFO] [stdout]     |
[INFO] [stdout] 658 |         let gain = F::from_f32(input[3]);
[INFO] [stdout]     |                                ^^^^^^^^ `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:713:34
[INFO] [stdout]     |
[INFO] [stdout] 713 |         let cutoff = F::from_f32(input[1]);
[INFO] [stdout]     |                                  ^^^^^^^^ `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:714:29
[INFO] [stdout]     |
[INFO] [stdout] 714 |         let q = F::from_f32(input[2]);
[INFO] [stdout]     |                             ^^^^^^^^ `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:715:32
[INFO] [stdout]     |
[INFO] [stdout] 715 |         let gain = F::from_f32(input[3]);
[INFO] [stdout]     |                                ^^^^^^^^ `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:839:10
[INFO] [stdout]     |
[INFO] [stdout] 839 |         [convert(
[INFO] [stdout]     |          ^^^^^^^ cannot infer type of the type parameter `U` declared on the function `convert`
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type must implement `Float`
[INFO] [stdout] help: the following types implement trait `Float`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/lib.rs:444:1
[INFO] [stdout]     |
[INFO] [stdout] 444 | impl Float for f32 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ `f32`
[INFO] [stdout] ...
[INFO] [stdout] 520 | impl Float for f64 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ `f64`
[INFO] [stdout] ...
[INFO] [stdout] 596 | impl Float for f32x8 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ `wide::f32x8`
[INFO] [stdout] ...
[INFO] [stdout] 672 | impl Float for f64x4 {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ `wide::f64x4`
[INFO] [stdout] note: required by a bound in `convert`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/lib.rs:759:29
[INFO] [stdout]     |
[INFO] [stdout] 759 | pub fn convert<T: Float, U: Float>(x: T) -> U {
[INFO] [stdout]     |                             ^^^^^ required by this bound in `convert`
[INFO] [stdout] help: consider specifying the generic arguments
[INFO] [stdout]     |
[INFO] [stdout] 839 |         [convert::<F, U>(
[INFO] [stdout]     |                 ++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `[_; 1]: Into<NumericArray<f32, UInt<UTerm, B1>>>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:842:10
[INFO] [stdout]     |
[INFO] [stdout] 842 |         .into()
[INFO] [stdout]     |          ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`fundsp`)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:996:26
[INFO] [stdout]     |
[INFO] [stdout] 996 |         let v0 = convert(input[0]);
[INFO] [stdout]     |                          ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:1078:22
[INFO] [stdout]      |
[INFO] [stdout] 1078 |         self.morph = input[3];
[INFO] [stdout]      |                      ^^^^^^^^ `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>`
[INFO] [stdout]      = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]                Index<RangeFull>
[INFO] [stdout]                Index<RangeTo<usize>>
[INFO] [stdout]                Index<std::ops::Range<usize>>
[INFO] [stdout]                Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]                Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `std::ops::Range<i32>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:1079:62
[INFO] [stdout]      |
[INFO] [stdout] 1079 |         let filter_out = self.filter.tick(Frame::from_slice(&input[0..3]));
[INFO] [stdout]      |                                                              ^^^^^^^^^^^ `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `std::ops::Range<i32>`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the trait `Index<std::ops::Range<i32>>` is not implemented for `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>`
[INFO] [stdout]      = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]                Index<RangeFull>
[INFO] [stdout]                Index<RangeTo<usize>>
[INFO] [stdout]                Index<std::ops::Range<usize>>
[INFO] [stdout]                Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]                Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:1080:11
[INFO] [stdout]      |
[INFO] [stdout] 1080 |         [(filter_out[0] + input[3] * input[0]) * 0.5].into()
[INFO] [stdout]      |           ^^^^^^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]      = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]                Index<RangeFull>
[INFO] [stdout]                Index<RangeTo<usize>>
[INFO] [stdout]                Index<std::ops::Range<usize>>
[INFO] [stdout]                Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]                Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:1080:27
[INFO] [stdout]      |
[INFO] [stdout] 1080 |         [(filter_out[0] + input[3] * input[0]) * 0.5].into()
[INFO] [stdout]      |                           ^^^^^^^^ `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>`
[INFO] [stdout]      = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]                Index<RangeFull>
[INFO] [stdout]                Index<RangeTo<usize>>
[INFO] [stdout]                Index<std::ops::Range<usize>>
[INFO] [stdout]                Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]                Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/svf.rs:1080:38
[INFO] [stdout]      |
[INFO] [stdout] 1080 |         [(filter_out[0] + input[3] * input[0]) * 0.5].into()
[INFO] [stdout]      |                                      ^^^^^^^^ `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>` cannot be indexed by `i32`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UInt<UInt<UTerm, B1>, B0>, B0>>`
[INFO] [stdout]      = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]                Index<RangeFull>
[INFO] [stdout]                Index<RangeTo<usize>>
[INFO] [stdout]                Index<std::ops::Range<usize>>
[INFO] [stdout]                Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]                Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking bon v3.8.2
[INFO] [stdout] error[E0277]: the type `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/wavetable.rs:311:25
[INFO] [stdout]     |
[INFO] [stdout] 311 |         let frequency = input[0];
[INFO] [stdout]     |                         ^^^^^^^^ `NumericArray<f32, UInt<UTerm, B1>>` cannot be indexed by `i32`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Index<i32>` is not implemented for `NumericArray<f32, UInt<UTerm, B1>>`
[INFO] [stdout]     = help: `NumericArray<T, N>` implements trait `Index<Idx>`:
[INFO] [stdout]               Index<RangeFull>
[INFO] [stdout]               Index<RangeTo<usize>>
[INFO] [stdout]               Index<std::ops::Range<usize>>
[INFO] [stdout]               Index<std::ops::RangeFrom<usize>>
[INFO] [stdout]               Index<usize>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fundsp-0.23.0/src/wavetable.rs:401:21
[INFO] [stdout]     |
[INFO] [stdout] 401 |         let phase = input[0].to_f32();
[INFO] [stdout]     |                     ^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0271, E0275, E0277, E0282, E0283, E0308.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0271`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fundsp` (lib) due to 143 previous errors
[INFO] running `Command { std: "docker" "inspect" "aff8ae274cc52a9c9a4b8452a00a21c760797160b6c5ef4b89ef6fa822d3a1eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aff8ae274cc52a9c9a4b8452a00a21c760797160b6c5ef4b89ef6fa822d3a1eb", kill_on_drop: false }`
[INFO] [stdout] aff8ae274cc52a9c9a4b8452a00a21c760797160b6c5ef4b89ef6fa822d3a1eb
