Oct 15 17:32:11.084 INFO testing strider-0.1.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 17:32:11.084 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 17:32:11.218 INFO blam! 2c043e52ee36d58463e88d171ff7060f0b37ed99fded7494c4222e05b6bece33 Oct 15 17:32:11.219 INFO running `"docker" "start" "-a" "2c043e52ee36d58463e88d171ff7060f0b37ed99fded7494c4222e05b6bece33"` Oct 15 17:32:11.604 INFO kablam! usermod: no changes Oct 15 17:32:11.623 INFO kablam! Compiling strider v0.1.3 (/source) Oct 15 17:32:12.108 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.49s Oct 15 17:32:12.110 INFO kablam! su: No module specific data is present Oct 15 17:32:12.354 INFO running `"docker" "rm" "-f" "2c043e52ee36d58463e88d171ff7060f0b37ed99fded7494c4222e05b6bece33"` Oct 15 17:32:12.447 INFO blam! 2c043e52ee36d58463e88d171ff7060f0b37ed99fded7494c4222e05b6bece33 Oct 15 17:32:12.448 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 17:32:12.634 INFO blam! 07d4c162366c9943acbacad4834cf08a5a8ee9eb190b7c6995ce1ce3726c9f52 Oct 15 17:32:12.639 INFO running `"docker" "start" "-a" "07d4c162366c9943acbacad4834cf08a5a8ee9eb190b7c6995ce1ce3726c9f52"` Oct 15 17:32:12.966 INFO kablam! usermod: no changes Oct 15 17:32:12.999 INFO kablam! Compiling strider v0.1.3 (/source) Oct 15 17:32:13.879 INFO kablam! warning: variable does not need to be mutable Oct 15 17:32:13.879 INFO kablam! --> tests/lib.rs:17:13 Oct 15 17:32:13.879 INFO kablam! | Oct 15 17:32:13.879 INFO kablam! 17 | let mut input_buffer: &mut [u8] = &mut [0; 4]; Oct 15 17:32:13.879 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 17:32:13.879 INFO kablam! | | Oct 15 17:32:13.879 INFO kablam! | help: remove this `mut` Oct 15 17:32:13.879 INFO kablam! ... Oct 15 17:32:13.879 INFO kablam! 50 | test_string_windowing!(VecDeque::::new()); Oct 15 17:32:13.879 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 15 17:32:13.879 INFO kablam! | Oct 15 17:32:13.879 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 17:32:13.879 INFO kablam! Oct 15 17:32:13.879 INFO kablam! warning: variable does not need to be mutable Oct 15 17:32:13.879 INFO kablam! --> tests/lib.rs:18:13 Oct 15 17:32:13.879 INFO kablam! | Oct 15 17:32:13.879 INFO kablam! 18 | let mut window_buffer: &mut [u8] = &mut [0; WINDOW_SIZE]; Oct 15 17:32:13.879 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 17:32:13.879 INFO kablam! | | Oct 15 17:32:13.879 INFO kablam! | help: remove this `mut` Oct 15 17:32:13.879 INFO kablam! ... Oct 15 17:32:13.879 INFO kablam! 50 | test_string_windowing!(VecDeque::::new()); Oct 15 17:32:13.879 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 15 17:32:13.879 INFO kablam! Oct 15 17:32:13.879 INFO kablam! warning: variable does not need to be mutable Oct 15 17:32:13.879 INFO kablam! --> tests/lib.rs:17:13 Oct 15 17:32:13.879 INFO kablam! | Oct 15 17:32:13.879 INFO kablam! 17 | let mut input_buffer: &mut [u8] = &mut [0; 4]; Oct 15 17:32:13.879 INFO kablam! | ----^^^^^^^^^^^^ Oct 15 17:32:13.879 INFO kablam! | | Oct 15 17:32:13.879 INFO kablam! | help: remove this `mut` Oct 15 17:32:13.879 INFO kablam! ... Oct 15 17:32:13.879 INFO kablam! 54 | test_string_windowing!(SliceRingImpl::::new()); Oct 15 17:32:13.879 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 15 17:32:13.879 INFO kablam! Oct 15 17:32:13.879 INFO kablam! warning: variable does not need to be mutable Oct 15 17:32:13.879 INFO kablam! --> tests/lib.rs:18:13 Oct 15 17:32:13.879 INFO kablam! | Oct 15 17:32:13.879 INFO kablam! 18 | let mut window_buffer: &mut [u8] = &mut [0; WINDOW_SIZE]; Oct 15 17:32:13.879 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 17:32:13.879 INFO kablam! | | Oct 15 17:32:13.879 INFO kablam! | help: remove this `mut` Oct 15 17:32:13.879 INFO kablam! ... Oct 15 17:32:13.879 INFO kablam! 54 | test_string_windowing!(SliceRingImpl::::new()); Oct 15 17:32:13.879 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 15 17:32:13.883 INFO kablam! Oct 15 17:32:14.855 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.86s Oct 15 17:32:14.855 INFO kablam! su: No module specific data is present Oct 15 17:32:15.226 INFO running `"docker" "rm" "-f" "07d4c162366c9943acbacad4834cf08a5a8ee9eb190b7c6995ce1ce3726c9f52"` Oct 15 17:32:15.390 INFO blam! 07d4c162366c9943acbacad4834cf08a5a8ee9eb190b7c6995ce1ce3726c9f52 Oct 15 17:32:15.390 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 17:32:15.666 INFO blam! e5a2ec37fe8a11ea16548b944563767b24497fad9be07e7513077a7d65533075 Oct 15 17:32:15.668 INFO running `"docker" "start" "-a" "e5a2ec37fe8a11ea16548b944563767b24497fad9be07e7513077a7d65533075"` Oct 15 17:32:16.144 INFO kablam! usermod: no changes Oct 15 17:32:16.166 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 17:32:16.166 INFO kablam! Running /target/debug/deps/strider-af177176eeba1a1a Oct 15 17:32:16.168 INFO blam! Oct 15 17:32:16.169 INFO blam! running 0 tests Oct 15 17:32:16.169 INFO blam! Oct 15 17:32:16.169 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:32:16.169 INFO blam! Oct 15 17:32:16.169 INFO kablam! Running /target/debug/deps/lib-268ced5ca2183869 Oct 15 17:32:16.171 INFO blam! Oct 15 17:32:16.171 INFO blam! running 4 tests Oct 15 17:32:16.175 INFO blam! test test_test_string_windowing_deque ... ok Oct 15 17:32:16.175 INFO blam! test test_string_windowing_optimized ... ok Oct 15 17:32:16.178 INFO blam! test test_slice_ring_optimized ... ok Oct 15 17:32:16.184 INFO blam! test test_slice_ring_deque ... ok Oct 15 17:32:16.184 INFO blam! Oct 15 17:32:16.184 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:32:16.184 INFO blam! Oct 15 17:32:16.184 INFO kablam! Doc-tests strider Oct 15 17:32:17.052 INFO blam! Oct 15 17:32:17.052 INFO blam! running 2 tests Oct 15 17:32:17.052 INFO blam! test src/lib.rs - SliceRingImpl (line 165) ... ignored Oct 15 17:32:18.071 INFO blam! test src/lib.rs - (line 29) ... ok Oct 15 17:32:18.071 INFO blam! Oct 15 17:32:18.071 INFO blam! test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 15 17:32:18.071 INFO blam! Oct 15 17:32:18.095 INFO kablam! su: No module specific data is present Oct 15 17:32:18.813 INFO running `"docker" "rm" "-f" "e5a2ec37fe8a11ea16548b944563767b24497fad9be07e7513077a7d65533075"` Oct 15 17:32:19.077 INFO blam! e5a2ec37fe8a11ea16548b944563767b24497fad9be07e7513077a7d65533075