Sep 17 15:37:30.799 INFO checking twoway-0.1.8 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 15:37:30.799 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 15:37:30.799 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 15:37:31.022 INFO blam! bbf5517e93a36555b2a3963f9203462af4d2db801e4d26d4d0dc740b219ec0b6 Sep 17 15:37:31.025 INFO running `"docker" "start" "-a" "bbf5517e93a36555b2a3963f9203462af4d2db801e4d26d4d0dc740b219ec0b6"` Sep 17 15:37:32.227 INFO kablam! usermod: no changes Sep 17 15:37:32.327 INFO kablam! Checking odds v0.2.26 Sep 17 15:37:32.327 INFO kablam! Checking macro-attr v0.2.0 Sep 17 15:37:32.331 INFO kablam! Checking memchr v2.0.2 Sep 17 15:37:32.331 INFO kablam! Compiling newtype_derive v0.1.6 Sep 17 15:37:32.331 INFO kablam! Checking quickcheck v0.5.0 Sep 17 15:37:32.851 INFO kablam! Checking twoway v0.1.8 (/source) Sep 17 15:37:34.635 INFO kablam! error[E0463]: can't find crate for `unchecked_index` Sep 17 15:37:34.635 INFO kablam! --> benches/pathology.rs:13:1 Sep 17 15:37:34.635 INFO kablam! | Sep 17 15:37:34.635 INFO kablam! 13 | extern crate unchecked_index; Sep 17 15:37:34.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 17 15:37:34.635 INFO kablam! Sep 17 15:37:34.636 INFO kablam! error: aborting due to previous error Sep 17 15:37:34.636 INFO kablam! Sep 17 15:37:34.636 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 17 15:37:34.647 INFO kablam! error: Could not compile `twoway`. Sep 17 15:37:34.647 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 15:37:34.667 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 15:37:34.667 INFO kablam! --> src/tw.rs:305:39 Sep 17 15:37:34.667 INFO kablam! | Sep 17 15:37:34.667 INFO kablam! 305 | assert_eq!(2, compute_max_suf_pos((b"aab"))); Sep 17 15:37:34.667 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 17 15:37:34.667 INFO kablam! | Sep 17 15:37:34.667 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 15:37:34.667 INFO kablam! Sep 17 15:37:34.667 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 15:37:34.667 INFO kablam! --> src/tw.rs:307:39 Sep 17 15:37:34.667 INFO kablam! | Sep 17 15:37:34.667 INFO kablam! 307 | assert_eq!(2, compute_max_suf_pos((b"aabaa"))); Sep 17 15:37:34.667 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Sep 17 15:37:34.667 INFO kablam! Sep 17 15:37:34.667 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 15:37:34.667 INFO kablam! --> src/tw.rs:309:39 Sep 17 15:37:34.667 INFO kablam! | Sep 17 15:37:34.667 INFO kablam! 309 | assert_eq!(0, compute_max_suf_pos((b"gcagagag"))); Sep 17 15:37:34.667 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 17 15:37:34.667 INFO kablam! Sep 17 15:37:34.667 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 15:37:34.667 INFO kablam! --> src/tw.rs:310:39 Sep 17 15:37:34.667 INFO kablam! | Sep 17 15:37:34.667 INFO kablam! 310 | assert_eq!(2, compute_max_suf_pos((b"banana"))); Sep 17 15:37:34.667 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 17 15:37:34.667 INFO kablam! Sep 17 15:37:34.667 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 15:37:34.668 INFO kablam! --> src/tw.rs:315:42 Sep 17 15:37:34.668 INFO kablam! | Sep 17 15:37:34.668 INFO kablam! 315 | assert_eq!((2, 1), maxsuf_and_period((b"aab"))); Sep 17 15:37:34.668 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 17 15:37:34.668 INFO kablam! Sep 17 15:37:34.668 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 15:37:34.668 INFO kablam! --> src/tw.rs:316:42 Sep 17 15:37:34.668 INFO kablam! | Sep 17 15:37:34.668 INFO kablam! 316 | assert_eq!((2, 3), maxsuf_and_period((b"aabaa"))); Sep 17 15:37:34.668 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Sep 17 15:37:34.668 INFO kablam! Sep 17 15:37:34.668 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 15:37:34.668 INFO kablam! --> src/tw.rs:317:42 Sep 17 15:37:34.668 INFO kablam! | Sep 17 15:37:34.668 INFO kablam! 317 | assert_eq!((0, 7), maxsuf_and_period((b"gcagagag"))); Sep 17 15:37:34.668 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 17 15:37:34.668 INFO kablam! Sep 17 15:37:35.090 INFO kablam! error: build failed Sep 17 15:37:35.091 INFO kablam! su: No module specific data is present Sep 17 15:37:35.801 INFO running `"docker" "rm" "-f" "bbf5517e93a36555b2a3963f9203462af4d2db801e4d26d4d0dc740b219ec0b6"` Sep 17 15:37:35.914 INFO blam! bbf5517e93a36555b2a3963f9203462af4d2db801e4d26d4d0dc740b219ec0b6