[INFO] fetching crate microfft 0.6.0...
[INFO] testing microfft-0.6.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate microfft 0.6.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate microfft 0.6.0
[INFO] finished tweaking crates.io crate microfft 0.6.0
[INFO] tweaked toml for crates.io crate microfft 0.6.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate microfft 0.6.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 10 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ba5ac07fce9ad1d2214ef5d3bfb402121a0fb92dc1658ba84393a6c7beabab0d
[INFO] running `Command { std: "docker" "start" "-a" "ba5ac07fce9ad1d2214ef5d3bfb402121a0fb92dc1658ba84393a6c7beabab0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ba5ac07fce9ad1d2214ef5d3bfb402121a0fb92dc1658ba84393a6c7beabab0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba5ac07fce9ad1d2214ef5d3bfb402121a0fb92dc1658ba84393a6c7beabab0d", kill_on_drop: false }`
[INFO] [stdout] ba5ac07fce9ad1d2214ef5d3bfb402121a0fb92dc1658ba84393a6c7beabab0d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 690798a279e02ee976b1cc8ef38de8f665634eda0fb3a80d1d4b92f4c7522dfa
[INFO] running `Command { std: "docker" "start" "-a" "690798a279e02ee976b1cc8ef38de8f665634eda0fb3a80d1d4b92f4c7522dfa", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling microfft v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `IFftN8192` is never constructed
[INFO] [stdout]   --> src/impls/ifft.rs:61:6
[INFO] [stdout]    |
[INFO] [stdout] 61 |     (IFftN8192, CFftN8192),
[INFO] [stdout]    |      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `ifft_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IFftN16384` is never constructed
[INFO] [stdout]   --> src/impls/ifft.rs:62:6
[INFO] [stdout]    |
[INFO] [stdout] 62 |     (IFftN16384, CFftN16384),
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `ifft_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IFftN32768` is never constructed
[INFO] [stdout]   --> src/impls/ifft.rs:63:6
[INFO] [stdout]    |
[INFO] [stdout] 63 |     (IFftN32768, CFftN32768),
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `ifft_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
[INFO] running `Command { std: "docker" "inspect" "690798a279e02ee976b1cc8ef38de8f665634eda0fb3a80d1d4b92f4c7522dfa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "690798a279e02ee976b1cc8ef38de8f665634eda0fb3a80d1d4b92f4c7522dfa", kill_on_drop: false }`
[INFO] [stdout] 690798a279e02ee976b1cc8ef38de8f665634eda0fb3a80d1d4b92f4c7522dfa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 94df6438458230ea79e6f04a73a763493e2f0db3144553e56dd83fb9067f4fbd
[INFO] running `Command { std: "docker" "start" "-a" "94df6438458230ea79e6f04a73a763493e2f0db3144553e56dd83fb9067f4fbd", kill_on_drop: false }`
[INFO] [stderr]    Compiling strength_reduce v0.2.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling primal-check v0.3.4
[INFO] [stderr]    Compiling transpose v0.2.3
[INFO] [stderr]    Compiling rustfft v6.4.1
[INFO] [stderr]    Compiling microfft v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `IFftN8192` is never constructed
[INFO] [stdout]   --> src/impls/ifft.rs:61:6
[INFO] [stdout]    |
[INFO] [stdout] 61 |     (IFftN8192, CFftN8192),
[INFO] [stdout]    |      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `ifft_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IFftN16384` is never constructed
[INFO] [stdout]   --> src/impls/ifft.rs:62:6
[INFO] [stdout]    |
[INFO] [stdout] 62 |     (IFftN16384, CFftN16384),
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `ifft_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IFftN32768` is never constructed
[INFO] [stdout]   --> src/impls/ifft.rs:63:6
[INFO] [stdout]    |
[INFO] [stdout] 63 |     (IFftN32768, CFftN32768),
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `ifft_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `cfft_8192` in module `microfft::complex`
[INFO] [stdout]   --> tests/transform.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |               fn $name() {
[INFO] [stdout]    |                  ----- due to this macro variable
[INFO] [stdout] ...
[INFO] [stdout] 74 |       cfft_8192: 8192,
[INFO] [stdout]    |       ^^^^^^^^^ help: a function with a similar name exists: `cfft_512`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/complex.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | / cfft_impls! {
[INFO] [stdout] 31 | |     2 => (cfft_2, CFftN2),
[INFO] [stdout] 32 | |     4 => (cfft_4, CFftN4, "size-4"),
[INFO] [stdout] 33 | |     8 => (cfft_8, CFftN8, "size-8"),
[INFO] [stdout] ...  |
[INFO] [stdout] 45 | |     32768 => (cfft_32768, CFftN32768, "size-32768"),
[INFO] [stdout] 46 | | }
[INFO] [stdout]    | |_- similarly named function `cfft_512` defined here
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/complex.rs:43:14
[INFO] [stdout]    |
[INFO] [stdout] 30 | / cfft_impls! {
[INFO] [stdout] 31 | |     2 => (cfft_2, CFftN2),
[INFO] [stdout] 32 | |     4 => (cfft_4, CFftN4, "size-4"),
[INFO] [stdout] 33 | |     8 => (cfft_8, CFftN8, "size-8"),
[INFO] [stdout] ...  |
[INFO] [stdout] 43 | |     8192 => (cfft_8192, CFftN8192, "size-8192"),
[INFO] [stdout]    | |              ^^^^^^^^^
[INFO] [stdout] 44 | |     16384 => (cfft_16384, CFftN16384, "size-16384"),
[INFO] [stdout] 45 | |     32768 => (cfft_32768, CFftN32768, "size-32768"),
[INFO] [stdout] 46 | | }
[INFO] [stdout]    | |_- the item is gated behind the `size-8192` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `cfft_16384` in module `microfft::complex`
[INFO] [stdout]    --> tests/transform.rs:75:5
[INFO] [stdout]     |
[INFO] [stdout]  45 |               fn $name() {
[INFO] [stdout]     |                  ----- due to this macro variable
[INFO] [stdout] ...
[INFO] [stdout]  75 |       cfft_16384: 16384,
[INFO] [stdout]     |       ^^^^^^^^^^ help: a unit struct with a similar name exists: `CFftN16384`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/impls/cfft.rs:156:1
[INFO] [stdout]     |
[INFO] [stdout] 156 | / cfft_impls! {
[INFO] [stdout] 157 | |      2 => (4, CFftN4, CFftN2),
[INFO] [stdout] 158 | |      3 => (8, CFftN8, CFftN4),
[INFO] [stdout] 159 | |      4 => (16, CFftN16, CFftN8),
[INFO] [stdout] ...   |
[INFO] [stdout] 170 | |     15 => (32768, CFftN32768, CFftN16384),
[INFO] [stdout] 171 | | }
[INFO] [stdout]     | |_- similarly named unit struct `CFftN16384` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/complex.rs:44:15
[INFO] [stdout]     |
[INFO] [stdout]  30 | / cfft_impls! {
[INFO] [stdout]  31 | |     2 => (cfft_2, CFftN2),
[INFO] [stdout]  32 | |     4 => (cfft_4, CFftN4, "size-4"),
[INFO] [stdout]  33 | |     8 => (cfft_8, CFftN8, "size-8"),
[INFO] [stdout] ...   |
[INFO] [stdout]  44 | |     16384 => (cfft_16384, CFftN16384, "size-16384"),
[INFO] [stdout]     | |               ^^^^^^^^^^
[INFO] [stdout]  45 | |     32768 => (cfft_32768, CFftN32768, "size-32768"),
[INFO] [stdout]  46 | | }
[INFO] [stdout]     | |_- the item is gated behind the `size-16384` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `cfft_32768` in module `microfft::complex`
[INFO] [stdout]    --> tests/transform.rs:76:5
[INFO] [stdout]     |
[INFO] [stdout]  45 |               fn $name() {
[INFO] [stdout]     |                  ----- due to this macro variable
[INFO] [stdout] ...
[INFO] [stdout]  76 |       cfft_32768: 32768,
[INFO] [stdout]     |       ^^^^^^^^^^ help: a unit struct with a similar name exists: `CFftN32768`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/impls/cfft.rs:156:1
[INFO] [stdout]     |
[INFO] [stdout] 156 | / cfft_impls! {
[INFO] [stdout] 157 | |      2 => (4, CFftN4, CFftN2),
[INFO] [stdout] 158 | |      3 => (8, CFftN8, CFftN4),
[INFO] [stdout] 159 | |      4 => (16, CFftN16, CFftN8),
[INFO] [stdout] ...   |
[INFO] [stdout] 170 | |     15 => (32768, CFftN32768, CFftN16384),
[INFO] [stdout] 171 | | }
[INFO] [stdout]     | |_- similarly named unit struct `CFftN32768` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/complex.rs:45:15
[INFO] [stdout]     |
[INFO] [stdout]  30 | / cfft_impls! {
[INFO] [stdout]  31 | |     2 => (cfft_2, CFftN2),
[INFO] [stdout]  32 | |     4 => (cfft_4, CFftN4, "size-4"),
[INFO] [stdout]  33 | |     8 => (cfft_8, CFftN8, "size-8"),
[INFO] [stdout] ...   |
[INFO] [stdout]  45 | |     32768 => (cfft_32768, CFftN32768, "size-32768"),
[INFO] [stdout]     | |               ^^^^^^^^^^
[INFO] [stdout]  46 | | }
[INFO] [stdout]     | |_- the item is gated behind the `size-32768` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `cfft_8192` in module `microfft::complex`
[INFO] [stdout]    --> tests/transform.rs:113:23
[INFO] [stdout]     |
[INFO] [stdout]  91 |                   let transformed = microfft::complex::$cfft_name(&mut input);
[INFO] [stdout]     |                                                        ---------- due to this macro variable
[INFO] [stdout] ...
[INFO] [stdout] 113 |       ifft_8192: (8192, cfft_8192),
[INFO] [stdout]     |                         ^^^^^^^^^ help: a function with a similar name exists: `cfft_512`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/complex.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | / cfft_impls! {
[INFO] [stdout]  31 | |     2 => (cfft_2, CFftN2),
[INFO] [stdout]  32 | |     4 => (cfft_4, CFftN4, "size-4"),
[INFO] [stdout]  33 | |     8 => (cfft_8, CFftN8, "size-8"),
[INFO] [stdout] ...   |
[INFO] [stdout]  45 | |     32768 => (cfft_32768, CFftN32768, "size-32768"),
[INFO] [stdout]  46 | | }
[INFO] [stdout]     | |_- similarly named function `cfft_512` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/complex.rs:43:14
[INFO] [stdout]     |
[INFO] [stdout]  30 | / cfft_impls! {
[INFO] [stdout]  31 | |     2 => (cfft_2, CFftN2),
[INFO] [stdout]  32 | |     4 => (cfft_4, CFftN4, "size-4"),
[INFO] [stdout]  33 | |     8 => (cfft_8, CFftN8, "size-8"),
[INFO] [stdout] ...   |
[INFO] [stdout]  43 | |     8192 => (cfft_8192, CFftN8192, "size-8192"),
[INFO] [stdout]     | |              ^^^^^^^^^
[INFO] [stdout]  44 | |     16384 => (cfft_16384, CFftN16384, "size-16384"),
[INFO] [stdout]  45 | |     32768 => (cfft_32768, CFftN32768, "size-32768"),
[INFO] [stdout]  46 | | }
[INFO] [stdout]     | |_- the item is gated behind the `size-8192` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `ifft_8192` in module `microfft::inverse`
[INFO] [stdout]    --> tests/transform.rs:113:5
[INFO] [stdout]     |
[INFO] [stdout]  83 |               fn $name() {
[INFO] [stdout]     |                  ----- due to this macro variable
[INFO] [stdout] ...
[INFO] [stdout] 113 |       ifft_8192: (8192, cfft_8192),
[INFO] [stdout]     |       ^^^^^^^^^ help: a function with a similar name exists: `ifft_512`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/inverse.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | / ifft_impls! {
[INFO] [stdout]  31 | |     2 => (ifft_2, IFftN2),
[INFO] [stdout]  32 | |     4 => (ifft_4, IFftN4, "size-4"),
[INFO] [stdout]  33 | |     8 => (ifft_8, IFftN8, "size-8"),
[INFO] [stdout] ...   |
[INFO] [stdout]  45 | |     32768 => (ifft_32768, IFftN32768, "size-32768"),
[INFO] [stdout]  46 | | }
[INFO] [stdout]     | |_- similarly named function `ifft_512` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/inverse.rs:43:14
[INFO] [stdout]     |
[INFO] [stdout]  30 | / ifft_impls! {
[INFO] [stdout]  31 | |     2 => (ifft_2, IFftN2),
[INFO] [stdout]  32 | |     4 => (ifft_4, IFftN4, "size-4"),
[INFO] [stdout]  33 | |     8 => (ifft_8, IFftN8, "size-8"),
[INFO] [stdout] ...   |
[INFO] [stdout]  43 | |     8192 => (ifft_8192, IFftN8192, "size-8192"),
[INFO] [stdout]     | |              ^^^^^^^^^
[INFO] [stdout]  44 | |     16384 => (ifft_16384, IFftN16384, "size-16384"),
[INFO] [stdout]  45 | |     32768 => (ifft_32768, IFftN32768, "size-32768"),
[INFO] [stdout]  46 | | }
[INFO] [stdout]     | |_- the item is gated behind the `size-8192` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `cfft_16384` in module `microfft::complex`
[INFO] [stdout]    --> tests/transform.rs:114:25
[INFO] [stdout]     |
[INFO] [stdout]  91 |                   let transformed = microfft::complex::$cfft_name(&mut input);
[INFO] [stdout]     |                                                        ---------- due to this macro variable
[INFO] [stdout] ...
[INFO] [stdout] 114 |       ifft_16384: (16384, cfft_16384),
[INFO] [stdout]     |                           ^^^^^^^^^^ help: a unit struct with a similar name exists: `CFftN16384`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/impls/cfft.rs:156:1
[INFO] [stdout]     |
[INFO] [stdout] 156 | / cfft_impls! {
[INFO] [stdout] 157 | |      2 => (4, CFftN4, CFftN2),
[INFO] [stdout] 158 | |      3 => (8, CFftN8, CFftN4),
[INFO] [stdout] 159 | |      4 => (16, CFftN16, CFftN8),
[INFO] [stdout] ...   |
[INFO] [stdout] 170 | |     15 => (32768, CFftN32768, CFftN16384),
[INFO] [stdout] 171 | | }
[INFO] [stdout]     | |_- similarly named unit struct `CFftN16384` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/complex.rs:44:15
[INFO] [stdout]     |
[INFO] [stdout]  30 | / cfft_impls! {
[INFO] [stdout]  31 | |     2 => (cfft_2, CFftN2),
[INFO] [stdout]  32 | |     4 => (cfft_4, CFftN4, "size-4"),
[INFO] [stdout]  33 | |     8 => (cfft_8, CFftN8, "size-8"),
[INFO] [stdout] ...   |
[INFO] [stdout]  44 | |     16384 => (cfft_16384, CFftN16384, "size-16384"),
[INFO] [stdout]     | |               ^^^^^^^^^^
[INFO] [stdout]  45 | |     32768 => (cfft_32768, CFftN32768, "size-32768"),
[INFO] [stdout]  46 | | }
[INFO] [stdout]     | |_- the item is gated behind the `size-16384` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `ifft_16384` in module `microfft::inverse`
[INFO] [stdout]    --> tests/transform.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout]  83 |               fn $name() {
[INFO] [stdout]     |                  ----- due to this macro variable
[INFO] [stdout] ...
[INFO] [stdout] 114 |       ifft_16384: (16384, cfft_16384),
[INFO] [stdout]     |       ^^^^^^^^^^ help: a unit struct with a similar name exists: `IFftN16384`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/impls/ifft.rs:48:1
[INFO] [stdout]     |
[INFO] [stdout]  48 | / ifft_impls! {
[INFO] [stdout]  49 | |     (IFftN2, CFftN2),
[INFO] [stdout]  50 | |     (IFftN4, CFftN4),
[INFO] [stdout]  51 | |     (IFftN8, CFftN8),
[INFO] [stdout] ...   |
[INFO] [stdout]  63 | |     (IFftN32768, CFftN32768),
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- similarly named unit struct `IFftN16384` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/inverse.rs:44:15
[INFO] [stdout]     |
[INFO] [stdout]  30 | / ifft_impls! {
[INFO] [stdout]  31 | |     2 => (ifft_2, IFftN2),
[INFO] [stdout]  32 | |     4 => (ifft_4, IFftN4, "size-4"),
[INFO] [stdout]  33 | |     8 => (ifft_8, IFftN8, "size-8"),
[INFO] [stdout] ...   |
[INFO] [stdout]  44 | |     16384 => (ifft_16384, IFftN16384, "size-16384"),
[INFO] [stdout]     | |               ^^^^^^^^^^
[INFO] [stdout]  45 | |     32768 => (ifft_32768, IFftN32768, "size-32768"),
[INFO] [stdout]  46 | | }
[INFO] [stdout]     | |_- the item is gated behind the `size-16384` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `cfft_32768` in module `microfft::complex`
[INFO] [stdout]    --> tests/transform.rs:115:25
[INFO] [stdout]     |
[INFO] [stdout]  91 |                   let transformed = microfft::complex::$cfft_name(&mut input);
[INFO] [stdout]     |                                                        ---------- due to this macro variable
[INFO] [stdout] ...
[INFO] [stdout] 115 |       ifft_32768: (32768, cfft_32768),
[INFO] [stdout]     |                           ^^^^^^^^^^ help: a unit struct with a similar name exists: `CFftN32768`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/impls/cfft.rs:156:1
[INFO] [stdout]     |
[INFO] [stdout] 156 | / cfft_impls! {
[INFO] [stdout] 157 | |      2 => (4, CFftN4, CFftN2),
[INFO] [stdout] 158 | |      3 => (8, CFftN8, CFftN4),
[INFO] [stdout] 159 | |      4 => (16, CFftN16, CFftN8),
[INFO] [stdout] ...   |
[INFO] [stdout] 170 | |     15 => (32768, CFftN32768, CFftN16384),
[INFO] [stdout] 171 | | }
[INFO] [stdout]     | |_- similarly named unit struct `CFftN32768` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/complex.rs:45:15
[INFO] [stdout]     |
[INFO] [stdout]  30 | / cfft_impls! {
[INFO] [stdout]  31 | |     2 => (cfft_2, CFftN2),
[INFO] [stdout]  32 | |     4 => (cfft_4, CFftN4, "size-4"),
[INFO] [stdout]  33 | |     8 => (cfft_8, CFftN8, "size-8"),
[INFO] [stdout] ...   |
[INFO] [stdout]  45 | |     32768 => (cfft_32768, CFftN32768, "size-32768"),
[INFO] [stdout]     | |               ^^^^^^^^^^
[INFO] [stdout]  46 | | }
[INFO] [stdout]     | |_- the item is gated behind the `size-32768` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `ifft_32768` in module `microfft::inverse`
[INFO] [stdout]    --> tests/transform.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout]  83 |               fn $name() {
[INFO] [stdout]     |                  ----- due to this macro variable
[INFO] [stdout] ...
[INFO] [stdout] 115 |       ifft_32768: (32768, cfft_32768),
[INFO] [stdout]     |       ^^^^^^^^^^ help: a unit struct with a similar name exists: `IFftN32768`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/impls/ifft.rs:48:1
[INFO] [stdout]     |
[INFO] [stdout]  48 | / ifft_impls! {
[INFO] [stdout]  49 | |     (IFftN2, CFftN2),
[INFO] [stdout]  50 | |     (IFftN4, CFftN4),
[INFO] [stdout]  51 | |     (IFftN8, CFftN8),
[INFO] [stdout] ...   |
[INFO] [stdout]  63 | |     (IFftN32768, CFftN32768),
[INFO] [stdout]  64 | | }
[INFO] [stdout]     | |_- similarly named unit struct `IFftN32768` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/inverse.rs:45:15
[INFO] [stdout]     |
[INFO] [stdout]  30 | / ifft_impls! {
[INFO] [stdout]  31 | |     2 => (ifft_2, IFftN2),
[INFO] [stdout]  32 | |     4 => (ifft_4, IFftN4, "size-4"),
[INFO] [stdout]  33 | |     8 => (ifft_8, IFftN8, "size-8"),
[INFO] [stdout] ...   |
[INFO] [stdout]  45 | |     32768 => (ifft_32768, IFftN32768, "size-32768"),
[INFO] [stdout]     | |               ^^^^^^^^^^
[INFO] [stdout]  46 | | }
[INFO] [stdout]     | |_- the item is gated behind the `size-32768` feature
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `cfft_8192` in module `microfft::complex`
[INFO] [stdout]    --> tests/transform.rs:155:23
[INFO] [stdout]     |
[INFO] [stdout] 127 |                   let expected = microfft::complex::$cfft_name(&mut input_c);
[INFO] [stdout]     |                                                     ---------- due to this macro variable
[INFO] [stdout] ...
[INFO] [stdout] 155 |       rfft_8192: (8192, cfft_8192),
[INFO] [stdout]     |                         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/complex.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | / cfft_impls! {
[INFO] [stdout]  31 | |     2 => (cfft_2, CFftN2),
[INFO] [stdout]  32 | |     4 => (cfft_4, CFftN4, "size-4"),
[INFO] [stdout]  33 | |     8 => (cfft_8, CFftN8, "size-8"),
[INFO] [stdout] ...   |
[INFO] [stdout]  45 | |     32768 => (cfft_32768, CFftN32768, "size-32768"),
[INFO] [stdout]  46 | | }
[INFO] [stdout]     | |_- similarly named function `cfft_512` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/complex.rs:43:14
[INFO] [stdout]     |
[INFO] [stdout]  30 | / cfft_impls! {
[INFO] [stdout]  31 | |     2 => (cfft_2, CFftN2),
[INFO] [stdout]  32 | |     4 => (cfft_4, CFftN4, "size-4"),
[INFO] [stdout]  33 | |     8 => (cfft_8, CFftN8, "size-8"),
[INFO] [stdout] ...   |
[INFO] [stdout]  43 | |     8192 => (cfft_8192, CFftN8192, "size-8192"),
[INFO] [stdout]     | |              ^^^^^^^^^
[INFO] [stdout]  44 | |     16384 => (cfft_16384, CFftN16384, "size-16384"),
[INFO] [stdout]  45 | |     32768 => (cfft_32768, CFftN32768, "size-32768"),
[INFO] [stdout]  46 | | }
[INFO] [stdout]     | |_- the item is gated behind the `size-8192` feature
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 155 -     rfft_8192: (8192, cfft_8192),
[INFO] [stdout] 155 +     rfft_8192: (8192, cfft_512),
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::cfft_8192;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `cfft_16384` in module `microfft::complex`
[INFO] [stdout]    --> tests/transform.rs:156:25
[INFO] [stdout]     |
[INFO] [stdout] 127 |                   let expected = microfft::complex::$cfft_name(&mut input_c);
[INFO] [stdout]     |                                                     ---------- due to this macro variable
[INFO] [stdout] ...
[INFO] [stdout] 156 |       rfft_16384: (16384, cfft_16384),
[INFO] [stdout]     |                           ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/impls/cfft.rs:156:1
[INFO] [stdout]     |
[INFO] [stdout] 156 | / cfft_impls! {
[INFO] [stdout] 157 | |      2 => (4, CFftN4, CFftN2),
[INFO] [stdout] 158 | |      3 => (8, CFftN8, CFftN4),
[INFO] [stdout] 159 | |      4 => (16, CFftN16, CFftN8),
[INFO] [stdout] ...   |
[INFO] [stdout] 170 | |     15 => (32768, CFftN32768, CFftN16384),
[INFO] [stdout] 171 | | }
[INFO] [stdout]     | |_- similarly named unit struct `CFftN16384` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/complex.rs:44:15
[INFO] [stdout]     |
[INFO] [stdout]  30 | / cfft_impls! {
[INFO] [stdout]  31 | |     2 => (cfft_2, CFftN2),
[INFO] [stdout]  32 | |     4 => (cfft_4, CFftN4, "size-4"),
[INFO] [stdout]  33 | |     8 => (cfft_8, CFftN8, "size-8"),
[INFO] [stdout] ...   |
[INFO] [stdout]  44 | |     16384 => (cfft_16384, CFftN16384, "size-16384"),
[INFO] [stdout]     | |               ^^^^^^^^^^
[INFO] [stdout]  45 | |     32768 => (cfft_32768, CFftN32768, "size-32768"),
[INFO] [stdout]  46 | | }
[INFO] [stdout]     | |_- the item is gated behind the `size-16384` feature
[INFO] [stdout] help: a unit struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 156 -     rfft_16384: (16384, cfft_16384),
[INFO] [stdout] 156 +     rfft_16384: (16384, CFftN16384),
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::cfft_16384;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `rfft_16384` in module `microfft::real`
[INFO] [stdout]    --> tests/transform.rs:156:5
[INFO] [stdout]     |
[INFO] [stdout] 122 |               fn $name() {
[INFO] [stdout]     |                  ----- due to this macro variable
[INFO] [stdout] ...
[INFO] [stdout] 156 |       rfft_16384: (16384, cfft_16384),
[INFO] [stdout]     |       ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/impls/rfft.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / rfft_impls! {
[INFO] [stdout] 105 | |     (RFftN4, CFftN2),
[INFO] [stdout] 106 | |     (RFftN8, CFftN4),
[INFO] [stdout] 107 | |     (RFftN16, CFftN8),
[INFO] [stdout] ...   |
[INFO] [stdout] 118 | |     (RFftN32768, CFftN16384),
[INFO] [stdout] 119 | | }
[INFO] [stdout]     | |_- similarly named unit struct `RFftN16384` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/real.rs:58:15
[INFO] [stdout]     |
[INFO] [stdout]  44 | / rfft_impls! {
[INFO] [stdout]  45 | |     2 => (rfft_2, RFftN2),
[INFO] [stdout]  46 | |     4 => (rfft_4, RFftN4),
[INFO] [stdout]  47 | |     8 => (rfft_8, RFftN8, "size-4"),
[INFO] [stdout] ...   |
[INFO] [stdout]  58 | |     16384 => (rfft_16384, RFftN16384, "size-8192"),
[INFO] [stdout]     | |               ^^^^^^^^^^
[INFO] [stdout]  59 | |     32768 => (rfft_32768, RFftN32768, "size-16384"),
[INFO] [stdout]  60 | | }
[INFO] [stdout]     | |_- the item is gated behind the `size-8192` feature
[INFO] [stdout] help: a unit struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 156 -     rfft_16384: (16384, cfft_16384),
[INFO] [stdout] 156 +     RFftN16384: (16384, cfft_16384),
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::rfft_16384;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `cfft_32768` in module `microfft::complex`
[INFO] [stdout]    --> tests/transform.rs:157:25
[INFO] [stdout]     |
[INFO] [stdout] 127 |                   let expected = microfft::complex::$cfft_name(&mut input_c);
[INFO] [stdout]     |                                                     ---------- due to this macro variable
[INFO] [stdout] ...
[INFO] [stdout] 157 |       rfft_32768: (32768, cfft_32768),
[INFO] [stdout]     |                           ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/impls/cfft.rs:156:1
[INFO] [stdout]     |
[INFO] [stdout] 156 | / cfft_impls! {
[INFO] [stdout] 157 | |      2 => (4, CFftN4, CFftN2),
[INFO] [stdout] 158 | |      3 => (8, CFftN8, CFftN4),
[INFO] [stdout] 159 | |      4 => (16, CFftN16, CFftN8),
[INFO] [stdout] ...   |
[INFO] [stdout] 170 | |     15 => (32768, CFftN32768, CFftN16384),
[INFO] [stdout] 171 | | }
[INFO] [stdout]     | |_- similarly named unit struct `CFftN32768` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/complex.rs:45:15
[INFO] [stdout]     |
[INFO] [stdout]  30 | / cfft_impls! {
[INFO] [stdout]  31 | |     2 => (cfft_2, CFftN2),
[INFO] [stdout]  32 | |     4 => (cfft_4, CFftN4, "size-4"),
[INFO] [stdout]  33 | |     8 => (cfft_8, CFftN8, "size-8"),
[INFO] [stdout] ...   |
[INFO] [stdout]  45 | |     32768 => (cfft_32768, CFftN32768, "size-32768"),
[INFO] [stdout]     | |               ^^^^^^^^^^
[INFO] [stdout]  46 | | }
[INFO] [stdout]     | |_- the item is gated behind the `size-32768` feature
[INFO] [stdout] help: a unit struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 157 -     rfft_32768: (32768, cfft_32768),
[INFO] [stdout] 157 +     rfft_32768: (32768, CFftN32768),
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::cfft_32768;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `rfft_32768` in module `microfft::real`
[INFO] [stdout]    --> tests/transform.rs:157:5
[INFO] [stdout]     |
[INFO] [stdout] 122 |               fn $name() {
[INFO] [stdout]     |                  ----- due to this macro variable
[INFO] [stdout] ...
[INFO] [stdout] 157 |       rfft_32768: (32768, cfft_32768),
[INFO] [stdout]     |       ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/impls/rfft.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | / rfft_impls! {
[INFO] [stdout] 105 | |     (RFftN4, CFftN2),
[INFO] [stdout] 106 | |     (RFftN8, CFftN4),
[INFO] [stdout] 107 | |     (RFftN16, CFftN8),
[INFO] [stdout] ...   |
[INFO] [stdout] 118 | |     (RFftN32768, CFftN16384),
[INFO] [stdout] 119 | | }
[INFO] [stdout]     | |_- similarly named unit struct `RFftN32768` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/real.rs:59:15
[INFO] [stdout]     |
[INFO] [stdout]  44 | / rfft_impls! {
[INFO] [stdout]  45 | |     2 => (rfft_2, RFftN2),
[INFO] [stdout]  46 | |     4 => (rfft_4, RFftN4),
[INFO] [stdout]  47 | |     8 => (rfft_8, RFftN8, "size-4"),
[INFO] [stdout] ...   |
[INFO] [stdout]  59 | |     32768 => (rfft_32768, RFftN32768, "size-16384"),
[INFO] [stdout]     | |               ^^^^^^^^^^
[INFO] [stdout]  60 | | }
[INFO] [stdout]     | |_- the item is gated behind the `size-16384` feature
[INFO] [stdout] help: a unit struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 157 -     rfft_32768: (32768, cfft_32768),
[INFO] [stdout] 157 +     RFftN32768: (32768, cfft_32768),
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::rfft_32768;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IFftN8192` is never constructed
[INFO] [stdout]   --> src/impls/ifft.rs:61:6
[INFO] [stdout]    |
[INFO] [stdout] 61 |     (IFftN8192, CFftN8192),
[INFO] [stdout]    |      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `ifft_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IFftN16384` is never constructed
[INFO] [stdout]   --> src/impls/ifft.rs:62:6
[INFO] [stdout]    |
[INFO] [stdout] 62 |     (IFftN16384, CFftN16384),
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `ifft_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IFftN32768` is never constructed
[INFO] [stdout]   --> src/impls/ifft.rs:63:6
[INFO] [stdout]    |
[INFO] [stdout] 63 |     (IFftN32768, CFftN32768),
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `ifft_impls` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `microfft` (test "transform") due to 14 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "94df6438458230ea79e6f04a73a763493e2f0db3144553e56dd83fb9067f4fbd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94df6438458230ea79e6f04a73a763493e2f0db3144553e56dd83fb9067f4fbd", kill_on_drop: false }`
[INFO] [stdout] 94df6438458230ea79e6f04a73a763493e2f0db3144553e56dd83fb9067f4fbd
