Oct 11 10:39:38.933 INFO testing subslice-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:39:38.934 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:39:38.934 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:39:39.132 INFO blam! b8e5d4418427f5918a1a806a5453c15c8dfd002b183dfea1998d35f5e977080b Oct 11 10:39:39.136 INFO running `"docker" "start" "-a" "b8e5d4418427f5918a1a806a5453c15c8dfd002b183dfea1998d35f5e977080b"` Oct 11 10:39:39.760 INFO kablam! usermod: no changes Oct 11 10:39:39.856 INFO kablam! Compiling subslice v0.2.0 (/source) Oct 11 10:39:40.465 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.69s Oct 11 10:39:40.471 INFO kablam! su: No module specific data is present Oct 11 10:39:40.878 INFO running `"docker" "rm" "-f" "b8e5d4418427f5918a1a806a5453c15c8dfd002b183dfea1998d35f5e977080b"` Oct 11 10:39:40.984 INFO blam! b8e5d4418427f5918a1a806a5453c15c8dfd002b183dfea1998d35f5e977080b Oct 11 10:39:40.988 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 10:39:40.988 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:39:41.175 INFO blam! 270b59f7875ba845f6ba4bd2e7409495ddac81e2fbe05befbad80cc1e30e6ef6 Oct 11 10:39:41.180 INFO running `"docker" "start" "-a" "270b59f7875ba845f6ba4bd2e7409495ddac81e2fbe05befbad80cc1e30e6ef6"` Oct 11 10:39:41.580 INFO kablam! usermod: no changes Oct 11 10:39:41.647 INFO kablam! Compiling odds v0.2.26 Oct 11 10:39:41.648 INFO kablam! Compiling quickcheck v0.5.0 Oct 11 10:39:44.338 INFO kablam! Compiling subslice v0.2.0 (/source) Oct 11 10:39:45.416 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 10:39:45.416 INFO kablam! --> src/tw.rs:305:39 Oct 11 10:39:45.416 INFO kablam! | Oct 11 10:39:45.416 INFO kablam! 305 | assert_eq!(2, compute_max_suf_pos((b"aab"))); Oct 11 10:39:45.416 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 11 10:39:45.416 INFO kablam! | Oct 11 10:39:45.416 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 10:39:45.416 INFO kablam! Oct 11 10:39:45.416 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 10:39:45.416 INFO kablam! --> src/tw.rs:307:39 Oct 11 10:39:45.417 INFO kablam! | Oct 11 10:39:45.417 INFO kablam! 307 | assert_eq!(2, compute_max_suf_pos((b"aabaa"))); Oct 11 10:39:45.417 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 11 10:39:45.417 INFO kablam! Oct 11 10:39:45.417 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 10:39:45.417 INFO kablam! --> src/tw.rs:309:39 Oct 11 10:39:45.417 INFO kablam! | Oct 11 10:39:45.417 INFO kablam! 309 | assert_eq!(0, compute_max_suf_pos((b"gcagagag"))); Oct 11 10:39:45.417 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 11 10:39:45.417 INFO kablam! Oct 11 10:39:45.417 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 10:39:45.417 INFO kablam! --> src/tw.rs:310:39 Oct 11 10:39:45.417 INFO kablam! | Oct 11 10:39:45.417 INFO kablam! 310 | assert_eq!(2, compute_max_suf_pos((b"banana"))); Oct 11 10:39:45.417 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 11 10:39:45.417 INFO kablam! Oct 11 10:39:45.417 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 10:39:45.417 INFO kablam! --> src/tw.rs:315:42 Oct 11 10:39:45.417 INFO kablam! | Oct 11 10:39:45.417 INFO kablam! 315 | assert_eq!((2, 1), maxsuf_and_period((b"aab"))); Oct 11 10:39:45.417 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 11 10:39:45.417 INFO kablam! Oct 11 10:39:45.417 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 10:39:45.417 INFO kablam! --> src/tw.rs:316:42 Oct 11 10:39:45.417 INFO kablam! | Oct 11 10:39:45.418 INFO kablam! 316 | assert_eq!((2, 3), maxsuf_and_period((b"aabaa"))); Oct 11 10:39:45.418 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 11 10:39:45.418 INFO kablam! Oct 11 10:39:45.418 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 10:39:45.418 INFO kablam! --> src/tw.rs:317:42 Oct 11 10:39:45.418 INFO kablam! | Oct 11 10:39:45.418 INFO kablam! 317 | assert_eq!((0, 7), maxsuf_and_period((b"gcagagag"))); Oct 11 10:39:45.418 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 11 10:39:45.418 INFO kablam! Oct 11 10:39:46.711 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.11s Oct 11 10:39:46.724 INFO kablam! su: No module specific data is present Oct 11 10:39:47.080 INFO running `"docker" "rm" "-f" "270b59f7875ba845f6ba4bd2e7409495ddac81e2fbe05befbad80cc1e30e6ef6"` Oct 11 10:39:47.162 INFO blam! 270b59f7875ba845f6ba4bd2e7409495ddac81e2fbe05befbad80cc1e30e6ef6 Oct 11 10:39:47.164 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 10:39:47.164 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:39:47.352 INFO blam! 8d42242915f5de86fe632414efd026ae725457ea4b249103faf4c26fc205d1ae Oct 11 10:39:47.353 INFO running `"docker" "start" "-a" "8d42242915f5de86fe632414efd026ae725457ea4b249103faf4c26fc205d1ae"` Oct 11 10:39:47.708 INFO kablam! usermod: no changes Oct 11 10:39:47.743 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 10:39:47.745 INFO kablam! Running /target/debug/deps/subslice-83cc89725cd873f4 Oct 11 10:39:47.747 INFO blam! Oct 11 10:39:47.747 INFO blam! running 8 tests Oct 11 10:39:47.747 INFO blam! test maximal_suffix ... ok Oct 11 10:39:47.748 INFO blam! test bmh::bmh_preprocess ... ok Oct 11 10:39:47.748 INFO blam! test tw::test_max ... ok Oct 11 10:39:47.748 INFO blam! test tw::test_find ... ok Oct 11 10:39:47.748 INFO blam! test tw::test_maxsuf_and_period ... ok Oct 11 10:39:47.748 INFO blam! test tw::test_max_suf_pos ... ok Oct 11 10:39:47.749 INFO blam! test bmh::bmh_find ... ok Oct 11 10:39:47.752 INFO blam! test maximal_suffix_verbose ... ok Oct 11 10:39:47.752 INFO blam! Oct 11 10:39:47.752 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:39:47.752 INFO blam! Oct 11 10:39:47.752 INFO kablam! Running /target/debug/deps/quick-909cb844d93e02cd Oct 11 10:39:47.755 INFO blam! Oct 11 10:39:47.755 INFO blam! running 0 tests Oct 11 10:39:47.755 INFO blam! Oct 11 10:39:47.755 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:39:47.755 INFO blam! Oct 11 10:39:47.755 INFO kablam! Doc-tests subslice Oct 11 10:39:47.961 INFO blam! Oct 11 10:39:47.961 INFO blam! running 0 tests Oct 11 10:39:47.961 INFO blam! Oct 11 10:39:47.961 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:39:47.961 INFO blam! Oct 11 10:39:47.966 INFO kablam! su: No module specific data is present Oct 11 10:39:48.272 INFO running `"docker" "rm" "-f" "8d42242915f5de86fe632414efd026ae725457ea4b249103faf4c26fc205d1ae"` Oct 11 10:39:48.357 INFO blam! 8d42242915f5de86fe632414efd026ae725457ea4b249103faf4c26fc205d1ae