Sep 03 23:45:40.639 INFO checking twoway-0.1.8 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 23:45:40.639 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 23:45:40.639 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 23:45:40.790 INFO blam! 9ff00cf88d8c883b3e90980a5de8b6d54cd65d59b74fa24d4ac36cb058a42271 Sep 03 23:45:40.791 INFO running `"docker" "start" "-a" "9ff00cf88d8c883b3e90980a5de8b6d54cd65d59b74fa24d4ac36cb058a42271"` Sep 03 23:45:41.392 INFO kablam! Checking macro-attr v0.2.0 Sep 03 23:45:41.392 INFO kablam! Checking odds v0.2.26 Sep 03 23:45:41.393 INFO kablam! Checking twoway v0.1.8 (file:///source) Sep 03 23:45:41.394 INFO kablam! Checking quickcheck v0.5.0 Sep 03 23:45:43.998 INFO kablam! error[E0463]: can't find crate for `unchecked_index` Sep 03 23:45:43.998 INFO kablam! --> benches/pathology.rs:13:1 Sep 03 23:45:43.998 INFO kablam! | Sep 03 23:45:43.998 INFO kablam! 13 | extern crate unchecked_index; Sep 03 23:45:43.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 03 23:45:43.998 INFO kablam! Sep 03 23:45:43.999 INFO kablam! error: aborting due to previous error Sep 03 23:45:43.999 INFO kablam! Sep 03 23:45:43.999 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 03 23:45:44.005 INFO kablam! error: Could not compile `twoway`. Sep 03 23:45:44.005 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 23:45:44.056 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 23:45:44.056 INFO kablam! --> src/tw.rs:305:39 Sep 03 23:45:44.057 INFO kablam! | Sep 03 23:45:44.057 INFO kablam! 305 | assert_eq!(2, compute_max_suf_pos((b"aab"))); Sep 03 23:45:44.057 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 03 23:45:44.057 INFO kablam! | Sep 03 23:45:44.057 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 03 23:45:44.057 INFO kablam! Sep 03 23:45:44.057 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 23:45:44.057 INFO kablam! --> src/tw.rs:307:39 Sep 03 23:45:44.057 INFO kablam! | Sep 03 23:45:44.057 INFO kablam! 307 | assert_eq!(2, compute_max_suf_pos((b"aabaa"))); Sep 03 23:45:44.057 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Sep 03 23:45:44.057 INFO kablam! Sep 03 23:45:44.057 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 23:45:44.057 INFO kablam! --> src/tw.rs:309:39 Sep 03 23:45:44.057 INFO kablam! | Sep 03 23:45:44.057 INFO kablam! 309 | assert_eq!(0, compute_max_suf_pos((b"gcagagag"))); Sep 03 23:45:44.057 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 03 23:45:44.057 INFO kablam! Sep 03 23:45:44.057 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 23:45:44.058 INFO kablam! --> src/tw.rs:310:39 Sep 03 23:45:44.058 INFO kablam! | Sep 03 23:45:44.058 INFO kablam! 310 | assert_eq!(2, compute_max_suf_pos((b"banana"))); Sep 03 23:45:44.058 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 03 23:45:44.058 INFO kablam! Sep 03 23:45:44.058 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 23:45:44.058 INFO kablam! --> src/tw.rs:315:42 Sep 03 23:45:44.058 INFO kablam! | Sep 03 23:45:44.058 INFO kablam! 315 | assert_eq!((2, 1), maxsuf_and_period((b"aab"))); Sep 03 23:45:44.058 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 03 23:45:44.058 INFO kablam! Sep 03 23:45:44.058 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 23:45:44.058 INFO kablam! --> src/tw.rs:316:42 Sep 03 23:45:44.058 INFO kablam! | Sep 03 23:45:44.058 INFO kablam! 316 | assert_eq!((2, 3), maxsuf_and_period((b"aabaa"))); Sep 03 23:45:44.058 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Sep 03 23:45:44.058 INFO kablam! Sep 03 23:45:44.059 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 23:45:44.059 INFO kablam! --> src/tw.rs:317:42 Sep 03 23:45:44.059 INFO kablam! | Sep 03 23:45:44.059 INFO kablam! 317 | assert_eq!((0, 7), maxsuf_and_period((b"gcagagag"))); Sep 03 23:45:44.059 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 03 23:45:44.059 INFO kablam! Sep 03 23:45:45.016 INFO kablam! error: build failed Sep 03 23:45:45.018 INFO kablam! su: No module specific data is present Sep 03 23:45:45.431 INFO running `"docker" "rm" "-f" "9ff00cf88d8c883b3e90980a5de8b6d54cd65d59b74fa24d4ac36cb058a42271"` Sep 03 23:45:45.543 INFO blam! 9ff00cf88d8c883b3e90980a5de8b6d54cd65d59b74fa24d4ac36cb058a42271