Oct 11 23:46:40.197 INFO testing file_diff-1.0.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 23:46:40.197 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 11 23:46:40.536 INFO blam! 5d6fe5886a9b683970e4facf54ea32e7f45c1b4d625c077f29d02fb6a87d6052 Oct 11 23:46:40.537 INFO running `"docker" "start" "-a" "5d6fe5886a9b683970e4facf54ea32e7f45c1b4d625c077f29d02fb6a87d6052"` Oct 11 23:46:41.016 INFO kablam! usermod: no changes Oct 11 23:46:41.044 INFO kablam! Compiling file_diff v1.0.0 (/source) Oct 11 23:46:41.440 INFO kablam! warning: variable does not need to be mutable Oct 11 23:46:41.440 INFO kablam! --> src/lib.rs:49:9 Oct 11 23:46:41.440 INFO kablam! | Oct 11 23:46:41.440 INFO kablam! 49 | let mut buff1 : &mut [u8] = &mut [0; 1024]; Oct 11 23:46:41.440 INFO kablam! | ----^^^^^ Oct 11 23:46:41.440 INFO kablam! | | Oct 11 23:46:41.440 INFO kablam! | help: remove this `mut` Oct 11 23:46:41.440 INFO kablam! | Oct 11 23:46:41.440 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 23:46:41.440 INFO kablam! Oct 11 23:46:41.440 INFO kablam! warning: variable does not need to be mutable Oct 11 23:46:41.440 INFO kablam! --> src/lib.rs:50:9 Oct 11 23:46:41.440 INFO kablam! | Oct 11 23:46:41.440 INFO kablam! 50 | let mut buff2 : &mut [u8] = &mut [0; 1024]; Oct 11 23:46:41.440 INFO kablam! | ----^^^^^ Oct 11 23:46:41.440 INFO kablam! | | Oct 11 23:46:41.440 INFO kablam! | help: remove this `mut` Oct 11 23:46:41.440 INFO kablam! Oct 11 23:46:41.479 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.44s Oct 11 23:46:41.481 INFO kablam! su: No module specific data is present Oct 11 23:46:42.052 INFO running `"docker" "rm" "-f" "5d6fe5886a9b683970e4facf54ea32e7f45c1b4d625c077f29d02fb6a87d6052"` Oct 11 23:46:42.147 INFO blam! 5d6fe5886a9b683970e4facf54ea32e7f45c1b4d625c077f29d02fb6a87d6052 Oct 11 23:46:42.148 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 11 23:46:42.472 INFO blam! a2ce202727a4651f3eb6578aeae922d596bc024a0be84d22b19530613562049d Oct 11 23:46:42.474 INFO running `"docker" "start" "-a" "a2ce202727a4651f3eb6578aeae922d596bc024a0be84d22b19530613562049d"` Oct 11 23:46:42.875 INFO kablam! usermod: no changes Oct 11 23:46:42.896 INFO kablam! Compiling file_diff v1.0.0 (/source) Oct 11 23:46:43.428 INFO kablam! warning: variable does not need to be mutable Oct 11 23:46:43.428 INFO kablam! --> src/lib.rs:49:9 Oct 11 23:46:43.428 INFO kablam! | Oct 11 23:46:43.428 INFO kablam! 49 | let mut buff1 : &mut [u8] = &mut [0; 1024]; Oct 11 23:46:43.428 INFO kablam! | ----^^^^^ Oct 11 23:46:43.428 INFO kablam! | | Oct 11 23:46:43.428 INFO kablam! | help: remove this `mut` Oct 11 23:46:43.428 INFO kablam! | Oct 11 23:46:43.428 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 23:46:43.428 INFO kablam! Oct 11 23:46:43.428 INFO kablam! warning: variable does not need to be mutable Oct 11 23:46:43.428 INFO kablam! --> src/lib.rs:50:9 Oct 11 23:46:43.428 INFO kablam! | Oct 11 23:46:43.429 INFO kablam! 50 | let mut buff2 : &mut [u8] = &mut [0; 1024]; Oct 11 23:46:43.429 INFO kablam! | ----^^^^^ Oct 11 23:46:43.429 INFO kablam! | | Oct 11 23:46:43.429 INFO kablam! | help: remove this `mut` Oct 11 23:46:43.429 INFO kablam! Oct 11 23:46:43.864 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 11 23:46:43.864 INFO kablam! su: No module specific data is present Oct 11 23:46:44.250 INFO running `"docker" "rm" "-f" "a2ce202727a4651f3eb6578aeae922d596bc024a0be84d22b19530613562049d"` Oct 11 23:46:44.489 INFO blam! a2ce202727a4651f3eb6578aeae922d596bc024a0be84d22b19530613562049d Oct 11 23:46:44.490 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 11 23:46:44.767 INFO blam! 5f6488f9d2f3478b37e6a313c6a4d4b0554ff80489d981c997b8d37626e84347 Oct 11 23:46:44.770 INFO running `"docker" "start" "-a" "5f6488f9d2f3478b37e6a313c6a4d4b0554ff80489d981c997b8d37626e84347"` Oct 11 23:46:45.425 INFO kablam! usermod: no changes Oct 11 23:46:45.456 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 23:46:45.457 INFO kablam! Running /target/debug/deps/file_diff-276b700809858899 Oct 11 23:46:45.457 INFO blam! Oct 11 23:46:45.458 INFO blam! running 5 tests Oct 11 23:46:45.458 INFO blam! test tests::diff_identical_binary_files ... ok Oct 11 23:46:45.458 INFO blam! test tests::diff_different_binary_files ... ok Oct 11 23:46:45.458 INFO blam! test tests::diff_the_same_text_file ... ok Oct 11 23:46:45.460 INFO blam! test tests::diff_different_text_files ... ok Oct 11 23:46:45.460 INFO blam! test tests::diff_the_same_binary_file ... ok Oct 11 23:46:45.460 INFO blam! Oct 11 23:46:45.460 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 23:46:45.460 INFO blam! Oct 11 23:46:45.461 INFO kablam! Doc-tests file_diff Oct 11 23:46:46.266 INFO blam! Oct 11 23:46:46.266 INFO blam! running 2 tests Oct 11 23:46:47.174 INFO blam! test src/lib.rs - (line 14) ... ok Oct 11 23:46:47.263 INFO blam! test src/lib.rs - (line 33) ... ok Oct 11 23:46:47.263 INFO blam! Oct 11 23:46:47.263 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 23:46:47.263 INFO blam! Oct 11 23:46:47.270 INFO kablam! su: No module specific data is present Oct 11 23:46:47.504 INFO running `"docker" "rm" "-f" "5f6488f9d2f3478b37e6a313c6a4d4b0554ff80489d981c997b8d37626e84347"` Oct 11 23:46:47.576 INFO blam! 5f6488f9d2f3478b37e6a313c6a4d4b0554ff80489d981c997b8d37626e84347