Oct 14 19:32:39.255 INFO testing gpierzynski/sorting against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:32:39.256 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 19:32:39.692 INFO blam! 2c6a8f2f4d33cc882c613707bbd73ca48a985da777c93104baa9b00a39facf79 Oct 14 19:32:39.695 INFO running `"docker" "start" "-a" "2c6a8f2f4d33cc882c613707bbd73ca48a985da777c93104baa9b00a39facf79"` Oct 14 19:32:41.938 INFO kablam! usermod: no changes Oct 14 19:32:41.991 INFO kablam! Compiling sorts v0.1.0 (/source) Oct 14 19:32:42.327 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 19:32:42.327 INFO kablam! --> src/main.rs:17:36 Oct 14 19:32:42.327 INFO kablam! | Oct 14 19:32:42.327 INFO kablam! 17 | quick::quick_sort(&mut sortme, 0, (a.len() as i32)); Oct 14 19:32:42.327 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 19:32:42.327 INFO kablam! | Oct 14 19:32:42.327 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 19:32:42.327 INFO kablam! Oct 14 19:32:42.359 INFO kablam! warning: variable does not need to be mutable Oct 14 19:32:42.359 INFO kablam! --> src/quick.rs:6:6 Oct 14 19:32:42.359 INFO kablam! | Oct 14 19:32:42.359 INFO kablam! 6 | let mut x = a[(r-1) as usize]; Oct 14 19:32:42.359 INFO kablam! | ----^ Oct 14 19:32:42.359 INFO kablam! | | Oct 14 19:32:42.359 INFO kablam! | help: remove this `mut` Oct 14 19:32:42.359 INFO kablam! | Oct 14 19:32:42.359 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:32:42.359 INFO kablam! Oct 14 19:32:42.359 INFO kablam! warning: variable does not need to be mutable Oct 14 19:32:42.359 INFO kablam! --> src/quick.rs:25:6 Oct 14 19:32:42.359 INFO kablam! | Oct 14 19:32:42.359 INFO kablam! 25 | let mut q: i32; Oct 14 19:32:42.359 INFO kablam! | ----^ Oct 14 19:32:42.359 INFO kablam! | | Oct 14 19:32:42.359 INFO kablam! | help: remove this `mut` Oct 14 19:32:42.359 INFO kablam! Oct 14 19:32:42.961 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.99s Oct 14 19:32:42.964 INFO kablam! su: No module specific data is present Oct 14 19:32:43.841 INFO running `"docker" "rm" "-f" "2c6a8f2f4d33cc882c613707bbd73ca48a985da777c93104baa9b00a39facf79"` Oct 14 19:32:44.046 INFO blam! 2c6a8f2f4d33cc882c613707bbd73ca48a985da777c93104baa9b00a39facf79 Oct 14 19:32:44.051 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 19:32:44.544 INFO blam! ff38df9351adae77e4600636d9934b43eb19ecc2a5282593927350ff4d86f87f Oct 14 19:32:44.547 INFO running `"docker" "start" "-a" "ff38df9351adae77e4600636d9934b43eb19ecc2a5282593927350ff4d86f87f"` Oct 14 19:32:45.616 INFO kablam! usermod: no changes Oct 14 19:32:45.654 INFO kablam! Compiling sorts v0.1.0 (/source) Oct 14 19:32:45.915 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 19:32:45.915 INFO kablam! --> src/main.rs:17:36 Oct 14 19:32:45.915 INFO kablam! | Oct 14 19:32:45.915 INFO kablam! 17 | quick::quick_sort(&mut sortme, 0, (a.len() as i32)); Oct 14 19:32:45.915 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 19:32:45.915 INFO kablam! | Oct 14 19:32:45.915 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 19:32:45.915 INFO kablam! Oct 14 19:32:45.955 INFO kablam! warning: variable does not need to be mutable Oct 14 19:32:45.955 INFO kablam! --> src/quick.rs:6:6 Oct 14 19:32:45.955 INFO kablam! | Oct 14 19:32:45.955 INFO kablam! 6 | let mut x = a[(r-1) as usize]; Oct 14 19:32:45.955 INFO kablam! | ----^ Oct 14 19:32:45.955 INFO kablam! | | Oct 14 19:32:45.955 INFO kablam! | help: remove this `mut` Oct 14 19:32:45.955 INFO kablam! | Oct 14 19:32:45.955 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:32:45.955 INFO kablam! Oct 14 19:32:45.955 INFO kablam! warning: variable does not need to be mutable Oct 14 19:32:45.955 INFO kablam! --> src/quick.rs:25:6 Oct 14 19:32:45.955 INFO kablam! | Oct 14 19:32:45.955 INFO kablam! 25 | let mut q: i32; Oct 14 19:32:45.955 INFO kablam! | ----^ Oct 14 19:32:45.955 INFO kablam! | | Oct 14 19:32:45.955 INFO kablam! | help: remove this `mut` Oct 14 19:32:45.955 INFO kablam! Oct 14 19:32:46.323 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.68s Oct 14 19:32:46.323 INFO kablam! su: No module specific data is present Oct 14 19:32:46.683 INFO running `"docker" "rm" "-f" "ff38df9351adae77e4600636d9934b43eb19ecc2a5282593927350ff4d86f87f"` Oct 14 19:32:46.796 INFO blam! ff38df9351adae77e4600636d9934b43eb19ecc2a5282593927350ff4d86f87f Oct 14 19:32:46.801 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 19:32:47.156 INFO blam! 08fef1ef8d617b19a2f011e3b861bb18dd7ddeec4702fb9867bedc49b5ebe969 Oct 14 19:32:47.159 INFO running `"docker" "start" "-a" "08fef1ef8d617b19a2f011e3b861bb18dd7ddeec4702fb9867bedc49b5ebe969"` Oct 14 19:32:49.063 INFO kablam! usermod: no changes Oct 14 19:32:49.128 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 19:32:49.136 INFO kablam! Running /target/debug/deps/sorts-203a7d4fc4716410 Oct 14 19:32:49.148 INFO kablam! su: No module specific data is present Oct 14 19:32:49.148 INFO blam! Oct 14 19:32:49.148 INFO blam! running 0 tests Oct 14 19:32:49.148 INFO blam! Oct 14 19:32:49.149 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:32:49.149 INFO blam! Oct 14 19:32:49.719 INFO running `"docker" "rm" "-f" "08fef1ef8d617b19a2f011e3b861bb18dd7ddeec4702fb9867bedc49b5ebe969"` Oct 14 19:32:50.055 INFO blam! 08fef1ef8d617b19a2f011e3b861bb18dd7ddeec4702fb9867bedc49b5ebe969