Oct 27 15:02:27.450 INFO checking subslice-0.2.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 15:02:27.452 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:28.016 INFO blam! 5cede8024aa7b95fe6c0299ff4df4a9ded608787d49559a6b37289df2554baaf Oct 27 15:02:28.019 INFO running `"docker" "start" "-a" "5cede8024aa7b95fe6c0299ff4df4a9ded608787d49559a6b37289df2554baaf"` Oct 27 15:02:29.067 INFO kablam! usermod: no changes Oct 27 15:02:29.189 INFO kablam! Checking macro-attr v0.2.0 Oct 27 15:02:29.195 INFO kablam! Checking odds v0.2.26 Oct 27 15:02:29.195 INFO kablam! Compiling memchr v2.1.0 Oct 27 15:02:29.195 INFO kablam! Checking quickcheck v0.5.0 Oct 27 15:02:31.183 INFO kablam! Checking subslice v0.2.0 (/source) Oct 27 15:02:32.290 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:02:32.290 INFO kablam! --> src/tw.rs:305:39 Oct 27 15:02:32.290 INFO kablam! | Oct 27 15:02:32.290 INFO kablam! 305 | assert_eq!(2, compute_max_suf_pos((b"aab"))); Oct 27 15:02:32.290 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 27 15:02:32.290 INFO kablam! | Oct 27 15:02:32.290 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 15:02:32.290 INFO kablam! Oct 27 15:02:32.290 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:02:32.290 INFO kablam! --> src/tw.rs:307:39 Oct 27 15:02:32.290 INFO kablam! | Oct 27 15:02:32.290 INFO kablam! 307 | assert_eq!(2, compute_max_suf_pos((b"aabaa"))); Oct 27 15:02:32.290 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 27 15:02:32.290 INFO kablam! Oct 27 15:02:32.290 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:02:32.290 INFO kablam! --> src/tw.rs:309:39 Oct 27 15:02:32.290 INFO kablam! | Oct 27 15:02:32.290 INFO kablam! 309 | assert_eq!(0, compute_max_suf_pos((b"gcagagag"))); Oct 27 15:02:32.290 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 27 15:02:32.290 INFO kablam! Oct 27 15:02:32.290 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:02:32.290 INFO kablam! --> src/tw.rs:310:39 Oct 27 15:02:32.290 INFO kablam! | Oct 27 15:02:32.290 INFO kablam! 310 | assert_eq!(2, compute_max_suf_pos((b"banana"))); Oct 27 15:02:32.290 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 27 15:02:32.290 INFO kablam! Oct 27 15:02:32.290 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:02:32.290 INFO kablam! --> src/tw.rs:315:42 Oct 27 15:02:32.290 INFO kablam! | Oct 27 15:02:32.290 INFO kablam! 315 | assert_eq!((2, 1), maxsuf_and_period((b"aab"))); Oct 27 15:02:32.290 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 27 15:02:32.290 INFO kablam! Oct 27 15:02:32.290 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:02:32.290 INFO kablam! --> src/tw.rs:316:42 Oct 27 15:02:32.290 INFO kablam! | Oct 27 15:02:32.290 INFO kablam! 316 | assert_eq!((2, 3), maxsuf_and_period((b"aabaa"))); Oct 27 15:02:32.290 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 27 15:02:32.290 INFO kablam! Oct 27 15:02:32.290 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:02:32.290 INFO kablam! --> src/tw.rs:317:42 Oct 27 15:02:32.290 INFO kablam! | Oct 27 15:02:32.290 INFO kablam! 317 | assert_eq!((0, 7), maxsuf_and_period((b"gcagagag"))); Oct 27 15:02:32.290 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 27 15:02:32.290 INFO kablam! Oct 27 15:02:32.579 INFO kablam! error[E0463]: can't find crate for `unchecked_index` Oct 27 15:02:32.579 INFO kablam! --> benches/pathology.rs:12:1 Oct 27 15:02:32.579 INFO kablam! | Oct 27 15:02:32.579 INFO kablam! 12 | extern crate unchecked_index; Oct 27 15:02:32.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Oct 27 15:02:32.579 INFO kablam! Oct 27 15:02:32.579 INFO kablam! error: aborting due to previous error Oct 27 15:02:32.579 INFO kablam! Oct 27 15:02:32.579 INFO kablam! For more information about this error, try `rustc --explain E0463`. Oct 27 15:02:32.587 INFO kablam! error: Could not compile `subslice`. Oct 27 15:02:32.587 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 15:02:32.865 INFO kablam! error: build failed Oct 27 15:02:32.879 INFO kablam! su: No module specific data is present Oct 27 15:02:33.531 INFO running `"docker" "rm" "-f" "5cede8024aa7b95fe6c0299ff4df4a9ded608787d49559a6b37289df2554baaf"` Oct 27 15:02:33.843 INFO blam! 5cede8024aa7b95fe6c0299ff4df4a9ded608787d49559a6b37289df2554baaf