Oct 15 21:08:02.532 INFO testing rulinalg-0.4.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 21:08:02.534 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 21:08:02.908 INFO blam! 1d1b7eb848d530028100d09a72fcb10722f143d01f0edaacf000830799e00115 Oct 15 21:08:02.910 INFO running `"docker" "start" "-a" "1d1b7eb848d530028100d09a72fcb10722f143d01f0edaacf000830799e00115"` Oct 15 21:08:03.760 INFO kablam! usermod: no changes Oct 15 21:08:03.889 INFO kablam! Compiling rulinalg v0.4.2 (/source) Oct 15 21:08:07.671 INFO kablam! warning: variable does not need to be mutable Oct 15 21:08:07.671 INFO kablam! --> src/utils.rs:105:34 Oct 15 21:08:07.671 INFO kablam! | Oct 15 21:08:07.671 INFO kablam! 105 | pub fn in_place_vec_bin_op(mut u: &mut [T], v: &[T], mut f: F) Oct 15 21:08:07.671 INFO kablam! | ----^ Oct 15 21:08:07.671 INFO kablam! | | Oct 15 21:08:07.671 INFO kablam! | help: remove this `mut` Oct 15 21:08:07.671 INFO kablam! | Oct 15 21:08:07.671 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 21:08:07.671 INFO kablam! Oct 15 21:08:08.497 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.71s Oct 15 21:08:08.507 INFO kablam! su: No module specific data is present Oct 15 21:08:09.673 INFO running `"docker" "rm" "-f" "1d1b7eb848d530028100d09a72fcb10722f143d01f0edaacf000830799e00115"` Oct 15 21:08:09.851 INFO blam! 1d1b7eb848d530028100d09a72fcb10722f143d01f0edaacf000830799e00115 Oct 15 21:08:09.859 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 21:08:10.271 INFO blam! f4578702e12124ea415895a941649b4ad20d89494fc9e055efc2e8d0b2595754 Oct 15 21:08:10.277 INFO running `"docker" "start" "-a" "f4578702e12124ea415895a941649b4ad20d89494fc9e055efc2e8d0b2595754"` Oct 15 21:08:11.235 INFO kablam! usermod: no changes Oct 15 21:08:11.379 INFO kablam! Compiling rulinalg v0.4.2 (/source) Oct 15 21:08:15.959 INFO kablam! warning: unused `#[macro_use]` import Oct 15 21:08:15.959 INFO kablam! --> src/lib.rs:111:1 Oct 15 21:08:15.959 INFO kablam! | Oct 15 21:08:15.959 INFO kablam! 111 | #[macro_use] Oct 15 21:08:15.959 INFO kablam! | ^^^^^^^^^^^^ Oct 15 21:08:15.959 INFO kablam! | Oct 15 21:08:15.959 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 21:08:15.959 INFO kablam! Oct 15 21:08:24.033 INFO kablam! warning: variable does not need to be mutable Oct 15 21:08:24.033 INFO kablam! --> src/utils.rs:105:34 Oct 15 21:08:24.034 INFO kablam! | Oct 15 21:08:24.034 INFO kablam! 105 | pub fn in_place_vec_bin_op(mut u: &mut [T], v: &[T], mut f: F) Oct 15 21:08:24.034 INFO kablam! | ----^ Oct 15 21:08:24.034 INFO kablam! | | Oct 15 21:08:24.034 INFO kablam! | help: remove this `mut` Oct 15 21:08:24.034 INFO kablam! | Oct 15 21:08:24.034 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 21:08:24.034 INFO kablam! Oct 15 21:08:38.284 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.02s Oct 15 21:08:38.289 INFO kablam! su: No module specific data is present Oct 15 21:08:38.739 INFO running `"docker" "rm" "-f" "f4578702e12124ea415895a941649b4ad20d89494fc9e055efc2e8d0b2595754"` Oct 15 21:08:38.813 INFO blam! f4578702e12124ea415895a941649b4ad20d89494fc9e055efc2e8d0b2595754