Oct 13 06:58:33.971 INFO checking twoway-0.1.8 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 06:58:33.971 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 06:58:34.258 INFO blam! b78a1da25defd79e8fffd0d0d51d3a3c016a4f36cacbd6bbaa73ab2edef3d14c Oct 13 06:58:34.259 INFO running `"docker" "start" "-a" "b78a1da25defd79e8fffd0d0d51d3a3c016a4f36cacbd6bbaa73ab2edef3d14c"` Oct 13 06:58:35.184 INFO kablam! usermod: no changes Oct 13 06:58:35.388 INFO kablam! Checking macro-attr v0.2.0 Oct 13 06:58:35.388 INFO kablam! Checking odds v0.2.26 Oct 13 06:58:35.388 INFO kablam! Checking quickcheck v0.5.0 Oct 13 06:58:35.388 INFO kablam! Checking twoway v0.1.8 (/source) Oct 13 06:58:40.008 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 06:58:40.008 INFO kablam! --> src/tw.rs:305:39 Oct 13 06:58:40.009 INFO kablam! | Oct 13 06:58:40.009 INFO kablam! 305 | assert_eq!(2, compute_max_suf_pos((b"aab"))); Oct 13 06:58:40.010 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 13 06:58:40.011 INFO kablam! | Oct 13 06:58:40.011 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 06:58:40.012 INFO kablam! Oct 13 06:58:40.013 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 06:58:40.013 INFO kablam! --> src/tw.rs:307:39 Oct 13 06:58:40.014 INFO kablam! | Oct 13 06:58:40.015 INFO kablam! 307 | assert_eq!(2, compute_max_suf_pos((b"aabaa"))); Oct 13 06:58:40.015 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 13 06:58:40.016 INFO kablam! Oct 13 06:58:40.017 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 06:58:40.017 INFO kablam! --> src/tw.rs:309:39 Oct 13 06:58:40.018 INFO kablam! | Oct 13 06:58:40.018 INFO kablam! 309 | assert_eq!(0, compute_max_suf_pos((b"gcagagag"))); Oct 13 06:58:40.019 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 13 06:58:40.019 INFO kablam! Oct 13 06:58:40.020 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 06:58:40.020 INFO kablam! --> src/tw.rs:310:39 Oct 13 06:58:40.020 INFO kablam! | Oct 13 06:58:40.021 INFO kablam! 310 | assert_eq!(2, compute_max_suf_pos((b"banana"))); Oct 13 06:58:40.021 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 13 06:58:40.021 INFO kablam! Oct 13 06:58:40.022 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 06:58:40.022 INFO kablam! --> src/tw.rs:315:42 Oct 13 06:58:40.023 INFO kablam! | Oct 13 06:58:40.023 INFO kablam! 315 | assert_eq!((2, 1), maxsuf_and_period((b"aab"))); Oct 13 06:58:40.024 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 13 06:58:40.024 INFO kablam! Oct 13 06:58:40.025 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 06:58:40.025 INFO kablam! --> src/tw.rs:316:42 Oct 13 06:58:40.025 INFO kablam! | Oct 13 06:58:40.025 INFO kablam! 316 | assert_eq!((2, 3), maxsuf_and_period((b"aabaa"))); Oct 13 06:58:40.025 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 13 06:58:40.026 INFO kablam! Oct 13 06:58:40.027 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 06:58:40.027 INFO kablam! --> src/tw.rs:317:42 Oct 13 06:58:40.027 INFO kablam! | Oct 13 06:58:40.030 INFO kablam! 317 | assert_eq!((0, 7), maxsuf_and_period((b"gcagagag"))); Oct 13 06:58:40.031 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 13 06:58:40.031 INFO kablam! Oct 13 06:58:40.390 INFO kablam! error[E0463]: can't find crate for `unchecked_index` Oct 13 06:58:40.390 INFO kablam! --> benches/pathology.rs:13:1 Oct 13 06:58:40.391 INFO kablam! | Oct 13 06:58:40.393 INFO kablam! 13 | extern crate unchecked_index; Oct 13 06:58:40.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate Oct 13 06:58:40.393 INFO kablam! Oct 13 06:58:40.393 INFO kablam! error: aborting due to previous error Oct 13 06:58:40.393 INFO kablam! Oct 13 06:58:40.393 INFO kablam! For more information about this error, try `rustc --explain E0463`. Oct 13 06:58:40.401 INFO kablam! error: Could not compile `twoway`. Oct 13 06:58:40.401 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 06:58:40.709 INFO kablam! error: build failed Oct 13 06:58:40.709 INFO kablam! su: No module specific data is present Oct 13 06:58:41.060 INFO running `"docker" "rm" "-f" "b78a1da25defd79e8fffd0d0d51d3a3c016a4f36cacbd6bbaa73ab2edef3d14c"` Oct 13 06:58:41.348 INFO blam! b78a1da25defd79e8fffd0d0d51d3a3c016a4f36cacbd6bbaa73ab2edef3d14c