[INFO] cloning repository https://github.com/gjf2a/music_analyzer_generator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gjf2a/music_analyzer_generator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgjf2a%2Fmusic_analyzer_generator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgjf2a%2Fmusic_analyzer_generator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6caad462a676a8e6edbc2d99273d8a91a641171f
[INFO] checking gjf2a/music_analyzer_generator against 4d7f6614d0baa7689bd05eba340114667db4d5b7 for pr-133502-28
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgjf2a%2Fmusic_analyzer_generator" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gjf2a/music_analyzer_generator
[INFO] finished tweaking git repo https://github.com/gjf2a/music_analyzer_generator
[INFO] tweaked toml for git repo https://github.com/gjf2a/music_analyzer_generator written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gjf2a/music_analyzer_generator on toolchain 4d7f6614d0baa7689bd05eba340114667db4d5b7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gjf2a/music_analyzer_generator 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" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2401e8d6bfd237d0453dbc69efa778304b7d54ec81fa7e25b167e7ef2666307f
[INFO] running `Command { std: "docker" "start" "2401e8d6bfd237d0453dbc69efa778304b7d54ec81fa7e25b167e7ef2666307f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2401e8d6bfd237d0453dbc69efa778304b7d54ec81fa7e25b167e7ef2666307f", 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" "2401e8d6bfd237d0453dbc69efa778304b7d54ec81fa7e25b167e7ef2666307f" "/opt/rustwide/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2401e8d6bfd237d0453dbc69efa778304b7d54ec81fa7e25b167e7ef2666307f", 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" "2401e8d6bfd237d0453dbc69efa778304b7d54ec81fa7e25b167e7ef2666307f" "/opt/rustwide/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]     Checking symphonia-core v0.5.5
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling syn v2.0.116
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking symphonia-metadata v0.5.5
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking symphonia-utils-xiph v0.5.5
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]    Compiling rtsan-standalone v0.3.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]     Checking primal-check v0.3.4
[INFO] [stderr]     Checking transpose v0.2.3
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking extended v0.1.0
[INFO] [stderr]     Checking symphonia-format-riff v0.5.5
[INFO] [stderr]     Checking rustfft v6.4.1
[INFO] [stderr]    Compiling rtsan-standalone-sys v0.3.0
[INFO] [stderr]     Checking symphonia-format-mkv v0.5.5
[INFO] [stderr]     Checking symphonia-format-isomp4 v0.5.5
[INFO] [stderr]     Checking symphonia-format-ogg v0.5.5
[INFO] [stderr]     Checking symphonia-codec-vorbis v0.5.5
[INFO] [stderr]     Checking symphonia-bundle-flac v0.5.5
[INFO] [stderr]     Checking symphonia-format-caf v0.5.5
[INFO] [stderr]     Checking generic-array v1.3.5
[INFO] [stderr]     Checking symphonia-bundle-mp3 v0.5.5
[INFO] [stderr]     Checking glam v0.28.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking symphonia-codec-aac v0.5.5
[INFO] [stderr]     Checking num v0.4.3
[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 safe_arch v1.0.0
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling cpal v0.17.1
[INFO] [stderr]     Checking tinyvec v1.10.0
[INFO] [stderr]     Checking microfft v0.6.0
[INFO] [stderr]     Checking wide v1.1.1
[INFO] [stderr]     Checking symphonia v0.5.5
[INFO] [stderr]     Checking numeric-array v0.6.1
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]     Checking alsa v0.10.0
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]     Checking resampler v0.4.1
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]     Checking micromath v1.1.1
[INFO] [stderr]     Checking midi-msg v0.8.1
[INFO] [stderr]     Checking midir v0.10.3
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling rtsan-standalone-macros v0.3.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking bare_metal_modulo v1.2.6
[INFO] [stderr]     Checking float_eq v1.0.1
[INFO] [stderr]     Checking realfft v3.5.0
[INFO] [stderr]     Checking read_input v0.8.6
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]    Compiling enum-iterator-derive v1.5.0
[INFO] [stderr]     Checking funutd v0.16.0
[INFO] [stderr]    Compiling trait-set v0.3.0
[INFO] [stderr]     Checking rand v0.10.0
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking thingbuf v0.1.6
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking fft-convolver v0.3.0
[INFO] [stderr]     Checking enum-iterator v2.3.0
[INFO] [stderr]     Checking fundsp v0.23.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking hash_histogram v0.13.0
[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]: 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/build/fundsp/4754fa0c6076ec6c/out/fundsp-4754fa0c6076ec6c.long-type-10193568800916337003.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/build/fundsp/4754fa0c6076ec6c/out/fundsp-4754fa0c6076ec6c.long-type-6519600845130766600.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0271, E0277, E0282.
[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 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "2401e8d6bfd237d0453dbc69efa778304b7d54ec81fa7e25b167e7ef2666307f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2401e8d6bfd237d0453dbc69efa778304b7d54ec81fa7e25b167e7ef2666307f", kill_on_drop: false }`
[INFO] [stdout] 2401e8d6bfd237d0453dbc69efa778304b7d54ec81fa7e25b167e7ef2666307f
