Oct 11 10:44:44.068 INFO testing strider-0.1.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:44:44.068 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:44:44.068 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:44:44.251 INFO blam! 79d6b9b81c57132f56beb65b618e578746b8f335576272ee9e2152c5d07b37db Oct 11 10:44:44.257 INFO running `"docker" "start" "-a" "79d6b9b81c57132f56beb65b618e578746b8f335576272ee9e2152c5d07b37db"` Oct 11 10:44:44.914 INFO kablam! usermod: no changes Oct 11 10:44:44.948 INFO kablam! Compiling strider v0.1.3 (/source) Oct 11 10:44:45.790 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.86s Oct 11 10:44:45.792 INFO kablam! su: No module specific data is present Oct 11 10:44:46.140 INFO running `"docker" "rm" "-f" "79d6b9b81c57132f56beb65b618e578746b8f335576272ee9e2152c5d07b37db"` Oct 11 10:44:46.284 INFO blam! 79d6b9b81c57132f56beb65b618e578746b8f335576272ee9e2152c5d07b37db Oct 11 10:44:46.286 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 10:44:46.286 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:44:46.536 INFO blam! 7b8fdd1a822a7df17cd0e088b21240e0772784fac50cec2ef96f7bd99fe3977a Oct 11 10:44:46.539 INFO running `"docker" "start" "-a" "7b8fdd1a822a7df17cd0e088b21240e0772784fac50cec2ef96f7bd99fe3977a"` Oct 11 10:44:47.036 INFO kablam! usermod: no changes Oct 11 10:44:47.075 INFO kablam! Compiling strider v0.1.3 (/source) Oct 11 10:44:48.324 INFO kablam! warning: variable does not need to be mutable Oct 11 10:44:48.324 INFO kablam! --> tests/lib.rs:17:13 Oct 11 10:44:48.324 INFO kablam! | Oct 11 10:44:48.324 INFO kablam! 17 | let mut input_buffer: &mut [u8] = &mut [0; 4]; Oct 11 10:44:48.324 INFO kablam! | ----^^^^^^^^^^^^ Oct 11 10:44:48.324 INFO kablam! | | Oct 11 10:44:48.324 INFO kablam! | help: remove this `mut` Oct 11 10:44:48.324 INFO kablam! ... Oct 11 10:44:48.324 INFO kablam! 50 | test_string_windowing!(VecDeque::::new()); Oct 11 10:44:48.324 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 11 10:44:48.324 INFO kablam! | Oct 11 10:44:48.324 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 10:44:48.324 INFO kablam! Oct 11 10:44:48.324 INFO kablam! warning: variable does not need to be mutable Oct 11 10:44:48.324 INFO kablam! --> tests/lib.rs:18:13 Oct 11 10:44:48.324 INFO kablam! | Oct 11 10:44:48.324 INFO kablam! 18 | let mut window_buffer: &mut [u8] = &mut [0; WINDOW_SIZE]; Oct 11 10:44:48.325 INFO kablam! | ----^^^^^^^^^^^^^ Oct 11 10:44:48.325 INFO kablam! | | Oct 11 10:44:48.325 INFO kablam! | help: remove this `mut` Oct 11 10:44:48.325 INFO kablam! ... Oct 11 10:44:48.325 INFO kablam! 50 | test_string_windowing!(VecDeque::::new()); Oct 11 10:44:48.325 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 11 10:44:48.325 INFO kablam! Oct 11 10:44:48.333 INFO kablam! warning: variable does not need to be mutable Oct 11 10:44:48.333 INFO kablam! --> tests/lib.rs:17:13 Oct 11 10:44:48.333 INFO kablam! | Oct 11 10:44:48.333 INFO kablam! 17 | let mut input_buffer: &mut [u8] = &mut [0; 4]; Oct 11 10:44:48.333 INFO kablam! | ----^^^^^^^^^^^^ Oct 11 10:44:48.333 INFO kablam! | | Oct 11 10:44:48.333 INFO kablam! | help: remove this `mut` Oct 11 10:44:48.333 INFO kablam! ... Oct 11 10:44:48.333 INFO kablam! 54 | test_string_windowing!(SliceRingImpl::::new()); Oct 11 10:44:48.333 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 11 10:44:48.333 INFO kablam! Oct 11 10:44:48.333 INFO kablam! warning: variable does not need to be mutable Oct 11 10:44:48.333 INFO kablam! --> tests/lib.rs:18:13 Oct 11 10:44:48.333 INFO kablam! | Oct 11 10:44:48.333 INFO kablam! 18 | let mut window_buffer: &mut [u8] = &mut [0; WINDOW_SIZE]; Oct 11 10:44:48.333 INFO kablam! | ----^^^^^^^^^^^^^ Oct 11 10:44:48.333 INFO kablam! | | Oct 11 10:44:48.333 INFO kablam! | help: remove this `mut` Oct 11 10:44:48.333 INFO kablam! ... Oct 11 10:44:48.333 INFO kablam! 54 | test_string_windowing!(SliceRingImpl::::new()); Oct 11 10:44:48.333 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 11 10:44:48.333 INFO kablam! Oct 11 10:44:49.460 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.40s Oct 11 10:44:49.464 INFO kablam! su: No module specific data is present Oct 11 10:44:49.837 INFO running `"docker" "rm" "-f" "7b8fdd1a822a7df17cd0e088b21240e0772784fac50cec2ef96f7bd99fe3977a"` Oct 11 10:44:49.992 INFO blam! 7b8fdd1a822a7df17cd0e088b21240e0772784fac50cec2ef96f7bd99fe3977a Oct 11 10:44:49.994 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 10:44:49.994 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:44:50.239 INFO blam! 5498563d2ac935577bc46cd7f43c591b9bc9803348464a60ad71f025f559c6c1 Oct 11 10:44:50.242 INFO running `"docker" "start" "-a" "5498563d2ac935577bc46cd7f43c591b9bc9803348464a60ad71f025f559c6c1"` Oct 11 10:44:50.797 INFO kablam! usermod: no changes Oct 11 10:44:50.827 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 10:44:50.827 INFO kablam! Running /target/debug/deps/strider-af177176eeba1a1a Oct 11 10:44:50.837 INFO blam! Oct 11 10:44:50.837 INFO blam! running 0 tests Oct 11 10:44:50.837 INFO blam! Oct 11 10:44:50.837 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:44:50.837 INFO blam! Oct 11 10:44:50.837 INFO kablam! Running /target/debug/deps/lib-268ced5ca2183869 Oct 11 10:44:50.840 INFO blam! Oct 11 10:44:50.840 INFO blam! running 4 tests Oct 11 10:44:50.840 INFO blam! test test_test_string_windowing_deque ... ok Oct 11 10:44:50.840 INFO blam! test test_string_windowing_optimized ... ok Oct 11 10:44:50.849 INFO blam! test test_slice_ring_optimized ... ok Oct 11 10:44:50.861 INFO blam! test test_slice_ring_deque ... ok Oct 11 10:44:50.861 INFO kablam! Doc-tests strider Oct 11 10:44:50.861 INFO blam! Oct 11 10:44:50.861 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:44:50.861 INFO blam! Oct 11 10:44:52.072 INFO blam! Oct 11 10:44:52.072 INFO blam! running 2 tests Oct 11 10:44:52.072 INFO blam! test src/lib.rs - SliceRingImpl (line 165) ... ignored Oct 11 10:44:53.378 INFO blam! test src/lib.rs - (line 29) ... ok Oct 11 10:44:53.378 INFO blam! Oct 11 10:44:53.378 INFO blam! test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 11 10:44:53.378 INFO blam! Oct 11 10:44:53.385 INFO kablam! su: No module specific data is present Oct 11 10:44:53.685 INFO running `"docker" "rm" "-f" "5498563d2ac935577bc46cd7f43c591b9bc9803348464a60ad71f025f559c6c1"` Oct 11 10:44:53.811 INFO blam! 5498563d2ac935577bc46cd7f43c591b9bc9803348464a60ad71f025f559c6c1