[INFO] cloning repository https://github.com/SuperInstance/constraint-audio
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SuperInstance/constraint-audio" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuperInstance%2Fconstraint-audio", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuperInstance%2Fconstraint-audio'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d0feeaac6c8ce90eaebd5140c8c5a7a384012836
[INFO] checking SuperInstance/constraint-audio against 4d7f6614d0baa7689bd05eba340114667db4d5b7 for pr-133502-28
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuperInstance%2Fconstraint-audio" "/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/SuperInstance/constraint-audio
[INFO] finished tweaking git repo https://github.com/SuperInstance/constraint-audio
[INFO] tweaked toml for git repo https://github.com/SuperInstance/constraint-audio written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SuperInstance/constraint-audio 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/SuperInstance/constraint-audio 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] cd7ba6630f84cba0d83965619734ecfcd38677ce4ef2dab02cf57a09dde55dd1
[INFO] running `Command { std: "docker" "start" "cd7ba6630f84cba0d83965619734ecfcd38677ce4ef2dab02cf57a09dde55dd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cd7ba6630f84cba0d83965619734ecfcd38677ce4ef2dab02cf57a09dde55dd1", 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" "cd7ba6630f84cba0d83965619734ecfcd38677ce4ef2dab02cf57a09dde55dd1" "/opt/rustwide/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cd7ba6630f84cba0d83965619734ecfcd38677ce4ef2dab02cf57a09dde55dd1", 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" "cd7ba6630f84cba0d83965619734ecfcd38677ce4ef2dab02cf57a09dde55dd1" "/opt/rustwide/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]     Checking symphonia-core v0.5.5
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking symphonia-metadata v0.5.5
[INFO] [stderr]     Checking extended v0.1.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking typenum v1.20.0
[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-bundle-mp3 v0.5.5
[INFO] [stderr]     Checking glam v0.28.0
[INFO] [stderr]     Checking symphonia-format-mkv v0.5.5
[INFO] [stderr]     Checking symphonia-format-isomp4 v0.5.5
[INFO] [stderr]     Checking symphonia-bundle-flac v0.5.5
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking symphonia-format-ogg v0.5.5
[INFO] [stderr]     Checking symphonia-codec-vorbis v0.5.5
[INFO] [stderr]     Checking symphonia-format-riff v0.5.5
[INFO] [stderr]     Checking symphonia-format-caf v0.5.5
[INFO] [stderr]     Checking symphonia-codec-aac v0.5.5
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling cpal v0.15.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking generic-array v1.4.1
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking microfft v0.6.0
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]     Checking tinyvec v1.11.0
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking numeric-array v0.6.1
[INFO] [stderr]     Checking symphonia v0.5.5
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]     Checking thingbuf v0.1.6
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking funutd v0.16.0
[INFO] [stderr]     Checking fundsp v0.20.0
[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.20.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.20.0/src/combinator.rs:177:1
[INFO] [stdout]      |
[INFO] [stdout]  177 | 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.20.0/src/combinator.rs:306:1
[INFO] [stdout]      |
[INFO] [stdout]  306 | / impl<X, Y> Mul<An<Y>> for An<X>
[INFO] [stdout]  307 | | where
[INFO] [stdout]  308 | |     X: AudioNode,
[INFO] [stdout]  309 | |     Y: AudioNode<Outputs = X::Outputs>,
[INFO] [stdout]  310 | |     X::Inputs: Add<Y::Inputs>,
[INFO] [stdout]  311 | |     <X::Inputs as Add<Y::Inputs>>::Output: Size<f32>,
[INFO] [stdout]      | |_____________________________________________________^ `std::ops::Mul<combinator::An<Y>>`
[INFO] [stdout] ...
[INFO] [stdout]  426 | / impl<X> Mul<f32> for An<X>
[INFO] [stdout]  427 | | where
[INFO] [stdout]  428 | |     X: AudioNode,
[INFO] [stdout]  429 | |     X::Inputs: Size<f32>,
[INFO] [stdout]  430 | |     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.20.0/src/net.rs:2038:1
[INFO] [stdout]      |
[INFO] [stdout] 2038 | / impl<X> core::ops::Mul<Net> for An<X>
[INFO] [stdout] 2039 | | where
[INFO] [stdout] 2040 | |     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/4fadb625e880f5b6/out/fundsp-4fadb625e880f5b6.long-type-3726670325567372794.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.20.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.20.0/src/combinator.rs:177:1
[INFO] [stdout]      |
[INFO] [stdout]  177 | 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.20.0/src/combinator.rs:306:1
[INFO] [stdout]      |
[INFO] [stdout]  306 | / impl<X, Y> Mul<An<Y>> for An<X>
[INFO] [stdout]  307 | | where
[INFO] [stdout]  308 | |     X: AudioNode,
[INFO] [stdout]  309 | |     Y: AudioNode<Outputs = X::Outputs>,
[INFO] [stdout]  310 | |     X::Inputs: Add<Y::Inputs>,
[INFO] [stdout]  311 | |     <X::Inputs as Add<Y::Inputs>>::Output: Size<f32>,
[INFO] [stdout]      | |_____________________________________________________^ `std::ops::Mul<combinator::An<Y>>`
[INFO] [stdout] ...
[INFO] [stdout]  426 | / impl<X> Mul<f32> for An<X>
[INFO] [stdout]  427 | | where
[INFO] [stdout]  428 | |     X: AudioNode,
[INFO] [stdout]  429 | |     X::Inputs: Size<f32>,
[INFO] [stdout]  430 | |     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.20.0/src/net.rs:2038:1
[INFO] [stdout]      |
[INFO] [stdout] 2038 | / impl<X> core::ops::Mul<Net> for An<X>
[INFO] [stdout] 2039 | | where
[INFO] [stdout] 2040 | |     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/4fadb625e880f5b6/out/fundsp-4fadb625e880f5b6.long-type-7524814659094029251.txt'
[INFO] [stdout]      = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fundsp` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "cd7ba6630f84cba0d83965619734ecfcd38677ce4ef2dab02cf57a09dde55dd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd7ba6630f84cba0d83965619734ecfcd38677ce4ef2dab02cf57a09dde55dd1", kill_on_drop: false }`
[INFO] [stdout] cd7ba6630f84cba0d83965619734ecfcd38677ce4ef2dab02cf57a09dde55dd1
