Oct 11 01:12:28.154 INFO testing cliffcrosland/search_index against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:12:28.154 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:12:28.154 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 01:12:28.520 INFO blam! afff0f0948c25701762647ad6ffbd2df6c0b6305b6d881c42a94ac84bbcdd86c Oct 11 01:12:28.522 INFO running `"docker" "start" "-a" "afff0f0948c25701762647ad6ffbd2df6c0b6305b6d881c42a94ac84bbcdd86c"` Oct 11 01:12:29.550 INFO kablam! usermod: no changes Oct 11 01:12:29.597 INFO kablam! Compiling search_index v0.1.0 (/source) Oct 11 01:12:30.153 INFO kablam! warning: field is never used: `next_free` Oct 11 01:12:30.153 INFO kablam! --> src/generational_arena.rs:16:5 Oct 11 01:12:30.153 INFO kablam! | Oct 11 01:12:30.153 INFO kablam! 16 | next_free: Option, Oct 11 01:12:30.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.153 INFO kablam! | Oct 11 01:12:30.153 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:12:30.153 INFO kablam! Oct 11 01:12:30.153 INFO kablam! warning: field is never used: `len` Oct 11 01:12:30.153 INFO kablam! --> src/generational_arena.rs:19:5 Oct 11 01:12:30.153 INFO kablam! | Oct 11 01:12:30.153 INFO kablam! 19 | len: usize, Oct 11 01:12:30.153 INFO kablam! | ^^^^^^^^^^ Oct 11 01:12:30.153 INFO kablam! Oct 11 01:12:30.153 INFO kablam! warning: struct is never constructed: `Slot` Oct 11 01:12:30.153 INFO kablam! --> src/generational_arena.rs:34:1 Oct 11 01:12:30.153 INFO kablam! | Oct 11 01:12:30.153 INFO kablam! 34 | struct Slot { Oct 11 01:12:30.153 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 01:12:30.153 INFO kablam! Oct 11 01:12:30.153 INFO kablam! warning: method is never used: `new` Oct 11 01:12:30.153 INFO kablam! --> src/generational_arena.rs:41:5 Oct 11 01:12:30.153 INFO kablam! | Oct 11 01:12:30.153 INFO kablam! 41 | pub fn new() -> GenerationalArena { Oct 11 01:12:30.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.153 INFO kablam! Oct 11 01:12:30.153 INFO kablam! warning: method is never used: `insert` Oct 11 01:12:30.153 INFO kablam! --> src/generational_arena.rs:50:5 Oct 11 01:12:30.153 INFO kablam! | Oct 11 01:12:30.153 INFO kablam! 50 | pub fn insert(&mut self, value: T) -> GenerationalId { Oct 11 01:12:30.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.153 INFO kablam! Oct 11 01:12:30.153 INFO kablam! warning: method is never used: `get_mut` Oct 11 01:12:30.153 INFO kablam! --> src/generational_arena.rs:91:5 Oct 11 01:12:30.153 INFO kablam! | Oct 11 01:12:30.153 INFO kablam! 91 | pub fn get_mut(&mut self, id: &GenerationalId) -> Option<&mut T> { Oct 11 01:12:30.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.153 INFO kablam! Oct 11 01:12:30.153 INFO kablam! warning: method is never used: `remove` Oct 11 01:12:30.153 INFO kablam! --> src/generational_arena.rs:103:5 Oct 11 01:12:30.153 INFO kablam! | Oct 11 01:12:30.153 INFO kablam! 103 | pub fn remove(&mut self, id: &GenerationalId) -> bool { Oct 11 01:12:30.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.153 INFO kablam! Oct 11 01:12:30.153 INFO kablam! warning: method is never used: `len` Oct 11 01:12:30.153 INFO kablam! --> src/generational_arena.rs:121:5 Oct 11 01:12:30.153 INFO kablam! | Oct 11 01:12:30.153 INFO kablam! 121 | pub fn len(&self) -> usize { self.len } Oct 11 01:12:30.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.153 INFO kablam! Oct 11 01:12:30.153 INFO kablam! warning: method is never used: `capacity` Oct 11 01:12:30.153 INFO kablam! --> src/generational_arena.rs:124:5 Oct 11 01:12:30.153 INFO kablam! | Oct 11 01:12:30.153 INFO kablam! 124 | pub fn capacity(&self) -> usize { self.arena.len() } Oct 11 01:12:30.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.153 INFO kablam! Oct 11 01:12:30.153 INFO kablam! warning: field is never used: `value` Oct 11 01:12:30.153 INFO kablam! --> src/skip_list.rs:30:5 Oct 11 01:12:30.153 INFO kablam! | Oct 11 01:12:30.153 INFO kablam! 30 | value: V, Oct 11 01:12:30.154 INFO kablam! | ^^^^^^^^ Oct 11 01:12:30.154 INFO kablam! Oct 11 01:12:30.154 INFO kablam! warning: struct is never constructed: `SkipListIterator` Oct 11 01:12:30.154 INFO kablam! --> src/skip_list.rs:34:1 Oct 11 01:12:30.154 INFO kablam! | Oct 11 01:12:30.154 INFO kablam! 34 | pub struct SkipListIterator<'a, K: 'a, V: 'a> where K: Key { Oct 11 01:12:30.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.154 INFO kablam! Oct 11 01:12:30.154 INFO kablam! warning: struct is never constructed: `SkipListPrefixIterator` Oct 11 01:12:30.154 INFO kablam! --> src/skip_list.rs:41:1 Oct 11 01:12:30.154 INFO kablam! | Oct 11 01:12:30.154 INFO kablam! 41 | pub struct SkipListPrefixIterator<'a, K: 'a, V: 'a> where K: Key { Oct 11 01:12:30.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.154 INFO kablam! Oct 11 01:12:30.154 INFO kablam! warning: struct is never constructed: `Node` Oct 11 01:12:30.154 INFO kablam! --> src/skip_list.rs:92:1 Oct 11 01:12:30.154 INFO kablam! | Oct 11 01:12:30.154 INFO kablam! 92 | struct Node where K: Key { Oct 11 01:12:30.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.154 INFO kablam! Oct 11 01:12:30.154 INFO kablam! warning: type alias is never used: `NodeId` Oct 11 01:12:30.154 INFO kablam! --> src/skip_list.rs:97:1 Oct 11 01:12:30.154 INFO kablam! | Oct 11 01:12:30.154 INFO kablam! 97 | type NodeId = GenerationalId; Oct 11 01:12:30.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.154 INFO kablam! Oct 11 01:12:30.154 INFO kablam! warning: struct is never constructed: `SearchParams` Oct 11 01:12:30.154 INFO kablam! --> src/skip_list.rs:101:1 Oct 11 01:12:30.154 INFO kablam! | Oct 11 01:12:30.154 INFO kablam! 101 | struct SearchParams<'a, K: 'a> where K: Key { Oct 11 01:12:30.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.154 INFO kablam! Oct 11 01:12:30.154 INFO kablam! warning: method is never used: `new` Oct 11 01:12:30.154 INFO kablam! --> src/skip_list.rs:113:5 Oct 11 01:12:30.154 INFO kablam! | Oct 11 01:12:30.154 INFO kablam! 113 | pub fn new(target: &'a K) -> SearchParams<'a, K> { Oct 11 01:12:30.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.154 INFO kablam! Oct 11 01:12:30.154 INFO kablam! warning: method is never used: `record_traversal` Oct 11 01:12:30.154 INFO kablam! --> src/skip_list.rs:121:5 Oct 11 01:12:30.154 INFO kablam! | Oct 11 01:12:30.154 INFO kablam! 121 | pub fn record_traversal(mut self) -> SearchParams<'a, K> { Oct 11 01:12:30.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.154 INFO kablam! Oct 11 01:12:30.154 INFO kablam! warning: method is never used: `use_prefix_match` Oct 11 01:12:30.154 INFO kablam! --> src/skip_list.rs:126:5 Oct 11 01:12:30.154 INFO kablam! | Oct 11 01:12:30.154 INFO kablam! 126 | pub fn use_prefix_match(mut self) -> SearchParams<'a, K> { Oct 11 01:12:30.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.154 INFO kablam! Oct 11 01:12:30.154 INFO kablam! warning: struct is never constructed: `SearchResult` Oct 11 01:12:30.154 INFO kablam! --> src/skip_list.rs:135:1 Oct 11 01:12:30.154 INFO kablam! | Oct 11 01:12:30.154 INFO kablam! 135 | struct SearchResult { Oct 11 01:12:30.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.154 INFO kablam! Oct 11 01:12:30.154 INFO kablam! warning: method is never used: `new` Oct 11 01:12:30.154 INFO kablam! --> src/skip_list.rs:153:5 Oct 11 01:12:30.154 INFO kablam! | Oct 11 01:12:30.154 INFO kablam! 153 | pub fn new() -> SkipList { Oct 11 01:12:30.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.154 INFO kablam! Oct 11 01:12:30.154 INFO kablam! warning: method is never used: `len` Oct 11 01:12:30.154 INFO kablam! --> src/skip_list.rs:163:5 Oct 11 01:12:30.154 INFO kablam! | Oct 11 01:12:30.154 INFO kablam! 163 | pub fn len(&self) -> usize { Oct 11 01:12:30.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.154 INFO kablam! Oct 11 01:12:30.154 INFO kablam! warning: method is never used: `set` Oct 11 01:12:30.154 INFO kablam! --> src/skip_list.rs:169:5 Oct 11 01:12:30.154 INFO kablam! | Oct 11 01:12:30.154 INFO kablam! 169 | pub fn set(&mut self, key: &K, value: V) { Oct 11 01:12:30.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.154 INFO kablam! Oct 11 01:12:30.154 INFO kablam! warning: method is never used: `get` Oct 11 01:12:30.154 INFO kablam! --> src/skip_list.rs:224:5 Oct 11 01:12:30.154 INFO kablam! | Oct 11 01:12:30.154 INFO kablam! 224 | pub fn get(&self, key: &K) -> Option<&V> { Oct 11 01:12:30.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.154 INFO kablam! Oct 11 01:12:30.154 INFO kablam! warning: method is never used: `get_mut` Oct 11 01:12:30.154 INFO kablam! --> src/skip_list.rs:237:5 Oct 11 01:12:30.154 INFO kablam! | Oct 11 01:12:30.154 INFO kablam! 237 | pub fn get_mut(&mut self, key: &K) -> Option<&mut V> { Oct 11 01:12:30.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.154 INFO kablam! Oct 11 01:12:30.154 INFO kablam! warning: method is never used: `remove` Oct 11 01:12:30.154 INFO kablam! --> src/skip_list.rs:251:5 Oct 11 01:12:30.155 INFO kablam! | Oct 11 01:12:30.155 INFO kablam! 251 | pub fn remove(&mut self, key: &K) -> bool { Oct 11 01:12:30.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.155 INFO kablam! Oct 11 01:12:30.155 INFO kablam! warning: method is never used: `iter` Oct 11 01:12:30.155 INFO kablam! --> src/skip_list.rs:281:5 Oct 11 01:12:30.155 INFO kablam! | Oct 11 01:12:30.155 INFO kablam! 281 | pub fn iter(&self) -> SkipListIterator { Oct 11 01:12:30.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.155 INFO kablam! Oct 11 01:12:30.155 INFO kablam! warning: method is never used: `iter_at` Oct 11 01:12:30.155 INFO kablam! --> src/skip_list.rs:287:5 Oct 11 01:12:30.155 INFO kablam! | Oct 11 01:12:30.155 INFO kablam! 287 | pub fn iter_at(&self, key: &K) -> SkipListIterator { Oct 11 01:12:30.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.155 INFO kablam! Oct 11 01:12:30.155 INFO kablam! warning: method is never used: `prefix_iter_at` Oct 11 01:12:30.155 INFO kablam! --> src/skip_list.rs:297:5 Oct 11 01:12:30.155 INFO kablam! | Oct 11 01:12:30.155 INFO kablam! 297 | pub fn prefix_iter_at(&self, prefix: &K) -> SkipListPrefixIterator { Oct 11 01:12:30.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.155 INFO kablam! Oct 11 01:12:30.155 INFO kablam! warning: method is never used: `iterator` Oct 11 01:12:30.155 INFO kablam! --> src/skip_list.rs:324:5 Oct 11 01:12:30.155 INFO kablam! | Oct 11 01:12:30.155 INFO kablam! 324 | fn iterator(&self, cur: Option) -> SkipListIterator { Oct 11 01:12:30.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.155 INFO kablam! Oct 11 01:12:30.155 INFO kablam! warning: method is never used: `prefix_iterator` Oct 11 01:12:30.155 INFO kablam! --> src/skip_list.rs:331:5 Oct 11 01:12:30.155 INFO kablam! | Oct 11 01:12:30.155 INFO kablam! 331 | fn prefix_iterator(&self, prefix: K, cur: Option) -> SkipListPrefixIterator { Oct 11 01:12:30.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.155 INFO kablam! Oct 11 01:12:30.155 INFO kablam! warning: method is never used: `search` Oct 11 01:12:30.155 INFO kablam! --> src/skip_list.rs:339:5 Oct 11 01:12:30.155 INFO kablam! | Oct 11 01:12:30.155 INFO kablam! 339 | fn search(&self, params: &SearchParams) -> SearchResult { Oct 11 01:12:30.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:12:30.155 INFO kablam! Oct 11 01:12:30.512 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.94s Oct 11 01:12:30.514 INFO kablam! su: No module specific data is present Oct 11 01:12:30.869 INFO running `"docker" "rm" "-f" "afff0f0948c25701762647ad6ffbd2df6c0b6305b6d881c42a94ac84bbcdd86c"` Oct 11 01:12:31.084 INFO blam! afff0f0948c25701762647ad6ffbd2df6c0b6305b6d881c42a94ac84bbcdd86c Oct 11 01:12:31.093 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:12:31.095 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 01:12:31.437 INFO blam! 0c59b32b56698ecc8e28dcbf932c9c689edc29ace6fc52c590e030efd660062c Oct 11 01:12:31.443 INFO running `"docker" "start" "-a" "0c59b32b56698ecc8e28dcbf932c9c689edc29ace6fc52c590e030efd660062c"` Oct 11 01:12:32.420 INFO kablam! usermod: no changes Oct 11 01:12:32.465 INFO kablam! Compiling search_index v0.1.0 (/source) Oct 11 01:12:34.225 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.79s Oct 11 01:12:34.228 INFO kablam! su: No module specific data is present Oct 11 01:12:34.952 INFO running `"docker" "rm" "-f" "0c59b32b56698ecc8e28dcbf932c9c689edc29ace6fc52c590e030efd660062c"` Oct 11 01:12:35.164 INFO blam! 0c59b32b56698ecc8e28dcbf932c9c689edc29ace6fc52c590e030efd660062c Oct 11 01:12:35.170 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:12:35.172 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 11 01:12:35.579 INFO blam! c85e437dc0fc70decfd184eeeea8be06817d5d0ca9f120d5476de110befb2a72 Oct 11 01:12:35.581 INFO running `"docker" "start" "-a" "c85e437dc0fc70decfd184eeeea8be06817d5d0ca9f120d5476de110befb2a72"` Oct 11 01:12:36.668 INFO kablam! usermod: no changes Oct 11 01:12:36.741 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 01:12:36.741 INFO blam! Oct 11 01:12:36.741 INFO kablam! Running /target/debug/deps/search_index-f41490c82863ca75 Oct 11 01:12:36.741 INFO blam! running 2 tests Oct 11 01:12:36.750 INFO blam! test generational_arena::tests::test_basic_operations ... ok Oct 11 01:12:36.752 INFO blam! test skip_list::tests::test_basic_operations ... ok Oct 11 01:12:36.752 INFO blam! Oct 11 01:12:36.752 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:12:36.752 INFO blam! Oct 11 01:12:36.757 INFO kablam! su: No module specific data is present Oct 11 01:12:37.496 INFO running `"docker" "rm" "-f" "c85e437dc0fc70decfd184eeeea8be06817d5d0ca9f120d5476de110befb2a72"` Oct 11 01:12:37.780 INFO blam! c85e437dc0fc70decfd184eeeea8be06817d5d0ca9f120d5476de110befb2a72