[INFO] fetching crate rft 0.1.0... [INFO] checking rft-0.1.0 against try#cac44d9528e3bbbdaa1537d187bd489ccc5de18c for pr-91141 [INFO] extracting crate rft 0.1.0 into /workspace/builds/worker-19/source [INFO] validating manifest of crates.io crate rft 0.1.0 on toolchain cac44d9528e3bbbdaa1537d187bd489ccc5de18c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rft 0.1.0 [INFO] finished tweaking crates.io crate rft 0.1.0 [INFO] tweaked toml for crates.io crate rft 0.1.0 written to /workspace/builds/worker-19/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aa4c7cffaefcd9b5bdd1d7b6bc8ff09e4a480ab6ef81ec27503d70bd825b2052 [INFO] running `Command { std: "docker" "start" "-a" "aa4c7cffaefcd9b5bdd1d7b6bc8ff09e4a480ab6ef81ec27503d70bd825b2052", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aa4c7cffaefcd9b5bdd1d7b6bc8ff09e4a480ab6ef81ec27503d70bd825b2052", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa4c7cffaefcd9b5bdd1d7b6bc8ff09e4a480ab6ef81ec27503d70bd825b2052", kill_on_drop: false }` [INFO] [stdout] aa4c7cffaefcd9b5bdd1d7b6bc8ff09e4a480ab6ef81ec27503d70bd825b2052 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5ff7b0393a749b6f552377efc48a996b3f3434d487db82cbff02320e6e112a6d [INFO] running `Command { std: "docker" "start" "-a" "5ff7b0393a749b6f552377efc48a996b3f3434d487db82cbff02320e6e112a6d", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking strided v0.2.9 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Checking num-complex v0.4.0 [INFO] [stderr] Checking num v0.4.0 [INFO] [stderr] Checking rft v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: patterns aren't allowed in functions without bodies [INFO] [stdout] --> src/spectrum/average/mod.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | mut output: MutStride); [INFO] [stdout] | ^^^^^^^^^^ help: remove `mut` from the parameter: `output` [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(patterns_in_fns_without_body)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #35203 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: patterns aren't allowed in functions without bodies [INFO] [stdout] --> src/spectrum/average/mod.rs:22:13 [INFO] [stdout] | [INFO] [stdout] 22 | mut output: MutStride); [INFO] [stdout] | ^^^^^^^^^^ help: remove `mut` from the parameter: `output` [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(patterns_in_fns_without_body)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #35203 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `&{float}: Float` is not satisfied [INFO] [stdout] --> src/transform/cooley_tukey.rs:32:16 [INFO] [stdout] | [INFO] [stdout] 32 | let twiddle = num::Complex::from_polar(&1.0, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Float` is not implemented for `&{float}` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] note: required by a bound in `num::Complex::::from_polar` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-complex-0.4.0/src/lib.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | impl Complex { [INFO] [stdout] | ^^^^^ required by this bound in `num::Complex::::from_polar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: cannot multiply `num::Complex` by `num::Complex<&f32>` [INFO] [stdout] --> src/transform/cooley_tukey.rs:47:19 [INFO] [stdout] | [INFO] [stdout] 47 | factor = factor * twiddle; [INFO] [stdout] | ^ no implementation for `num::Complex * num::Complex<&f32>` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Mul>` is not implemented for `num::Complex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `&{float}: Float` is not satisfied [INFO] [stdout] --> src/transform/bluestein.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | t.push(num::Complex::from_polar(&1.0, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Float` is not implemented for `&{float}` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] note: required by a bound in `num::Complex::::from_polar` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-complex-0.4.0/src/lib.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | impl Complex { [INFO] [stdout] | ^^^^^ required by this bound in `num::Complex::::from_polar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: cannot multiply `num::Complex` by `num::Complex<&f32>` [INFO] [stdout] --> src/transform/bluestein.rs:30:29 [INFO] [stdout] | [INFO] [stdout] 30 | a.push(input[i].to_num() * t[i]); [INFO] [stdout] | ^ no implementation for `num::Complex * num::Complex<&f32>` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Mul>` is not implemented for `num::Complex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `conj` exists for struct `num::Complex<&f32>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/transform/bluestein.rs:37:36 [INFO] [stdout] | [INFO] [stdout] 37 | b.push(t[cmp::min(i, next - i)].conj()); [INFO] [stdout] | ^^^^ method cannot be called on `num::Complex<&f32>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `<&f32 as Neg>::Output = &f32` [INFO] [stdout] `&f32: Num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `num::Complex<&f32>: Sample` is not satisfied [INFO] [stdout] --> src/transform/bluestein.rs:71:14 [INFO] [stdout] | [INFO] [stdout] 71 | output.mul(exp); [INFO] [stdout] | --- ^^^ the trait `Sample` is not implemented for `num::Complex<&f32>` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `complex::Complex` for `num::Complex<&f32>` [INFO] [stdout] note: required by a bound in `ComplexMut::mul` [INFO] [stdout] --> src/complex.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 36 | fn mul(&mut self, value: &C) { [INFO] [stdout] | ^^^^^^^ required by this bound in `ComplexMut::mul` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed for `Vec>` [INFO] [stdout] --> src/transform/bluestein.rs:50:3 [INFO] [stdout] | [INFO] [stdout] 26 | let mut b = Vec::with_capacity(next); [INFO] [stdout] | ----- consider giving `b` the explicit type `Vec>`, where the type parameter `num::Complex<{float}>` is specified [INFO] [stdout] ... [INFO] [stdout] 50 | ct::forward(b.as_stride(), tmp.as_stride_mut()); [INFO] [stdout] | ^^^^^^^^^^^ cannot infer type for struct `num::Complex<{float}>` [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `num::Complex<{float}>: complex::Complex` found [INFO] [stdout] --> src/complex.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | impl Complex for num::Complex { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | impl Complex for num::Complex { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: required by a bound in `cooley_tukey::forward` [INFO] [stdout] --> src/transform/cooley_tukey.rs:54:20 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn forward(input: Stride, output: MutStride) { [INFO] [stdout] | ^^^^^^^ required by this bound in `cooley_tukey::forward` [INFO] [stdout] help: consider specifying the type arguments in the function call [INFO] [stdout] | [INFO] [stdout] 50 | ct::forward::(b.as_stride(), tmp.as_stride_mut()); [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed for `Vec>` [INFO] [stdout] --> src/transform/bluestein.rs:53:3 [INFO] [stdout] | [INFO] [stdout] 26 | let mut b = Vec::with_capacity(next); [INFO] [stdout] | ----- consider giving `b` the explicit type `Vec>`, where the type parameter `num::Complex<{float}>` is specified [INFO] [stdout] ... [INFO] [stdout] 53 | ct::forward(a.as_stride(), b.as_stride_mut()); [INFO] [stdout] | ^^^^^^^^^^^ cannot infer type for struct `num::Complex<{float}>` [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `num::Complex<{float}>: ComplexMut` found [INFO] [stdout] --> src/complex.rs:100:1 [INFO] [stdout] | [INFO] [stdout] 100 | impl ComplexMut for num::Complex { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 112 | impl ComplexMut for num::Complex { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: required by a bound in `cooley_tukey::forward` [INFO] [stdout] --> src/transform/cooley_tukey.rs:54:33 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn forward(input: Stride, output: MutStride) { [INFO] [stdout] | ^^^^^^^^^^ required by this bound in `cooley_tukey::forward` [INFO] [stdout] help: consider specifying the type arguments in the function call [INFO] [stdout] | [INFO] [stdout] 53 | ct::forward::(a.as_stride(), b.as_stride_mut()); [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed for `Vec>` [INFO] [stdout] --> src/transform/bluestein.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 26 | let mut b = Vec::with_capacity(next); [INFO] [stdout] | ----- consider giving `b` the explicit type `Vec>`, where the type parameter `num::Complex<{float}>` is specified [INFO] [stdout] ... [INFO] [stdout] 57 | b[i].mul(&tmp[i]); [INFO] [stdout] | ^^^ cannot infer type for struct `num::Complex<{float}>` [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `num::Complex<{float}>: ComplexMut` found [INFO] [stdout] --> src/complex.rs:100:1 [INFO] [stdout] | [INFO] [stdout] 100 | impl ComplexMut for num::Complex { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 112 | impl ComplexMut for num::Complex { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed for `Vec>` [INFO] [stdout] --> src/transform/bluestein.rs:61:3 [INFO] [stdout] | [INFO] [stdout] 26 | let mut b = Vec::with_capacity(next); [INFO] [stdout] | ----- consider giving `b` the explicit type `Vec>`, where the type parameter `num::Complex<{float}>` is specified [INFO] [stdout] ... [INFO] [stdout] 61 | ct::inverse(b.as_stride(), a.as_stride_mut()); [INFO] [stdout] | ^^^^^^^^^^^ cannot infer type for struct `num::Complex<{float}>` [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `num::Complex<{float}>: complex::Complex` found [INFO] [stdout] --> src/complex.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | impl Complex for num::Complex { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | impl Complex for num::Complex { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: required by a bound in `cooley_tukey::inverse` [INFO] [stdout] --> src/transform/cooley_tukey.rs:69:20 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn inverse(input: Stride, output: MutStride) { [INFO] [stdout] | ^^^^^^^ required by this bound in `cooley_tukey::inverse` [INFO] [stdout] help: consider specifying the type arguments in the function call [INFO] [stdout] | [INFO] [stdout] 61 | ct::inverse::(b.as_stride(), a.as_stride_mut()); [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `&{float}: Float` is not satisfied [INFO] [stdout] --> src/transform/cooley_tukey.rs:32:16 [INFO] [stdout] | [INFO] [stdout] 32 | let twiddle = num::Complex::from_polar(&1.0, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Float` is not implemented for `&{float}` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] note: required by a bound in `num::Complex::::from_polar` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-complex-0.4.0/src/lib.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | impl Complex { [INFO] [stdout] | ^^^^^ required by this bound in `num::Complex::::from_polar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: cannot multiply `num::Complex` by `num::Complex<&f32>` [INFO] [stdout] --> src/transform/cooley_tukey.rs:47:19 [INFO] [stdout] | [INFO] [stdout] 47 | factor = factor * twiddle; [INFO] [stdout] | ^ no implementation for `num::Complex * num::Complex<&f32>` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Mul>` is not implemented for `num::Complex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `&{float}: Float` is not satisfied [INFO] [stdout] --> src/transform/bluestein.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | t.push(num::Complex::from_polar(&1.0, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Float` is not implemented for `&{float}` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] note: required by a bound in `num::Complex::::from_polar` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/num-complex-0.4.0/src/lib.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | impl Complex { [INFO] [stdout] | ^^^^^ required by this bound in `num::Complex::::from_polar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: cannot multiply `num::Complex` by `num::Complex<&f32>` [INFO] [stdout] --> src/transform/bluestein.rs:30:29 [INFO] [stdout] | [INFO] [stdout] 30 | a.push(input[i].to_num() * t[i]); [INFO] [stdout] | ^ no implementation for `num::Complex * num::Complex<&f32>` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Mul>` is not implemented for `num::Complex` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `conj` exists for struct `num::Complex<&f32>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/transform/bluestein.rs:37:36 [INFO] [stdout] | [INFO] [stdout] 37 | b.push(t[cmp::min(i, next - i)].conj()); [INFO] [stdout] | ^^^^ method cannot be called on `num::Complex<&f32>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `<&f32 as Neg>::Output = &f32` [INFO] [stdout] `&f32: Num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `num::Complex<&f32>: Sample` is not satisfied [INFO] [stdout] --> src/transform/bluestein.rs:71:14 [INFO] [stdout] | [INFO] [stdout] 71 | output.mul(exp); [INFO] [stdout] | --- ^^^ the trait `Sample` is not implemented for `num::Complex<&f32>` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = note: required because of the requirements on the impl of `complex::Complex` for `num::Complex<&f32>` [INFO] [stdout] note: required by a bound in `ComplexMut::mul` [INFO] [stdout] --> src/complex.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 36 | fn mul(&mut self, value: &C) { [INFO] [stdout] | ^^^^^^^ required by this bound in `ComplexMut::mul` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed for `Vec>` [INFO] [stdout] --> src/transform/bluestein.rs:50:3 [INFO] [stdout] | [INFO] [stdout] 26 | let mut b = Vec::with_capacity(next); [INFO] [stdout] | ----- consider giving `b` the explicit type `Vec>`, where the type parameter `num::Complex<{float}>` is specified [INFO] [stdout] ... [INFO] [stdout] 50 | ct::forward(b.as_stride(), tmp.as_stride_mut()); [INFO] [stdout] | ^^^^^^^^^^^ cannot infer type for struct `num::Complex<{float}>` [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `num::Complex<{float}>: complex::Complex` found [INFO] [stdout] --> src/complex.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | impl Complex for num::Complex { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | impl Complex for num::Complex { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: required by a bound in `cooley_tukey::forward` [INFO] [stdout] --> src/transform/cooley_tukey.rs:54:20 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn forward(input: Stride, output: MutStride) { [INFO] [stdout] | ^^^^^^^ required by this bound in `cooley_tukey::forward` [INFO] [stdout] help: consider specifying the type arguments in the function call [INFO] [stdout] | [INFO] [stdout] 50 | ct::forward::(b.as_stride(), tmp.as_stride_mut()); [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed for `Vec>` [INFO] [stdout] --> src/transform/bluestein.rs:53:3 [INFO] [stdout] | [INFO] [stdout] 26 | let mut b = Vec::with_capacity(next); [INFO] [stdout] | ----- consider giving `b` the explicit type `Vec>`, where the type parameter `num::Complex<{float}>` is specified [INFO] [stdout] ... [INFO] [stdout] 53 | ct::forward(a.as_stride(), b.as_stride_mut()); [INFO] [stdout] | ^^^^^^^^^^^ cannot infer type for struct `num::Complex<{float}>` [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `num::Complex<{float}>: ComplexMut` found [INFO] [stdout] --> src/complex.rs:100:1 [INFO] [stdout] | [INFO] [stdout] 100 | impl ComplexMut for num::Complex { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 112 | impl ComplexMut for num::Complex { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: required by a bound in `cooley_tukey::forward` [INFO] [stdout] --> src/transform/cooley_tukey.rs:54:33 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn forward(input: Stride, output: MutStride) { [INFO] [stdout] | ^^^^^^^^^^ required by this bound in `cooley_tukey::forward` [INFO] [stdout] help: consider specifying the type arguments in the function call [INFO] [stdout] | [INFO] [stdout] 53 | ct::forward::(a.as_stride(), b.as_stride_mut()); [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `num::Zero` [INFO] [stdout] --> src/window/window.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use num::Zero; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `num::Zero` [INFO] [stdout] --> src/window/mod.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | use num::Zero; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed for `Vec>` [INFO] [stdout] --> src/transform/bluestein.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 26 | let mut b = Vec::with_capacity(next); [INFO] [stdout] | ----- consider giving `b` the explicit type `Vec>`, where the type parameter `num::Complex<{float}>` is specified [INFO] [stdout] ... [INFO] [stdout] 57 | b[i].mul(&tmp[i]); [INFO] [stdout] | ^^^ cannot infer type for struct `num::Complex<{float}>` [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `num::Complex<{float}>: ComplexMut` found [INFO] [stdout] --> src/complex.rs:100:1 [INFO] [stdout] | [INFO] [stdout] 100 | impl ComplexMut for num::Complex { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 112 | impl ComplexMut for num::Complex { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed for `Vec>` [INFO] [stdout] --> src/transform/bluestein.rs:61:3 [INFO] [stdout] | [INFO] [stdout] 26 | let mut b = Vec::with_capacity(next); [INFO] [stdout] | ----- consider giving `b` the explicit type `Vec>`, where the type parameter `num::Complex<{float}>` is specified [INFO] [stdout] ... [INFO] [stdout] 61 | ct::inverse(b.as_stride(), a.as_stride_mut()); [INFO] [stdout] | ^^^^^^^^^^^ cannot infer type for struct `num::Complex<{float}>` [INFO] [stdout] | [INFO] [stdout] note: multiple `impl`s satisfying `num::Complex<{float}>: complex::Complex` found [INFO] [stdout] --> src/complex.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | impl Complex for num::Complex { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 88 | impl Complex for num::Complex { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: required by a bound in `cooley_tukey::inverse` [INFO] [stdout] --> src/transform/cooley_tukey.rs:69:20 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn inverse(input: Stride, output: MutStride) { [INFO] [stdout] | ^^^^^^^ required by this bound in `cooley_tukey::inverse` [INFO] [stdout] help: consider specifying the type arguments in the function call [INFO] [stdout] | [INFO] [stdout] 61 | ct::inverse::(b.as_stride(), a.as_stride_mut()); [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0283, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rft` due to 12 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused import: `num::Zero` [INFO] [stdout] --> src/window/window.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use num::Zero; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `num::Zero` [INFO] [stdout] --> src/window/mod.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | use num::Zero; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0283, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "5ff7b0393a749b6f552377efc48a996b3f3434d487db82cbff02320e6e112a6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ff7b0393a749b6f552377efc48a996b3f3434d487db82cbff02320e6e112a6d", kill_on_drop: false }` [INFO] [stdout] 5ff7b0393a749b6f552377efc48a996b3f3434d487db82cbff02320e6e112a6d