Oct 15 00:54:06.594 INFO testing chrisshyi/QuickSort-Rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 00:54:06.594 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 00:54:07.064 INFO blam! 22f74ee4a2881a088b445048bfa6c0e6af3270fda963a30cc6e5e33db4373797 Oct 15 00:54:07.079 INFO running `"docker" "start" "-a" "22f74ee4a2881a088b445048bfa6c0e6af3270fda963a30cc6e5e33db4373797"` Oct 15 00:54:08.358 INFO kablam! usermod: no changes Oct 15 00:54:08.418 INFO kablam! Compiling QuickSort v0.1.0 (/source) Oct 15 00:54:08.751 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 00:54:08.751 INFO kablam! --> src/main.rs:14:24 Oct 15 00:54:08.751 INFO kablam! | Oct 15 00:54:08.751 INFO kablam! 14 | num_comparisons += (data.len() as i32 - 1); Oct 15 00:54:08.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:54:08.751 INFO kablam! | Oct 15 00:54:08.751 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 00:54:08.751 INFO kablam! Oct 15 00:54:08.803 INFO kablam! warning: unused variable: `data` Oct 15 00:54:08.804 INFO kablam! --> src/main.rs:50:24 Oct 15 00:54:08.804 INFO kablam! | Oct 15 00:54:08.804 INFO kablam! 50 | fn first_element_pivot(data: &[i32]) -> i32 { Oct 15 00:54:08.805 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 15 00:54:08.805 INFO kablam! | Oct 15 00:54:08.805 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:54:08.806 INFO kablam! Oct 15 00:54:08.811 INFO kablam! warning: function is never used: `first_element_pivot` Oct 15 00:54:08.811 INFO kablam! --> src/main.rs:50:1 Oct 15 00:54:08.811 INFO kablam! | Oct 15 00:54:08.812 INFO kablam! 50 | fn first_element_pivot(data: &[i32]) -> i32 { Oct 15 00:54:08.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:08.812 INFO kablam! | Oct 15 00:54:08.813 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:54:08.813 INFO kablam! Oct 15 00:54:08.813 INFO kablam! warning: function is never used: `last_element_pivot` Oct 15 00:54:08.814 INFO kablam! --> src/main.rs:54:1 Oct 15 00:54:08.814 INFO kablam! | Oct 15 00:54:08.814 INFO kablam! 54 | fn last_element_pivot(data: &[i32]) -> i32 { Oct 15 00:54:08.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:08.815 INFO kablam! Oct 15 00:54:08.815 INFO kablam! warning: crate `QuickSort` should have a snake case name such as `quick_sort` Oct 15 00:54:08.816 INFO kablam! | Oct 15 00:54:08.816 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 00:54:08.816 INFO kablam! Oct 15 00:54:09.562 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 15 00:54:09.567 INFO kablam! su: No module specific data is present Oct 15 00:54:10.267 INFO running `"docker" "rm" "-f" "22f74ee4a2881a088b445048bfa6c0e6af3270fda963a30cc6e5e33db4373797"` Oct 15 00:54:10.669 INFO blam! 22f74ee4a2881a088b445048bfa6c0e6af3270fda963a30cc6e5e33db4373797 Oct 15 00:54:10.675 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 00:54:11.048 INFO blam! 9b653991ced6075af4bc2c933ab3e016d4c174ef80541c4a20ac91428918e71e Oct 15 00:54:11.058 INFO running `"docker" "start" "-a" "9b653991ced6075af4bc2c933ab3e016d4c174ef80541c4a20ac91428918e71e"` Oct 15 00:54:12.191 INFO kablam! usermod: no changes Oct 15 00:54:12.238 INFO kablam! Compiling QuickSort v0.1.0 (/source) Oct 15 00:54:12.571 INFO kablam! warning: unnecessary parentheses around assigned value Oct 15 00:54:12.571 INFO kablam! --> src/main.rs:14:24 Oct 15 00:54:12.571 INFO kablam! | Oct 15 00:54:12.571 INFO kablam! 14 | num_comparisons += (data.len() as i32 - 1); Oct 15 00:54:12.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 00:54:12.571 INFO kablam! | Oct 15 00:54:12.571 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 00:54:12.571 INFO kablam! Oct 15 00:54:12.635 INFO kablam! warning: unused variable: `data` Oct 15 00:54:12.635 INFO kablam! --> src/main.rs:50:24 Oct 15 00:54:12.635 INFO kablam! | Oct 15 00:54:12.635 INFO kablam! 50 | fn first_element_pivot(data: &[i32]) -> i32 { Oct 15 00:54:12.635 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 15 00:54:12.635 INFO kablam! | Oct 15 00:54:12.635 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:54:12.635 INFO kablam! Oct 15 00:54:12.643 INFO kablam! warning: function is never used: `first_element_pivot` Oct 15 00:54:12.643 INFO kablam! --> src/main.rs:50:1 Oct 15 00:54:12.643 INFO kablam! | Oct 15 00:54:12.643 INFO kablam! 50 | fn first_element_pivot(data: &[i32]) -> i32 { Oct 15 00:54:12.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:12.643 INFO kablam! | Oct 15 00:54:12.643 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 00:54:12.643 INFO kablam! Oct 15 00:54:12.643 INFO kablam! warning: function is never used: `last_element_pivot` Oct 15 00:54:12.643 INFO kablam! --> src/main.rs:54:1 Oct 15 00:54:12.643 INFO kablam! | Oct 15 00:54:12.643 INFO kablam! 54 | fn last_element_pivot(data: &[i32]) -> i32 { Oct 15 00:54:12.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:54:12.643 INFO kablam! Oct 15 00:54:12.643 INFO kablam! warning: crate `QuickSort` should have a snake case name such as `quick_sort` Oct 15 00:54:12.643 INFO kablam! | Oct 15 00:54:12.643 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 00:54:12.643 INFO kablam! Oct 15 00:54:13.154 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 15 00:54:13.156 INFO kablam! su: No module specific data is present Oct 15 00:54:13.857 INFO running `"docker" "rm" "-f" "9b653991ced6075af4bc2c933ab3e016d4c174ef80541c4a20ac91428918e71e"` Oct 15 00:54:14.239 INFO blam! 9b653991ced6075af4bc2c933ab3e016d4c174ef80541c4a20ac91428918e71e Oct 15 00:54:14.243 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 00:54:14.607 INFO blam! d5fbe5e46495d9539c41b691cc59bc47335f22017d0e14d1447fdc41a2f7294b Oct 15 00:54:14.619 INFO running `"docker" "start" "-a" "d5fbe5e46495d9539c41b691cc59bc47335f22017d0e14d1447fdc41a2f7294b"` Oct 15 00:54:15.891 INFO kablam! usermod: no changes Oct 15 00:54:15.939 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 00:54:15.947 INFO blam! Oct 15 00:54:15.949 INFO kablam! Running /target/debug/deps/QuickSort-9de2518a64921ca1 Oct 15 00:54:15.949 INFO blam! running 0 tests Oct 15 00:54:15.949 INFO blam! Oct 15 00:54:15.950 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:54:15.950 INFO blam! Oct 15 00:54:15.951 INFO kablam! su: No module specific data is present Oct 15 00:54:16.449 INFO running `"docker" "rm" "-f" "d5fbe5e46495d9539c41b691cc59bc47335f22017d0e14d1447fdc41a2f7294b"` Oct 15 00:54:16.742 INFO blam! d5fbe5e46495d9539c41b691cc59bc47335f22017d0e14d1447fdc41a2f7294b