Oct 15 15:28:46.576 INFO testing twoway-0.1.8 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 15:28:46.576 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 15:28:47.235 INFO blam! b7d1d3f6133b95921d201664f1cc2f2978c48766bcbe60f3a4ff27ab76f727af Oct 15 15:28:47.240 INFO running `"docker" "start" "-a" "b7d1d3f6133b95921d201664f1cc2f2978c48766bcbe60f3a4ff27ab76f727af"` Oct 15 15:28:48.798 INFO kablam! usermod: no changes Oct 15 15:28:48.891 INFO kablam! Compiling twoway v0.1.8 (/source) Oct 15 15:28:49.731 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.90s Oct 15 15:28:49.736 INFO kablam! su: No module specific data is present Oct 15 15:28:49.973 INFO running `"docker" "rm" "-f" "b7d1d3f6133b95921d201664f1cc2f2978c48766bcbe60f3a4ff27ab76f727af"` Oct 15 15:28:50.063 INFO blam! b7d1d3f6133b95921d201664f1cc2f2978c48766bcbe60f3a4ff27ab76f727af Oct 15 15:28:50.066 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 15:28:50.240 INFO blam! 7cb20f8bf0dee6a1d253365c2daa90b6c8e19463aee106342649a9c21264a7df Oct 15 15:28:50.243 INFO running `"docker" "start" "-a" "7cb20f8bf0dee6a1d253365c2daa90b6c8e19463aee106342649a9c21264a7df"` Oct 15 15:28:50.743 INFO kablam! usermod: no changes Oct 15 15:28:50.836 INFO kablam! Compiling odds v0.2.26 Oct 15 15:28:50.839 INFO kablam! Compiling macro-attr v0.2.0 Oct 15 15:28:50.843 INFO kablam! Compiling quickcheck v0.5.0 Oct 15 15:28:53.452 INFO kablam! Compiling twoway v0.1.8 (/source) Oct 15 15:28:54.167 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:28:54.167 INFO kablam! --> src/tw.rs:305:39 Oct 15 15:28:54.167 INFO kablam! | Oct 15 15:28:54.167 INFO kablam! 305 | assert_eq!(2, compute_max_suf_pos((b"aab"))); Oct 15 15:28:54.167 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 15 15:28:54.167 INFO kablam! | Oct 15 15:28:54.167 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 15:28:54.167 INFO kablam! Oct 15 15:28:54.167 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:28:54.167 INFO kablam! --> src/tw.rs:307:39 Oct 15 15:28:54.167 INFO kablam! | Oct 15 15:28:54.167 INFO kablam! 307 | assert_eq!(2, compute_max_suf_pos((b"aabaa"))); Oct 15 15:28:54.167 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 15 15:28:54.167 INFO kablam! Oct 15 15:28:54.167 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:28:54.167 INFO kablam! --> src/tw.rs:309:39 Oct 15 15:28:54.167 INFO kablam! | Oct 15 15:28:54.167 INFO kablam! 309 | assert_eq!(0, compute_max_suf_pos((b"gcagagag"))); Oct 15 15:28:54.167 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 15 15:28:54.167 INFO kablam! Oct 15 15:28:54.167 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:28:54.167 INFO kablam! --> src/tw.rs:310:39 Oct 15 15:28:54.167 INFO kablam! | Oct 15 15:28:54.167 INFO kablam! 310 | assert_eq!(2, compute_max_suf_pos((b"banana"))); Oct 15 15:28:54.167 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 15 15:28:54.167 INFO kablam! Oct 15 15:28:54.167 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:28:54.167 INFO kablam! --> src/tw.rs:315:42 Oct 15 15:28:54.167 INFO kablam! | Oct 15 15:28:54.167 INFO kablam! 315 | assert_eq!((2, 1), maxsuf_and_period((b"aab"))); Oct 15 15:28:54.167 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 15 15:28:54.167 INFO kablam! Oct 15 15:28:54.167 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:28:54.167 INFO kablam! --> src/tw.rs:316:42 Oct 15 15:28:54.167 INFO kablam! | Oct 15 15:28:54.167 INFO kablam! 316 | assert_eq!((2, 3), maxsuf_and_period((b"aabaa"))); Oct 15 15:28:54.167 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 15 15:28:54.167 INFO kablam! Oct 15 15:28:54.167 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:28:54.167 INFO kablam! --> src/tw.rs:317:42 Oct 15 15:28:54.167 INFO kablam! | Oct 15 15:28:54.167 INFO kablam! 317 | assert_eq!((0, 7), maxsuf_and_period((b"gcagagag"))); Oct 15 15:28:54.167 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 15 15:28:54.167 INFO kablam! Oct 15 15:28:55.369 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.60s Oct 15 15:28:55.374 INFO kablam! su: No module specific data is present Oct 15 15:28:55.768 INFO running `"docker" "rm" "-f" "7cb20f8bf0dee6a1d253365c2daa90b6c8e19463aee106342649a9c21264a7df"` Oct 15 15:28:55.947 INFO blam! 7cb20f8bf0dee6a1d253365c2daa90b6c8e19463aee106342649a9c21264a7df Oct 15 15:28:55.951 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 15:28:56.219 INFO blam! a2d08788cf17eddad8ea6858e576672db1af64411e689a949656e6402bde267a Oct 15 15:28:56.222 INFO running `"docker" "start" "-a" "a2d08788cf17eddad8ea6858e576672db1af64411e689a949656e6402bde267a"` Oct 15 15:28:56.732 INFO kablam! usermod: no changes Oct 15 15:28:56.776 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 15:28:56.777 INFO kablam! Running /target/debug/deps/twoway-05916dff22bb0e6d Oct 15 15:28:56.779 INFO blam! Oct 15 15:28:56.779 INFO blam! running 8 tests Oct 15 15:28:56.781 INFO blam! test bmh::bmh_preprocess ... ok Oct 15 15:28:56.781 INFO blam! test maximal_suffix_verbose ... ok Oct 15 15:28:56.781 INFO blam! test tw::test_max_suf_pos ... ok Oct 15 15:28:56.781 INFO blam! test tw::test_maxsuf_and_period ... ok Oct 15 15:28:56.781 INFO blam! test bmh::bmh_find ... ok Oct 15 15:28:56.781 INFO blam! test tw::test_max ... ok Oct 15 15:28:56.783 INFO blam! test maximal_suffix ... ok Oct 15 15:28:56.783 INFO blam! test tw::test_find ... ok Oct 15 15:28:56.783 INFO kablam! Running /target/debug/deps/quick-5c971e30c79e5f21 Oct 15 15:28:56.783 INFO blam! Oct 15 15:28:56.783 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:28:56.783 INFO blam! Oct 15 15:28:56.788 INFO blam! Oct 15 15:28:56.788 INFO blam! running 0 tests Oct 15 15:28:56.788 INFO blam! Oct 15 15:28:56.788 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:28:56.788 INFO blam! Oct 15 15:28:56.789 INFO kablam! Doc-tests twoway Oct 15 15:28:57.459 INFO blam! Oct 15 15:28:57.459 INFO blam! running 0 tests Oct 15 15:28:57.459 INFO blam! Oct 15 15:28:57.459 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:28:57.459 INFO blam! Oct 15 15:28:57.465 INFO kablam! su: No module specific data is present Oct 15 15:28:57.764 INFO running `"docker" "rm" "-f" "a2d08788cf17eddad8ea6858e576672db1af64411e689a949656e6402bde267a"` Oct 15 15:28:57.849 INFO blam! a2d08788cf17eddad8ea6858e576672db1af64411e689a949656e6402bde267a