Sep 19 17:23:57.271 INFO checking subslice-0.2.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 17:23:57.271 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 17:23:57.271 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 17:23:57.468 INFO blam! d55a772fdbd3f69e76bbf3d3398284a56f3915affd38ac56cdc4bce2c78586b3 Sep 19 17:23:57.470 INFO running `"docker" "start" "-a" "d55a772fdbd3f69e76bbf3d3398284a56f3915affd38ac56cdc4bce2c78586b3"` Sep 19 17:23:58.259 INFO kablam! usermod: no changes Sep 19 17:23:58.328 INFO kablam! Checking odds v0.2.26 Sep 19 17:23:58.328 INFO kablam! Checking macro-attr v0.2.0 Sep 19 17:23:58.328 INFO kablam! Compiling memchr v2.1.0 Sep 19 17:23:58.329 INFO kablam! Compiling newtype_derive v0.1.6 Sep 19 17:23:58.331 INFO kablam! Checking quickcheck v0.5.0 Sep 19 17:23:59.771 INFO kablam! Checking subslice v0.2.0 (/source) Sep 19 17:24:00.289 INFO kablam! error[E0463]: can't find crate for `unchecked_index` Sep 19 17:24:00.289 INFO kablam! --> benches/pathology.rs:12:1 Sep 19 17:24:00.289 INFO kablam! | Sep 19 17:24:00.289 INFO kablam! 12 | extern crate unchecked_index; Sep 19 17:24:00.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Sep 19 17:24:00.289 INFO kablam! Sep 19 17:24:00.289 INFO kablam! error: aborting due to previous error Sep 19 17:24:00.289 INFO kablam! Sep 19 17:24:00.289 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 17:24:00.299 INFO kablam! error: Could not compile `subslice`. Sep 19 17:24:00.299 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:24:00.323 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:24:00.323 INFO kablam! --> src/tw.rs:305:39 Sep 19 17:24:00.323 INFO kablam! | Sep 19 17:24:00.323 INFO kablam! 305 | assert_eq!(2, compute_max_suf_pos((b"aab"))); Sep 19 17:24:00.323 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 19 17:24:00.323 INFO kablam! | Sep 19 17:24:00.323 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 17:24:00.323 INFO kablam! Sep 19 17:24:00.323 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:24:00.323 INFO kablam! --> src/tw.rs:307:39 Sep 19 17:24:00.323 INFO kablam! | Sep 19 17:24:00.323 INFO kablam! 307 | assert_eq!(2, compute_max_suf_pos((b"aabaa"))); Sep 19 17:24:00.323 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Sep 19 17:24:00.323 INFO kablam! Sep 19 17:24:00.323 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:24:00.323 INFO kablam! --> src/tw.rs:309:39 Sep 19 17:24:00.323 INFO kablam! | Sep 19 17:24:00.323 INFO kablam! 309 | assert_eq!(0, compute_max_suf_pos((b"gcagagag"))); Sep 19 17:24:00.323 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 19 17:24:00.323 INFO kablam! Sep 19 17:24:00.323 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:24:00.323 INFO kablam! --> src/tw.rs:310:39 Sep 19 17:24:00.323 INFO kablam! | Sep 19 17:24:00.323 INFO kablam! 310 | assert_eq!(2, compute_max_suf_pos((b"banana"))); Sep 19 17:24:00.323 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 19 17:24:00.323 INFO kablam! Sep 19 17:24:00.323 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:24:00.323 INFO kablam! --> src/tw.rs:315:42 Sep 19 17:24:00.323 INFO kablam! | Sep 19 17:24:00.323 INFO kablam! 315 | assert_eq!((2, 1), maxsuf_and_period((b"aab"))); Sep 19 17:24:00.323 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 19 17:24:00.323 INFO kablam! Sep 19 17:24:00.323 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:24:00.323 INFO kablam! --> src/tw.rs:316:42 Sep 19 17:24:00.323 INFO kablam! | Sep 19 17:24:00.323 INFO kablam! 316 | assert_eq!((2, 3), maxsuf_and_period((b"aabaa"))); Sep 19 17:24:00.323 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Sep 19 17:24:00.323 INFO kablam! Sep 19 17:24:00.323 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 17:24:00.323 INFO kablam! --> src/tw.rs:317:42 Sep 19 17:24:00.323 INFO kablam! | Sep 19 17:24:00.323 INFO kablam! 317 | assert_eq!((0, 7), maxsuf_and_period((b"gcagagag"))); Sep 19 17:24:00.323 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 19 17:24:00.323 INFO kablam! Sep 19 17:24:00.773 INFO kablam! error: build failed Sep 19 17:24:00.774 INFO kablam! su: No module specific data is present Sep 19 17:24:01.616 INFO running `"docker" "rm" "-f" "d55a772fdbd3f69e76bbf3d3398284a56f3915affd38ac56cdc4bce2c78586b3"` Sep 19 17:24:01.687 INFO blam! d55a772fdbd3f69e76bbf3d3398284a56f3915affd38ac56cdc4bce2c78586b3