Oct 10 23:49:24.178 INFO testing dyens/sorters against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:49:24.178 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:49:24.180 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 23:49:24.431 INFO blam! 0029aff9503d4122613867fcaab369873713e3333f4d19081212f5445a4bcbb0 Oct 10 23:49:24.432 INFO running `"docker" "start" "-a" "0029aff9503d4122613867fcaab369873713e3333f4d19081212f5445a4bcbb0"` Oct 10 23:49:25.094 INFO kablam! usermod: no changes Oct 10 23:49:25.130 INFO kablam! Compiling sorters v0.1.0 (/source) Oct 10 23:49:25.849 INFO kablam! warning: constant item is never used: `N` Oct 10 23:49:25.849 INFO kablam! --> src/main.rs:8:1 Oct 10 23:49:25.849 INFO kablam! | Oct 10 23:49:25.849 INFO kablam! 8 | const N: usize = 1000; Oct 10 23:49:25.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:49:25.849 INFO kablam! | Oct 10 23:49:25.849 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:49:25.849 INFO kablam! Oct 10 23:49:25.849 INFO kablam! warning: function is never used: `gen_vector` Oct 10 23:49:25.849 INFO kablam! --> src/main.rs:11:1 Oct 10 23:49:25.849 INFO kablam! | Oct 10 23:49:25.849 INFO kablam! 11 | fn gen_vector(len: usize) -> Vec { Oct 10 23:49:25.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:49:25.849 INFO kablam! Oct 10 23:49:25.849 INFO kablam! warning: function is never used: `rust_sort` Oct 10 23:49:25.849 INFO kablam! --> src/main.rs:20:1 Oct 10 23:49:25.849 INFO kablam! | Oct 10 23:49:25.849 INFO kablam! 20 | fn rust_sort(v: &mut Vec) { Oct 10 23:49:25.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:49:25.849 INFO kablam! Oct 10 23:49:25.849 INFO kablam! warning: function is never used: `bubble_sort` Oct 10 23:49:25.849 INFO kablam! --> src/main.rs:24:1 Oct 10 23:49:25.849 INFO kablam! | Oct 10 23:49:25.849 INFO kablam! 24 | fn bubble_sort(v: &mut Vec) { Oct 10 23:49:25.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:49:25.849 INFO kablam! Oct 10 23:49:25.849 INFO kablam! warning: function is never used: `insert_sort` Oct 10 23:49:25.849 INFO kablam! --> src/main.rs:38:1 Oct 10 23:49:25.849 INFO kablam! | Oct 10 23:49:25.849 INFO kablam! 38 | fn insert_sort(v: &mut Vec) { Oct 10 23:49:25.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:49:25.849 INFO kablam! Oct 10 23:49:25.849 INFO kablam! warning: function is never used: `gnome_sort` Oct 10 23:49:25.849 INFO kablam! --> src/main.rs:56:1 Oct 10 23:49:25.849 INFO kablam! | Oct 10 23:49:25.849 INFO kablam! 56 | fn gnome_sort(v: &mut Vec) { Oct 10 23:49:25.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:49:25.849 INFO kablam! Oct 10 23:49:25.849 INFO kablam! warning: function is never used: `merge_sort` Oct 10 23:49:25.849 INFO kablam! --> src/main.rs:104:1 Oct 10 23:49:25.849 INFO kablam! | Oct 10 23:49:25.849 INFO kablam! 104 | fn merge_sort(v: &mut Vec) { Oct 10 23:49:25.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:49:25.849 INFO kablam! Oct 10 23:49:25.849 INFO kablam! warning: struct is never constructed: `Node` Oct 10 23:49:25.849 INFO kablam! --> src/main.rs:110:1 Oct 10 23:49:25.849 INFO kablam! | Oct 10 23:49:25.850 INFO kablam! 110 | struct Node where T: Ord { Oct 10 23:49:25.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:49:25.850 INFO kablam! Oct 10 23:49:25.850 INFO kablam! warning: method is never used: `new` Oct 10 23:49:25.850 INFO kablam! --> src/main.rs:119:5 Oct 10 23:49:25.850 INFO kablam! | Oct 10 23:49:25.850 INFO kablam! 119 | fn new(new_val: T) -> Node { Oct 10 23:49:25.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:49:25.850 INFO kablam! Oct 10 23:49:25.850 INFO kablam! warning: method is never used: `insert` Oct 10 23:49:25.850 INFO kablam! --> src/main.rs:128:5 Oct 10 23:49:25.850 INFO kablam! | Oct 10 23:49:25.850 INFO kablam! 128 | fn insert(&mut self, new_val: T) { Oct 10 23:49:25.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:49:25.860 INFO kablam! Oct 10 23:49:25.860 INFO kablam! warning: method is never used: `travel` Oct 10 23:49:25.860 INFO kablam! --> src/main.rs:141:5 Oct 10 23:49:25.860 INFO kablam! | Oct 10 23:49:25.860 INFO kablam! 141 | fn travel(&self, to: &mut Vec ) { Oct 10 23:49:25.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:49:25.860 INFO kablam! Oct 10 23:49:25.860 INFO kablam! warning: function is never used: `tree_sort` Oct 10 23:49:25.860 INFO kablam! --> src/main.rs:158:1 Oct 10 23:49:25.860 INFO kablam! | Oct 10 23:49:25.860 INFO kablam! 158 | fn tree_sort(v: &mut Vec) { Oct 10 23:49:25.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:49:25.860 INFO kablam! Oct 10 23:49:25.860 INFO kablam! warning: function is never used: `bench_sort` Oct 10 23:49:25.860 INFO kablam! --> src/main.rs:205:1 Oct 10 23:49:25.860 INFO kablam! | Oct 10 23:49:25.860 INFO kablam! 205 | / fn bench_sort(f: F) where Oct 10 23:49:25.860 INFO kablam! 206 | | F: for<'a> Fn(&'a mut Vec) Oct 10 23:49:25.860 INFO kablam! 207 | | { Oct 10 23:49:25.860 INFO kablam! 208 | | let mut v = gen_vector(N); Oct 10 23:49:25.860 INFO kablam! 209 | | f(&mut v); Oct 10 23:49:25.860 INFO kablam! 210 | | } Oct 10 23:49:25.860 INFO kablam! | |_^ Oct 10 23:49:25.860 INFO kablam! Oct 10 23:49:26.213 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.10s Oct 10 23:49:26.216 INFO kablam! su: No module specific data is present Oct 10 23:49:27.206 INFO running `"docker" "rm" "-f" "0029aff9503d4122613867fcaab369873713e3333f4d19081212f5445a4bcbb0"` Oct 10 23:49:27.476 INFO blam! 0029aff9503d4122613867fcaab369873713e3333f4d19081212f5445a4bcbb0 Oct 10 23:49:27.481 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:49:27.482 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 23:49:27.924 INFO blam! 42d36c78391ac1201044b016139380614a2bab45e05d19f6be060cb234957292 Oct 10 23:49:27.936 INFO running `"docker" "start" "-a" "42d36c78391ac1201044b016139380614a2bab45e05d19f6be060cb234957292"` Oct 10 23:49:28.984 INFO kablam! usermod: no changes Oct 10 23:49:29.040 INFO kablam! Compiling sorters v0.1.0 (/source) Oct 10 23:49:31.025 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.02s Oct 10 23:49:31.029 INFO kablam! su: No module specific data is present Oct 10 23:49:31.370 INFO running `"docker" "rm" "-f" "42d36c78391ac1201044b016139380614a2bab45e05d19f6be060cb234957292"` Oct 10 23:49:31.596 INFO blam! 42d36c78391ac1201044b016139380614a2bab45e05d19f6be060cb234957292 Oct 10 23:49:31.598 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:49:31.598 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 23:49:32.063 INFO blam! a8781c755652e89a4194d7678bd4ff456c2ade7622a66e2862cd234958faab06 Oct 10 23:49:32.066 INFO running `"docker" "start" "-a" "a8781c755652e89a4194d7678bd4ff456c2ade7622a66e2862cd234958faab06"` Oct 10 23:49:32.749 INFO kablam! usermod: no changes Oct 10 23:49:32.808 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 23:49:32.812 INFO kablam! Running /target/debug/deps/sorters-658c4922d09047a8 Oct 10 23:49:32.820 INFO blam! Oct 10 23:49:32.820 INFO blam! running 11 tests Oct 10 23:49:32.852 INFO blam! test tests::bench_tree_sort ... ok Oct 10 23:49:32.852 INFO blam! test tests::bench_rust_sort ... ok Oct 10 23:49:32.868 INFO blam! test tests::bench_merge_sort ... ok Oct 10 23:49:32.876 INFO blam! test tests::test_tree_sort ... ok Oct 10 23:49:32.892 INFO blam! test tests::test_merge_sort ... ok Oct 10 23:49:33.079 INFO blam! test tests::test_insert_sort ... ok Oct 10 23:49:33.079 INFO blam! test tests::bench_bubble_sort ... ok Oct 10 23:49:33.079 INFO blam! test tests::test_bubble_sort ... ok Oct 10 23:49:33.127 INFO blam! test tests::bench_gnome_sort ... ok Oct 10 23:49:33.134 INFO blam! test tests::test_gnome_sort ... ok Oct 10 23:49:33.196 INFO blam! test tests::bench_insertion_sort ... ok Oct 10 23:49:33.196 INFO blam! Oct 10 23:49:33.196 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:49:33.196 INFO blam! Oct 10 23:49:33.199 INFO kablam! su: No module specific data is present Oct 10 23:49:34.022 INFO running `"docker" "rm" "-f" "a8781c755652e89a4194d7678bd4ff456c2ade7622a66e2862cd234958faab06"` Oct 10 23:49:34.269 INFO blam! a8781c755652e89a4194d7678bd4ff456c2ade7622a66e2862cd234958faab06