Oct 14 19:32:38.365 INFO testing gpierzynski/sorting against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 19:32:38.365 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 19:32:38.835 INFO blam! f66283c383b246f597f09eacbaaa52e8803567416f11bcd157be2df734b6fe28 Oct 14 19:32:38.837 INFO running `"docker" "start" "-a" "f66283c383b246f597f09eacbaaa52e8803567416f11bcd157be2df734b6fe28"` Oct 14 19:32:40.211 INFO kablam! usermod: no changes Oct 14 19:32:40.267 INFO kablam! Compiling sorts v0.1.0 (/source) Oct 14 19:32:40.567 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 19:32:40.567 INFO kablam! --> src/main.rs:17:36 Oct 14 19:32:40.567 INFO kablam! | Oct 14 19:32:40.567 INFO kablam! 17 | quick::quick_sort(&mut sortme, 0, (a.len() as i32)); Oct 14 19:32:40.567 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 19:32:40.567 INFO kablam! | Oct 14 19:32:40.595 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 19:32:40.595 INFO kablam! Oct 14 19:32:40.623 INFO kablam! warning: variable does not need to be mutable Oct 14 19:32:40.623 INFO kablam! --> src/quick.rs:6:6 Oct 14 19:32:40.623 INFO kablam! | Oct 14 19:32:40.623 INFO kablam! 6 | let mut x = a[(r-1) as usize]; Oct 14 19:32:40.623 INFO kablam! | ----^ Oct 14 19:32:40.623 INFO kablam! | | Oct 14 19:32:40.623 INFO kablam! | help: remove this `mut` Oct 14 19:32:40.623 INFO kablam! | Oct 14 19:32:40.623 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:32:40.623 INFO kablam! Oct 14 19:32:40.631 INFO kablam! warning: variable does not need to be mutable Oct 14 19:32:40.631 INFO kablam! --> src/quick.rs:25:6 Oct 14 19:32:40.631 INFO kablam! | Oct 14 19:32:40.631 INFO kablam! 25 | let mut q: i32; Oct 14 19:32:40.631 INFO kablam! | ----^ Oct 14 19:32:40.631 INFO kablam! | | Oct 14 19:32:40.631 INFO kablam! | help: remove this `mut` Oct 14 19:32:40.631 INFO kablam! Oct 14 19:32:41.059 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.82s Oct 14 19:32:41.059 INFO kablam! su: No module specific data is present Oct 14 19:32:42.623 INFO running `"docker" "rm" "-f" "f66283c383b246f597f09eacbaaa52e8803567416f11bcd157be2df734b6fe28"` Oct 14 19:32:42.843 INFO blam! f66283c383b246f597f09eacbaaa52e8803567416f11bcd157be2df734b6fe28 Oct 14 19:32:42.853 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 19:32:43.419 INFO blam! c6378dbc4f16db40c2830bc24b8fb9143a531a66f93f05397a90753ea597fdd2 Oct 14 19:32:43.424 INFO running `"docker" "start" "-a" "c6378dbc4f16db40c2830bc24b8fb9143a531a66f93f05397a90753ea597fdd2"` Oct 14 19:32:44.607 INFO kablam! usermod: no changes Oct 14 19:32:44.652 INFO kablam! Compiling sorts v0.1.0 (/source) Oct 14 19:32:44.851 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 19:32:44.851 INFO kablam! --> src/main.rs:17:36 Oct 14 19:32:44.851 INFO kablam! | Oct 14 19:32:44.851 INFO kablam! 17 | quick::quick_sort(&mut sortme, 0, (a.len() as i32)); Oct 14 19:32:44.851 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 19:32:44.855 INFO kablam! | Oct 14 19:32:44.855 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 19:32:44.855 INFO kablam! Oct 14 19:32:44.891 INFO kablam! warning: variable does not need to be mutable Oct 14 19:32:44.891 INFO kablam! --> src/quick.rs:6:6 Oct 14 19:32:44.891 INFO kablam! | Oct 14 19:32:44.891 INFO kablam! 6 | let mut x = a[(r-1) as usize]; Oct 14 19:32:44.891 INFO kablam! | ----^ Oct 14 19:32:44.891 INFO kablam! | | Oct 14 19:32:44.891 INFO kablam! | help: remove this `mut` Oct 14 19:32:44.891 INFO kablam! | Oct 14 19:32:44.895 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:32:44.895 INFO kablam! Oct 14 19:32:44.895 INFO kablam! warning: variable does not need to be mutable Oct 14 19:32:44.895 INFO kablam! --> src/quick.rs:25:6 Oct 14 19:32:44.895 INFO kablam! | Oct 14 19:32:44.895 INFO kablam! 25 | let mut q: i32; Oct 14 19:32:44.895 INFO kablam! | ----^ Oct 14 19:32:44.895 INFO kablam! | | Oct 14 19:32:44.895 INFO kablam! | help: remove this `mut` Oct 14 19:32:44.895 INFO kablam! Oct 14 19:32:45.389 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.76s Oct 14 19:32:45.395 INFO kablam! su: No module specific data is present Oct 14 19:32:45.939 INFO running `"docker" "rm" "-f" "c6378dbc4f16db40c2830bc24b8fb9143a531a66f93f05397a90753ea597fdd2"` Oct 14 19:32:46.065 INFO blam! c6378dbc4f16db40c2830bc24b8fb9143a531a66f93f05397a90753ea597fdd2 Oct 14 19:32:46.069 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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" "-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 14 19:32:46.291 INFO blam! f4ec466770309e597d6f3575de71be212099bdd891cee67190a47ed91b8ca00c Oct 14 19:32:46.297 INFO running `"docker" "start" "-a" "f4ec466770309e597d6f3575de71be212099bdd891cee67190a47ed91b8ca00c"` Oct 14 19:32:46.791 INFO kablam! usermod: no changes Oct 14 19:32:46.816 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 19:32:46.817 INFO kablam! Running /target/debug/deps/sorts-eb751e5d63574032 Oct 14 19:32:46.819 INFO blam! Oct 14 19:32:46.819 INFO blam! running 0 tests Oct 14 19:32:46.820 INFO blam! Oct 14 19:32:46.820 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:32:46.820 INFO blam! Oct 14 19:32:46.821 INFO kablam! su: No module specific data is present Oct 14 19:32:47.799 INFO running `"docker" "rm" "-f" "f4ec466770309e597d6f3575de71be212099bdd891cee67190a47ed91b8ca00c"` Oct 14 19:32:48.059 INFO blam! f4ec466770309e597d6f3575de71be212099bdd891cee67190a47ed91b8ca00c