Oct 27 06:41:38.077 INFO checking cliffcrosland/search_index against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 06:41:38.078 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 06:41:38.546 INFO blam! 36d4032a704373b0df23d223bb469cf0c86e96f96a66e5ebecce2ecc85aa93ee Oct 27 06:41:38.551 INFO running `"docker" "start" "-a" "36d4032a704373b0df23d223bb469cf0c86e96f96a66e5ebecce2ecc85aa93ee"` Oct 27 06:41:39.791 INFO kablam! usermod: no changes Oct 27 06:41:39.875 INFO kablam! Checking search_index v0.1.0 (/source) Oct 27 06:41:41.139 INFO kablam! warning: field is never used: `next_free` Oct 27 06:41:41.140 INFO kablam! --> src/generational_arena.rs:16:5 Oct 27 06:41:41.140 INFO kablam! | Oct 27 06:41:41.140 INFO kablam! 16 | next_free: Option, Oct 27 06:41:41.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.140 INFO kablam! | Oct 27 06:41:41.140 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:41:41.140 INFO kablam! Oct 27 06:41:41.140 INFO kablam! warning: field is never used: `len` Oct 27 06:41:41.140 INFO kablam! --> src/generational_arena.rs:19:5 Oct 27 06:41:41.140 INFO kablam! | Oct 27 06:41:41.140 INFO kablam! 19 | len: usize, Oct 27 06:41:41.140 INFO kablam! | ^^^^^^^^^^ Oct 27 06:41:41.140 INFO kablam! Oct 27 06:41:41.140 INFO kablam! warning: struct is never constructed: `Slot` Oct 27 06:41:41.140 INFO kablam! --> src/generational_arena.rs:34:1 Oct 27 06:41:41.140 INFO kablam! | Oct 27 06:41:41.140 INFO kablam! 34 | struct Slot { Oct 27 06:41:41.140 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 06:41:41.140 INFO kablam! Oct 27 06:41:41.140 INFO kablam! warning: method is never used: `new` Oct 27 06:41:41.140 INFO kablam! --> src/generational_arena.rs:41:5 Oct 27 06:41:41.140 INFO kablam! | Oct 27 06:41:41.141 INFO kablam! 41 | pub fn new() -> GenerationalArena { Oct 27 06:41:41.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.141 INFO kablam! Oct 27 06:41:41.141 INFO kablam! warning: method is never used: `insert` Oct 27 06:41:41.141 INFO kablam! --> src/generational_arena.rs:50:5 Oct 27 06:41:41.141 INFO kablam! | Oct 27 06:41:41.141 INFO kablam! 50 | pub fn insert(&mut self, value: T) -> GenerationalId { Oct 27 06:41:41.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.141 INFO kablam! Oct 27 06:41:41.141 INFO kablam! warning: method is never used: `get_mut` Oct 27 06:41:41.141 INFO kablam! --> src/generational_arena.rs:91:5 Oct 27 06:41:41.141 INFO kablam! | Oct 27 06:41:41.141 INFO kablam! 91 | pub fn get_mut(&mut self, id: &GenerationalId) -> Option<&mut T> { Oct 27 06:41:41.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.141 INFO kablam! Oct 27 06:41:41.141 INFO kablam! warning: method is never used: `remove` Oct 27 06:41:41.141 INFO kablam! --> src/generational_arena.rs:103:5 Oct 27 06:41:41.141 INFO kablam! | Oct 27 06:41:41.141 INFO kablam! 103 | pub fn remove(&mut self, id: &GenerationalId) -> bool { Oct 27 06:41:41.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.141 INFO kablam! Oct 27 06:41:41.142 INFO kablam! warning: method is never used: `len` Oct 27 06:41:41.142 INFO kablam! --> src/generational_arena.rs:121:5 Oct 27 06:41:41.142 INFO kablam! | Oct 27 06:41:41.142 INFO kablam! 121 | pub fn len(&self) -> usize { self.len } Oct 27 06:41:41.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.142 INFO kablam! Oct 27 06:41:41.142 INFO kablam! warning: method is never used: `capacity` Oct 27 06:41:41.142 INFO kablam! --> src/generational_arena.rs:124:5 Oct 27 06:41:41.142 INFO kablam! | Oct 27 06:41:41.142 INFO kablam! 124 | pub fn capacity(&self) -> usize { self.arena.len() } Oct 27 06:41:41.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.142 INFO kablam! Oct 27 06:41:41.142 INFO kablam! warning: field is never used: `value` Oct 27 06:41:41.142 INFO kablam! --> src/skip_list.rs:30:5 Oct 27 06:41:41.142 INFO kablam! | Oct 27 06:41:41.142 INFO kablam! 30 | value: V, Oct 27 06:41:41.142 INFO kablam! | ^^^^^^^^ Oct 27 06:41:41.142 INFO kablam! Oct 27 06:41:41.142 INFO kablam! warning: struct is never constructed: `SkipListIterator` Oct 27 06:41:41.142 INFO kablam! --> src/skip_list.rs:34:1 Oct 27 06:41:41.142 INFO kablam! | Oct 27 06:41:41.142 INFO kablam! 34 | pub struct SkipListIterator<'a, K: 'a, V: 'a> where K: Key { Oct 27 06:41:41.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.143 INFO kablam! Oct 27 06:41:41.143 INFO kablam! warning: struct is never constructed: `SkipListPrefixIterator` Oct 27 06:41:41.143 INFO kablam! --> src/skip_list.rs:41:1 Oct 27 06:41:41.143 INFO kablam! | Oct 27 06:41:41.143 INFO kablam! 41 | pub struct SkipListPrefixIterator<'a, K: 'a, V: 'a> where K: Key { Oct 27 06:41:41.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.143 INFO kablam! Oct 27 06:41:41.143 INFO kablam! warning: struct is never constructed: `Node` Oct 27 06:41:41.143 INFO kablam! --> src/skip_list.rs:92:1 Oct 27 06:41:41.143 INFO kablam! | Oct 27 06:41:41.143 INFO kablam! 92 | struct Node where K: Key { Oct 27 06:41:41.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.143 INFO kablam! Oct 27 06:41:41.143 INFO kablam! warning: type alias is never used: `NodeId` Oct 27 06:41:41.143 INFO kablam! --> src/skip_list.rs:97:1 Oct 27 06:41:41.143 INFO kablam! | Oct 27 06:41:41.143 INFO kablam! 97 | type NodeId = GenerationalId; Oct 27 06:41:41.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.143 INFO kablam! Oct 27 06:41:41.143 INFO kablam! warning: struct is never constructed: `SearchParams` Oct 27 06:41:41.143 INFO kablam! --> src/skip_list.rs:101:1 Oct 27 06:41:41.143 INFO kablam! | Oct 27 06:41:41.144 INFO kablam! 101 | struct SearchParams<'a, K: 'a> where K: Key { Oct 27 06:41:41.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.144 INFO kablam! Oct 27 06:41:41.144 INFO kablam! warning: method is never used: `new` Oct 27 06:41:41.144 INFO kablam! --> src/skip_list.rs:113:5 Oct 27 06:41:41.144 INFO kablam! | Oct 27 06:41:41.144 INFO kablam! 113 | pub fn new(target: &'a K) -> SearchParams<'a, K> { Oct 27 06:41:41.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.144 INFO kablam! Oct 27 06:41:41.144 INFO kablam! warning: method is never used: `record_traversal` Oct 27 06:41:41.144 INFO kablam! --> src/skip_list.rs:121:5 Oct 27 06:41:41.144 INFO kablam! | Oct 27 06:41:41.144 INFO kablam! 121 | pub fn record_traversal(mut self) -> SearchParams<'a, K> { Oct 27 06:41:41.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.144 INFO kablam! Oct 27 06:41:41.144 INFO kablam! warning: method is never used: `use_prefix_match` Oct 27 06:41:41.144 INFO kablam! --> src/skip_list.rs:126:5 Oct 27 06:41:41.144 INFO kablam! | Oct 27 06:41:41.144 INFO kablam! 126 | pub fn use_prefix_match(mut self) -> SearchParams<'a, K> { Oct 27 06:41:41.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.144 INFO kablam! Oct 27 06:41:41.144 INFO kablam! warning: struct is never constructed: `SearchResult` Oct 27 06:41:41.144 INFO kablam! --> src/skip_list.rs:135:1 Oct 27 06:41:41.144 INFO kablam! | Oct 27 06:41:41.145 INFO kablam! 135 | struct SearchResult { Oct 27 06:41:41.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.145 INFO kablam! Oct 27 06:41:41.145 INFO kablam! warning: method is never used: `new` Oct 27 06:41:41.145 INFO kablam! --> src/skip_list.rs:153:5 Oct 27 06:41:41.145 INFO kablam! | Oct 27 06:41:41.145 INFO kablam! 153 | pub fn new() -> SkipList { Oct 27 06:41:41.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.145 INFO kablam! Oct 27 06:41:41.145 INFO kablam! warning: method is never used: `len` Oct 27 06:41:41.145 INFO kablam! --> src/skip_list.rs:163:5 Oct 27 06:41:41.145 INFO kablam! | Oct 27 06:41:41.145 INFO kablam! 163 | pub fn len(&self) -> usize { Oct 27 06:41:41.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.145 INFO kablam! Oct 27 06:41:41.145 INFO kablam! warning: method is never used: `set` Oct 27 06:41:41.145 INFO kablam! --> src/skip_list.rs:169:5 Oct 27 06:41:41.145 INFO kablam! | Oct 27 06:41:41.145 INFO kablam! 169 | pub fn set(&mut self, key: &K, value: V) { Oct 27 06:41:41.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.145 INFO kablam! Oct 27 06:41:41.145 INFO kablam! warning: method is never used: `get` Oct 27 06:41:41.145 INFO kablam! --> src/skip_list.rs:224:5 Oct 27 06:41:41.145 INFO kablam! | Oct 27 06:41:41.146 INFO kablam! 224 | pub fn get(&self, key: &K) -> Option<&V> { Oct 27 06:41:41.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.146 INFO kablam! Oct 27 06:41:41.146 INFO kablam! warning: method is never used: `get_mut` Oct 27 06:41:41.146 INFO kablam! --> src/skip_list.rs:237:5 Oct 27 06:41:41.146 INFO kablam! | Oct 27 06:41:41.146 INFO kablam! 237 | pub fn get_mut(&mut self, key: &K) -> Option<&mut V> { Oct 27 06:41:41.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.146 INFO kablam! Oct 27 06:41:41.146 INFO kablam! warning: method is never used: `remove` Oct 27 06:41:41.146 INFO kablam! --> src/skip_list.rs:251:5 Oct 27 06:41:41.146 INFO kablam! | Oct 27 06:41:41.146 INFO kablam! 251 | pub fn remove(&mut self, key: &K) -> bool { Oct 27 06:41:41.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.146 INFO kablam! Oct 27 06:41:41.146 INFO kablam! warning: method is never used: `iter` Oct 27 06:41:41.146 INFO kablam! --> src/skip_list.rs:281:5 Oct 27 06:41:41.146 INFO kablam! | Oct 27 06:41:41.146 INFO kablam! 281 | pub fn iter(&self) -> SkipListIterator { Oct 27 06:41:41.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.146 INFO kablam! Oct 27 06:41:41.146 INFO kablam! warning: method is never used: `iter_at` Oct 27 06:41:41.146 INFO kablam! --> src/skip_list.rs:287:5 Oct 27 06:41:41.147 INFO kablam! | Oct 27 06:41:41.147 INFO kablam! 287 | pub fn iter_at(&self, key: &K) -> SkipListIterator { Oct 27 06:41:41.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.147 INFO kablam! Oct 27 06:41:41.147 INFO kablam! warning: method is never used: `prefix_iter_at` Oct 27 06:41:41.147 INFO kablam! --> src/skip_list.rs:297:5 Oct 27 06:41:41.147 INFO kablam! | Oct 27 06:41:41.147 INFO kablam! 297 | pub fn prefix_iter_at(&self, prefix: &K) -> SkipListPrefixIterator { Oct 27 06:41:41.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.147 INFO kablam! Oct 27 06:41:41.147 INFO kablam! warning: method is never used: `iterator` Oct 27 06:41:41.147 INFO kablam! --> src/skip_list.rs:324:5 Oct 27 06:41:41.147 INFO kablam! | Oct 27 06:41:41.147 INFO kablam! 324 | fn iterator(&self, cur: Option) -> SkipListIterator { Oct 27 06:41:41.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.147 INFO kablam! Oct 27 06:41:41.147 INFO kablam! warning: method is never used: `prefix_iterator` Oct 27 06:41:41.147 INFO kablam! --> src/skip_list.rs:331:5 Oct 27 06:41:41.147 INFO kablam! | Oct 27 06:41:41.147 INFO kablam! 331 | fn prefix_iterator(&self, prefix: K, cur: Option) -> SkipListPrefixIterator { Oct 27 06:41:41.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.147 INFO kablam! Oct 27 06:41:41.148 INFO kablam! warning: method is never used: `search` Oct 27 06:41:41.148 INFO kablam! --> src/skip_list.rs:339:5 Oct 27 06:41:41.148 INFO kablam! | Oct 27 06:41:41.148 INFO kablam! 339 | fn search(&self, params: &SearchParams) -> SearchResult { Oct 27 06:41:41.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:41:41.148 INFO kablam! Oct 27 06:41:41.574 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.76s Oct 27 06:41:41.577 INFO kablam! su: No module specific data is present Oct 27 06:41:42.401 INFO running `"docker" "rm" "-f" "36d4032a704373b0df23d223bb469cf0c86e96f96a66e5ebecce2ecc85aa93ee"` Oct 27 06:41:42.695 INFO blam! 36d4032a704373b0df23d223bb469cf0c86e96f96a66e5ebecce2ecc85aa93ee