Oct 27 05:26:22.389 INFO checking dyens/sorters against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 05:26:22.389 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 05:26:22.788 INFO blam! 1b62b65ce11192d37936d02dcdcf0e92eb9898a7341a4f0df96f0f60cc623abf Oct 27 05:26:22.791 INFO running `"docker" "start" "-a" "1b62b65ce11192d37936d02dcdcf0e92eb9898a7341a4f0df96f0f60cc623abf"` Oct 27 05:26:23.883 INFO kablam! usermod: no changes Oct 27 05:26:23.936 INFO kablam! Checking sorters v0.1.0 (/source) Oct 27 05:26:24.503 INFO kablam! warning: constant item is never used: `N` Oct 27 05:26:24.503 INFO kablam! --> src/main.rs:8:1 Oct 27 05:26:24.504 INFO kablam! | Oct 27 05:26:24.504 INFO kablam! 8 | const N: usize = 1000; Oct 27 05:26:24.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:26:24.504 INFO kablam! | Oct 27 05:26:24.505 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:26:24.505 INFO kablam! Oct 27 05:26:24.505 INFO kablam! warning: function is never used: `gen_vector` Oct 27 05:26:24.505 INFO kablam! --> src/main.rs:11:1 Oct 27 05:26:24.506 INFO kablam! | Oct 27 05:26:24.506 INFO kablam! 11 | fn gen_vector(len: usize) -> Vec { Oct 27 05:26:24.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:26:24.507 INFO kablam! Oct 27 05:26:24.507 INFO kablam! warning: function is never used: `rust_sort` Oct 27 05:26:24.507 INFO kablam! --> src/main.rs:20:1 Oct 27 05:26:24.507 INFO kablam! | Oct 27 05:26:24.508 INFO kablam! 20 | fn rust_sort(v: &mut Vec) { Oct 27 05:26:24.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:26:24.508 INFO kablam! Oct 27 05:26:24.508 INFO kablam! warning: function is never used: `bubble_sort` Oct 27 05:26:24.509 INFO kablam! --> src/main.rs:24:1 Oct 27 05:26:24.509 INFO kablam! | Oct 27 05:26:24.509 INFO kablam! 24 | fn bubble_sort(v: &mut Vec) { Oct 27 05:26:24.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:26:24.510 INFO kablam! Oct 27 05:26:24.510 INFO kablam! warning: function is never used: `insert_sort` Oct 27 05:26:24.510 INFO kablam! --> src/main.rs:38:1 Oct 27 05:26:24.511 INFO kablam! | Oct 27 05:26:24.511 INFO kablam! 38 | fn insert_sort(v: &mut Vec) { Oct 27 05:26:24.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:26:24.511 INFO kablam! Oct 27 05:26:24.512 INFO kablam! warning: function is never used: `gnome_sort` Oct 27 05:26:24.512 INFO kablam! --> src/main.rs:56:1 Oct 27 05:26:24.512 INFO kablam! | Oct 27 05:26:24.513 INFO kablam! 56 | fn gnome_sort(v: &mut Vec) { Oct 27 05:26:24.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:26:24.513 INFO kablam! Oct 27 05:26:24.513 INFO kablam! warning: function is never used: `merge_sort` Oct 27 05:26:24.514 INFO kablam! --> src/main.rs:104:1 Oct 27 05:26:24.514 INFO kablam! | Oct 27 05:26:24.514 INFO kablam! 104 | fn merge_sort(v: &mut Vec) { Oct 27 05:26:24.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:26:24.515 INFO kablam! Oct 27 05:26:24.515 INFO kablam! warning: struct is never constructed: `Node` Oct 27 05:26:24.515 INFO kablam! --> src/main.rs:110:1 Oct 27 05:26:24.516 INFO kablam! | Oct 27 05:26:24.516 INFO kablam! 110 | struct Node where T: Ord + Clone { Oct 27 05:26:24.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:26:24.517 INFO kablam! Oct 27 05:26:24.517 INFO kablam! warning: method is never used: `new` Oct 27 05:26:24.517 INFO kablam! --> src/main.rs:119:5 Oct 27 05:26:24.517 INFO kablam! | Oct 27 05:26:24.518 INFO kablam! 119 | fn new(new_val: T) -> Node { Oct 27 05:26:24.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:26:24.518 INFO kablam! Oct 27 05:26:24.518 INFO kablam! warning: method is never used: `insert` Oct 27 05:26:24.518 INFO kablam! --> src/main.rs:128:5 Oct 27 05:26:24.518 INFO kablam! | Oct 27 05:26:24.518 INFO kablam! 128 | fn insert(&mut self, new_val: T) { Oct 27 05:26:24.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:26:24.518 INFO kablam! Oct 27 05:26:24.518 INFO kablam! warning: method is never used: `travel` Oct 27 05:26:24.518 INFO kablam! --> src/main.rs:141:5 Oct 27 05:26:24.518 INFO kablam! | Oct 27 05:26:24.518 INFO kablam! 141 | fn travel(&self, to: &mut Vec ) { Oct 27 05:26:24.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:26:24.518 INFO kablam! Oct 27 05:26:24.518 INFO kablam! warning: function is never used: `tree_sort` Oct 27 05:26:24.518 INFO kablam! --> src/main.rs:158:1 Oct 27 05:26:24.518 INFO kablam! | Oct 27 05:26:24.518 INFO kablam! 158 | fn tree_sort(v: &mut Vec) { Oct 27 05:26:24.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:26:24.518 INFO kablam! Oct 27 05:26:24.518 INFO kablam! warning: function is never used: `bench_sort` Oct 27 05:26:24.518 INFO kablam! --> src/main.rs:205:1 Oct 27 05:26:24.518 INFO kablam! | Oct 27 05:26:24.518 INFO kablam! 205 | / fn bench_sort(f: F) where Oct 27 05:26:24.518 INFO kablam! 206 | | F: for<'a> Fn(&'a mut Vec) Oct 27 05:26:24.518 INFO kablam! 207 | | { Oct 27 05:26:24.518 INFO kablam! 208 | | let mut v = gen_vector(N); Oct 27 05:26:24.518 INFO kablam! 209 | | f(&mut v); Oct 27 05:26:24.518 INFO kablam! 210 | | } Oct 27 05:26:24.518 INFO kablam! | |_^ Oct 27 05:26:24.518 INFO kablam! Oct 27 05:26:24.559 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.65s Oct 27 05:26:24.559 INFO kablam! su: No module specific data is present Oct 27 05:26:24.881 INFO running `"docker" "rm" "-f" "1b62b65ce11192d37936d02dcdcf0e92eb9898a7341a4f0df96f0f60cc623abf"` Oct 27 05:26:25.026 INFO blam! 1b62b65ce11192d37936d02dcdcf0e92eb9898a7341a4f0df96f0f60cc623abf