Oct 14 18:20:12.854 INFO testing ickshonpe/rust-data-structures against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 18:20:12.855 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 18:20:13.572 INFO blam! af69fd4a27c6d99fc6f1054fc80896a679e68928c6745b1cf258fd431708d6d7 Oct 14 18:20:13.575 INFO running `"docker" "start" "-a" "af69fd4a27c6d99fc6f1054fc80896a679e68928c6745b1cf258fd431708d6d7"` Oct 14 18:20:14.920 INFO kablam! usermod: no changes Oct 14 18:20:15.025 INFO kablam! Compiling futures v0.1.14 Oct 14 18:20:15.025 INFO kablam! Compiling num_cpus v1.6.2 Oct 14 18:20:19.483 INFO kablam! Compiling rayon-core v1.2.1 Oct 14 18:20:21.643 INFO kablam! Compiling rayon v0.8.2 Oct 14 18:20:24.556 INFO kablam! Compiling data-structures v0.1.0 (/source) Oct 14 18:20:24.887 INFO kablam! warning: unused import: `std::mem` Oct 14 18:20:24.888 INFO kablam! --> src/list.rs:1:5 Oct 14 18:20:24.888 INFO kablam! | Oct 14 18:20:24.888 INFO kablam! 1 | use std::mem; Oct 14 18:20:24.889 INFO kablam! | ^^^^^^^^ Oct 14 18:20:24.889 INFO kablam! | Oct 14 18:20:24.889 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:20:24.890 INFO kablam! Oct 14 18:20:24.890 INFO kablam! warning: unused import: `list::*` Oct 14 18:20:24.890 INFO kablam! --> src/main.rs:11:5 Oct 14 18:20:24.891 INFO kablam! | Oct 14 18:20:24.891 INFO kablam! 11 | use list::*; Oct 14 18:20:24.891 INFO kablam! | ^^^^^^^ Oct 14 18:20:24.892 INFO kablam! Oct 14 18:20:25.027 INFO kablam! warning: function is never used: `merge_sort` Oct 14 18:20:25.027 INFO kablam! --> src/merge_sort.rs:2:1 Oct 14 18:20:25.027 INFO kablam! | Oct 14 18:20:25.027 INFO kablam! 2 | pub fn merge_sort(xs: &[T]) -> Vec { Oct 14 18:20:25.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:25.027 INFO kablam! | Oct 14 18:20:25.027 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:20:25.027 INFO kablam! Oct 14 18:20:25.027 INFO kablam! warning: function is never used: `merge` Oct 14 18:20:25.027 INFO kablam! --> src/merge_sort.rs:14:1 Oct 14 18:20:25.027 INFO kablam! | Oct 14 18:20:25.027 INFO kablam! 14 | pub fn merge(mut left: &[T], mut right: &[T]) -> Vec { Oct 14 18:20:25.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:25.027 INFO kablam! Oct 14 18:20:25.027 INFO kablam! warning: function is never used: `id` Oct 14 18:20:25.027 INFO kablam! --> src/tricks.rs:4:1 Oct 14 18:20:25.027 INFO kablam! | Oct 14 18:20:25.027 INFO kablam! 4 | pub fn id(x: T) -> T { Oct 14 18:20:25.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:25.027 INFO kablam! Oct 14 18:20:25.027 INFO kablam! warning: type alias is never used: `Link` Oct 14 18:20:25.027 INFO kablam! --> src/list.rs:4:1 Oct 14 18:20:25.027 INFO kablam! | Oct 14 18:20:25.027 INFO kablam! 4 | type Link = Option>>; Oct 14 18:20:25.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:25.027 INFO kablam! Oct 14 18:20:25.027 INFO kablam! warning: method is never used: `back` Oct 14 18:20:25.027 INFO kablam! --> src/list.rs:67:5 Oct 14 18:20:25.027 INFO kablam! | Oct 14 18:20:25.027 INFO kablam! 67 | fn back(&mut self) -> &mut Link { Oct 14 18:20:25.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:25.027 INFO kablam! Oct 14 18:20:25.027 INFO kablam! warning: method is never used: `back_id` Oct 14 18:20:25.027 INFO kablam! --> src/list.rs:77:5 Oct 14 18:20:25.027 INFO kablam! | Oct 14 18:20:25.027 INFO kablam! 77 | fn back_id(&mut self) -> &mut Link { Oct 14 18:20:25.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:25.028 INFO kablam! Oct 14 18:20:25.028 INFO kablam! warning: method is never used: `back_tmp` Oct 14 18:20:25.028 INFO kablam! --> src/list.rs:87:5 Oct 14 18:20:25.028 INFO kablam! | Oct 14 18:20:25.028 INFO kablam! 87 | fn back_tmp(&mut self) -> &mut Link { Oct 14 18:20:25.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:25.028 INFO kablam! Oct 14 18:20:25.028 INFO kablam! warning: function is never used: `quick_sort` Oct 14 18:20:25.028 INFO kablam! --> src/quick_sort_slice.rs:5:1 Oct 14 18:20:25.028 INFO kablam! | Oct 14 18:20:25.028 INFO kablam! 5 | pub fn quick_sort(data: &mut [T]) { Oct 14 18:20:25.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:25.028 INFO kablam! Oct 14 18:20:25.028 INFO kablam! warning: function is never used: `partition` Oct 14 18:20:25.028 INFO kablam! --> src/quick_sort_slice.rs:13:1 Oct 14 18:20:25.028 INFO kablam! | Oct 14 18:20:25.028 INFO kablam! 13 | fn partition(data: &mut [T]) -> usize { Oct 14 18:20:25.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:25.028 INFO kablam! Oct 14 18:20:25.028 INFO kablam! warning: function is never used: `example` Oct 14 18:20:25.028 INFO kablam! --> src/quick_sort_slice.rs:28:1 Oct 14 18:20:25.028 INFO kablam! | Oct 14 18:20:25.028 INFO kablam! 28 | pub fn example() { Oct 14 18:20:25.028 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 18:20:25.028 INFO kablam! Oct 14 18:20:25.028 INFO kablam! warning: function is never used: `quick_sort` Oct 14 18:20:25.028 INFO kablam! --> src/parallel_quick_sort.rs:6:1 Oct 14 18:20:25.028 INFO kablam! | Oct 14 18:20:25.028 INFO kablam! 6 | pub fn quick_sort(data: &mut [T]) { Oct 14 18:20:25.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:25.028 INFO kablam! Oct 14 18:20:25.028 INFO kablam! warning: function is never used: `split_at_exclusive_mut` Oct 14 18:20:25.028 INFO kablam! --> src/parallel_quick_sort.rs:18:1 Oct 14 18:20:25.028 INFO kablam! | Oct 14 18:20:25.028 INFO kablam! 18 | pub fn split_at_exclusive_mut(data: &mut [T], p: usize) -> (&mut [T], &mut [T]) { Oct 14 18:20:25.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:25.028 INFO kablam! Oct 14 18:20:25.028 INFO kablam! warning: function is never used: `partition` Oct 14 18:20:25.028 INFO kablam! --> src/parallel_quick_sort.rs:24:1 Oct 14 18:20:25.028 INFO kablam! | Oct 14 18:20:25.028 INFO kablam! 24 | fn partition(data: &mut [T]) -> usize { Oct 14 18:20:25.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:25.028 INFO kablam! Oct 14 18:20:25.028 INFO kablam! warning: function is never used: `example` Oct 14 18:20:25.028 INFO kablam! --> src/parallel_quick_sort.rs:39:1 Oct 14 18:20:25.028 INFO kablam! | Oct 14 18:20:25.028 INFO kablam! 39 | pub fn example() { Oct 14 18:20:25.028 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 18:20:25.028 INFO kablam! Oct 14 18:20:25.595 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.64s Oct 14 18:20:25.599 INFO kablam! su: No module specific data is present Oct 14 18:20:26.227 INFO running `"docker" "rm" "-f" "af69fd4a27c6d99fc6f1054fc80896a679e68928c6745b1cf258fd431708d6d7"` Oct 14 18:20:26.443 INFO blam! af69fd4a27c6d99fc6f1054fc80896a679e68928c6745b1cf258fd431708d6d7 Oct 14 18:20:26.447 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 18:20:26.803 INFO blam! 0ee982d000be201b117edf25cf3cba1d5e75cb77f205f9a0e701d0c8d79a0a58 Oct 14 18:20:26.811 INFO running `"docker" "start" "-a" "0ee982d000be201b117edf25cf3cba1d5e75cb77f205f9a0e701d0c8d79a0a58"` Oct 14 18:20:27.836 INFO kablam! usermod: no changes Oct 14 18:20:27.895 INFO kablam! Compiling data-structures v0.1.0 (/source) Oct 14 18:20:28.253 INFO kablam! warning: unused import: `std::mem` Oct 14 18:20:28.253 INFO kablam! --> src/list.rs:1:5 Oct 14 18:20:28.253 INFO kablam! | Oct 14 18:20:28.253 INFO kablam! 1 | use std::mem; Oct 14 18:20:28.253 INFO kablam! | ^^^^^^^^ Oct 14 18:20:28.254 INFO kablam! | Oct 14 18:20:28.254 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:20:28.254 INFO kablam! Oct 14 18:20:28.254 INFO kablam! warning: unused import: `list::*` Oct 14 18:20:28.255 INFO kablam! --> src/main.rs:11:5 Oct 14 18:20:28.255 INFO kablam! | Oct 14 18:20:28.255 INFO kablam! 11 | use list::*; Oct 14 18:20:28.255 INFO kablam! | ^^^^^^^ Oct 14 18:20:28.255 INFO kablam! Oct 14 18:20:28.515 INFO kablam! warning: function is never used: `merge_sort` Oct 14 18:20:28.515 INFO kablam! --> src/merge_sort.rs:2:1 Oct 14 18:20:28.515 INFO kablam! | Oct 14 18:20:28.515 INFO kablam! 2 | pub fn merge_sort(xs: &[T]) -> Vec { Oct 14 18:20:28.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:28.515 INFO kablam! | Oct 14 18:20:28.515 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:20:28.515 INFO kablam! Oct 14 18:20:28.515 INFO kablam! warning: function is never used: `merge` Oct 14 18:20:28.515 INFO kablam! --> src/merge_sort.rs:14:1 Oct 14 18:20:28.515 INFO kablam! | Oct 14 18:20:28.515 INFO kablam! 14 | pub fn merge(mut left: &[T], mut right: &[T]) -> Vec { Oct 14 18:20:28.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:28.515 INFO kablam! Oct 14 18:20:28.515 INFO kablam! warning: function is never used: `id` Oct 14 18:20:28.515 INFO kablam! --> src/tricks.rs:4:1 Oct 14 18:20:28.515 INFO kablam! | Oct 14 18:20:28.515 INFO kablam! 4 | pub fn id(x: T) -> T { Oct 14 18:20:28.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:28.515 INFO kablam! Oct 14 18:20:28.515 INFO kablam! warning: type alias is never used: `Link` Oct 14 18:20:28.515 INFO kablam! --> src/list.rs:4:1 Oct 14 18:20:28.515 INFO kablam! | Oct 14 18:20:28.515 INFO kablam! 4 | type Link = Option>>; Oct 14 18:20:28.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:28.515 INFO kablam! Oct 14 18:20:28.515 INFO kablam! warning: method is never used: `back` Oct 14 18:20:28.515 INFO kablam! --> src/list.rs:67:5 Oct 14 18:20:28.515 INFO kablam! | Oct 14 18:20:28.515 INFO kablam! 67 | fn back(&mut self) -> &mut Link { Oct 14 18:20:28.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:28.515 INFO kablam! Oct 14 18:20:28.515 INFO kablam! warning: method is never used: `back_id` Oct 14 18:20:28.515 INFO kablam! --> src/list.rs:77:5 Oct 14 18:20:28.515 INFO kablam! | Oct 14 18:20:28.515 INFO kablam! 77 | fn back_id(&mut self) -> &mut Link { Oct 14 18:20:28.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:28.515 INFO kablam! Oct 14 18:20:28.515 INFO kablam! warning: method is never used: `back_tmp` Oct 14 18:20:28.515 INFO kablam! --> src/list.rs:87:5 Oct 14 18:20:28.515 INFO kablam! | Oct 14 18:20:28.515 INFO kablam! 87 | fn back_tmp(&mut self) -> &mut Link { Oct 14 18:20:28.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:28.515 INFO kablam! Oct 14 18:20:28.516 INFO kablam! warning: function is never used: `example` Oct 14 18:20:28.516 INFO kablam! --> src/quick_sort_slice.rs:28:1 Oct 14 18:20:28.516 INFO kablam! | Oct 14 18:20:28.516 INFO kablam! 28 | pub fn example() { Oct 14 18:20:28.516 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 18:20:28.516 INFO kablam! Oct 14 18:20:28.516 INFO kablam! warning: function is never used: `example` Oct 14 18:20:28.516 INFO kablam! --> src/parallel_quick_sort.rs:39:1 Oct 14 18:20:28.516 INFO kablam! | Oct 14 18:20:28.516 INFO kablam! 39 | pub fn example() { Oct 14 18:20:28.516 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 18:20:28.516 INFO kablam! Oct 14 18:20:29.327 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.45s Oct 14 18:20:29.331 INFO kablam! su: No module specific data is present Oct 14 18:20:29.919 INFO running `"docker" "rm" "-f" "0ee982d000be201b117edf25cf3cba1d5e75cb77f205f9a0e701d0c8d79a0a58"` Oct 14 18:20:30.329 INFO blam! 0ee982d000be201b117edf25cf3cba1d5e75cb77f205f9a0e701d0c8d79a0a58 Oct 14 18:20:30.335 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 18:20:30.853 INFO blam! bc3e66d2feb41aa02d27a2d1a13fb9da2611ed71b5a5ede2724509e5a160ade4 Oct 14 18:20:30.859 INFO running `"docker" "start" "-a" "bc3e66d2feb41aa02d27a2d1a13fb9da2611ed71b5a5ede2724509e5a160ade4"` Oct 14 18:20:31.894 INFO kablam! usermod: no changes Oct 14 18:20:31.943 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 18:20:31.955 INFO kablam! Running /target/debug/deps/data_structures-1f19ea69b33a05e2 Oct 14 18:20:31.959 INFO blam! Oct 14 18:20:31.959 INFO blam! running 9 tests Oct 14 18:20:31.972 INFO blam! test list::test_len ... ok Oct 14 18:20:32.259 INFO blam! test parallel_quick_sort::test_1 ... ok Oct 14 18:20:32.259 INFO blam! test parallel_quick_sort::test_2 ... ok Oct 14 18:20:32.275 INFO blam! test quick_sort::test_2 ... ok Oct 14 18:20:32.299 INFO blam! test quick_sort_slice::test_1 ... ok Oct 14 18:20:32.307 INFO blam! test quick_sort_slice::test_2 ... ok Oct 14 18:20:32.335 INFO blam! test quick_sort::test_1 ... ok Oct 14 18:20:32.747 INFO blam! test list::test_1 ... ok Oct 14 18:20:32.828 INFO blam! test list::test_2 ... ok Oct 14 18:20:32.828 INFO blam! Oct 14 18:20:32.830 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:20:32.830 INFO blam! Oct 14 18:20:32.834 INFO kablam! su: No module specific data is present Oct 14 18:20:33.794 INFO running `"docker" "rm" "-f" "bc3e66d2feb41aa02d27a2d1a13fb9da2611ed71b5a5ede2724509e5a160ade4"` Oct 14 18:20:34.090 INFO blam! bc3e66d2feb41aa02d27a2d1a13fb9da2611ed71b5a5ede2724509e5a160ade4