[INFO] fetching crate rft 0.1.0... [INFO] checking rft-0.1.0 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate rft 0.1.0 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate rft 0.1.0 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "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-5-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "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" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded strided v0.2.9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 52340004f5a1e3f378e9b088bbac75c67503afdbb5015d5e05aae6c351325a87 [INFO] running `Command { std: "docker" "start" "-a" "52340004f5a1e3f378e9b088bbac75c67503afdbb5015d5e05aae6c351325a87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "52340004f5a1e3f378e9b088bbac75c67503afdbb5015d5e05aae6c351325a87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52340004f5a1e3f378e9b088bbac75c67503afdbb5015d5e05aae6c351325a87", kill_on_drop: false }` [INFO] [stdout] 52340004f5a1e3f378e9b088bbac75c67503afdbb5015d5e05aae6c351325a87 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 734b29222adb02873047a9bdb3c2695b8ab424ada41d2c53ace39d710d3d1f59 [INFO] running `Command { std: "docker" "start" "-a" "734b29222adb02873047a9bdb3c2695b8ab424ada41d2c53ace39d710d3d1f59", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking strided v0.2.9 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking num-bigint v0.4.5 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking num v0.4.3 [INFO] [stderr] Checking rft v0.1.0 (/opt/rustwide/workdir) [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 other types implement trait `Float`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] note: required by a bound in `num::Complex::::from_polar` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.6/src/lib.rs:207:9 [INFO] [stdout] | [INFO] [stdout] 207 | impl Complex { [INFO] [stdout] | ^^^^^ required by this bound in `Complex::::from_polar` [INFO] [stdout] ... [INFO] [stdout] 233 | pub fn from_polar(r: T, theta: T) -> Self { [INFO] [stdout] | ---------- required by a bound in this associated function [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] = help: the following other types implement trait `Mul`: [INFO] [stdout] <&'a num::Complex as Mul<&'b num::Complex>> [INFO] [stdout] <&'a num::Complex as Mul> [INFO] [stdout] <&'a num::Complex as Mul>> [INFO] [stdout] <&'b num::Complex as Mul<&'a T>> [INFO] [stdout] as Mul<&'a T>> [INFO] [stdout] as Mul<&'a num::Complex>> [INFO] [stdout] as Mul> [INFO] [stdout] as Mul> [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 other types implement trait `Float`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] note: required by a bound in `num::Complex::::from_polar` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.6/src/lib.rs:207:9 [INFO] [stdout] | [INFO] [stdout] 207 | impl Complex { [INFO] [stdout] | ^^^^^ required by this bound in `Complex::::from_polar` [INFO] [stdout] ... [INFO] [stdout] 233 | pub fn from_polar(r: T, theta: T) -> Self { [INFO] [stdout] | ---------- required by a bound in this associated function [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] = help: the following other types implement trait `Mul`: [INFO] [stdout] <&'a num::Complex as Mul<&'b num::Complex>> [INFO] [stdout] <&'a num::Complex as Mul> [INFO] [stdout] <&'a num::Complex as Mul>> [INFO] [stdout] <&'b num::Complex as Mul<&'a T>> [INFO] [stdout] as Mul<&'a T>> [INFO] [stdout] as Mul<&'a num::Complex>> [INFO] [stdout] as Mul> [INFO] [stdout] as Mul> [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `conj` exists for struct `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 `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>: complex::Complex` 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>`, which is required by `num::Complex<&f32>: complex::Complex` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `complex::Complex`: [INFO] [stdout] num::Complex [INFO] [stdout] num::Complex [INFO] [stdout] note: required for `num::Complex<&f32>` to implement `complex::Complex` [INFO] [stdout] --> src/sample.rs:102:17 [INFO] [stdout] | [INFO] [stdout] 102 | impl Complex for S { [INFO] [stdout] | ------ ^^^^^^^ ^ [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [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[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 other types implement trait `Float`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] note: required by a bound in `num::Complex::::from_polar` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.6/src/lib.rs:207:9 [INFO] [stdout] | [INFO] [stdout] 207 | impl Complex { [INFO] [stdout] | ^^^^^ required by this bound in `Complex::::from_polar` [INFO] [stdout] ... [INFO] [stdout] 233 | pub fn from_polar(r: T, theta: T) -> Self { [INFO] [stdout] | ---------- required by a bound in this associated function [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] = help: the following other types implement trait `Mul`: [INFO] [stdout] <&'a num::Complex as Mul<&'b num::Complex>> [INFO] [stdout] <&'a num::Complex as Mul> [INFO] [stdout] <&'a num::Complex as Mul>> [INFO] [stdout] <&'b num::Complex as Mul<&'a T>> [INFO] [stdout] as Mul<&'a T>> [INFO] [stdout] as Mul<&'a num::Complex>> [INFO] [stdout] as Mul> [INFO] [stdout] as Mul> [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [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 other types implement trait `Float`: [INFO] [stdout] f32 [INFO] [stdout] f64 [INFO] [stdout] note: required by a bound in `num::Complex::::from_polar` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/num-complex-0.4.6/src/lib.rs:207:9 [INFO] [stdout] | [INFO] [stdout] 207 | impl Complex { [INFO] [stdout] | ^^^^^ required by this bound in `Complex::::from_polar` [INFO] [stdout] ... [INFO] [stdout] 233 | pub fn from_polar(r: T, theta: T) -> Self { [INFO] [stdout] | ---------- required by a bound in this associated function [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] = help: the following other types implement trait `Mul`: [INFO] [stdout] <&'a num::Complex as Mul<&'b num::Complex>> [INFO] [stdout] <&'a num::Complex as Mul> [INFO] [stdout] <&'a num::Complex as Mul>> [INFO] [stdout] <&'b num::Complex as Mul<&'a T>> [INFO] [stdout] as Mul<&'a T>> [INFO] [stdout] as Mul<&'a num::Complex>> [INFO] [stdout] as Mul> [INFO] [stdout] as Mul> [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `conj` exists for struct `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 `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] [stderr] error: could not compile `rft` (lib) due to 7 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0277]: the trait bound `num::Complex<&f32>: complex::Complex` 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>`, which is required by `num::Complex<&f32>: complex::Complex` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `complex::Complex`: [INFO] [stdout] num::Complex [INFO] [stdout] num::Complex [INFO] [stdout] note: required for `num::Complex<&f32>` to implement `complex::Complex` [INFO] [stdout] --> src/sample.rs:102:17 [INFO] [stdout] | [INFO] [stdout] 102 | impl Complex for S { [INFO] [stdout] | ------ ^^^^^^^ ^ [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [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: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rft` (lib test) due to 7 previous errors [INFO] running `Command { std: "docker" "inspect" "734b29222adb02873047a9bdb3c2695b8ab424ada41d2c53ace39d710d3d1f59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "734b29222adb02873047a9bdb3c2695b8ab424ada41d2c53ace39d710d3d1f59", kill_on_drop: false }` [INFO] [stdout] 734b29222adb02873047a9bdb3c2695b8ab424ada41d2c53ace39d710d3d1f59