Sep 04 10:25:37.702 INFO checking mtl-0.1.5 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 10:25:37.702 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 10:25:37.702 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 10:25:37.934 INFO blam! e547e8ba86c8f81d4a3eb1a3733b54e56fee780101a4d6f405c6e27f4470b1ca Sep 04 10:25:37.936 INFO running `"docker" "start" "-a" "e547e8ba86c8f81d4a3eb1a3733b54e56fee780101a4d6f405c6e27f4470b1ca"` Sep 04 10:25:38.666 INFO kablam! Checking mtl v0.1.5 (file:///source) Sep 04 10:25:39.677 INFO kablam! warning: unused macro definition Sep 04 10:25:39.677 INFO kablam! --> src/ndarray/mod.rs:158:1 Sep 04 10:25:39.677 INFO kablam! | Sep 04 10:25:39.677 INFO kablam! 158 | / macro_rules! ix { Sep 04 10:25:39.677 INFO kablam! 159 | | ($($arg:expr),*) => ( Sep 04 10:25:39.677 INFO kablam! 160 | | vec![$( Box::new($arg) as Box ),*] Sep 04 10:25:39.677 INFO kablam! 161 | | ) Sep 04 10:25:39.677 INFO kablam! 162 | | } Sep 04 10:25:39.677 INFO kablam! | |_^ Sep 04 10:25:39.677 INFO kablam! | Sep 04 10:25:39.677 INFO kablam! note: lint level defined here Sep 04 10:25:39.677 INFO kablam! --> src/lib.rs:2:20 Sep 04 10:25:39.678 INFO kablam! | Sep 04 10:25:39.678 INFO kablam! 2 | #![warn(bad_style, unused, unused_import_braces, Sep 04 10:25:39.678 INFO kablam! | ^^^^^^ Sep 04 10:25:39.678 INFO kablam! = note: #[warn(unused_macros)] implied by #[warn(unused)] Sep 04 10:25:39.678 INFO kablam! Sep 04 10:25:42.475 INFO kablam! warning: function is never used: `has_canonical_format` Sep 04 10:25:42.475 INFO kablam! --> src/matrix/sparse/tools/csr.rs:129:1 Sep 04 10:25:42.475 INFO kablam! | Sep 04 10:25:42.475 INFO kablam! 129 | pub fn has_canonical_format(nrow: usize, ap: &[usize], aj: &[usize]) -> bool { Sep 04 10:25:42.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:25:42.476 INFO kablam! | Sep 04 10:25:42.476 INFO kablam! note: lint level defined here Sep 04 10:25:42.476 INFO kablam! --> src/lib.rs:2:20 Sep 04 10:25:42.476 INFO kablam! | Sep 04 10:25:42.476 INFO kablam! 2 | #![warn(bad_style, unused, unused_import_braces, Sep 04 10:25:42.476 INFO kablam! | ^^^^^^ Sep 04 10:25:42.476 INFO kablam! = note: #[warn(dead_code)] implied by #[warn(unused)] Sep 04 10:25:42.476 INFO kablam! Sep 04 10:25:42.476 INFO kablam! warning: function is never used: `binop_csr_general` Sep 04 10:25:42.476 INFO kablam! --> src/matrix/sparse/tools/csr.rs:163:1 Sep 04 10:25:42.476 INFO kablam! | Sep 04 10:25:42.476 INFO kablam! 163 | / pub fn binop_csr_general( Sep 04 10:25:42.476 INFO kablam! 164 | | nrow: usize, ncol: usize, Sep 04 10:25:42.476 INFO kablam! 165 | | ap: &[usize], aj: &[usize], ax: &[T], Sep 04 10:25:42.476 INFO kablam! 166 | | bp: &[usize], bj: &[usize], bx: &[T], Sep 04 10:25:42.476 INFO kablam! ... | Sep 04 10:25:42.476 INFO kablam! 240 | | (cp, cj, cx) Sep 04 10:25:42.476 INFO kablam! 241 | | } Sep 04 10:25:42.476 INFO kablam! | |_^ Sep 04 10:25:42.476 INFO kablam! Sep 04 10:25:44.207 INFO kablam! warning: function is never used: `has_canonical_format` Sep 04 10:25:44.207 INFO kablam! --> src/matrix/sparse/tools/csr.rs:129:1 Sep 04 10:25:44.207 INFO kablam! | Sep 04 10:25:44.207 INFO kablam! 129 | pub fn has_canonical_format(nrow: usize, ap: &[usize], aj: &[usize]) -> bool { Sep 04 10:25:44.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:25:44.207 INFO kablam! | Sep 04 10:25:44.207 INFO kablam! note: lint level defined here Sep 04 10:25:44.207 INFO kablam! --> src/lib.rs:2:20 Sep 04 10:25:44.207 INFO kablam! | Sep 04 10:25:44.207 INFO kablam! 2 | #![warn(bad_style, unused, unused_import_braces, Sep 04 10:25:44.207 INFO kablam! | ^^^^^^ Sep 04 10:25:44.207 INFO kablam! = note: #[warn(dead_code)] implied by #[warn(unused)] Sep 04 10:25:44.208 INFO kablam! Sep 04 10:25:44.208 INFO kablam! warning: function is never used: `binop_csr_general` Sep 04 10:25:44.208 INFO kablam! --> src/matrix/sparse/tools/csr.rs:163:1 Sep 04 10:25:44.208 INFO kablam! | Sep 04 10:25:44.208 INFO kablam! 163 | / pub fn binop_csr_general( Sep 04 10:25:44.208 INFO kablam! 164 | | nrow: usize, ncol: usize, Sep 04 10:25:44.208 INFO kablam! 165 | | ap: &[usize], aj: &[usize], ax: &[T], Sep 04 10:25:44.208 INFO kablam! 166 | | bp: &[usize], bj: &[usize], bx: &[T], Sep 04 10:25:44.208 INFO kablam! ... | Sep 04 10:25:44.208 INFO kablam! 240 | | (cp, cj, cx) Sep 04 10:25:44.208 INFO kablam! 241 | | } Sep 04 10:25:44.208 INFO kablam! | |_^ Sep 04 10:25:44.208 INFO kablam! Sep 04 10:25:44.938 INFO kablam! error[E0432]: unresolved import `mtl::matrix::sparse::SparseYale` Sep 04 10:25:44.938 INFO kablam! --> benches/matrix.rs:14:5 Sep 04 10:25:44.938 INFO kablam! | Sep 04 10:25:44.938 INFO kablam! 14 | use mtl::matrix::sparse::SparseYale; Sep 04 10:25:44.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `SparseYale` in `matrix::sparse` Sep 04 10:25:44.939 INFO kablam! Sep 04 10:25:45.054 INFO kablam! error: aborting due to previous error Sep 04 10:25:45.054 INFO kablam! Sep 04 10:25:45.054 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 04 10:25:45.061 INFO kablam! error: Could not compile `mtl`. Sep 04 10:25:45.061 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 10:25:45.175 INFO kablam! error: build failed Sep 04 10:25:45.177 INFO kablam! su: No module specific data is present Sep 04 10:25:45.618 INFO running `"docker" "rm" "-f" "e547e8ba86c8f81d4a3eb1a3733b54e56fee780101a4d6f405c6e27f4470b1ca"` Sep 04 10:25:45.740 INFO blam! e547e8ba86c8f81d4a3eb1a3733b54e56fee780101a4d6f405c6e27f4470b1ca