Sep 14 08:09:00.698 INFO checking subslice-0.2.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 08:09:00.698 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 08:09:00.698 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/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 08:09:01.007 INFO blam! b251f59defbc702701d1b87635ee6969f2fdd397ba819293e21937e828854659 Sep 14 08:09:01.007 INFO running `"docker" "start" "-a" "b251f59defbc702701d1b87635ee6969f2fdd397ba819293e21937e828854659"` Sep 14 08:09:01.836 INFO kablam! usermod: no changes Sep 14 08:09:01.893 INFO kablam! Checking memchr v2.0.2 Sep 14 08:09:01.893 INFO kablam! Checking macro-attr v0.2.0 Sep 14 08:09:01.893 INFO kablam! Checking odds v0.2.26 Sep 14 08:09:01.894 INFO kablam! Compiling newtype_derive v0.1.6 Sep 14 08:09:01.897 INFO kablam! Checking quickcheck v0.5.0 Sep 14 08:09:02.180 INFO kablam! Checking subslice v0.2.0 (file:///source) Sep 14 08:09:03.748 INFO kablam! error[E0463]: can't find crate for `unchecked_index` Sep 14 08:09:03.748 INFO kablam! --> benches/pathology.rs:12:1 Sep 14 08:09:03.748 INFO kablam! | Sep 14 08:09:03.748 INFO kablam! 12 | extern crate unchecked_index; Sep 14 08:09:03.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 14 08:09:03.748 INFO kablam! Sep 14 08:09:03.748 INFO kablam! error: aborting due to previous error Sep 14 08:09:03.748 INFO kablam! Sep 14 08:09:03.748 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 14 08:09:03.749 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 08:09:03.749 INFO kablam! --> src/tw.rs:305:39 Sep 14 08:09:03.749 INFO kablam! | Sep 14 08:09:03.749 INFO kablam! 305 | assert_eq!(2, compute_max_suf_pos((b"aab"))); Sep 14 08:09:03.749 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 14 08:09:03.749 INFO kablam! | Sep 14 08:09:03.754 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 08:09:03.754 INFO kablam! Sep 14 08:09:03.754 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 08:09:03.754 INFO kablam! --> src/tw.rs:307:39 Sep 14 08:09:03.754 INFO kablam! | Sep 14 08:09:03.754 INFO kablam! 307 | assert_eq!(2, compute_max_suf_pos((b"aabaa"))); Sep 14 08:09:03.754 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Sep 14 08:09:03.754 INFO kablam! Sep 14 08:09:03.754 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 08:09:03.754 INFO kablam! --> src/tw.rs:309:39 Sep 14 08:09:03.754 INFO kablam! | Sep 14 08:09:03.754 INFO kablam! 309 | assert_eq!(0, compute_max_suf_pos((b"gcagagag"))); Sep 14 08:09:03.754 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 14 08:09:03.754 INFO kablam! Sep 14 08:09:03.754 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 08:09:03.754 INFO kablam! --> src/tw.rs:310:39 Sep 14 08:09:03.754 INFO kablam! | Sep 14 08:09:03.754 INFO kablam! 310 | assert_eq!(2, compute_max_suf_pos((b"banana"))); Sep 14 08:09:03.754 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 14 08:09:03.754 INFO kablam! Sep 14 08:09:03.754 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 08:09:03.754 INFO kablam! --> src/tw.rs:315:42 Sep 14 08:09:03.754 INFO kablam! | Sep 14 08:09:03.754 INFO kablam! 315 | assert_eq!((2, 1), maxsuf_and_period((b"aab"))); Sep 14 08:09:03.754 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 14 08:09:03.754 INFO kablam! Sep 14 08:09:03.754 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 08:09:03.754 INFO kablam! --> src/tw.rs:316:42 Sep 14 08:09:03.754 INFO kablam! | Sep 14 08:09:03.754 INFO kablam! 316 | assert_eq!((2, 3), maxsuf_and_period((b"aabaa"))); Sep 14 08:09:03.754 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Sep 14 08:09:03.754 INFO kablam! Sep 14 08:09:03.754 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 08:09:03.754 INFO kablam! --> src/tw.rs:317:42 Sep 14 08:09:03.754 INFO kablam! | Sep 14 08:09:03.754 INFO kablam! 317 | assert_eq!((0, 7), maxsuf_and_period((b"gcagagag"))); Sep 14 08:09:03.754 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 14 08:09:03.754 INFO kablam! Sep 14 08:09:03.754 INFO kablam! error: Could not compile `subslice`. Sep 14 08:09:03.754 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 08:09:04.350 INFO kablam! error: build failed Sep 14 08:09:04.354 INFO kablam! su: No module specific data is present Sep 14 08:09:04.935 INFO running `"docker" "rm" "-f" "b251f59defbc702701d1b87635ee6969f2fdd397ba819293e21937e828854659"` Sep 14 08:09:04.997 INFO blam! b251f59defbc702701d1b87635ee6969f2fdd397ba819293e21937e828854659