Oct 27 15:02:29.008 INFO checking subslice-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 15:02:29.009 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 15:02:29.315 INFO blam! 1dfa17423b69f6389627446d1be39dfa1a198ff0a22f273643ab6098093c4b6c Oct 27 15:02:29.317 INFO running `"docker" "start" "-a" "1dfa17423b69f6389627446d1be39dfa1a198ff0a22f273643ab6098093c4b6c"` Oct 27 15:02:30.282 INFO kablam! usermod: no changes Oct 27 15:02:30.346 INFO kablam! Checking odds v0.2.26 Oct 27 15:02:30.346 INFO kablam! Compiling memchr v2.1.0 Oct 27 15:02:30.346 INFO kablam! Compiling newtype_derive v0.1.6 Oct 27 15:02:30.351 INFO kablam! Checking quickcheck v0.5.0 Oct 27 15:02:32.232 INFO kablam! Checking subslice v0.2.0 (/source) Oct 27 15:02:33.395 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:02:33.395 INFO kablam! --> src/tw.rs:305:39 Oct 27 15:02:33.395 INFO kablam! | Oct 27 15:02:33.395 INFO kablam! 305 | assert_eq!(2, compute_max_suf_pos((b"aab"))); Oct 27 15:02:33.411 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 27 15:02:33.411 INFO kablam! | Oct 27 15:02:33.411 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 15:02:33.411 INFO kablam! Oct 27 15:02:33.411 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:02:33.411 INFO kablam! --> src/tw.rs:307:39 Oct 27 15:02:33.411 INFO kablam! | Oct 27 15:02:33.411 INFO kablam! 307 | assert_eq!(2, compute_max_suf_pos((b"aabaa"))); Oct 27 15:02:33.411 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 27 15:02:33.411 INFO kablam! Oct 27 15:02:33.411 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:02:33.411 INFO kablam! --> src/tw.rs:309:39 Oct 27 15:02:33.411 INFO kablam! | Oct 27 15:02:33.411 INFO kablam! 309 | assert_eq!(0, compute_max_suf_pos((b"gcagagag"))); Oct 27 15:02:33.411 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 27 15:02:33.411 INFO kablam! Oct 27 15:02:33.411 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:02:33.411 INFO kablam! --> src/tw.rs:310:39 Oct 27 15:02:33.411 INFO kablam! | Oct 27 15:02:33.411 INFO kablam! 310 | assert_eq!(2, compute_max_suf_pos((b"banana"))); Oct 27 15:02:33.411 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 27 15:02:33.411 INFO kablam! Oct 27 15:02:33.411 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:02:33.411 INFO kablam! --> src/tw.rs:315:42 Oct 27 15:02:33.411 INFO kablam! | Oct 27 15:02:33.411 INFO kablam! 315 | assert_eq!((2, 1), maxsuf_and_period((b"aab"))); Oct 27 15:02:33.411 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 27 15:02:33.411 INFO kablam! Oct 27 15:02:33.411 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:02:33.411 INFO kablam! --> src/tw.rs:316:42 Oct 27 15:02:33.411 INFO kablam! | Oct 27 15:02:33.411 INFO kablam! 316 | assert_eq!((2, 3), maxsuf_and_period((b"aabaa"))); Oct 27 15:02:33.411 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 27 15:02:33.411 INFO kablam! Oct 27 15:02:33.411 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:02:33.411 INFO kablam! --> src/tw.rs:317:42 Oct 27 15:02:33.411 INFO kablam! | Oct 27 15:02:33.411 INFO kablam! 317 | assert_eq!((0, 7), maxsuf_and_period((b"gcagagag"))); Oct 27 15:02:33.411 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 27 15:02:33.411 INFO kablam! Oct 27 15:02:33.431 INFO kablam! error[E0463]: can't find crate for `unchecked_index` Oct 27 15:02:33.431 INFO kablam! --> benches/pathology.rs:12:1 Oct 27 15:02:33.431 INFO kablam! | Oct 27 15:02:33.431 INFO kablam! 12 | extern crate unchecked_index; Oct 27 15:02:33.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Oct 27 15:02:33.431 INFO kablam! Oct 27 15:02:33.448 INFO kablam! error: aborting due to previous error Oct 27 15:02:33.448 INFO kablam! Oct 27 15:02:33.448 INFO kablam! For more information about this error, try `rustc --explain E0463`. Oct 27 15:02:33.459 INFO kablam! error: Could not compile `subslice`. Oct 27 15:02:33.459 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 15:02:33.989 INFO kablam! error: build failed Oct 27 15:02:33.990 INFO kablam! su: No module specific data is present Oct 27 15:02:34.425 INFO running `"docker" "rm" "-f" "1dfa17423b69f6389627446d1be39dfa1a198ff0a22f273643ab6098093c4b6c"` Oct 27 15:02:34.559 INFO blam! 1dfa17423b69f6389627446d1be39dfa1a198ff0a22f273643ab6098093c4b6c