Oct 10 22:27:10.705 INFO testing gpierzynski/sorting against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:27:10.708 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:27:10.710 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 22:27:11.200 INFO blam! 0a2b35470e467a1a5d76f8eb472394be4bf2fde5aa68e7f0135c13526bc317d1 Oct 10 22:27:11.203 INFO running `"docker" "start" "-a" "0a2b35470e467a1a5d76f8eb472394be4bf2fde5aa68e7f0135c13526bc317d1"` Oct 10 22:27:12.402 INFO kablam! usermod: no changes Oct 10 22:27:12.456 INFO kablam! Compiling sorts v0.1.0 (/source) Oct 10 22:27:13.234 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 22:27:13.234 INFO kablam! --> src/main.rs:17:36 Oct 10 22:27:13.234 INFO kablam! | Oct 10 22:27:13.234 INFO kablam! 17 | quick::quick_sort(&mut sortme, 0, (a.len() as i32)); Oct 10 22:27:13.234 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 22:27:13.234 INFO kablam! | Oct 10 22:27:13.234 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 22:27:13.234 INFO kablam! Oct 10 22:27:13.276 INFO kablam! warning: variable does not need to be mutable Oct 10 22:27:13.276 INFO kablam! --> src/quick.rs:6:6 Oct 10 22:27:13.276 INFO kablam! | Oct 10 22:27:13.276 INFO kablam! 6 | let mut x = a[(r-1) as usize]; Oct 10 22:27:13.276 INFO kablam! | ----^ Oct 10 22:27:13.276 INFO kablam! | | Oct 10 22:27:13.276 INFO kablam! | help: remove this `mut` Oct 10 22:27:13.276 INFO kablam! | Oct 10 22:27:13.276 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:27:13.276 INFO kablam! Oct 10 22:27:13.280 INFO kablam! warning: variable does not need to be mutable Oct 10 22:27:13.280 INFO kablam! --> src/quick.rs:25:6 Oct 10 22:27:13.280 INFO kablam! | Oct 10 22:27:13.280 INFO kablam! 25 | let mut q: i32; Oct 10 22:27:13.280 INFO kablam! | ----^ Oct 10 22:27:13.280 INFO kablam! | | Oct 10 22:27:13.280 INFO kablam! | help: remove this `mut` Oct 10 22:27:13.280 INFO kablam! Oct 10 22:27:13.666 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 10 22:27:13.667 INFO kablam! su: No module specific data is present Oct 10 22:27:14.477 INFO running `"docker" "rm" "-f" "0a2b35470e467a1a5d76f8eb472394be4bf2fde5aa68e7f0135c13526bc317d1"` Oct 10 22:27:14.713 INFO blam! 0a2b35470e467a1a5d76f8eb472394be4bf2fde5aa68e7f0135c13526bc317d1 Oct 10 22:27:14.719 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:27:14.719 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 22:27:15.048 INFO blam! f004fbc5de9171c904dfe56dba53ac9faa4ab206c4f36955520e17a060e0a3a9 Oct 10 22:27:15.054 INFO running `"docker" "start" "-a" "f004fbc5de9171c904dfe56dba53ac9faa4ab206c4f36955520e17a060e0a3a9"` Oct 10 22:27:15.656 INFO kablam! usermod: no changes Oct 10 22:27:15.683 INFO kablam! Compiling sorts v0.1.0 (/source) Oct 10 22:27:16.324 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 22:27:16.324 INFO kablam! --> src/main.rs:17:36 Oct 10 22:27:16.324 INFO kablam! | Oct 10 22:27:16.324 INFO kablam! 17 | quick::quick_sort(&mut sortme, 0, (a.len() as i32)); Oct 10 22:27:16.324 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 22:27:16.325 INFO kablam! | Oct 10 22:27:16.325 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 22:27:16.325 INFO kablam! Oct 10 22:27:16.368 INFO kablam! warning: variable does not need to be mutable Oct 10 22:27:16.368 INFO kablam! --> src/quick.rs:6:6 Oct 10 22:27:16.368 INFO kablam! | Oct 10 22:27:16.368 INFO kablam! 6 | let mut x = a[(r-1) as usize]; Oct 10 22:27:16.368 INFO kablam! | ----^ Oct 10 22:27:16.368 INFO kablam! | | Oct 10 22:27:16.368 INFO kablam! | help: remove this `mut` Oct 10 22:27:16.368 INFO kablam! | Oct 10 22:27:16.368 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:27:16.368 INFO kablam! Oct 10 22:27:16.368 INFO kablam! warning: variable does not need to be mutable Oct 10 22:27:16.368 INFO kablam! --> src/quick.rs:25:6 Oct 10 22:27:16.368 INFO kablam! | Oct 10 22:27:16.368 INFO kablam! 25 | let mut q: i32; Oct 10 22:27:16.368 INFO kablam! | ----^ Oct 10 22:27:16.368 INFO kablam! | | Oct 10 22:27:16.368 INFO kablam! | help: remove this `mut` Oct 10 22:27:16.368 INFO kablam! Oct 10 22:27:16.744 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.07s Oct 10 22:27:16.746 INFO kablam! su: No module specific data is present Oct 10 22:27:16.983 INFO running `"docker" "rm" "-f" "f004fbc5de9171c904dfe56dba53ac9faa4ab206c4f36955520e17a060e0a3a9"` Oct 10 22:27:17.047 INFO blam! f004fbc5de9171c904dfe56dba53ac9faa4ab206c4f36955520e17a060e0a3a9 Oct 10 22:27:17.049 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:27:17.049 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 22:27:17.305 INFO blam! c80911d6cb952ace0e907bc9ba4ba2e6191a65f54c0738c5522b324ad8990458 Oct 10 22:27:17.306 INFO running `"docker" "start" "-a" "c80911d6cb952ace0e907bc9ba4ba2e6191a65f54c0738c5522b324ad8990458"` Oct 10 22:27:17.754 INFO kablam! usermod: no changes Oct 10 22:27:17.783 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 22:27:17.783 INFO kablam! Running /target/debug/deps/sorts-203a7d4fc4716410 Oct 10 22:27:17.785 INFO blam! Oct 10 22:27:17.785 INFO blam! running 0 tests Oct 10 22:27:17.785 INFO blam! Oct 10 22:27:17.785 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:27:17.785 INFO blam! Oct 10 22:27:17.787 INFO kablam! su: No module specific data is present Oct 10 22:27:18.007 INFO running `"docker" "rm" "-f" "c80911d6cb952ace0e907bc9ba4ba2e6191a65f54c0738c5522b324ad8990458"` Oct 10 22:27:18.098 INFO blam! c80911d6cb952ace0e907bc9ba4ba2e6191a65f54c0738c5522b324ad8990458