Sep 17 16:54:45.562 INFO checking sprs-0.6.2 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 16:54:45.562 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 16:54:45.562 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/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 17 16:54:45.704 INFO blam! 1cf4179750b00608143ceb91a81079a73b5374dd405c84fd4a6a2e14dd777624 Sep 17 16:54:45.705 INFO running `"docker" "start" "-a" "1cf4179750b00608143ceb91a81079a73b5374dd405c84fd4a6a2e14dd777624"` Sep 17 16:54:46.678 INFO kablam! usermod: no changes Sep 17 16:54:46.771 INFO kablam! Compiling ndarray v0.10.14 Sep 17 16:54:46.771 INFO kablam! Checking bencher v0.1.5 Sep 17 16:54:46.771 INFO kablam! Checking itertools v0.7.8 Sep 17 16:54:46.771 INFO kablam! Checking alga v0.5.4 Sep 17 16:54:59.418 INFO kablam! Checking sprs v0.6.2 (/source) Sep 17 16:55:00.276 INFO kablam! error: the trait bound `I: indexing::SpIndex` is not satisfied Sep 17 16:55:00.276 INFO kablam! --> src/sparse/mod.rs:92:25 Sep 17 16:55:00.276 INFO kablam! | Sep 17 16:55:00.276 INFO kablam! 92 | pub type CsMatI = CsMatBase, Vec, Vec>; Sep 17 16:55:00.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `indexing::SpIndex` is not implemented for `I` Sep 17 16:55:00.276 INFO kablam! | Sep 17 16:55:00.276 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 16:55:00.276 INFO kablam! = help: consider adding a `where I: indexing::SpIndex` bound Sep 17 16:55:00.276 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:55:00.276 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:55:00.276 INFO kablam! Sep 17 16:55:00.276 INFO kablam! error: the trait bound `I: indexing::SpIndex` is not satisfied Sep 17 16:55:00.276 INFO kablam! --> src/sparse/mod.rs:93:33 Sep 17 16:55:00.276 INFO kablam! | Sep 17 16:55:00.276 INFO kablam! 93 | pub type CsMatViewI<'a, N, I> = CsMatBase; Sep 17 16:55:00.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `indexing::SpIndex` is not implemented for `I` Sep 17 16:55:00.276 INFO kablam! | Sep 17 16:55:00.276 INFO kablam! = help: consider adding a `where I: indexing::SpIndex` bound Sep 17 16:55:00.276 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:55:00.276 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:55:00.276 INFO kablam! Sep 17 16:55:00.276 INFO kablam! error: the trait bound `I: indexing::SpIndex` is not satisfied Sep 17 16:55:00.276 INFO kablam! --> src/sparse/mod.rs:94:36 Sep 17 16:55:00.276 INFO kablam! | Sep 17 16:55:00.276 INFO kablam! 94 | pub type CsMatViewMutI<'a, N, I> = CsMatBase; Sep 17 16:55:00.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `indexing::SpIndex` is not implemented for `I` Sep 17 16:55:00.276 INFO kablam! | Sep 17 16:55:00.276 INFO kablam! = help: consider adding a `where I: indexing::SpIndex` bound Sep 17 16:55:00.276 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:55:00.276 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:55:00.276 INFO kablam! Sep 17 16:55:00.277 INFO kablam! error: the trait bound `I: indexing::SpIndex` is not satisfied Sep 17 16:55:00.277 INFO kablam! --> src/sparse/mod.rs:95:36 Sep 17 16:55:00.277 INFO kablam! | Sep 17 16:55:00.277 INFO kablam! 95 | pub type CsMatVecView_<'a, N, I> = CsMatBase, &'a [I], &'a [N]>; Sep 17 16:55:00.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `indexing::SpIndex` is not implemented for `I` Sep 17 16:55:00.277 INFO kablam! | Sep 17 16:55:00.277 INFO kablam! = help: consider adding a `where I: indexing::SpIndex` bound Sep 17 16:55:00.277 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:55:00.277 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:55:00.277 INFO kablam! Sep 17 16:55:00.520 INFO kablam! error: the trait bound `I: indexing::SpIndex` is not satisfied Sep 17 16:55:00.521 INFO kablam! --> src/sparse/mod.rs:92:25 Sep 17 16:55:00.521 INFO kablam! | Sep 17 16:55:00.521 INFO kablam! 92 | pub type CsMatI = CsMatBase, Vec, Vec>; Sep 17 16:55:00.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `indexing::SpIndex` is not implemented for `I` Sep 17 16:55:00.521 INFO kablam! | Sep 17 16:55:00.521 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 16:55:00.521 INFO kablam! = help: consider adding a `where I: indexing::SpIndex` bound Sep 17 16:55:00.521 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:55:00.521 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:55:00.521 INFO kablam! Sep 17 16:55:00.521 INFO kablam! error: the trait bound `I: indexing::SpIndex` is not satisfied Sep 17 16:55:00.521 INFO kablam! --> src/sparse/mod.rs:93:33 Sep 17 16:55:00.521 INFO kablam! | Sep 17 16:55:00.521 INFO kablam! 93 | pub type CsMatViewI<'a, N, I> = CsMatBase; Sep 17 16:55:00.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `indexing::SpIndex` is not implemented for `I` Sep 17 16:55:00.521 INFO kablam! | Sep 17 16:55:00.521 INFO kablam! = help: consider adding a `where I: indexing::SpIndex` bound Sep 17 16:55:00.521 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:55:00.521 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:55:00.521 INFO kablam! Sep 17 16:55:00.521 INFO kablam! error: the trait bound `I: indexing::SpIndex` is not satisfied Sep 17 16:55:00.521 INFO kablam! --> src/sparse/mod.rs:94:36 Sep 17 16:55:00.521 INFO kablam! | Sep 17 16:55:00.521 INFO kablam! 94 | pub type CsMatViewMutI<'a, N, I> = CsMatBase; Sep 17 16:55:00.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `indexing::SpIndex` is not implemented for `I` Sep 17 16:55:00.521 INFO kablam! | Sep 17 16:55:00.527 INFO kablam! = help: consider adding a `where I: indexing::SpIndex` bound Sep 17 16:55:00.527 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:55:00.527 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:55:00.527 INFO kablam! Sep 17 16:55:00.527 INFO kablam! error: the trait bound `I: indexing::SpIndex` is not satisfied Sep 17 16:55:00.527 INFO kablam! --> src/sparse/mod.rs:95:36 Sep 17 16:55:00.527 INFO kablam! | Sep 17 16:55:00.527 INFO kablam! 95 | pub type CsMatVecView_<'a, N, I> = CsMatBase, &'a [I], &'a [N]>; Sep 17 16:55:00.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `indexing::SpIndex` is not implemented for `I` Sep 17 16:55:00.527 INFO kablam! | Sep 17 16:55:00.527 INFO kablam! = help: consider adding a `where I: indexing::SpIndex` bound Sep 17 16:55:00.527 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:55:00.527 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:55:00.527 INFO kablam! Sep 17 16:55:00.778 INFO kablam! error: aborting due to 4 previous errors Sep 17 16:55:00.778 INFO kablam! Sep 17 16:55:00.787 INFO kablam! error: Could not compile `sprs`. Sep 17 16:55:00.787 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 16:55:00.806 INFO kablam! error: aborting due to 4 previous errors Sep 17 16:55:00.806 INFO kablam! Sep 17 16:55:00.816 INFO kablam! error: Could not compile `sprs`. Sep 17 16:55:00.817 INFO kablam! Sep 17 16:55:00.817 INFO kablam! To learn more, run the command again with --verbose. Sep 17 16:55:00.817 INFO kablam! su: No module specific data is present Sep 17 16:55:01.543 INFO running `"docker" "rm" "-f" "1cf4179750b00608143ceb91a81079a73b5374dd405c84fd4a6a2e14dd777624"` Sep 17 16:55:01.654 INFO blam! 1cf4179750b00608143ceb91a81079a73b5374dd405c84fd4a6a2e14dd777624