Sep 04 01:24:26.273 INFO checking subslice-0.2.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 01:24:26.273 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 01:24:26.273 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/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 01:24:26.462 INFO blam! 43fc89d8226a38a06824c25a043628df120bac25715cc3c86d45bbc1b2fd535e Sep 04 01:24:26.464 INFO running `"docker" "start" "-a" "43fc89d8226a38a06824c25a043628df120bac25715cc3c86d45bbc1b2fd535e"` Sep 04 01:24:27.074 INFO kablam! Checking memchr v2.0.2 Sep 04 01:24:27.074 INFO kablam! Checking macro-attr v0.2.0 Sep 04 01:24:27.078 INFO kablam! Checking odds v0.2.26 Sep 04 01:24:27.081 INFO kablam! Checking quickcheck v0.5.0 Sep 04 01:24:27.408 INFO kablam! Checking subslice v0.2.0 (file:///source) Sep 04 01:24:29.643 INFO kablam! error[E0463]: can't find crate for `unchecked_index` Sep 04 01:24:29.643 INFO kablam! --> benches/pathology.rs:12:1 Sep 04 01:24:29.643 INFO kablam! | Sep 04 01:24:29.643 INFO kablam! 12 | extern crate unchecked_index; Sep 04 01:24:29.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 04 01:24:29.643 INFO kablam! Sep 04 01:24:29.644 INFO kablam! error: aborting due to previous error Sep 04 01:24:29.644 INFO kablam! Sep 04 01:24:29.644 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 04 01:24:29.649 INFO kablam! error: Could not compile `subslice`. Sep 04 01:24:29.650 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 01:24:29.683 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 01:24:29.683 INFO kablam! --> src/tw.rs:305:39 Sep 04 01:24:29.683 INFO kablam! | Sep 04 01:24:29.684 INFO kablam! 305 | assert_eq!(2, compute_max_suf_pos((b"aab"))); Sep 04 01:24:29.684 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 04 01:24:29.684 INFO kablam! | Sep 04 01:24:29.684 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 01:24:29.684 INFO kablam! Sep 04 01:24:29.684 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 01:24:29.684 INFO kablam! --> src/tw.rs:307:39 Sep 04 01:24:29.684 INFO kablam! | Sep 04 01:24:29.684 INFO kablam! 307 | assert_eq!(2, compute_max_suf_pos((b"aabaa"))); Sep 04 01:24:29.684 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Sep 04 01:24:29.684 INFO kablam! Sep 04 01:24:29.685 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 01:24:29.685 INFO kablam! --> src/tw.rs:309:39 Sep 04 01:24:29.685 INFO kablam! | Sep 04 01:24:29.685 INFO kablam! 309 | assert_eq!(0, compute_max_suf_pos((b"gcagagag"))); Sep 04 01:24:29.685 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 04 01:24:29.685 INFO kablam! Sep 04 01:24:29.685 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 01:24:29.685 INFO kablam! --> src/tw.rs:310:39 Sep 04 01:24:29.685 INFO kablam! | Sep 04 01:24:29.685 INFO kablam! 310 | assert_eq!(2, compute_max_suf_pos((b"banana"))); Sep 04 01:24:29.685 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 04 01:24:29.685 INFO kablam! Sep 04 01:24:29.685 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 01:24:29.685 INFO kablam! --> src/tw.rs:315:42 Sep 04 01:24:29.685 INFO kablam! | Sep 04 01:24:29.685 INFO kablam! 315 | assert_eq!((2, 1), maxsuf_and_period((b"aab"))); Sep 04 01:24:29.685 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 04 01:24:29.685 INFO kablam! Sep 04 01:24:29.685 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 01:24:29.685 INFO kablam! --> src/tw.rs:316:42 Sep 04 01:24:29.685 INFO kablam! | Sep 04 01:24:29.685 INFO kablam! 316 | assert_eq!((2, 3), maxsuf_and_period((b"aabaa"))); Sep 04 01:24:29.686 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Sep 04 01:24:29.686 INFO kablam! Sep 04 01:24:29.686 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 01:24:29.686 INFO kablam! --> src/tw.rs:317:42 Sep 04 01:24:29.686 INFO kablam! | Sep 04 01:24:29.686 INFO kablam! 317 | assert_eq!((0, 7), maxsuf_and_period((b"gcagagag"))); Sep 04 01:24:29.686 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 04 01:24:29.686 INFO kablam! Sep 04 01:24:30.498 INFO kablam! error: build failed Sep 04 01:24:30.500 INFO kablam! su: No module specific data is present Sep 04 01:24:30.890 INFO running `"docker" "rm" "-f" "43fc89d8226a38a06824c25a043628df120bac25715cc3c86d45bbc1b2fd535e"` Sep 04 01:24:31.014 INFO blam! 43fc89d8226a38a06824c25a043628df120bac25715cc3c86d45bbc1b2fd535e