Sep 18 03:17:18.148 INFO checking bio-0.22.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 03:17:18.148 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 03:17:18.148 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/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:17:18.360 INFO blam! d6755e3c9a4686a524c3e658e2dc1797bd25850ab94012d693cdf984abaade8c Sep 18 03:17:18.361 INFO running `"docker" "start" "-a" "d6755e3c9a4686a524c3e658e2dc1797bd25850ab94012d693cdf984abaade8c"` Sep 18 03:17:19.326 INFO kablam! usermod: no changes Sep 18 03:17:19.548 INFO kablam! Compiling bv v0.7.4 Sep 18 03:17:19.558 INFO kablam! Checking statrs v0.9.0 Sep 18 03:17:19.558 INFO kablam! Checking ndarray v0.9.1 Sep 18 03:17:19.558 INFO kablam! Checking multimap v0.4.0 Sep 18 03:17:19.558 INFO kablam! Checking csv v1.0.1 Sep 18 03:17:19.562 INFO kablam! Checking vec_map v0.8.1 Sep 18 03:17:19.562 INFO kablam! Checking bio-types v0.3.0 Sep 18 03:17:26.402 INFO kablam! Checking bio v0.22.0 (/source) Sep 18 03:17:28.755 INFO kablam! warning: unused `#[macro_use]` import Sep 18 03:17:28.755 INFO kablam! --> src/lib.rs:103:1 Sep 18 03:17:28.755 INFO kablam! | Sep 18 03:17:28.755 INFO kablam! 103 | #[macro_use] Sep 18 03:17:28.755 INFO kablam! | ^^^^^^^^^^^^ Sep 18 03:17:28.755 INFO kablam! | Sep 18 03:17:28.755 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 03:17:28.755 INFO kablam! Sep 18 03:17:28.755 INFO kablam! warning: unused `#[macro_use]` import Sep 18 03:17:28.755 INFO kablam! --> src/lib.rs:117:1 Sep 18 03:17:28.755 INFO kablam! | Sep 18 03:17:28.755 INFO kablam! 117 | #[macro_use] Sep 18 03:17:28.755 INFO kablam! | ^^^^^^^^^^^^ Sep 18 03:17:28.755 INFO kablam! Sep 18 03:17:29.171 INFO kablam! error: the trait bound `T: std::cmp::Ord` is not satisfied Sep 18 03:17:29.171 INFO kablam! --> src/data_structures/bit_tree.rs:97:26 Sep 18 03:17:29.171 INFO kablam! | Sep 18 03:17:29.171 INFO kablam! 97 | pub type MaxBitTree = FenwickTree; Sep 18 03:17:29.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 18 03:17:29.171 INFO kablam! | Sep 18 03:17:29.171 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 03:17:29.171 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 18 03:17:29.171 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:17:29.171 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:17:29.171 INFO kablam! Sep 18 03:17:29.171 INFO kablam! error: the trait bound `T: std::default::Default` is not satisfied Sep 18 03:17:29.171 INFO kablam! --> src/data_structures/bit_tree.rs:97:26 Sep 18 03:17:29.171 INFO kablam! | Sep 18 03:17:29.171 INFO kablam! 97 | pub type MaxBitTree = FenwickTree; Sep 18 03:17:29.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `T` Sep 18 03:17:29.171 INFO kablam! | Sep 18 03:17:29.171 INFO kablam! = help: consider adding a `where T: std::default::Default` bound Sep 18 03:17:29.171 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:17:29.171 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:17:29.171 INFO kablam! Sep 18 03:17:29.171 INFO kablam! error: the trait bound `T: std::marker::Copy` is not satisfied Sep 18 03:17:29.171 INFO kablam! --> src/data_structures/bit_tree.rs:97:26 Sep 18 03:17:29.171 INFO kablam! | Sep 18 03:17:29.171 INFO kablam! 97 | pub type MaxBitTree = FenwickTree; Sep 18 03:17:29.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` Sep 18 03:17:29.171 INFO kablam! | Sep 18 03:17:29.171 INFO kablam! = help: consider adding a `where T: std::marker::Copy` bound Sep 18 03:17:29.171 INFO kablam! = note: required because of the requirements on the impl of `data_structures::bit_tree::PrefixOp` for `data_structures::bit_tree::MaxOp` Sep 18 03:17:29.171 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:17:29.171 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:17:29.171 INFO kablam! Sep 18 03:17:29.171 INFO kablam! error: the trait bound `T: std::cmp::Ord` is not satisfied Sep 18 03:17:29.171 INFO kablam! --> src/data_structures/bit_tree.rs:110:26 Sep 18 03:17:29.171 INFO kablam! | Sep 18 03:17:29.171 INFO kablam! 110 | pub type SumBitTree = FenwickTree; Sep 18 03:17:29.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 18 03:17:29.171 INFO kablam! | Sep 18 03:17:29.171 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 18 03:17:29.171 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:17:29.171 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:17:29.171 INFO kablam! Sep 18 03:17:29.171 INFO kablam! error: the trait bound `T: std::default::Default` is not satisfied Sep 18 03:17:29.171 INFO kablam! --> src/data_structures/bit_tree.rs:110:26 Sep 18 03:17:29.171 INFO kablam! | Sep 18 03:17:29.171 INFO kablam! 110 | pub type SumBitTree = FenwickTree; Sep 18 03:17:29.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `T` Sep 18 03:17:29.171 INFO kablam! | Sep 18 03:17:29.171 INFO kablam! = help: consider adding a `where T: std::default::Default` bound Sep 18 03:17:29.171 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:17:29.171 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:17:29.171 INFO kablam! Sep 18 03:17:29.171 INFO kablam! error: the trait bound `T: std::marker::Copy` is not satisfied Sep 18 03:17:29.171 INFO kablam! --> src/data_structures/bit_tree.rs:110:26 Sep 18 03:17:29.171 INFO kablam! | Sep 18 03:17:29.171 INFO kablam! 110 | pub type SumBitTree = FenwickTree; Sep 18 03:17:29.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` Sep 18 03:17:29.172 INFO kablam! | Sep 18 03:17:29.172 INFO kablam! = help: consider adding a `where T: std::marker::Copy` bound Sep 18 03:17:29.172 INFO kablam! = note: required because of the requirements on the impl of `data_structures::bit_tree::PrefixOp` for `data_structures::bit_tree::SumOp` Sep 18 03:17:29.172 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:17:29.172 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:17:29.172 INFO kablam! Sep 18 03:17:29.172 INFO kablam! error: cannot add `T` to `T` Sep 18 03:17:29.172 INFO kablam! --> src/data_structures/bit_tree.rs:110:26 Sep 18 03:17:29.172 INFO kablam! | Sep 18 03:17:29.172 INFO kablam! 110 | pub type SumBitTree = FenwickTree; Sep 18 03:17:29.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no implementation for `T + T` Sep 18 03:17:29.172 INFO kablam! | Sep 18 03:17:29.172 INFO kablam! = help: the trait `std::ops::Add` is not implemented for `T` Sep 18 03:17:29.172 INFO kablam! = help: consider adding a `where T: std::ops::Add` bound Sep 18 03:17:29.172 INFO kablam! = note: required because of the requirements on the impl of `data_structures::bit_tree::PrefixOp` for `data_structures::bit_tree::SumOp` Sep 18 03:17:29.172 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:17:29.172 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:17:29.172 INFO kablam! Sep 18 03:17:29.191 INFO kablam! error: the trait bound `T: std::cmp::Ord` is not satisfied Sep 18 03:17:29.191 INFO kablam! --> src/stats/probs/cdf.rs:252:30 Sep 18 03:17:29.191 INFO kablam! | Sep 18 03:17:29.191 INFO kablam! 252 | pub type CDFPMFIter<'a, T> = iter::Scan< Sep 18 03:17:29.191 INFO kablam! | ______________________________^ Sep 18 03:17:29.191 INFO kablam! 253 | | slice::Iter<'a, Entry>, Sep 18 03:17:29.191 INFO kablam! 254 | | LogProb, Sep 18 03:17:29.191 INFO kablam! 255 | | fn(&mut LogProb, &'a Entry) -> Option>, Sep 18 03:17:29.191 INFO kablam! 256 | | >; Sep 18 03:17:29.191 INFO kablam! | |_^ the trait `std::cmp::Ord` is not implemented for `T` Sep 18 03:17:29.191 INFO kablam! | Sep 18 03:17:29.191 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 18 03:17:29.191 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:17:29.191 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:17:29.191 INFO kablam! Sep 18 03:17:29.191 INFO kablam! error: the trait bound `I: std::iter::Iterator` is not satisfied Sep 18 03:17:29.191 INFO kablam! --> src/stats/probs/mod.rs:153:24 Sep 18 03:17:29.191 INFO kablam! | Sep 18 03:17:29.191 INFO kablam! 153 | pub type ScanIter = iter::Scan< Sep 18 03:17:29.191 INFO kablam! | ________________________^ Sep 18 03:17:29.192 INFO kablam! 154 | | ::IntoIter, Sep 18 03:17:29.192 INFO kablam! 155 | | LogProb, Sep 18 03:17:29.192 INFO kablam! 156 | | fn(&mut LogProb, LogProb) -> Option, Sep 18 03:17:29.192 INFO kablam! 157 | | >; Sep 18 03:17:29.192 INFO kablam! | |_^ `I` is not an iterator; maybe try calling `.iter()` or a similar method Sep 18 03:17:29.192 INFO kablam! | Sep 18 03:17:29.192 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `I` Sep 18 03:17:29.192 INFO kablam! = help: consider adding a `where I: std::iter::Iterator` bound Sep 18 03:17:29.192 INFO kablam! = note: required because of the requirements on the impl of `std::iter::IntoIterator` for `I` Sep 18 03:17:29.192 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:17:29.192 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:17:29.192 INFO kablam! Sep 18 03:17:29.395 INFO kablam! error: aborting due to 9 previous errors Sep 18 03:17:29.395 INFO kablam! Sep 18 03:17:29.415 INFO kablam! error: Could not compile `bio`. Sep 18 03:17:29.415 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 03:17:29.475 INFO kablam! error: the trait bound `T: std::cmp::Ord` is not satisfied Sep 18 03:17:29.475 INFO kablam! --> src/data_structures/bit_tree.rs:97:26 Sep 18 03:17:29.475 INFO kablam! | Sep 18 03:17:29.475 INFO kablam! 97 | pub type MaxBitTree = FenwickTree; Sep 18 03:17:29.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 18 03:17:29.475 INFO kablam! | Sep 18 03:17:29.475 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 03:17:29.475 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 18 03:17:29.475 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:17:29.475 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:17:29.475 INFO kablam! Sep 18 03:17:29.475 INFO kablam! error: the trait bound `T: std::default::Default` is not satisfied Sep 18 03:17:29.475 INFO kablam! --> src/data_structures/bit_tree.rs:97:26 Sep 18 03:17:29.475 INFO kablam! | Sep 18 03:17:29.475 INFO kablam! 97 | pub type MaxBitTree = FenwickTree; Sep 18 03:17:29.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `T` Sep 18 03:17:29.475 INFO kablam! | Sep 18 03:17:29.475 INFO kablam! = help: consider adding a `where T: std::default::Default` bound Sep 18 03:17:29.475 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:17:29.475 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:17:29.475 INFO kablam! Sep 18 03:17:29.475 INFO kablam! error: the trait bound `T: std::marker::Copy` is not satisfied Sep 18 03:17:29.475 INFO kablam! --> src/data_structures/bit_tree.rs:97:26 Sep 18 03:17:29.475 INFO kablam! | Sep 18 03:17:29.475 INFO kablam! 97 | pub type MaxBitTree = FenwickTree; Sep 18 03:17:29.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` Sep 18 03:17:29.475 INFO kablam! | Sep 18 03:17:29.475 INFO kablam! = help: consider adding a `where T: std::marker::Copy` bound Sep 18 03:17:29.475 INFO kablam! = note: required because of the requirements on the impl of `data_structures::bit_tree::PrefixOp` for `data_structures::bit_tree::MaxOp` Sep 18 03:17:29.475 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:17:29.475 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:17:29.475 INFO kablam! Sep 18 03:17:29.475 INFO kablam! error: the trait bound `T: std::cmp::Ord` is not satisfied Sep 18 03:17:29.475 INFO kablam! --> src/data_structures/bit_tree.rs:110:26 Sep 18 03:17:29.476 INFO kablam! | Sep 18 03:17:29.476 INFO kablam! 110 | pub type SumBitTree = FenwickTree; Sep 18 03:17:29.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `T` Sep 18 03:17:29.476 INFO kablam! | Sep 18 03:17:29.476 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 18 03:17:29.476 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:17:29.476 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:17:29.476 INFO kablam! Sep 18 03:17:29.476 INFO kablam! error: the trait bound `T: std::default::Default` is not satisfied Sep 18 03:17:29.476 INFO kablam! --> src/data_structures/bit_tree.rs:110:26 Sep 18 03:17:29.476 INFO kablam! | Sep 18 03:17:29.476 INFO kablam! 110 | pub type SumBitTree = FenwickTree; Sep 18 03:17:29.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `T` Sep 18 03:17:29.476 INFO kablam! | Sep 18 03:17:29.476 INFO kablam! = help: consider adding a `where T: std::default::Default` bound Sep 18 03:17:29.476 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:17:29.476 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:17:29.476 INFO kablam! Sep 18 03:17:29.476 INFO kablam! error: the trait bound `T: std::marker::Copy` is not satisfied Sep 18 03:17:29.476 INFO kablam! --> src/data_structures/bit_tree.rs:110:26 Sep 18 03:17:29.476 INFO kablam! | Sep 18 03:17:29.476 INFO kablam! 110 | pub type SumBitTree = FenwickTree; Sep 18 03:17:29.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` Sep 18 03:17:29.476 INFO kablam! | Sep 18 03:17:29.476 INFO kablam! = help: consider adding a `where T: std::marker::Copy` bound Sep 18 03:17:29.476 INFO kablam! = note: required because of the requirements on the impl of `data_structures::bit_tree::PrefixOp` for `data_structures::bit_tree::SumOp` Sep 18 03:17:29.476 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:17:29.476 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:17:29.476 INFO kablam! Sep 18 03:17:29.476 INFO kablam! error: cannot add `T` to `T` Sep 18 03:17:29.476 INFO kablam! --> src/data_structures/bit_tree.rs:110:26 Sep 18 03:17:29.476 INFO kablam! | Sep 18 03:17:29.476 INFO kablam! 110 | pub type SumBitTree = FenwickTree; Sep 18 03:17:29.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no implementation for `T + T` Sep 18 03:17:29.476 INFO kablam! | Sep 18 03:17:29.476 INFO kablam! = help: the trait `std::ops::Add` is not implemented for `T` Sep 18 03:17:29.476 INFO kablam! = help: consider adding a `where T: std::ops::Add` bound Sep 18 03:17:29.476 INFO kablam! = note: required because of the requirements on the impl of `data_structures::bit_tree::PrefixOp` for `data_structures::bit_tree::SumOp` Sep 18 03:17:29.476 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:17:29.476 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:17:29.476 INFO kablam! Sep 18 03:17:29.492 INFO kablam! error: the trait bound `T: std::cmp::Ord` is not satisfied Sep 18 03:17:29.495 INFO kablam! --> src/stats/probs/cdf.rs:252:30 Sep 18 03:17:29.495 INFO kablam! | Sep 18 03:17:29.495 INFO kablam! 252 | pub type CDFPMFIter<'a, T> = iter::Scan< Sep 18 03:17:29.495 INFO kablam! | ______________________________^ Sep 18 03:17:29.495 INFO kablam! 253 | | slice::Iter<'a, Entry>, Sep 18 03:17:29.495 INFO kablam! 254 | | LogProb, Sep 18 03:17:29.495 INFO kablam! 255 | | fn(&mut LogProb, &'a Entry) -> Option>, Sep 18 03:17:29.495 INFO kablam! 256 | | >; Sep 18 03:17:29.495 INFO kablam! | |_^ the trait `std::cmp::Ord` is not implemented for `T` Sep 18 03:17:29.495 INFO kablam! | Sep 18 03:17:29.495 INFO kablam! = help: consider adding a `where T: std::cmp::Ord` bound Sep 18 03:17:29.495 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:17:29.495 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:17:29.495 INFO kablam! Sep 18 03:17:29.495 INFO kablam! error: the trait bound `I: std::iter::Iterator` is not satisfied Sep 18 03:17:29.495 INFO kablam! --> src/stats/probs/mod.rs:153:24 Sep 18 03:17:29.495 INFO kablam! | Sep 18 03:17:29.495 INFO kablam! 153 | pub type ScanIter = iter::Scan< Sep 18 03:17:29.495 INFO kablam! | ________________________^ Sep 18 03:17:29.495 INFO kablam! 154 | | ::IntoIter, Sep 18 03:17:29.495 INFO kablam! 155 | | LogProb, Sep 18 03:17:29.495 INFO kablam! 156 | | fn(&mut LogProb, LogProb) -> Option, Sep 18 03:17:29.495 INFO kablam! 157 | | >; Sep 18 03:17:29.495 INFO kablam! | |_^ `I` is not an iterator; maybe try calling `.iter()` or a similar method Sep 18 03:17:29.495 INFO kablam! | Sep 18 03:17:29.495 INFO kablam! = help: the trait `std::iter::Iterator` is not implemented for `I` Sep 18 03:17:29.495 INFO kablam! = help: consider adding a `where I: std::iter::Iterator` bound Sep 18 03:17:29.495 INFO kablam! = note: required because of the requirements on the impl of `std::iter::IntoIterator` for `I` Sep 18 03:17:29.495 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 03:17:29.495 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 03:17:29.495 INFO kablam! Sep 18 03:17:29.755 INFO kablam! error: aborting due to 9 previous errors Sep 18 03:17:29.755 INFO kablam! Sep 18 03:17:29.773 INFO kablam! error: Could not compile `bio`. Sep 18 03:17:29.773 INFO kablam! Sep 18 03:17:29.773 INFO kablam! To learn more, run the command again with --verbose. Sep 18 03:17:29.774 INFO kablam! su: No module specific data is present Sep 18 03:17:30.464 INFO running `"docker" "rm" "-f" "d6755e3c9a4686a524c3e658e2dc1797bd25850ab94012d693cdf984abaade8c"` Sep 18 03:17:30.671 INFO blam! d6755e3c9a4686a524c3e658e2dc1797bd25850ab94012d693cdf984abaade8c