Oct 15 12:18:13.138 INFO testing Bkindmonk/RustPractice against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:18:13.140 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12:18:13.620 INFO blam! 7862c9d6283ef5ef28c896e1a62fe36007f56890c55fdecde2e3887ae6f17de0 Oct 15 12:18:13.622 INFO running `"docker" "start" "-a" "7862c9d6283ef5ef28c896e1a62fe36007f56890c55fdecde2e3887ae6f17de0"` Oct 15 12:18:14.986 INFO kablam! usermod: no changes Oct 15 12:18:15.027 INFO kablam! Compiling mergesort v0.1.0 (/source) Oct 15 12:18:15.719 INFO kablam! warning: variable does not need to be mutable Oct 15 12:18:15.719 INFO kablam! --> src/main.rs:91:13 Oct 15 12:18:15.719 INFO kablam! | Oct 15 12:18:15.719 INFO kablam! 91 | let mut realhalves = (*real).split_at_mut(halflength); Oct 15 12:18:15.719 INFO kablam! | ----^^^^^^^^^^ Oct 15 12:18:15.719 INFO kablam! | | Oct 15 12:18:15.719 INFO kablam! | help: remove this `mut` Oct 15 12:18:15.719 INFO kablam! | Oct 15 12:18:15.719 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:18:15.719 INFO kablam! Oct 15 12:18:15.719 INFO kablam! warning: variable does not need to be mutable Oct 15 12:18:15.719 INFO kablam! --> src/main.rs:92:13 Oct 15 12:18:15.719 INFO kablam! | Oct 15 12:18:15.719 INFO kablam! 92 | let mut scratchhalves = (*scratch).split_at_mut(halflength); Oct 15 12:18:15.719 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 12:18:15.719 INFO kablam! | | Oct 15 12:18:15.719 INFO kablam! | help: remove this `mut` Oct 15 12:18:15.719 INFO kablam! Oct 15 12:18:16.657 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.64s Oct 15 12:18:16.667 INFO kablam! su: No module specific data is present Oct 15 12:18:17.517 INFO running `"docker" "rm" "-f" "7862c9d6283ef5ef28c896e1a62fe36007f56890c55fdecde2e3887ae6f17de0"` Oct 15 12:18:17.774 INFO blam! 7862c9d6283ef5ef28c896e1a62fe36007f56890c55fdecde2e3887ae6f17de0 Oct 15 12:18:17.781 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12:18:18.147 INFO blam! e232ec5265f26f3fd1a22a450d90153f157ee640c1f4bc52fc799605c8bbb474 Oct 15 12:18:18.155 INFO running `"docker" "start" "-a" "e232ec5265f26f3fd1a22a450d90153f157ee640c1f4bc52fc799605c8bbb474"` Oct 15 12:18:19.707 INFO kablam! usermod: no changes Oct 15 12:18:19.783 INFO kablam! Compiling mergesort v0.1.0 (/source) Oct 15 12:18:20.515 INFO kablam! warning: variable does not need to be mutable Oct 15 12:18:20.515 INFO kablam! --> src/main.rs:91:13 Oct 15 12:18:20.516 INFO kablam! | Oct 15 12:18:20.516 INFO kablam! 91 | let mut realhalves = (*real).split_at_mut(halflength); Oct 15 12:18:20.516 INFO kablam! | ----^^^^^^^^^^ Oct 15 12:18:20.516 INFO kablam! | | Oct 15 12:18:20.516 INFO kablam! | help: remove this `mut` Oct 15 12:18:20.517 INFO kablam! | Oct 15 12:18:20.517 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:18:20.517 INFO kablam! Oct 15 12:18:20.517 INFO kablam! warning: variable does not need to be mutable Oct 15 12:18:20.517 INFO kablam! --> src/main.rs:92:13 Oct 15 12:18:20.518 INFO kablam! | Oct 15 12:18:20.518 INFO kablam! 92 | let mut scratchhalves = (*scratch).split_at_mut(halflength); Oct 15 12:18:20.518 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 12:18:20.518 INFO kablam! | | Oct 15 12:18:20.519 INFO kablam! | help: remove this `mut` Oct 15 12:18:20.519 INFO kablam! Oct 15 12:18:21.199 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.45s Oct 15 12:18:21.211 INFO kablam! su: No module specific data is present Oct 15 12:18:22.620 INFO running `"docker" "rm" "-f" "e232ec5265f26f3fd1a22a450d90153f157ee640c1f4bc52fc799605c8bbb474"` Oct 15 12:18:23.007 INFO blam! e232ec5265f26f3fd1a22a450d90153f157ee640c1f4bc52fc799605c8bbb474 Oct 15 12:18:23.011 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12:18:23.456 INFO blam! a5964103ed3f837c5751d01845d5ae8876b4a837dfbf0014d6a3fd297358f2f2 Oct 15 12:18:23.459 INFO running `"docker" "start" "-a" "a5964103ed3f837c5751d01845d5ae8876b4a837dfbf0014d6a3fd297358f2f2"` Oct 15 12:18:25.593 INFO kablam! usermod: no changes Oct 15 12:18:25.671 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 12:18:25.672 INFO kablam! Running /target/debug/deps/mergesort-fc3737a98b9425a9 Oct 15 12:18:25.683 INFO blam! Oct 15 12:18:25.683 INFO blam! running 0 tests Oct 15 12:18:25.683 INFO blam! Oct 15 12:18:25.683 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:18:25.683 INFO blam! Oct 15 12:18:25.685 INFO kablam! su: No module specific data is present Oct 15 12:18:26.919 INFO running `"docker" "rm" "-f" "a5964103ed3f837c5751d01845d5ae8876b4a837dfbf0014d6a3fd297358f2f2"` Oct 15 12:18:27.271 INFO blam! a5964103ed3f837c5751d01845d5ae8876b4a837dfbf0014d6a3fd297358f2f2