Sep 14 12:55:07.193 INFO checking mtl-0.1.5 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 12:55:07.193 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 12:55:07.193 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 12:55:07.308 INFO blam! b3dafba7a14dd5f3351d1e705e246c5bc508d1d766a179f67c56af0e284c188c Sep 14 12:55:07.311 INFO running `"docker" "start" "-a" "b3dafba7a14dd5f3351d1e705e246c5bc508d1d766a179f67c56af0e284c188c"` Sep 14 12:55:08.469 INFO kablam! usermod: no changes Sep 14 12:55:08.523 INFO kablam! Checking mtl v0.1.5 (file:///source) Sep 14 12:55:09.051 INFO kablam! warning: unused macro definition Sep 14 12:55:09.051 INFO kablam! --> src/ndarray/mod.rs:158:1 Sep 14 12:55:09.051 INFO kablam! | Sep 14 12:55:09.051 INFO kablam! 158 | / macro_rules! ix { Sep 14 12:55:09.051 INFO kablam! 159 | | ($($arg:expr),*) => ( Sep 14 12:55:09.051 INFO kablam! 160 | | vec![$( Box::new($arg) as Box ),*] Sep 14 12:55:09.051 INFO kablam! 161 | | ) Sep 14 12:55:09.051 INFO kablam! 162 | | } Sep 14 12:55:09.051 INFO kablam! | |_^ Sep 14 12:55:09.051 INFO kablam! | Sep 14 12:55:09.051 INFO kablam! note: lint level defined here Sep 14 12:55:09.051 INFO kablam! --> src/lib.rs:2:20 Sep 14 12:55:09.051 INFO kablam! | Sep 14 12:55:09.051 INFO kablam! 2 | #![warn(bad_style, unused, unused_import_braces, Sep 14 12:55:09.051 INFO kablam! | ^^^^^^ Sep 14 12:55:09.051 INFO kablam! = note: #[warn(unused_macros)] implied by #[warn(unused)] Sep 14 12:55:09.051 INFO kablam! Sep 14 12:55:10.610 INFO kablam! warning: function is never used: `has_canonical_format` Sep 14 12:55:10.611 INFO kablam! --> src/matrix/sparse/tools/csr.rs:129:1 Sep 14 12:55:10.611 INFO kablam! | Sep 14 12:55:10.611 INFO kablam! 129 | pub fn has_canonical_format(nrow: usize, ap: &[usize], aj: &[usize]) -> bool { Sep 14 12:55:10.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:55:10.611 INFO kablam! | Sep 14 12:55:10.611 INFO kablam! note: lint level defined here Sep 14 12:55:10.611 INFO kablam! --> src/lib.rs:2:20 Sep 14 12:55:10.611 INFO kablam! | Sep 14 12:55:10.611 INFO kablam! 2 | #![warn(bad_style, unused, unused_import_braces, Sep 14 12:55:10.611 INFO kablam! | ^^^^^^ Sep 14 12:55:10.611 INFO kablam! = note: #[warn(dead_code)] implied by #[warn(unused)] Sep 14 12:55:10.611 INFO kablam! Sep 14 12:55:10.611 INFO kablam! warning: function is never used: `binop_csr_general` Sep 14 12:55:10.611 INFO kablam! --> src/matrix/sparse/tools/csr.rs:163:1 Sep 14 12:55:10.611 INFO kablam! | Sep 14 12:55:10.611 INFO kablam! 163 | / pub fn binop_csr_general( Sep 14 12:55:10.611 INFO kablam! 164 | | nrow: usize, ncol: usize, Sep 14 12:55:10.611 INFO kablam! 165 | | ap: &[usize], aj: &[usize], ax: &[T], Sep 14 12:55:10.611 INFO kablam! 166 | | bp: &[usize], bj: &[usize], bx: &[T], Sep 14 12:55:10.611 INFO kablam! ... | Sep 14 12:55:10.611 INFO kablam! 240 | | (cp, cj, cx) Sep 14 12:55:10.611 INFO kablam! 241 | | } Sep 14 12:55:10.611 INFO kablam! | |_^ Sep 14 12:55:10.611 INFO kablam! Sep 14 12:55:11.598 INFO kablam! error[E0432]: unresolved import `mtl::matrix::sparse::SparseYale` Sep 14 12:55:11.599 INFO kablam! --> benches/matrix.rs:14:5 Sep 14 12:55:11.599 INFO kablam! | Sep 14 12:55:11.599 INFO kablam! 14 | use mtl::matrix::sparse::SparseYale; Sep 14 12:55:11.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `SparseYale` in `matrix::sparse` Sep 14 12:55:11.599 INFO kablam! Sep 14 12:55:11.638 INFO kablam! warning: function is never used: `has_canonical_format` Sep 14 12:55:11.638 INFO kablam! --> src/matrix/sparse/tools/csr.rs:129:1 Sep 14 12:55:11.638 INFO kablam! | Sep 14 12:55:11.638 INFO kablam! 129 | pub fn has_canonical_format(nrow: usize, ap: &[usize], aj: &[usize]) -> bool { Sep 14 12:55:11.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:55:11.638 INFO kablam! | Sep 14 12:55:11.638 INFO kablam! note: lint level defined here Sep 14 12:55:11.638 INFO kablam! --> src/lib.rs:2:20 Sep 14 12:55:11.638 INFO kablam! | Sep 14 12:55:11.638 INFO kablam! 2 | #![warn(bad_style, unused, unused_import_braces, Sep 14 12:55:11.638 INFO kablam! | ^^^^^^ Sep 14 12:55:11.638 INFO kablam! = note: #[warn(dead_code)] implied by #[warn(unused)] Sep 14 12:55:11.638 INFO kablam! Sep 14 12:55:11.638 INFO kablam! warning: function is never used: `binop_csr_general` Sep 14 12:55:11.638 INFO kablam! --> src/matrix/sparse/tools/csr.rs:163:1 Sep 14 12:55:11.638 INFO kablam! | Sep 14 12:55:11.638 INFO kablam! 163 | / pub fn binop_csr_general( Sep 14 12:55:11.638 INFO kablam! 164 | | nrow: usize, ncol: usize, Sep 14 12:55:11.638 INFO kablam! 165 | | ap: &[usize], aj: &[usize], ax: &[T], Sep 14 12:55:11.638 INFO kablam! 166 | | bp: &[usize], bj: &[usize], bx: &[T], Sep 14 12:55:11.638 INFO kablam! ... | Sep 14 12:55:11.638 INFO kablam! 240 | | (cp, cj, cx) Sep 14 12:55:11.638 INFO kablam! 241 | | } Sep 14 12:55:11.638 INFO kablam! | |_^ Sep 14 12:55:11.638 INFO kablam! Sep 14 12:55:11.643 INFO kablam! error: aborting due to previous error Sep 14 12:55:11.643 INFO kablam! Sep 14 12:55:11.643 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 14 12:55:11.651 INFO kablam! error: Could not compile `mtl`. Sep 14 12:55:11.651 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 12:55:11.831 INFO kablam! error: build failed Sep 14 12:55:11.831 INFO kablam! su: No module specific data is present Sep 14 12:55:12.408 INFO running `"docker" "rm" "-f" "b3dafba7a14dd5f3351d1e705e246c5bc508d1d766a179f67c56af0e284c188c"` Sep 14 12:55:12.551 INFO blam! b3dafba7a14dd5f3351d1e705e246c5bc508d1d766a179f67c56af0e284c188c