Oct 10 21:47:14.206 INFO testing ickshonpe/rust-data-structures against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:47:14.206 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:47:14.206 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 21:47:14.644 INFO blam! abf3a9ad150f17349169b018979addcda409fa5fc479c6835870f7fee7cc929a Oct 10 21:47:14.652 INFO running `"docker" "start" "-a" "abf3a9ad150f17349169b018979addcda409fa5fc479c6835870f7fee7cc929a"` Oct 10 21:47:15.820 INFO kablam! usermod: no changes Oct 10 21:47:15.925 INFO kablam! Compiling data-structures v0.1.0 (/source) Oct 10 21:47:17.228 INFO kablam! warning: unused import: `std::mem` Oct 10 21:47:17.228 INFO kablam! --> src/list.rs:1:5 Oct 10 21:47:17.228 INFO kablam! | Oct 10 21:47:17.228 INFO kablam! 1 | use std::mem; Oct 10 21:47:17.228 INFO kablam! | ^^^^^^^^ Oct 10 21:47:17.229 INFO kablam! | Oct 10 21:47:17.229 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:47:17.229 INFO kablam! Oct 10 21:47:17.229 INFO kablam! warning: unused import: `list::*` Oct 10 21:47:17.229 INFO kablam! --> src/main.rs:11:5 Oct 10 21:47:17.229 INFO kablam! | Oct 10 21:47:17.229 INFO kablam! 11 | use list::*; Oct 10 21:47:17.229 INFO kablam! | ^^^^^^^ Oct 10 21:47:17.229 INFO kablam! Oct 10 21:47:17.389 INFO kablam! warning: function is never used: `merge_sort` Oct 10 21:47:17.390 INFO kablam! --> src/merge_sort.rs:2:1 Oct 10 21:47:17.390 INFO kablam! | Oct 10 21:47:17.390 INFO kablam! 2 | pub fn merge_sort(xs: &[T]) -> Vec { Oct 10 21:47:17.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:47:17.391 INFO kablam! | Oct 10 21:47:17.391 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:47:17.391 INFO kablam! Oct 10 21:47:17.392 INFO kablam! warning: function is never used: `merge` Oct 10 21:47:17.392 INFO kablam! --> src/merge_sort.rs:14:1 Oct 10 21:47:17.392 INFO kablam! | Oct 10 21:47:17.393 INFO kablam! 14 | pub fn merge(mut left: &[T], mut right: &[T]) -> Vec { Oct 10 21:47:17.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:47:17.393 INFO kablam! Oct 10 21:47:17.394 INFO kablam! warning: function is never used: `id` Oct 10 21:47:17.394 INFO kablam! --> src/tricks.rs:4:1 Oct 10 21:47:17.394 INFO kablam! | Oct 10 21:47:17.394 INFO kablam! 4 | pub fn id(x: T) -> T { Oct 10 21:47:17.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:47:17.395 INFO kablam! Oct 10 21:47:17.395 INFO kablam! warning: type alias is never used: `Link` Oct 10 21:47:17.396 INFO kablam! --> src/list.rs:4:1 Oct 10 21:47:17.396 INFO kablam! | Oct 10 21:47:17.396 INFO kablam! 4 | type Link = Option>>; Oct 10 21:47:17.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:47:17.397 INFO kablam! Oct 10 21:47:17.397 INFO kablam! warning: method is never used: `back` Oct 10 21:47:17.398 INFO kablam! --> src/list.rs:67:5 Oct 10 21:47:17.398 INFO kablam! | Oct 10 21:47:17.398 INFO kablam! 67 | fn back(&mut self) -> &mut Link { Oct 10 21:47:17.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:47:17.399 INFO kablam! Oct 10 21:47:17.399 INFO kablam! warning: method is never used: `back_id` Oct 10 21:47:17.399 INFO kablam! --> src/list.rs:77:5 Oct 10 21:47:17.400 INFO kablam! | Oct 10 21:47:17.400 INFO kablam! 77 | fn back_id(&mut self) -> &mut Link { Oct 10 21:47:17.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:47:17.401 INFO kablam! Oct 10 21:47:17.401 INFO kablam! warning: method is never used: `back_tmp` Oct 10 21:47:17.401 INFO kablam! --> src/list.rs:87:5 Oct 10 21:47:17.402 INFO kablam! | Oct 10 21:47:17.402 INFO kablam! 87 | fn back_tmp(&mut self) -> &mut Link { Oct 10 21:47:17.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:47:17.403 INFO kablam! Oct 10 21:47:17.403 INFO kablam! warning: function is never used: `quick_sort` Oct 10 21:47:17.403 INFO kablam! --> src/quick_sort_slice.rs:5:1 Oct 10 21:47:17.404 INFO kablam! | Oct 10 21:47:17.404 INFO kablam! 5 | pub fn quick_sort(data: &mut [T]) { Oct 10 21:47:17.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:47:17.404 INFO kablam! Oct 10 21:47:17.405 INFO kablam! warning: function is never used: `partition` Oct 10 21:47:17.405 INFO kablam! --> src/quick_sort_slice.rs:13:1 Oct 10 21:47:17.405 INFO kablam! | Oct 10 21:47:17.406 INFO kablam! 13 | fn partition(data: &mut [T]) -> usize { Oct 10 21:47:17.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:47:17.406 INFO kablam! Oct 10 21:47:17.407 INFO kablam! warning: function is never used: `example` Oct 10 21:47:17.407 INFO kablam! --> src/quick_sort_slice.rs:28:1 Oct 10 21:47:17.407 INFO kablam! | Oct 10 21:47:17.408 INFO kablam! 28 | pub fn example() { Oct 10 21:47:17.408 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 21:47:17.408 INFO kablam! Oct 10 21:47:17.408 INFO kablam! warning: function is never used: `quick_sort` Oct 10 21:47:17.409 INFO kablam! --> src/parallel_quick_sort.rs:6:1 Oct 10 21:47:17.409 INFO kablam! | Oct 10 21:47:17.409 INFO kablam! 6 | pub fn quick_sort(data: &mut [T]) { Oct 10 21:47:17.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:47:17.410 INFO kablam! Oct 10 21:47:17.410 INFO kablam! warning: function is never used: `split_at_exclusive_mut` Oct 10 21:47:17.410 INFO kablam! --> src/parallel_quick_sort.rs:18:1 Oct 10 21:47:17.411 INFO kablam! | Oct 10 21:47:17.411 INFO kablam! 18 | pub fn split_at_exclusive_mut(data: &mut [T], p: usize) -> (&mut [T], &mut [T]) { Oct 10 21:47:17.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:47:17.411 INFO kablam! Oct 10 21:47:17.412 INFO kablam! warning: function is never used: `partition` Oct 10 21:47:17.412 INFO kablam! --> src/parallel_quick_sort.rs:24:1 Oct 10 21:47:17.412 INFO kablam! | Oct 10 21:47:17.413 INFO kablam! 24 | fn partition(data: &mut [T]) -> usize { Oct 10 21:47:17.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:47:17.413 INFO kablam! Oct 10 21:47:17.414 INFO kablam! warning: function is never used: `example` Oct 10 21:47:17.414 INFO kablam! --> src/parallel_quick_sort.rs:39:1 Oct 10 21:47:17.414 INFO kablam! | Oct 10 21:47:17.414 INFO kablam! 39 | pub fn example() { Oct 10 21:47:17.415 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 21:47:17.415 INFO kablam! Oct 10 21:47:18.160 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.31s Oct 10 21:47:18.164 INFO kablam! su: No module specific data is present Oct 10 21:47:18.828 INFO running `"docker" "rm" "-f" "abf3a9ad150f17349169b018979addcda409fa5fc479c6835870f7fee7cc929a"` Oct 10 21:47:19.132 INFO blam! abf3a9ad150f17349169b018979addcda409fa5fc479c6835870f7fee7cc929a Oct 10 21:47:19.136 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:47:19.136 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 21:47:19.504 INFO blam! 24215e857f70ed21d51320bd2bb6cebe966e5f6457a00e579be76e155377f1ab Oct 10 21:47:19.512 INFO running `"docker" "start" "-a" "24215e857f70ed21d51320bd2bb6cebe966e5f6457a00e579be76e155377f1ab"` Oct 10 21:47:20.629 INFO kablam! usermod: no changes Oct 10 21:47:20.711 INFO kablam! Compiling data-structures v0.1.0 (/source) Oct 10 21:47:21.952 INFO kablam! warning: unused import: `std::mem` Oct 10 21:47:21.952 INFO kablam! --> src/list.rs:1:5 Oct 10 21:47:21.952 INFO kablam! | Oct 10 21:47:21.952 INFO kablam! 1 | use std::mem; Oct 10 21:47:21.952 INFO kablam! | ^^^^^^^^ Oct 10 21:47:21.952 INFO kablam! | Oct 10 21:47:21.952 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:47:21.952 INFO kablam! Oct 10 21:47:21.952 INFO kablam! warning: unused import: `list::*` Oct 10 21:47:21.952 INFO kablam! --> src/main.rs:11:5 Oct 10 21:47:21.952 INFO kablam! | Oct 10 21:47:21.952 INFO kablam! 11 | use list::*; Oct 10 21:47:21.952 INFO kablam! | ^^^^^^^ Oct 10 21:47:21.952 INFO kablam! Oct 10 21:47:22.180 INFO kablam! warning: function is never used: `merge_sort` Oct 10 21:47:22.180 INFO kablam! --> src/merge_sort.rs:2:1 Oct 10 21:47:22.180 INFO kablam! | Oct 10 21:47:22.180 INFO kablam! 2 | pub fn merge_sort(xs: &[T]) -> Vec { Oct 10 21:47:22.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:47:22.180 INFO kablam! | Oct 10 21:47:22.180 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:47:22.180 INFO kablam! Oct 10 21:47:22.180 INFO kablam! warning: function is never used: `merge` Oct 10 21:47:22.180 INFO kablam! --> src/merge_sort.rs:14:1 Oct 10 21:47:22.180 INFO kablam! | Oct 10 21:47:22.180 INFO kablam! 14 | pub fn merge(mut left: &[T], mut right: &[T]) -> Vec { Oct 10 21:47:22.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:47:22.180 INFO kablam! Oct 10 21:47:22.180 INFO kablam! warning: function is never used: `id` Oct 10 21:47:22.180 INFO kablam! --> src/tricks.rs:4:1 Oct 10 21:47:22.180 INFO kablam! | Oct 10 21:47:22.180 INFO kablam! 4 | pub fn id(x: T) -> T { Oct 10 21:47:22.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:47:22.180 INFO kablam! Oct 10 21:47:22.180 INFO kablam! warning: type alias is never used: `Link` Oct 10 21:47:22.180 INFO kablam! --> src/list.rs:4:1 Oct 10 21:47:22.180 INFO kablam! | Oct 10 21:47:22.180 INFO kablam! 4 | type Link = Option>>; Oct 10 21:47:22.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:47:22.180 INFO kablam! Oct 10 21:47:22.180 INFO kablam! warning: method is never used: `back` Oct 10 21:47:22.180 INFO kablam! --> src/list.rs:67:5 Oct 10 21:47:22.180 INFO kablam! | Oct 10 21:47:22.180 INFO kablam! 67 | fn back(&mut self) -> &mut Link { Oct 10 21:47:22.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:47:22.180 INFO kablam! Oct 10 21:47:22.180 INFO kablam! warning: method is never used: `back_id` Oct 10 21:47:22.180 INFO kablam! --> src/list.rs:77:5 Oct 10 21:47:22.180 INFO kablam! | Oct 10 21:47:22.181 INFO kablam! 77 | fn back_id(&mut self) -> &mut Link { Oct 10 21:47:22.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:47:22.181 INFO kablam! Oct 10 21:47:22.181 INFO kablam! warning: method is never used: `back_tmp` Oct 10 21:47:22.181 INFO kablam! --> src/list.rs:87:5 Oct 10 21:47:22.181 INFO kablam! | Oct 10 21:47:22.181 INFO kablam! 87 | fn back_tmp(&mut self) -> &mut Link { Oct 10 21:47:22.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:47:22.181 INFO kablam! Oct 10 21:47:22.181 INFO kablam! warning: function is never used: `example` Oct 10 21:47:22.181 INFO kablam! --> src/quick_sort_slice.rs:28:1 Oct 10 21:47:22.181 INFO kablam! | Oct 10 21:47:22.181 INFO kablam! 28 | pub fn example() { Oct 10 21:47:22.181 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 21:47:22.181 INFO kablam! Oct 10 21:47:22.181 INFO kablam! warning: function is never used: `example` Oct 10 21:47:22.181 INFO kablam! --> src/parallel_quick_sort.rs:39:1 Oct 10 21:47:22.181 INFO kablam! | Oct 10 21:47:22.181 INFO kablam! 39 | pub fn example() { Oct 10 21:47:22.181 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 21:47:22.181 INFO kablam! Oct 10 21:47:22.997 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.33s Oct 10 21:47:22.999 INFO kablam! su: No module specific data is present Oct 10 21:47:23.584 INFO running `"docker" "rm" "-f" "24215e857f70ed21d51320bd2bb6cebe966e5f6457a00e579be76e155377f1ab"` Oct 10 21:47:23.829 INFO blam! 24215e857f70ed21d51320bd2bb6cebe966e5f6457a00e579be76e155377f1ab Oct 10 21:47:23.829 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:47:23.831 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 21:47:24.264 INFO blam! bcdcdcb18c59de1ec33ed7698dd196d34aa06bfbfb1353d28ae0d2a3309157b7 Oct 10 21:47:24.264 INFO running `"docker" "start" "-a" "bcdcdcb18c59de1ec33ed7698dd196d34aa06bfbfb1353d28ae0d2a3309157b7"` Oct 10 21:47:25.300 INFO kablam! usermod: no changes Oct 10 21:47:25.398 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 21:47:25.398 INFO kablam! Running /target/debug/deps/data_structures-565a7fe6b05812a3 Oct 10 21:47:25.404 INFO blam! Oct 10 21:47:25.404 INFO blam! running 9 tests Oct 10 21:47:25.412 INFO blam! test list::test_len ... ok Oct 10 21:47:25.516 INFO blam! test quick_sort_slice::test_2 ... ok Oct 10 21:47:25.516 INFO blam! test parallel_quick_sort::test_1 ... ok Oct 10 21:47:25.530 INFO blam! test parallel_quick_sort::test_2 ... ok Oct 10 21:47:25.679 INFO blam! test quick_sort::test_2 ... ok Oct 10 21:47:25.679 INFO blam! test quick_sort_slice::test_1 ... ok Oct 10 21:47:25.700 INFO blam! test quick_sort::test_1 ... ok Oct 10 21:47:25.987 INFO blam! test list::test_1 ... ok Oct 10 21:47:26.150 INFO blam! test list::test_2 ... ok Oct 10 21:47:26.150 INFO blam! Oct 10 21:47:26.150 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:47:26.150 INFO blam! Oct 10 21:47:26.152 INFO kablam! su: No module specific data is present Oct 10 21:47:26.875 INFO running `"docker" "rm" "-f" "bcdcdcb18c59de1ec33ed7698dd196d34aa06bfbfb1353d28ae0d2a3309157b7"` Oct 10 21:47:27.122 INFO blam! bcdcdcb18c59de1ec33ed7698dd196d34aa06bfbfb1353d28ae0d2a3309157b7