Sep 21 02:39:13.572 INFO checking sprs-0.6.2 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 02:39:13.572 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 02:39:13.572 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 02:39:13.810 INFO blam! 25225b5f62d2b76ff764baa14f47be50c4d1a1cf92ae30b099b6ed95a4dc5711 Sep 21 02:39:13.813 INFO running `"docker" "start" "-a" "25225b5f62d2b76ff764baa14f47be50c4d1a1cf92ae30b099b6ed95a4dc5711"` Sep 21 02:39:14.926 INFO kablam! usermod: no changes Sep 21 02:39:15.054 INFO kablam! Compiling ndarray v0.10.14 Sep 21 02:39:15.058 INFO kablam! Checking alga v0.5.4 Sep 21 02:39:25.383 INFO kablam! Checking sprs v0.6.2 (/source) Sep 21 02:39:26.414 INFO kablam! error: the trait bound `I: indexing::SpIndex` is not satisfied Sep 21 02:39:26.414 INFO kablam! --> src/sparse/mod.rs:92:25 Sep 21 02:39:26.414 INFO kablam! | Sep 21 02:39:26.414 INFO kablam! 92 | pub type CsMatI = CsMatBase, Vec, Vec>; Sep 21 02:39:26.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `indexing::SpIndex` is not implemented for `I` Sep 21 02:39:26.414 INFO kablam! | Sep 21 02:39:26.414 INFO kablam! note: lint level defined here Sep 21 02:39:26.414 INFO kablam! --> src/lib.rs:61:9 Sep 21 02:39:26.414 INFO kablam! | Sep 21 02:39:26.414 INFO kablam! 61 | #![deny(warnings)] Sep 21 02:39:26.414 INFO kablam! | ^^^^^^^^ Sep 21 02:39:26.414 INFO kablam! = note: #[deny(type_alias_missing_bounds)] implied by #[deny(warnings)] Sep 21 02:39:26.415 INFO kablam! = help: consider adding a `where I: indexing::SpIndex` bound Sep 21 02:39:26.415 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:39:26.415 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:39:26.415 INFO kablam! Sep 21 02:39:26.415 INFO kablam! error: the trait bound `I: indexing::SpIndex` is not satisfied Sep 21 02:39:26.415 INFO kablam! --> src/sparse/mod.rs:93:33 Sep 21 02:39:26.415 INFO kablam! | Sep 21 02:39:26.415 INFO kablam! 93 | pub type CsMatViewI<'a, N, I> = CsMatBase; Sep 21 02:39:26.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `indexing::SpIndex` is not implemented for `I` Sep 21 02:39:26.415 INFO kablam! | Sep 21 02:39:26.415 INFO kablam! = help: consider adding a `where I: indexing::SpIndex` bound Sep 21 02:39:26.415 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:39:26.415 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:39:26.415 INFO kablam! Sep 21 02:39:26.415 INFO kablam! error: the trait bound `I: indexing::SpIndex` is not satisfied Sep 21 02:39:26.415 INFO kablam! --> src/sparse/mod.rs:94:36 Sep 21 02:39:26.415 INFO kablam! | Sep 21 02:39:26.415 INFO kablam! 94 | pub type CsMatViewMutI<'a, N, I> = CsMatBase; Sep 21 02:39:26.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `indexing::SpIndex` is not implemented for `I` Sep 21 02:39:26.416 INFO kablam! | Sep 21 02:39:26.416 INFO kablam! = help: consider adding a `where I: indexing::SpIndex` bound Sep 21 02:39:26.416 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:39:26.416 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:39:26.416 INFO kablam! Sep 21 02:39:26.416 INFO kablam! error: the trait bound `I: indexing::SpIndex` is not satisfied Sep 21 02:39:26.416 INFO kablam! --> src/sparse/mod.rs:95:36 Sep 21 02:39:26.416 INFO kablam! | Sep 21 02:39:26.416 INFO kablam! 95 | pub type CsMatVecView_<'a, N, I> = CsMatBase, &'a [I], &'a [N]>; Sep 21 02:39:26.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `indexing::SpIndex` is not implemented for `I` Sep 21 02:39:26.416 INFO kablam! | Sep 21 02:39:26.416 INFO kablam! = help: consider adding a `where I: indexing::SpIndex` bound Sep 21 02:39:26.416 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:39:26.416 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:39:26.416 INFO kablam! Sep 21 02:39:26.613 INFO kablam! error: aborting due to 4 previous errors Sep 21 02:39:26.613 INFO kablam! Sep 21 02:39:26.618 INFO kablam! error: Could not compile `sprs`. Sep 21 02:39:26.618 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 02:39:26.698 INFO kablam! error: the trait bound `I: indexing::SpIndex` is not satisfied Sep 21 02:39:26.698 INFO kablam! --> src/sparse/mod.rs:92:25 Sep 21 02:39:26.698 INFO kablam! | Sep 21 02:39:26.698 INFO kablam! 92 | pub type CsMatI = CsMatBase, Vec, Vec>; Sep 21 02:39:26.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `indexing::SpIndex` is not implemented for `I` Sep 21 02:39:26.698 INFO kablam! | Sep 21 02:39:26.698 INFO kablam! note: lint level defined here Sep 21 02:39:26.698 INFO kablam! --> src/lib.rs:61:9 Sep 21 02:39:26.698 INFO kablam! | Sep 21 02:39:26.698 INFO kablam! 61 | #![deny(warnings)] Sep 21 02:39:26.698 INFO kablam! | ^^^^^^^^ Sep 21 02:39:26.698 INFO kablam! = note: #[deny(type_alias_missing_bounds)] implied by #[deny(warnings)] Sep 21 02:39:26.698 INFO kablam! = help: consider adding a `where I: indexing::SpIndex` bound Sep 21 02:39:26.698 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:39:26.698 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:39:26.698 INFO kablam! Sep 21 02:39:26.699 INFO kablam! error: the trait bound `I: indexing::SpIndex` is not satisfied Sep 21 02:39:26.699 INFO kablam! --> src/sparse/mod.rs:93:33 Sep 21 02:39:26.699 INFO kablam! | Sep 21 02:39:26.699 INFO kablam! 93 | pub type CsMatViewI<'a, N, I> = CsMatBase; Sep 21 02:39:26.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `indexing::SpIndex` is not implemented for `I` Sep 21 02:39:26.699 INFO kablam! | Sep 21 02:39:26.699 INFO kablam! = help: consider adding a `where I: indexing::SpIndex` bound Sep 21 02:39:26.699 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:39:26.699 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:39:26.699 INFO kablam! Sep 21 02:39:26.699 INFO kablam! error: the trait bound `I: indexing::SpIndex` is not satisfied Sep 21 02:39:26.699 INFO kablam! --> src/sparse/mod.rs:94:36 Sep 21 02:39:26.699 INFO kablam! | Sep 21 02:39:26.699 INFO kablam! 94 | pub type CsMatViewMutI<'a, N, I> = CsMatBase; Sep 21 02:39:26.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `indexing::SpIndex` is not implemented for `I` Sep 21 02:39:26.699 INFO kablam! | Sep 21 02:39:26.699 INFO kablam! = help: consider adding a `where I: indexing::SpIndex` bound Sep 21 02:39:26.699 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:39:26.699 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:39:26.699 INFO kablam! Sep 21 02:39:26.699 INFO kablam! error: the trait bound `I: indexing::SpIndex` is not satisfied Sep 21 02:39:26.699 INFO kablam! --> src/sparse/mod.rs:95:36 Sep 21 02:39:26.699 INFO kablam! | Sep 21 02:39:26.699 INFO kablam! 95 | pub type CsMatVecView_<'a, N, I> = CsMatBase, &'a [I], &'a [N]>; Sep 21 02:39:26.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `indexing::SpIndex` is not implemented for `I` Sep 21 02:39:26.699 INFO kablam! | Sep 21 02:39:26.699 INFO kablam! = help: consider adding a `where I: indexing::SpIndex` bound Sep 21 02:39:26.699 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 02:39:26.699 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 02:39:26.699 INFO kablam! Sep 21 02:39:26.925 INFO kablam! error: aborting due to 4 previous errors Sep 21 02:39:26.925 INFO kablam! Sep 21 02:39:26.936 INFO kablam! error: Could not compile `sprs`. Sep 21 02:39:26.936 INFO kablam! Sep 21 02:39:26.936 INFO kablam! To learn more, run the command again with --verbose. Sep 21 02:39:26.937 INFO kablam! su: No module specific data is present Sep 21 02:39:27.627 INFO running `"docker" "rm" "-f" "25225b5f62d2b76ff764baa14f47be50c4d1a1cf92ae30b099b6ed95a4dc5711"` Sep 21 02:39:27.759 INFO blam! 25225b5f62d2b76ff764baa14f47be50c4d1a1cf92ae30b099b6ed95a4dc5711