Sep 18 03:23:21.449 INFO checking basic_dsp_vector-0.5.3 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 03:23:21.449 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 03:23:21.449 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 03:23:21.637 INFO blam! a2eeb11fb5e09c11422ce4a789649056142e73053ba1f98d924d249ab7631c48 Sep 18 03:23:21.638 INFO running `"docker" "start" "-a" "a2eeb11fb5e09c11422ce4a789649056142e73053ba1f98d924d249ab7631c48"` Sep 18 03:23:22.618 INFO kablam! usermod: no changes Sep 18 03:23:22.812 INFO kablam! Compiling semver-parser v0.7.0 Sep 18 03:23:22.812 INFO kablam! Checking stable_deref_trait v1.1.1 Sep 18 03:23:22.812 INFO kablam! Checking rand_core v0.2.1 Sep 18 03:23:22.812 INFO kablam! Checking scopeguard v0.3.3 Sep 18 03:23:22.812 INFO kablam! Checking nodrop v0.1.12 Sep 18 03:23:22.812 INFO kablam! Checking crossbeam-utils v0.5.0 Sep 18 03:23:22.812 INFO kablam! Checking memoffset v0.2.1 Sep 18 03:23:22.812 INFO kablam! Checking rustc-serialize v0.3.24 Sep 18 03:23:23.015 INFO kablam! Checking smallvec v0.6.5 Sep 18 03:23:23.071 INFO kablam! Checking arrayvec v0.4.7 Sep 18 03:23:23.955 INFO kablam! Checking owning_ref v0.3.3 Sep 18 03:23:25.127 INFO kablam! Checking rand v0.5.5 Sep 18 03:23:25.614 INFO kablam! Compiling semver v0.9.0 Sep 18 03:23:25.694 INFO kablam! Checking lock_api v0.1.3 Sep 18 03:23:25.878 INFO kablam! Checking crossbeam-epoch v0.5.2 Sep 18 03:23:25.879 INFO kablam! Checking crossbeam-epoch v0.6.0 Sep 18 03:23:27.470 INFO kablam! Checking crossbeam-deque v0.5.2 Sep 18 03:23:30.123 INFO kablam! Compiling rustc_version v0.2.3 Sep 18 03:23:33.117 INFO kablam! Compiling parking_lot_core v0.3.1 Sep 18 03:23:36.035 INFO kablam! Checking num-complex v0.1.43 Sep 18 03:23:36.792 INFO kablam! Checking parking_lot v0.6.4 Sep 18 03:23:38.101 INFO kablam! Checking rustfft v2.1.0 Sep 18 03:23:38.465 INFO kablam! Checking crossbeam-channel v0.2.6 Sep 18 03:23:40.768 INFO kablam! Checking crossbeam v0.4.1 Sep 18 03:23:41.940 INFO kablam! Checking basic_dsp_vector v0.5.3 (/source) Sep 18 03:23:44.266 INFO kablam! error: the trait bound `S: vector_types::requirements::ToSlice` is not satisfied Sep 18 03:23:44.267 INFO kablam! --> src/vector_types/support_core.rs:84:30 Sep 18 03:23:44.267 INFO kablam! | Sep 18 03:23:44.267 INFO kablam! 84 | pub type RealTimeVec = DspVec; Sep 18 03:23:44.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `vector_types::requirements::ToSlice` is not implemented for `S` Sep 18 03:23:44.267 INFO kablam! | Sep 18 03:23:44.267 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 03:23:44.267 INFO kablam! = help: consider adding a `where S: vector_types::requirements::ToSlice` bound Sep 18 03:23:44.267 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.267 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.267 INFO kablam! Sep 18 03:23:44.267 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 03:23:44.267 INFO kablam! --> src/vector_types/support_core.rs:84:30 Sep 18 03:23:44.267 INFO kablam! | Sep 18 03:23:44.267 INFO kablam! 84 | pub type RealTimeVec = DspVec; Sep 18 03:23:44.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 03:23:44.267 INFO kablam! | Sep 18 03:23:44.267 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 03:23:44.267 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.267 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.267 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.267 INFO kablam! Sep 18 03:23:44.267 INFO kablam! error: the trait bound `T: num_traits::FloatConst` is not satisfied Sep 18 03:23:44.267 INFO kablam! --> src/vector_types/support_core.rs:84:30 Sep 18 03:23:44.267 INFO kablam! | Sep 18 03:23:44.267 INFO kablam! 84 | pub type RealTimeVec = DspVec; Sep 18 03:23:44.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::FloatConst` is not implemented for `T` Sep 18 03:23:44.267 INFO kablam! | Sep 18 03:23:44.267 INFO kablam! = help: consider adding a `where T: num_traits::FloatConst` bound Sep 18 03:23:44.267 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.267 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.267 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.267 INFO kablam! Sep 18 03:23:44.267 INFO kablam! error: the trait bound `T: numbers::ToSimd` is not satisfied Sep 18 03:23:44.267 INFO kablam! --> src/vector_types/support_core.rs:84:30 Sep 18 03:23:44.267 INFO kablam! | Sep 18 03:23:44.267 INFO kablam! 84 | pub type RealTimeVec = DspVec; Sep 18 03:23:44.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numbers::ToSimd` is not implemented for `T` Sep 18 03:23:44.267 INFO kablam! | Sep 18 03:23:44.267 INFO kablam! = help: consider adding a `where T: numbers::ToSimd` bound Sep 18 03:23:44.267 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.267 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.267 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.267 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.267 INFO kablam! Sep 18 03:23:44.267 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 03:23:44.267 INFO kablam! --> src/vector_types/support_core.rs:84:30 Sep 18 03:23:44.267 INFO kablam! | Sep 18 03:23:44.267 INFO kablam! 84 | pub type RealTimeVec = DspVec; Sep 18 03:23:44.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 03:23:44.267 INFO kablam! | Sep 18 03:23:44.267 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 03:23:44.267 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 03:23:44.267 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.267 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.267 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.267 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.267 INFO kablam! Sep 18 03:23:44.267 INFO kablam! error: the trait bound `T: rustfft::FFTnum` is not satisfied Sep 18 03:23:44.267 INFO kablam! --> src/vector_types/support_core.rs:84:30 Sep 18 03:23:44.267 INFO kablam! | Sep 18 03:23:44.267 INFO kablam! 84 | pub type RealTimeVec = DspVec; Sep 18 03:23:44.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustfft::FFTnum` is not implemented for `T` Sep 18 03:23:44.268 INFO kablam! | Sep 18 03:23:44.268 INFO kablam! = help: consider adding a `where T: rustfft::FFTnum` bound Sep 18 03:23:44.268 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.268 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.268 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.268 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.268 INFO kablam! Sep 18 03:23:44.271 INFO kablam! error: the trait bound `S: vector_types::requirements::ToSlice` is not satisfied Sep 18 03:23:44.271 INFO kablam! --> src/vector_types/support_core.rs:86:30 Sep 18 03:23:44.271 INFO kablam! | Sep 18 03:23:44.271 INFO kablam! 86 | pub type RealFreqVec = DspVec; Sep 18 03:23:44.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `vector_types::requirements::ToSlice` is not implemented for `S` Sep 18 03:23:44.271 INFO kablam! | Sep 18 03:23:44.271 INFO kablam! = help: consider adding a `where S: vector_types::requirements::ToSlice` bound Sep 18 03:23:44.271 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.271 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.271 INFO kablam! Sep 18 03:23:44.271 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 03:23:44.271 INFO kablam! --> src/vector_types/support_core.rs:86:30 Sep 18 03:23:44.271 INFO kablam! | Sep 18 03:23:44.271 INFO kablam! 86 | pub type RealFreqVec = DspVec; Sep 18 03:23:44.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 03:23:44.271 INFO kablam! | Sep 18 03:23:44.271 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 03:23:44.271 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.271 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.271 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.271 INFO kablam! Sep 18 03:23:44.272 INFO kablam! error: the trait bound `T: num_traits::FloatConst` is not satisfied Sep 18 03:23:44.272 INFO kablam! --> src/vector_types/support_core.rs:86:30 Sep 18 03:23:44.272 INFO kablam! | Sep 18 03:23:44.272 INFO kablam! 86 | pub type RealFreqVec = DspVec; Sep 18 03:23:44.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::FloatConst` is not implemented for `T` Sep 18 03:23:44.272 INFO kablam! | Sep 18 03:23:44.272 INFO kablam! = help: consider adding a `where T: num_traits::FloatConst` bound Sep 18 03:23:44.272 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.272 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.272 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.272 INFO kablam! Sep 18 03:23:44.272 INFO kablam! error: the trait bound `T: numbers::ToSimd` is not satisfied Sep 18 03:23:44.272 INFO kablam! --> src/vector_types/support_core.rs:86:30 Sep 18 03:23:44.272 INFO kablam! | Sep 18 03:23:44.272 INFO kablam! 86 | pub type RealFreqVec = DspVec; Sep 18 03:23:44.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numbers::ToSimd` is not implemented for `T` Sep 18 03:23:44.272 INFO kablam! | Sep 18 03:23:44.272 INFO kablam! = help: consider adding a `where T: numbers::ToSimd` bound Sep 18 03:23:44.272 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.272 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.272 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.272 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.272 INFO kablam! Sep 18 03:23:44.274 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 03:23:44.275 INFO kablam! --> src/vector_types/support_core.rs:86:30 Sep 18 03:23:44.275 INFO kablam! | Sep 18 03:23:44.275 INFO kablam! 86 | pub type RealFreqVec = DspVec; Sep 18 03:23:44.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 03:23:44.275 INFO kablam! | Sep 18 03:23:44.275 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 03:23:44.275 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 03:23:44.275 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.275 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.275 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.275 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.275 INFO kablam! Sep 18 03:23:44.275 INFO kablam! error: the trait bound `T: rustfft::FFTnum` is not satisfied Sep 18 03:23:44.275 INFO kablam! --> src/vector_types/support_core.rs:86:30 Sep 18 03:23:44.275 INFO kablam! | Sep 18 03:23:44.275 INFO kablam! 86 | pub type RealFreqVec = DspVec; Sep 18 03:23:44.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustfft::FFTnum` is not implemented for `T` Sep 18 03:23:44.275 INFO kablam! | Sep 18 03:23:44.275 INFO kablam! = help: consider adding a `where T: rustfft::FFTnum` bound Sep 18 03:23:44.275 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.275 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.275 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.275 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.275 INFO kablam! Sep 18 03:23:44.275 INFO kablam! error: the trait bound `S: vector_types::requirements::ToSlice` is not satisfied Sep 18 03:23:44.275 INFO kablam! --> src/vector_types/support_core.rs:88:33 Sep 18 03:23:44.275 INFO kablam! | Sep 18 03:23:44.275 INFO kablam! 88 | pub type ComplexTimeVec = DspVec; Sep 18 03:23:44.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `vector_types::requirements::ToSlice` is not implemented for `S` Sep 18 03:23:44.275 INFO kablam! | Sep 18 03:23:44.275 INFO kablam! = help: consider adding a `where S: vector_types::requirements::ToSlice` bound Sep 18 03:23:44.275 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.275 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.275 INFO kablam! Sep 18 03:23:44.275 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 03:23:44.275 INFO kablam! --> src/vector_types/support_core.rs:88:33 Sep 18 03:23:44.275 INFO kablam! | Sep 18 03:23:44.275 INFO kablam! 88 | pub type ComplexTimeVec = DspVec; Sep 18 03:23:44.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 03:23:44.275 INFO kablam! | Sep 18 03:23:44.275 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 03:23:44.275 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.275 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.275 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.275 INFO kablam! Sep 18 03:23:44.276 INFO kablam! error: the trait bound `T: num_traits::FloatConst` is not satisfied Sep 18 03:23:44.276 INFO kablam! --> src/vector_types/support_core.rs:88:33 Sep 18 03:23:44.276 INFO kablam! | Sep 18 03:23:44.276 INFO kablam! 88 | pub type ComplexTimeVec = DspVec; Sep 18 03:23:44.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::FloatConst` is not implemented for `T` Sep 18 03:23:44.276 INFO kablam! | Sep 18 03:23:44.276 INFO kablam! = help: consider adding a `where T: num_traits::FloatConst` bound Sep 18 03:23:44.276 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.276 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.276 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.276 INFO kablam! Sep 18 03:23:44.276 INFO kablam! error: the trait bound `T: numbers::ToSimd` is not satisfied Sep 18 03:23:44.276 INFO kablam! --> src/vector_types/support_core.rs:88:33 Sep 18 03:23:44.276 INFO kablam! | Sep 18 03:23:44.276 INFO kablam! 88 | pub type ComplexTimeVec = DspVec; Sep 18 03:23:44.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numbers::ToSimd` is not implemented for `T` Sep 18 03:23:44.276 INFO kablam! | Sep 18 03:23:44.276 INFO kablam! = help: consider adding a `where T: numbers::ToSimd` bound Sep 18 03:23:44.286 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.287 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.287 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.287 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.287 INFO kablam! Sep 18 03:23:44.287 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 03:23:44.287 INFO kablam! --> src/vector_types/support_core.rs:88:33 Sep 18 03:23:44.287 INFO kablam! | Sep 18 03:23:44.287 INFO kablam! 88 | pub type ComplexTimeVec = DspVec; Sep 18 03:23:44.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 03:23:44.287 INFO kablam! | Sep 18 03:23:44.287 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 03:23:44.287 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 03:23:44.287 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.287 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.287 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.287 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.287 INFO kablam! Sep 18 03:23:44.287 INFO kablam! error: the trait bound `T: rustfft::FFTnum` is not satisfied Sep 18 03:23:44.287 INFO kablam! --> src/vector_types/support_core.rs:88:33 Sep 18 03:23:44.287 INFO kablam! | Sep 18 03:23:44.287 INFO kablam! 88 | pub type ComplexTimeVec = DspVec; Sep 18 03:23:44.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustfft::FFTnum` is not implemented for `T` Sep 18 03:23:44.287 INFO kablam! | Sep 18 03:23:44.287 INFO kablam! = help: consider adding a `where T: rustfft::FFTnum` bound Sep 18 03:23:44.287 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.287 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.287 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.287 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.287 INFO kablam! Sep 18 03:23:44.287 INFO kablam! error: the trait bound `S: vector_types::requirements::ToSlice` is not satisfied Sep 18 03:23:44.287 INFO kablam! --> src/vector_types/support_core.rs:90:33 Sep 18 03:23:44.287 INFO kablam! | Sep 18 03:23:44.287 INFO kablam! 90 | pub type ComplexFreqVec = DspVec; Sep 18 03:23:44.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `vector_types::requirements::ToSlice` is not implemented for `S` Sep 18 03:23:44.287 INFO kablam! | Sep 18 03:23:44.287 INFO kablam! = help: consider adding a `where S: vector_types::requirements::ToSlice` bound Sep 18 03:23:44.287 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.287 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.287 INFO kablam! Sep 18 03:23:44.288 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 03:23:44.288 INFO kablam! --> src/vector_types/support_core.rs:90:33 Sep 18 03:23:44.288 INFO kablam! | Sep 18 03:23:44.288 INFO kablam! 90 | pub type ComplexFreqVec = DspVec; Sep 18 03:23:44.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 03:23:44.288 INFO kablam! | Sep 18 03:23:44.288 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 03:23:44.288 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.288 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.288 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.288 INFO kablam! Sep 18 03:23:44.288 INFO kablam! error: the trait bound `T: num_traits::FloatConst` is not satisfied Sep 18 03:23:44.288 INFO kablam! --> src/vector_types/support_core.rs:90:33 Sep 18 03:23:44.288 INFO kablam! | Sep 18 03:23:44.288 INFO kablam! 90 | pub type ComplexFreqVec = DspVec; Sep 18 03:23:44.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::FloatConst` is not implemented for `T` Sep 18 03:23:44.288 INFO kablam! | Sep 18 03:23:44.288 INFO kablam! = help: consider adding a `where T: num_traits::FloatConst` bound Sep 18 03:23:44.288 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.288 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.288 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.288 INFO kablam! Sep 18 03:23:44.288 INFO kablam! error: the trait bound `T: numbers::ToSimd` is not satisfied Sep 18 03:23:44.288 INFO kablam! --> src/vector_types/support_core.rs:90:33 Sep 18 03:23:44.288 INFO kablam! | Sep 18 03:23:44.288 INFO kablam! 90 | pub type ComplexFreqVec = DspVec; Sep 18 03:23:44.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numbers::ToSimd` is not implemented for `T` Sep 18 03:23:44.288 INFO kablam! | Sep 18 03:23:44.288 INFO kablam! = help: consider adding a `where T: numbers::ToSimd` bound Sep 18 03:23:44.288 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.288 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.288 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.288 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.288 INFO kablam! Sep 18 03:23:44.288 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 03:23:44.288 INFO kablam! --> src/vector_types/support_core.rs:90:33 Sep 18 03:23:44.288 INFO kablam! | Sep 18 03:23:44.288 INFO kablam! 90 | pub type ComplexFreqVec = DspVec; Sep 18 03:23:44.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 03:23:44.288 INFO kablam! | Sep 18 03:23:44.288 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 03:23:44.288 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 03:23:44.288 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.288 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.288 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.288 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.288 INFO kablam! Sep 18 03:23:44.288 INFO kablam! error: the trait bound `T: rustfft::FFTnum` is not satisfied Sep 18 03:23:44.288 INFO kablam! --> src/vector_types/support_core.rs:90:33 Sep 18 03:23:44.288 INFO kablam! | Sep 18 03:23:44.288 INFO kablam! 90 | pub type ComplexFreqVec = DspVec; Sep 18 03:23:44.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustfft::FFTnum` is not implemented for `T` Sep 18 03:23:44.288 INFO kablam! | Sep 18 03:23:44.288 INFO kablam! = help: consider adding a `where T: rustfft::FFTnum` bound Sep 18 03:23:44.291 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.291 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.291 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.291 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.291 INFO kablam! Sep 18 03:23:44.291 INFO kablam! error: the trait bound `S: vector_types::requirements::ToSlice` is not satisfied Sep 18 03:23:44.291 INFO kablam! --> src/vector_types/support_core.rs:92:28 Sep 18 03:23:44.291 INFO kablam! | Sep 18 03:23:44.291 INFO kablam! 92 | pub type GenDspVec = DspVec; Sep 18 03:23:44.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `vector_types::requirements::ToSlice` is not implemented for `S` Sep 18 03:23:44.291 INFO kablam! | Sep 18 03:23:44.291 INFO kablam! = help: consider adding a `where S: vector_types::requirements::ToSlice` bound Sep 18 03:23:44.291 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.291 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.291 INFO kablam! Sep 18 03:23:44.291 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 03:23:44.291 INFO kablam! --> src/vector_types/support_core.rs:92:28 Sep 18 03:23:44.291 INFO kablam! | Sep 18 03:23:44.291 INFO kablam! 92 | pub type GenDspVec = DspVec; Sep 18 03:23:44.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 03:23:44.291 INFO kablam! | Sep 18 03:23:44.291 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 03:23:44.291 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.291 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.291 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.291 INFO kablam! Sep 18 03:23:44.291 INFO kablam! error: the trait bound `T: num_traits::FloatConst` is not satisfied Sep 18 03:23:44.291 INFO kablam! --> src/vector_types/support_core.rs:92:28 Sep 18 03:23:44.291 INFO kablam! | Sep 18 03:23:44.291 INFO kablam! 92 | pub type GenDspVec = DspVec; Sep 18 03:23:44.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::FloatConst` is not implemented for `T` Sep 18 03:23:44.291 INFO kablam! | Sep 18 03:23:44.291 INFO kablam! = help: consider adding a `where T: num_traits::FloatConst` bound Sep 18 03:23:44.291 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.291 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.291 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.291 INFO kablam! Sep 18 03:23:44.291 INFO kablam! error: the trait bound `T: numbers::ToSimd` is not satisfied Sep 18 03:23:44.291 INFO kablam! --> src/vector_types/support_core.rs:92:28 Sep 18 03:23:44.291 INFO kablam! | Sep 18 03:23:44.291 INFO kablam! 92 | pub type GenDspVec = DspVec; Sep 18 03:23:44.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numbers::ToSimd` is not implemented for `T` Sep 18 03:23:44.291 INFO kablam! | Sep 18 03:23:44.291 INFO kablam! = help: consider adding a `where T: numbers::ToSimd` bound Sep 18 03:23:44.291 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.292 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.292 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.292 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.292 INFO kablam! Sep 18 03:23:44.292 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 03:23:44.292 INFO kablam! --> src/vector_types/support_core.rs:92:28 Sep 18 03:23:44.292 INFO kablam! | Sep 18 03:23:44.292 INFO kablam! 92 | pub type GenDspVec = DspVec; Sep 18 03:23:44.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 03:23:44.292 INFO kablam! | Sep 18 03:23:44.292 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 03:23:44.292 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 03:23:44.292 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.292 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.293 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.293 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.293 INFO kablam! Sep 18 03:23:44.293 INFO kablam! error: the trait bound `T: rustfft::FFTnum` is not satisfied Sep 18 03:23:44.293 INFO kablam! --> src/vector_types/support_core.rs:92:28 Sep 18 03:23:44.293 INFO kablam! | Sep 18 03:23:44.293 INFO kablam! 92 | pub type GenDspVec = DspVec; Sep 18 03:23:44.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustfft::FFTnum` is not implemented for `T` Sep 18 03:23:44.293 INFO kablam! | Sep 18 03:23:44.293 INFO kablam! = help: consider adding a `where T: rustfft::FFTnum` bound Sep 18 03:23:44.293 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.293 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.293 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.293 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.293 INFO kablam! Sep 18 03:23:44.430 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 03:23:44.431 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:102:29 Sep 18 03:23:44.431 INFO kablam! | Sep 18 03:23:44.431 INFO kablam! 102 | pub type RealTimeIdent = Identifier; Sep 18 03:23:44.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 03:23:44.431 INFO kablam! | Sep 18 03:23:44.431 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 03:23:44.431 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.431 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.431 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.431 INFO kablam! Sep 18 03:23:44.431 INFO kablam! error: the trait bound `T: num_traits::FloatConst` is not satisfied Sep 18 03:23:44.431 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:102:29 Sep 18 03:23:44.431 INFO kablam! | Sep 18 03:23:44.431 INFO kablam! 102 | pub type RealTimeIdent = Identifier; Sep 18 03:23:44.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::FloatConst` is not implemented for `T` Sep 18 03:23:44.431 INFO kablam! | Sep 18 03:23:44.431 INFO kablam! = help: consider adding a `where T: num_traits::FloatConst` bound Sep 18 03:23:44.431 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.431 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.431 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.431 INFO kablam! Sep 18 03:23:44.431 INFO kablam! error: the trait bound `T: numbers::ToSimd` is not satisfied Sep 18 03:23:44.431 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:102:29 Sep 18 03:23:44.431 INFO kablam! | Sep 18 03:23:44.438 INFO kablam! 102 | pub type RealTimeIdent = Identifier; Sep 18 03:23:44.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numbers::ToSimd` is not implemented for `T` Sep 18 03:23:44.439 INFO kablam! | Sep 18 03:23:44.439 INFO kablam! = help: consider adding a `where T: numbers::ToSimd` bound Sep 18 03:23:44.439 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.439 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.439 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.439 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.439 INFO kablam! Sep 18 03:23:44.439 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 03:23:44.439 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:102:29 Sep 18 03:23:44.439 INFO kablam! | Sep 18 03:23:44.439 INFO kablam! 102 | pub type RealTimeIdent = Identifier; Sep 18 03:23:44.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 03:23:44.439 INFO kablam! | Sep 18 03:23:44.439 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 03:23:44.439 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 03:23:44.439 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.439 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.439 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.439 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.439 INFO kablam! Sep 18 03:23:44.439 INFO kablam! error: the trait bound `T: rustfft::FFTnum` is not satisfied Sep 18 03:23:44.439 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:102:29 Sep 18 03:23:44.439 INFO kablam! | Sep 18 03:23:44.439 INFO kablam! 102 | pub type RealTimeIdent = Identifier; Sep 18 03:23:44.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustfft::FFTnum` is not implemented for `T` Sep 18 03:23:44.439 INFO kablam! | Sep 18 03:23:44.439 INFO kablam! = help: consider adding a `where T: rustfft::FFTnum` bound Sep 18 03:23:44.439 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.439 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.439 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.439 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.439 INFO kablam! Sep 18 03:23:44.446 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 03:23:44.447 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:104:29 Sep 18 03:23:44.447 INFO kablam! | Sep 18 03:23:44.447 INFO kablam! 104 | pub type RealFreqIdent = Identifier; Sep 18 03:23:44.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 03:23:44.447 INFO kablam! | Sep 18 03:23:44.447 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 03:23:44.447 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.447 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.447 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.447 INFO kablam! Sep 18 03:23:44.447 INFO kablam! error: the trait bound `T: num_traits::FloatConst` is not satisfied Sep 18 03:23:44.447 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:104:29 Sep 18 03:23:44.447 INFO kablam! | Sep 18 03:23:44.447 INFO kablam! 104 | pub type RealFreqIdent = Identifier; Sep 18 03:23:44.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::FloatConst` is not implemented for `T` Sep 18 03:23:44.447 INFO kablam! | Sep 18 03:23:44.447 INFO kablam! = help: consider adding a `where T: num_traits::FloatConst` bound Sep 18 03:23:44.447 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.447 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.447 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.447 INFO kablam! Sep 18 03:23:44.447 INFO kablam! error: the trait bound `T: numbers::ToSimd` is not satisfied Sep 18 03:23:44.447 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:104:29 Sep 18 03:23:44.447 INFO kablam! | Sep 18 03:23:44.447 INFO kablam! 104 | pub type RealFreqIdent = Identifier; Sep 18 03:23:44.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numbers::ToSimd` is not implemented for `T` Sep 18 03:23:44.447 INFO kablam! | Sep 18 03:23:44.447 INFO kablam! = help: consider adding a `where T: numbers::ToSimd` bound Sep 18 03:23:44.447 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.447 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.447 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.447 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.447 INFO kablam! Sep 18 03:23:44.450 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 03:23:44.451 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:104:29 Sep 18 03:23:44.451 INFO kablam! | Sep 18 03:23:44.451 INFO kablam! 104 | pub type RealFreqIdent = Identifier; Sep 18 03:23:44.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 03:23:44.451 INFO kablam! | Sep 18 03:23:44.451 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 03:23:44.451 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 03:23:44.451 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.451 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.451 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.451 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.451 INFO kablam! Sep 18 03:23:44.451 INFO kablam! error: the trait bound `T: rustfft::FFTnum` is not satisfied Sep 18 03:23:44.451 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:104:29 Sep 18 03:23:44.451 INFO kablam! | Sep 18 03:23:44.454 INFO kablam! 104 | pub type RealFreqIdent = Identifier; Sep 18 03:23:44.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustfft::FFTnum` is not implemented for `T` Sep 18 03:23:44.455 INFO kablam! | Sep 18 03:23:44.455 INFO kablam! = help: consider adding a `where T: rustfft::FFTnum` bound Sep 18 03:23:44.455 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.455 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.455 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.455 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.455 INFO kablam! Sep 18 03:23:44.455 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 03:23:44.455 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:106:32 Sep 18 03:23:44.455 INFO kablam! | Sep 18 03:23:44.455 INFO kablam! 106 | pub type ComplexTimeIdent = Identifier; Sep 18 03:23:44.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 03:23:44.455 INFO kablam! | Sep 18 03:23:44.458 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 03:23:44.459 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.459 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.459 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.459 INFO kablam! Sep 18 03:23:44.459 INFO kablam! error: the trait bound `T: num_traits::FloatConst` is not satisfied Sep 18 03:23:44.459 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:106:32 Sep 18 03:23:44.459 INFO kablam! | Sep 18 03:23:44.459 INFO kablam! 106 | pub type ComplexTimeIdent = Identifier; Sep 18 03:23:44.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::FloatConst` is not implemented for `T` Sep 18 03:23:44.459 INFO kablam! | Sep 18 03:23:44.459 INFO kablam! = help: consider adding a `where T: num_traits::FloatConst` bound Sep 18 03:23:44.459 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.459 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.459 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.459 INFO kablam! Sep 18 03:23:44.459 INFO kablam! error: the trait bound `T: numbers::ToSimd` is not satisfied Sep 18 03:23:44.459 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:106:32 Sep 18 03:23:44.459 INFO kablam! | Sep 18 03:23:44.462 INFO kablam! 106 | pub type ComplexTimeIdent = Identifier; Sep 18 03:23:44.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numbers::ToSimd` is not implemented for `T` Sep 18 03:23:44.463 INFO kablam! | Sep 18 03:23:44.463 INFO kablam! = help: consider adding a `where T: numbers::ToSimd` bound Sep 18 03:23:44.463 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.463 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.463 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.463 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.463 INFO kablam! Sep 18 03:23:44.463 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 03:23:44.463 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:106:32 Sep 18 03:23:44.463 INFO kablam! | Sep 18 03:23:44.463 INFO kablam! 106 | pub type ComplexTimeIdent = Identifier; Sep 18 03:23:44.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 03:23:44.463 INFO kablam! | Sep 18 03:23:44.466 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 03:23:44.466 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 03:23:44.466 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.467 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.467 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.467 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.467 INFO kablam! Sep 18 03:23:44.467 INFO kablam! error: the trait bound `T: rustfft::FFTnum` is not satisfied Sep 18 03:23:44.467 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:106:32 Sep 18 03:23:44.467 INFO kablam! | Sep 18 03:23:44.467 INFO kablam! 106 | pub type ComplexTimeIdent = Identifier; Sep 18 03:23:44.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustfft::FFTnum` is not implemented for `T` Sep 18 03:23:44.467 INFO kablam! | Sep 18 03:23:44.467 INFO kablam! = help: consider adding a `where T: rustfft::FFTnum` bound Sep 18 03:23:44.467 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.467 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.467 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.467 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.467 INFO kablam! Sep 18 03:23:44.474 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 03:23:44.474 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:108:32 Sep 18 03:23:44.474 INFO kablam! | Sep 18 03:23:44.475 INFO kablam! 108 | pub type ComplexFreqIdent = Identifier; Sep 18 03:23:44.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 03:23:44.475 INFO kablam! | Sep 18 03:23:44.475 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 03:23:44.475 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.475 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.475 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.475 INFO kablam! Sep 18 03:23:44.475 INFO kablam! error: the trait bound `T: num_traits::FloatConst` is not satisfied Sep 18 03:23:44.475 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:108:32 Sep 18 03:23:44.475 INFO kablam! | Sep 18 03:23:44.475 INFO kablam! 108 | pub type ComplexFreqIdent = Identifier; Sep 18 03:23:44.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::FloatConst` is not implemented for `T` Sep 18 03:23:44.475 INFO kablam! | Sep 18 03:23:44.475 INFO kablam! = help: consider adding a `where T: num_traits::FloatConst` bound Sep 18 03:23:44.475 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.475 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.475 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.475 INFO kablam! Sep 18 03:23:44.475 INFO kablam! error: the trait bound `T: numbers::ToSimd` is not satisfied Sep 18 03:23:44.475 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:108:32 Sep 18 03:23:44.475 INFO kablam! | Sep 18 03:23:44.475 INFO kablam! 108 | pub type ComplexFreqIdent = Identifier; Sep 18 03:23:44.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numbers::ToSimd` is not implemented for `T` Sep 18 03:23:44.475 INFO kablam! | Sep 18 03:23:44.476 INFO kablam! = help: consider adding a `where T: numbers::ToSimd` bound Sep 18 03:23:44.476 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.476 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.476 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.482 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.482 INFO kablam! Sep 18 03:23:44.483 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 03:23:44.483 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:108:32 Sep 18 03:23:44.483 INFO kablam! | Sep 18 03:23:44.483 INFO kablam! 108 | pub type ComplexFreqIdent = Identifier; Sep 18 03:23:44.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 03:23:44.483 INFO kablam! | Sep 18 03:23:44.483 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 03:23:44.483 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 03:23:44.483 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.483 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.483 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.483 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.483 INFO kablam! Sep 18 03:23:44.483 INFO kablam! error: the trait bound `T: rustfft::FFTnum` is not satisfied Sep 18 03:23:44.483 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:108:32 Sep 18 03:23:44.483 INFO kablam! | Sep 18 03:23:44.483 INFO kablam! 108 | pub type ComplexFreqIdent = Identifier; Sep 18 03:23:44.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustfft::FFTnum` is not implemented for `T` Sep 18 03:23:44.484 INFO kablam! | Sep 18 03:23:44.484 INFO kablam! = help: consider adding a `where T: rustfft::FFTnum` bound Sep 18 03:23:44.484 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.484 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.484 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.484 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.484 INFO kablam! Sep 18 03:23:44.484 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 03:23:44.484 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:110:27 Sep 18 03:23:44.490 INFO kablam! | Sep 18 03:23:44.491 INFO kablam! 110 | pub type GenDspIdent = Identifier; Sep 18 03:23:44.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 03:23:44.491 INFO kablam! | Sep 18 03:23:44.491 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 03:23:44.491 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.491 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.491 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.491 INFO kablam! Sep 18 03:23:44.491 INFO kablam! error: the trait bound `T: num_traits::FloatConst` is not satisfied Sep 18 03:23:44.491 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:110:27 Sep 18 03:23:44.491 INFO kablam! | Sep 18 03:23:44.491 INFO kablam! 110 | pub type GenDspIdent = Identifier; Sep 18 03:23:44.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::FloatConst` is not implemented for `T` Sep 18 03:23:44.491 INFO kablam! | Sep 18 03:23:44.491 INFO kablam! = help: consider adding a `where T: num_traits::FloatConst` bound Sep 18 03:23:44.491 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.491 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.491 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.491 INFO kablam! Sep 18 03:23:44.491 INFO kablam! error: the trait bound `T: numbers::ToSimd` is not satisfied Sep 18 03:23:44.491 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:110:27 Sep 18 03:23:44.491 INFO kablam! | Sep 18 03:23:44.491 INFO kablam! 110 | pub type GenDspIdent = Identifier; Sep 18 03:23:44.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numbers::ToSimd` is not implemented for `T` Sep 18 03:23:44.491 INFO kablam! | Sep 18 03:23:44.491 INFO kablam! = help: consider adding a `where T: numbers::ToSimd` bound Sep 18 03:23:44.491 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.491 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.491 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.491 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.491 INFO kablam! Sep 18 03:23:44.491 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 03:23:44.491 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:110:27 Sep 18 03:23:44.491 INFO kablam! | Sep 18 03:23:44.491 INFO kablam! 110 | pub type GenDspIdent = Identifier; Sep 18 03:23:44.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 03:23:44.491 INFO kablam! | Sep 18 03:23:44.491 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 03:23:44.491 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 03:23:44.491 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.491 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.491 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.491 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.491 INFO kablam! Sep 18 03:23:44.491 INFO kablam! error: the trait bound `T: rustfft::FFTnum` is not satisfied Sep 18 03:23:44.491 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:110:27 Sep 18 03:23:44.491 INFO kablam! | Sep 18 03:23:44.491 INFO kablam! 110 | pub type GenDspIdent = Identifier; Sep 18 03:23:44.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustfft::FFTnum` is not implemented for `T` Sep 18 03:23:44.491 INFO kablam! | Sep 18 03:23:44.491 INFO kablam! = help: consider adding a `where T: rustfft::FFTnum` bound Sep 18 03:23:44.491 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.491 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.491 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.491 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.491 INFO kablam! Sep 18 03:23:44.784 INFO kablam! error: the trait bound `S: vector_types::requirements::ToSlice` is not satisfied Sep 18 03:23:44.784 INFO kablam! --> src/vector_types/support_core.rs:84:30 Sep 18 03:23:44.784 INFO kablam! | Sep 18 03:23:44.784 INFO kablam! 84 | pub type RealTimeVec = DspVec; Sep 18 03:23:44.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `vector_types::requirements::ToSlice` is not implemented for `S` Sep 18 03:23:44.784 INFO kablam! | Sep 18 03:23:44.784 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 03:23:44.784 INFO kablam! = help: consider adding a `where S: vector_types::requirements::ToSlice` bound Sep 18 03:23:44.784 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.784 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.784 INFO kablam! Sep 18 03:23:44.784 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 03:23:44.784 INFO kablam! --> src/vector_types/support_core.rs:84:30 Sep 18 03:23:44.784 INFO kablam! | Sep 18 03:23:44.785 INFO kablam! 84 | pub type RealTimeVec = DspVec; Sep 18 03:23:44.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 03:23:44.785 INFO kablam! | Sep 18 03:23:44.786 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 03:23:44.786 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.786 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.786 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.786 INFO kablam! Sep 18 03:23:44.786 INFO kablam! error: the trait bound `T: num_traits::FloatConst` is not satisfied Sep 18 03:23:44.786 INFO kablam! --> src/vector_types/support_core.rs:84:30 Sep 18 03:23:44.786 INFO kablam! | Sep 18 03:23:44.790 INFO kablam! 84 | pub type RealTimeVec = DspVec; Sep 18 03:23:44.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::FloatConst` is not implemented for `T` Sep 18 03:23:44.791 INFO kablam! | Sep 18 03:23:44.791 INFO kablam! = help: consider adding a `where T: num_traits::FloatConst` bound Sep 18 03:23:44.791 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.791 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.791 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.791 INFO kablam! Sep 18 03:23:44.791 INFO kablam! error: the trait bound `T: numbers::ToSimd` is not satisfied Sep 18 03:23:44.791 INFO kablam! --> src/vector_types/support_core.rs:84:30 Sep 18 03:23:44.791 INFO kablam! | Sep 18 03:23:44.791 INFO kablam! 84 | pub type RealTimeVec = DspVec; Sep 18 03:23:44.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numbers::ToSimd` is not implemented for `T` Sep 18 03:23:44.791 INFO kablam! | Sep 18 03:23:44.791 INFO kablam! = help: consider adding a `where T: numbers::ToSimd` bound Sep 18 03:23:44.791 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.791 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.791 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.791 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.791 INFO kablam! Sep 18 03:23:44.791 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 03:23:44.791 INFO kablam! --> src/vector_types/support_core.rs:84:30 Sep 18 03:23:44.794 INFO kablam! | Sep 18 03:23:44.795 INFO kablam! 84 | pub type RealTimeVec = DspVec; Sep 18 03:23:44.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 03:23:44.795 INFO kablam! | Sep 18 03:23:44.795 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 03:23:44.795 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 03:23:44.795 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.795 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.795 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.795 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.795 INFO kablam! Sep 18 03:23:44.795 INFO kablam! error: the trait bound `T: rustfft::FFTnum` is not satisfied Sep 18 03:23:44.795 INFO kablam! --> src/vector_types/support_core.rs:84:30 Sep 18 03:23:44.795 INFO kablam! | Sep 18 03:23:44.795 INFO kablam! 84 | pub type RealTimeVec = DspVec; Sep 18 03:23:44.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustfft::FFTnum` is not implemented for `T` Sep 18 03:23:44.795 INFO kablam! | Sep 18 03:23:44.795 INFO kablam! = help: consider adding a `where T: rustfft::FFTnum` bound Sep 18 03:23:44.795 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.795 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.795 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.795 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.795 INFO kablam! Sep 18 03:23:44.795 INFO kablam! error: the trait bound `S: vector_types::requirements::ToSlice` is not satisfied Sep 18 03:23:44.795 INFO kablam! --> src/vector_types/support_core.rs:86:30 Sep 18 03:23:44.795 INFO kablam! | Sep 18 03:23:44.795 INFO kablam! 86 | pub type RealFreqVec = DspVec; Sep 18 03:23:44.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `vector_types::requirements::ToSlice` is not implemented for `S` Sep 18 03:23:44.795 INFO kablam! | Sep 18 03:23:44.795 INFO kablam! = help: consider adding a `where S: vector_types::requirements::ToSlice` bound Sep 18 03:23:44.795 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.795 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.803 INFO kablam! Sep 18 03:23:44.803 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 03:23:44.806 INFO kablam! --> src/vector_types/support_core.rs:86:30 Sep 18 03:23:44.807 INFO kablam! | Sep 18 03:23:44.807 INFO kablam! 86 | pub type RealFreqVec = DspVec; Sep 18 03:23:44.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 03:23:44.807 INFO kablam! | Sep 18 03:23:44.807 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 03:23:44.807 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.807 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.807 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.807 INFO kablam! Sep 18 03:23:44.807 INFO kablam! error: the trait bound `T: num_traits::FloatConst` is not satisfied Sep 18 03:23:44.807 INFO kablam! --> src/vector_types/support_core.rs:86:30 Sep 18 03:23:44.807 INFO kablam! | Sep 18 03:23:44.807 INFO kablam! 86 | pub type RealFreqVec = DspVec; Sep 18 03:23:44.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::FloatConst` is not implemented for `T` Sep 18 03:23:44.807 INFO kablam! | Sep 18 03:23:44.807 INFO kablam! = help: consider adding a `where T: num_traits::FloatConst` bound Sep 18 03:23:44.807 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.807 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.807 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.807 INFO kablam! Sep 18 03:23:44.807 INFO kablam! error: the trait bound `T: numbers::ToSimd` is not satisfied Sep 18 03:23:44.807 INFO kablam! --> src/vector_types/support_core.rs:86:30 Sep 18 03:23:44.807 INFO kablam! | Sep 18 03:23:44.807 INFO kablam! 86 | pub type RealFreqVec = DspVec; Sep 18 03:23:44.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numbers::ToSimd` is not implemented for `T` Sep 18 03:23:44.807 INFO kablam! | Sep 18 03:23:44.807 INFO kablam! = help: consider adding a `where T: numbers::ToSimd` bound Sep 18 03:23:44.807 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.807 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.807 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.807 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.807 INFO kablam! Sep 18 03:23:44.807 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 03:23:44.807 INFO kablam! --> src/vector_types/support_core.rs:86:30 Sep 18 03:23:44.807 INFO kablam! | Sep 18 03:23:44.807 INFO kablam! 86 | pub type RealFreqVec = DspVec; Sep 18 03:23:44.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 03:23:44.807 INFO kablam! | Sep 18 03:23:44.807 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 03:23:44.807 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 03:23:44.807 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.807 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.807 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.807 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.807 INFO kablam! Sep 18 03:23:44.807 INFO kablam! error: the trait bound `T: rustfft::FFTnum` is not satisfied Sep 18 03:23:44.807 INFO kablam! --> src/vector_types/support_core.rs:86:30 Sep 18 03:23:44.807 INFO kablam! | Sep 18 03:23:44.807 INFO kablam! 86 | pub type RealFreqVec = DspVec; Sep 18 03:23:44.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustfft::FFTnum` is not implemented for `T` Sep 18 03:23:44.807 INFO kablam! | Sep 18 03:23:44.807 INFO kablam! = help: consider adding a `where T: rustfft::FFTnum` bound Sep 18 03:23:44.807 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.807 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.807 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.807 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.807 INFO kablam! Sep 18 03:23:44.807 INFO kablam! error: the trait bound `S: vector_types::requirements::ToSlice` is not satisfied Sep 18 03:23:44.807 INFO kablam! --> src/vector_types/support_core.rs:88:33 Sep 18 03:23:44.808 INFO kablam! | Sep 18 03:23:44.808 INFO kablam! 88 | pub type ComplexTimeVec = DspVec; Sep 18 03:23:44.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `vector_types::requirements::ToSlice` is not implemented for `S` Sep 18 03:23:44.808 INFO kablam! | Sep 18 03:23:44.808 INFO kablam! = help: consider adding a `where S: vector_types::requirements::ToSlice` bound Sep 18 03:23:44.808 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.808 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.808 INFO kablam! Sep 18 03:23:44.808 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 03:23:44.808 INFO kablam! --> src/vector_types/support_core.rs:88:33 Sep 18 03:23:44.808 INFO kablam! | Sep 18 03:23:44.808 INFO kablam! 88 | pub type ComplexTimeVec = DspVec; Sep 18 03:23:44.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 03:23:44.808 INFO kablam! | Sep 18 03:23:44.808 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 03:23:44.808 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.808 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.808 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.808 INFO kablam! Sep 18 03:23:44.808 INFO kablam! error: the trait bound `T: num_traits::FloatConst` is not satisfied Sep 18 03:23:44.808 INFO kablam! --> src/vector_types/support_core.rs:88:33 Sep 18 03:23:44.808 INFO kablam! | Sep 18 03:23:44.808 INFO kablam! 88 | pub type ComplexTimeVec = DspVec; Sep 18 03:23:44.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::FloatConst` is not implemented for `T` Sep 18 03:23:44.808 INFO kablam! | Sep 18 03:23:44.808 INFO kablam! = help: consider adding a `where T: num_traits::FloatConst` bound Sep 18 03:23:44.808 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.808 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.808 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.808 INFO kablam! Sep 18 03:23:44.808 INFO kablam! error: the trait bound `T: numbers::ToSimd` is not satisfied Sep 18 03:23:44.808 INFO kablam! --> src/vector_types/support_core.rs:88:33 Sep 18 03:23:44.808 INFO kablam! | Sep 18 03:23:44.808 INFO kablam! 88 | pub type ComplexTimeVec = DspVec; Sep 18 03:23:44.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numbers::ToSimd` is not implemented for `T` Sep 18 03:23:44.808 INFO kablam! | Sep 18 03:23:44.808 INFO kablam! = help: consider adding a `where T: numbers::ToSimd` bound Sep 18 03:23:44.808 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.808 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.808 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.808 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.808 INFO kablam! Sep 18 03:23:44.808 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 03:23:44.808 INFO kablam! --> src/vector_types/support_core.rs:88:33 Sep 18 03:23:44.808 INFO kablam! | Sep 18 03:23:44.808 INFO kablam! 88 | pub type ComplexTimeVec = DspVec; Sep 18 03:23:44.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 03:23:44.808 INFO kablam! | Sep 18 03:23:44.808 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 03:23:44.808 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 03:23:44.809 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.809 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.809 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.809 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.809 INFO kablam! Sep 18 03:23:44.809 INFO kablam! error: the trait bound `T: rustfft::FFTnum` is not satisfied Sep 18 03:23:44.809 INFO kablam! --> src/vector_types/support_core.rs:88:33 Sep 18 03:23:44.809 INFO kablam! | Sep 18 03:23:44.809 INFO kablam! 88 | pub type ComplexTimeVec = DspVec; Sep 18 03:23:44.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustfft::FFTnum` is not implemented for `T` Sep 18 03:23:44.809 INFO kablam! | Sep 18 03:23:44.809 INFO kablam! = help: consider adding a `where T: rustfft::FFTnum` bound Sep 18 03:23:44.809 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.809 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.809 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.809 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.809 INFO kablam! Sep 18 03:23:44.809 INFO kablam! error: the trait bound `S: vector_types::requirements::ToSlice` is not satisfied Sep 18 03:23:44.809 INFO kablam! --> src/vector_types/support_core.rs:90:33 Sep 18 03:23:44.809 INFO kablam! | Sep 18 03:23:44.809 INFO kablam! 90 | pub type ComplexFreqVec = DspVec; Sep 18 03:23:44.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `vector_types::requirements::ToSlice` is not implemented for `S` Sep 18 03:23:44.809 INFO kablam! | Sep 18 03:23:44.809 INFO kablam! = help: consider adding a `where S: vector_types::requirements::ToSlice` bound Sep 18 03:23:44.809 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.809 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.809 INFO kablam! Sep 18 03:23:44.809 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 03:23:44.809 INFO kablam! --> src/vector_types/support_core.rs:90:33 Sep 18 03:23:44.809 INFO kablam! | Sep 18 03:23:44.809 INFO kablam! 90 | pub type ComplexFreqVec = DspVec; Sep 18 03:23:44.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 03:23:44.809 INFO kablam! | Sep 18 03:23:44.809 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 03:23:44.809 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.809 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.809 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.809 INFO kablam! Sep 18 03:23:44.809 INFO kablam! error: the trait bound `T: num_traits::FloatConst` is not satisfied Sep 18 03:23:44.809 INFO kablam! --> src/vector_types/support_core.rs:90:33 Sep 18 03:23:44.809 INFO kablam! | Sep 18 03:23:44.809 INFO kablam! 90 | pub type ComplexFreqVec = DspVec; Sep 18 03:23:44.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::FloatConst` is not implemented for `T` Sep 18 03:23:44.809 INFO kablam! | Sep 18 03:23:44.809 INFO kablam! = help: consider adding a `where T: num_traits::FloatConst` bound Sep 18 03:23:44.809 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.809 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.809 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.809 INFO kablam! Sep 18 03:23:44.809 INFO kablam! error: the trait bound `T: numbers::ToSimd` is not satisfied Sep 18 03:23:44.810 INFO kablam! --> src/vector_types/support_core.rs:90:33 Sep 18 03:23:44.810 INFO kablam! | Sep 18 03:23:44.810 INFO kablam! 90 | pub type ComplexFreqVec = DspVec; Sep 18 03:23:44.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numbers::ToSimd` is not implemented for `T` Sep 18 03:23:44.810 INFO kablam! | Sep 18 03:23:44.810 INFO kablam! = help: consider adding a `where T: numbers::ToSimd` bound Sep 18 03:23:44.810 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.810 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.810 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.810 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.810 INFO kablam! Sep 18 03:23:44.810 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 03:23:44.810 INFO kablam! --> src/vector_types/support_core.rs:90:33 Sep 18 03:23:44.810 INFO kablam! | Sep 18 03:23:44.810 INFO kablam! 90 | pub type ComplexFreqVec = DspVec; Sep 18 03:23:44.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 03:23:44.810 INFO kablam! | Sep 18 03:23:44.810 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 03:23:44.810 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 03:23:44.810 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.810 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.810 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.810 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.810 INFO kablam! Sep 18 03:23:44.810 INFO kablam! error: the trait bound `T: rustfft::FFTnum` is not satisfied Sep 18 03:23:44.810 INFO kablam! --> src/vector_types/support_core.rs:90:33 Sep 18 03:23:44.810 INFO kablam! | Sep 18 03:23:44.810 INFO kablam! 90 | pub type ComplexFreqVec = DspVec; Sep 18 03:23:44.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustfft::FFTnum` is not implemented for `T` Sep 18 03:23:44.810 INFO kablam! | Sep 18 03:23:44.810 INFO kablam! = help: consider adding a `where T: rustfft::FFTnum` bound Sep 18 03:23:44.810 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.810 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.810 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.810 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.810 INFO kablam! Sep 18 03:23:44.810 INFO kablam! error: the trait bound `S: vector_types::requirements::ToSlice` is not satisfied Sep 18 03:23:44.810 INFO kablam! --> src/vector_types/support_core.rs:92:28 Sep 18 03:23:44.810 INFO kablam! | Sep 18 03:23:44.810 INFO kablam! 92 | pub type GenDspVec = DspVec; Sep 18 03:23:44.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `vector_types::requirements::ToSlice` is not implemented for `S` Sep 18 03:23:44.810 INFO kablam! | Sep 18 03:23:44.810 INFO kablam! = help: consider adding a `where S: vector_types::requirements::ToSlice` bound Sep 18 03:23:44.810 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.814 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.815 INFO kablam! Sep 18 03:23:44.815 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 03:23:44.815 INFO kablam! --> src/vector_types/support_core.rs:92:28 Sep 18 03:23:44.815 INFO kablam! | Sep 18 03:23:44.815 INFO kablam! 92 | pub type GenDspVec = DspVec; Sep 18 03:23:44.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 03:23:44.815 INFO kablam! | Sep 18 03:23:44.815 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 03:23:44.815 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.815 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.815 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.815 INFO kablam! Sep 18 03:23:44.815 INFO kablam! error: the trait bound `T: num_traits::FloatConst` is not satisfied Sep 18 03:23:44.815 INFO kablam! --> src/vector_types/support_core.rs:92:28 Sep 18 03:23:44.815 INFO kablam! | Sep 18 03:23:44.815 INFO kablam! 92 | pub type GenDspVec = DspVec; Sep 18 03:23:44.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::FloatConst` is not implemented for `T` Sep 18 03:23:44.815 INFO kablam! | Sep 18 03:23:44.815 INFO kablam! = help: consider adding a `where T: num_traits::FloatConst` bound Sep 18 03:23:44.815 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.815 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.815 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.815 INFO kablam! Sep 18 03:23:44.815 INFO kablam! error: the trait bound `T: numbers::ToSimd` is not satisfied Sep 18 03:23:44.815 INFO kablam! --> src/vector_types/support_core.rs:92:28 Sep 18 03:23:44.815 INFO kablam! | Sep 18 03:23:44.815 INFO kablam! 92 | pub type GenDspVec = DspVec; Sep 18 03:23:44.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numbers::ToSimd` is not implemented for `T` Sep 18 03:23:44.815 INFO kablam! | Sep 18 03:23:44.815 INFO kablam! = help: consider adding a `where T: numbers::ToSimd` bound Sep 18 03:23:44.815 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.815 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.815 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.815 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.815 INFO kablam! Sep 18 03:23:44.815 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 03:23:44.815 INFO kablam! --> src/vector_types/support_core.rs:92:28 Sep 18 03:23:44.815 INFO kablam! | Sep 18 03:23:44.815 INFO kablam! 92 | pub type GenDspVec = DspVec; Sep 18 03:23:44.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 03:23:44.815 INFO kablam! | Sep 18 03:23:44.815 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 03:23:44.815 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 03:23:44.815 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.815 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.815 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.815 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.815 INFO kablam! Sep 18 03:23:44.815 INFO kablam! error: the trait bound `T: rustfft::FFTnum` is not satisfied Sep 18 03:23:44.815 INFO kablam! --> src/vector_types/support_core.rs:92:28 Sep 18 03:23:44.815 INFO kablam! | Sep 18 03:23:44.815 INFO kablam! 92 | pub type GenDspVec = DspVec; Sep 18 03:23:44.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustfft::FFTnum` is not implemented for `T` Sep 18 03:23:44.815 INFO kablam! | Sep 18 03:23:44.815 INFO kablam! = help: consider adding a `where T: rustfft::FFTnum` bound Sep 18 03:23:44.815 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.815 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.815 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.815 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.815 INFO kablam! Sep 18 03:23:44.944 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 03:23:44.951 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:102:29 Sep 18 03:23:44.951 INFO kablam! | Sep 18 03:23:44.951 INFO kablam! 102 | pub type RealTimeIdent = Identifier; Sep 18 03:23:44.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 03:23:44.951 INFO kablam! | Sep 18 03:23:44.951 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 03:23:44.951 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.951 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.951 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.951 INFO kablam! Sep 18 03:23:44.951 INFO kablam! error: the trait bound `T: num_traits::FloatConst` is not satisfied Sep 18 03:23:44.951 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:102:29 Sep 18 03:23:44.951 INFO kablam! | Sep 18 03:23:44.951 INFO kablam! 102 | pub type RealTimeIdent = Identifier; Sep 18 03:23:44.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::FloatConst` is not implemented for `T` Sep 18 03:23:44.951 INFO kablam! | Sep 18 03:23:44.951 INFO kablam! = help: consider adding a `where T: num_traits::FloatConst` bound Sep 18 03:23:44.951 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.951 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.951 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.951 INFO kablam! Sep 18 03:23:44.951 INFO kablam! error: the trait bound `T: numbers::ToSimd` is not satisfied Sep 18 03:23:44.951 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:102:29 Sep 18 03:23:44.951 INFO kablam! | Sep 18 03:23:44.951 INFO kablam! 102 | pub type RealTimeIdent = Identifier; Sep 18 03:23:44.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numbers::ToSimd` is not implemented for `T` Sep 18 03:23:44.951 INFO kablam! | Sep 18 03:23:44.951 INFO kablam! = help: consider adding a `where T: numbers::ToSimd` bound Sep 18 03:23:44.951 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.951 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.951 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.951 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.951 INFO kablam! Sep 18 03:23:44.951 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 03:23:44.952 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:102:29 Sep 18 03:23:44.952 INFO kablam! | Sep 18 03:23:44.952 INFO kablam! 102 | pub type RealTimeIdent = Identifier; Sep 18 03:23:44.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 03:23:44.952 INFO kablam! | Sep 18 03:23:44.952 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 03:23:44.952 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 03:23:44.952 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.952 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.952 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.952 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.952 INFO kablam! Sep 18 03:23:44.952 INFO kablam! error: the trait bound `T: rustfft::FFTnum` is not satisfied Sep 18 03:23:44.952 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:102:29 Sep 18 03:23:44.952 INFO kablam! | Sep 18 03:23:44.952 INFO kablam! 102 | pub type RealTimeIdent = Identifier; Sep 18 03:23:44.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustfft::FFTnum` is not implemented for `T` Sep 18 03:23:44.952 INFO kablam! | Sep 18 03:23:44.952 INFO kablam! = help: consider adding a `where T: rustfft::FFTnum` bound Sep 18 03:23:44.954 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.954 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.954 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.954 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.954 INFO kablam! Sep 18 03:23:44.954 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 03:23:44.954 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:104:29 Sep 18 03:23:44.954 INFO kablam! | Sep 18 03:23:44.954 INFO kablam! 104 | pub type RealFreqIdent = Identifier; Sep 18 03:23:44.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 03:23:44.954 INFO kablam! | Sep 18 03:23:44.954 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 03:23:44.954 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.954 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.954 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.954 INFO kablam! Sep 18 03:23:44.955 INFO kablam! error: the trait bound `T: num_traits::FloatConst` is not satisfied Sep 18 03:23:44.955 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:104:29 Sep 18 03:23:44.958 INFO kablam! | Sep 18 03:23:44.959 INFO kablam! 104 | pub type RealFreqIdent = Identifier; Sep 18 03:23:44.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::FloatConst` is not implemented for `T` Sep 18 03:23:44.959 INFO kablam! | Sep 18 03:23:44.959 INFO kablam! = help: consider adding a `where T: num_traits::FloatConst` bound Sep 18 03:23:44.959 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.959 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.959 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.959 INFO kablam! Sep 18 03:23:44.959 INFO kablam! error: the trait bound `T: numbers::ToSimd` is not satisfied Sep 18 03:23:44.959 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:104:29 Sep 18 03:23:44.959 INFO kablam! | Sep 18 03:23:44.959 INFO kablam! 104 | pub type RealFreqIdent = Identifier; Sep 18 03:23:44.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numbers::ToSimd` is not implemented for `T` Sep 18 03:23:44.959 INFO kablam! | Sep 18 03:23:44.959 INFO kablam! = help: consider adding a `where T: numbers::ToSimd` bound Sep 18 03:23:44.959 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.959 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.959 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.959 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.959 INFO kablam! Sep 18 03:23:44.959 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 03:23:44.959 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:104:29 Sep 18 03:23:44.959 INFO kablam! | Sep 18 03:23:44.959 INFO kablam! 104 | pub type RealFreqIdent = Identifier; Sep 18 03:23:44.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 03:23:44.959 INFO kablam! | Sep 18 03:23:44.959 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 03:23:44.959 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 03:23:44.959 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.959 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.959 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.959 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.959 INFO kablam! Sep 18 03:23:44.959 INFO kablam! error: the trait bound `T: rustfft::FFTnum` is not satisfied Sep 18 03:23:44.962 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:104:29 Sep 18 03:23:44.963 INFO kablam! | Sep 18 03:23:44.963 INFO kablam! 104 | pub type RealFreqIdent = Identifier; Sep 18 03:23:44.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustfft::FFTnum` is not implemented for `T` Sep 18 03:23:44.963 INFO kablam! | Sep 18 03:23:44.963 INFO kablam! = help: consider adding a `where T: rustfft::FFTnum` bound Sep 18 03:23:44.963 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.963 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.963 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.963 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.963 INFO kablam! Sep 18 03:23:44.963 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 03:23:44.963 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:106:32 Sep 18 03:23:44.963 INFO kablam! | Sep 18 03:23:44.963 INFO kablam! 106 | pub type ComplexTimeIdent = Identifier; Sep 18 03:23:44.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 03:23:44.963 INFO kablam! | Sep 18 03:23:44.963 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 03:23:44.963 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.963 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.963 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.963 INFO kablam! Sep 18 03:23:44.963 INFO kablam! error: the trait bound `T: num_traits::FloatConst` is not satisfied Sep 18 03:23:44.963 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:106:32 Sep 18 03:23:44.963 INFO kablam! | Sep 18 03:23:44.963 INFO kablam! 106 | pub type ComplexTimeIdent = Identifier; Sep 18 03:23:44.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::FloatConst` is not implemented for `T` Sep 18 03:23:44.963 INFO kablam! | Sep 18 03:23:44.963 INFO kablam! = help: consider adding a `where T: num_traits::FloatConst` bound Sep 18 03:23:44.963 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.963 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.963 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.963 INFO kablam! Sep 18 03:23:44.963 INFO kablam! error: the trait bound `T: numbers::ToSimd` is not satisfied Sep 18 03:23:44.963 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:106:32 Sep 18 03:23:44.967 INFO kablam! | Sep 18 03:23:44.967 INFO kablam! 106 | pub type ComplexTimeIdent = Identifier; Sep 18 03:23:44.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numbers::ToSimd` is not implemented for `T` Sep 18 03:23:44.967 INFO kablam! | Sep 18 03:23:44.967 INFO kablam! = help: consider adding a `where T: numbers::ToSimd` bound Sep 18 03:23:44.967 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.967 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.967 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.967 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.967 INFO kablam! Sep 18 03:23:44.967 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 03:23:44.967 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:106:32 Sep 18 03:23:44.968 INFO kablam! | Sep 18 03:23:44.968 INFO kablam! 106 | pub type ComplexTimeIdent = Identifier; Sep 18 03:23:44.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 03:23:44.968 INFO kablam! | Sep 18 03:23:44.968 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 03:23:44.968 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 03:23:44.968 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.968 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.968 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.968 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.968 INFO kablam! Sep 18 03:23:44.968 INFO kablam! error: the trait bound `T: rustfft::FFTnum` is not satisfied Sep 18 03:23:44.968 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:106:32 Sep 18 03:23:44.968 INFO kablam! | Sep 18 03:23:44.968 INFO kablam! 106 | pub type ComplexTimeIdent = Identifier; Sep 18 03:23:44.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustfft::FFTnum` is not implemented for `T` Sep 18 03:23:44.968 INFO kablam! | Sep 18 03:23:44.968 INFO kablam! = help: consider adding a `where T: rustfft::FFTnum` bound Sep 18 03:23:44.968 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.968 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.968 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.968 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.968 INFO kablam! Sep 18 03:23:44.968 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 03:23:44.968 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:108:32 Sep 18 03:23:44.968 INFO kablam! | Sep 18 03:23:44.968 INFO kablam! 108 | pub type ComplexFreqIdent = Identifier; Sep 18 03:23:44.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 03:23:44.968 INFO kablam! | Sep 18 03:23:44.968 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 03:23:44.968 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.968 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.972 INFO kablam! Sep 18 03:23:44.972 INFO kablam! error: the trait bound `T: num_traits::FloatConst` is not satisfied Sep 18 03:23:44.972 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:108:32 Sep 18 03:23:44.972 INFO kablam! | Sep 18 03:23:44.972 INFO kablam! 108 | pub type ComplexFreqIdent = Identifier; Sep 18 03:23:44.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::FloatConst` is not implemented for `T` Sep 18 03:23:44.972 INFO kablam! | Sep 18 03:23:44.972 INFO kablam! = help: consider adding a `where T: num_traits::FloatConst` bound Sep 18 03:23:44.972 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.972 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.972 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.972 INFO kablam! Sep 18 03:23:44.972 INFO kablam! error: the trait bound `T: numbers::ToSimd` is not satisfied Sep 18 03:23:44.972 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:108:32 Sep 18 03:23:44.973 INFO kablam! | Sep 18 03:23:44.973 INFO kablam! 108 | pub type ComplexFreqIdent = Identifier; Sep 18 03:23:44.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numbers::ToSimd` is not implemented for `T` Sep 18 03:23:44.973 INFO kablam! | Sep 18 03:23:44.973 INFO kablam! = help: consider adding a `where T: numbers::ToSimd` bound Sep 18 03:23:44.973 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.973 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.973 INFO kablam! Sep 18 03:23:44.973 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 03:23:44.973 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:108:32 Sep 18 03:23:44.973 INFO kablam! | Sep 18 03:23:44.973 INFO kablam! 108 | pub type ComplexFreqIdent = Identifier; Sep 18 03:23:44.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 03:23:44.973 INFO kablam! | Sep 18 03:23:44.973 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 03:23:44.973 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 03:23:44.973 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.973 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.973 INFO kablam! Sep 18 03:23:44.973 INFO kablam! error: the trait bound `T: rustfft::FFTnum` is not satisfied Sep 18 03:23:44.973 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:108:32 Sep 18 03:23:44.973 INFO kablam! | Sep 18 03:23:44.973 INFO kablam! 108 | pub type ComplexFreqIdent = Identifier; Sep 18 03:23:44.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustfft::FFTnum` is not implemented for `T` Sep 18 03:23:44.973 INFO kablam! | Sep 18 03:23:44.978 INFO kablam! = help: consider adding a `where T: rustfft::FFTnum` bound Sep 18 03:23:44.979 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.979 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.979 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.979 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.979 INFO kablam! Sep 18 03:23:44.979 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 03:23:44.979 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:110:27 Sep 18 03:23:44.979 INFO kablam! | Sep 18 03:23:44.979 INFO kablam! 110 | pub type GenDspIdent = Identifier; Sep 18 03:23:44.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 03:23:44.979 INFO kablam! | Sep 18 03:23:44.979 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 03:23:44.979 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.979 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.979 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.979 INFO kablam! Sep 18 03:23:44.979 INFO kablam! error: the trait bound `T: num_traits::FloatConst` is not satisfied Sep 18 03:23:44.979 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:110:27 Sep 18 03:23:44.979 INFO kablam! | Sep 18 03:23:44.979 INFO kablam! 110 | pub type GenDspIdent = Identifier; Sep 18 03:23:44.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::FloatConst` is not implemented for `T` Sep 18 03:23:44.979 INFO kablam! | Sep 18 03:23:44.979 INFO kablam! = help: consider adding a `where T: num_traits::FloatConst` bound Sep 18 03:23:44.979 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.979 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.979 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.979 INFO kablam! Sep 18 03:23:44.979 INFO kablam! error: the trait bound `T: numbers::ToSimd` is not satisfied Sep 18 03:23:44.979 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:110:27 Sep 18 03:23:44.979 INFO kablam! | Sep 18 03:23:44.979 INFO kablam! 110 | pub type GenDspIdent = Identifier; Sep 18 03:23:44.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numbers::ToSimd` is not implemented for `T` Sep 18 03:23:44.979 INFO kablam! | Sep 18 03:23:44.979 INFO kablam! = help: consider adding a `where T: numbers::ToSimd` bound Sep 18 03:23:44.979 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.979 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.979 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.979 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.979 INFO kablam! Sep 18 03:23:44.979 INFO kablam! error: `T` doesn't implement `std::fmt::Debug` Sep 18 03:23:44.979 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:110:27 Sep 18 03:23:44.979 INFO kablam! | Sep 18 03:23:44.979 INFO kablam! 110 | pub type GenDspIdent = Identifier; Sep 18 03:23:44.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` Sep 18 03:23:44.979 INFO kablam! | Sep 18 03:23:44.979 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `T` Sep 18 03:23:44.979 INFO kablam! = help: consider adding a `where T: std::fmt::Debug` bound Sep 18 03:23:44.979 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.979 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.979 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.980 INFO kablam! Sep 18 03:23:44.980 INFO kablam! error: the trait bound `T: rustfft::FFTnum` is not satisfied Sep 18 03:23:44.980 INFO kablam! --> src/vector_types/combined_ops/identifier_ops.rs:110:27 Sep 18 03:23:44.980 INFO kablam! | Sep 18 03:23:44.980 INFO kablam! 110 | pub type GenDspIdent = Identifier; Sep 18 03:23:44.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rustfft::FFTnum` is not implemented for `T` Sep 18 03:23:44.980 INFO kablam! | Sep 18 03:23:44.980 INFO kablam! = help: consider adding a `where T: rustfft::FFTnum` bound Sep 18 03:23:44.980 INFO kablam! = note: required because of the requirements on the impl of `numbers::DspNumber` for `T` Sep 18 03:23:44.980 INFO kablam! = note: required because of the requirements on the impl of `numbers::RealNumber` for `T` Sep 18 03:23:44.980 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:23:44.980 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:23:44.980 INFO kablam! Sep 18 03:23:45.115 INFO kablam! error: aborting due to 55 previous errors Sep 18 03:23:45.115 INFO kablam! Sep 18 03:23:45.127 INFO kablam! error: Could not compile `basic_dsp_vector`. Sep 18 03:23:45.127 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 03:23:45.443 INFO kablam! error: aborting due to 55 previous errors Sep 18 03:23:45.443 INFO kablam! Sep 18 03:23:45.466 INFO kablam! error: Could not compile `basic_dsp_vector`. Sep 18 03:23:45.466 INFO kablam! Sep 18 03:23:45.466 INFO kablam! To learn more, run the command again with --verbose. Sep 18 03:23:45.471 INFO kablam! su: No module specific data is present Sep 18 03:23:46.477 INFO running `"docker" "rm" "-f" "a2eeb11fb5e09c11422ce4a789649056142e73053ba1f98d924d249ab7631c48"` Sep 18 03:23:46.723 INFO blam! a2eeb11fb5e09c11422ce4a789649056142e73053ba1f98d924d249ab7631c48