Oct 10 19:08:48.861 INFO testing maboily/poe-rs-indexer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:08:48.861 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:08:48.862 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 19:08:49.092 INFO blam! aefa83458b17fe8c0e9e600e7b64b35dc7b43f9500f030b7294b3c428cf8b83d Oct 10 19:08:49.093 INFO running `"docker" "start" "-a" "aefa83458b17fe8c0e9e600e7b64b35dc7b43f9500f030b7294b3c428cf8b83d"` Oct 10 19:08:49.448 INFO kablam! usermod: no changes Oct 10 19:08:49.637 INFO kablam! Compiling atoi v0.2.2 Oct 10 19:08:49.637 INFO kablam! Compiling log v0.4.0-rc.1 Oct 10 19:08:49.637 INFO kablam! Compiling twox-hash v1.1.0 Oct 10 19:08:49.637 INFO kablam! Compiling config v0.7.0 Oct 10 19:08:49.637 INFO kablam! Compiling tokio-proto v0.1.1 Oct 10 19:08:52.348 INFO kablam! Compiling mysql_common v0.4.0 Oct 10 19:08:52.636 INFO kablam! Compiling env_logger v0.5.0-rc.1 Oct 10 19:08:57.164 INFO kablam! Compiling hyper v0.11.9 Oct 10 19:08:59.810 INFO kablam! Compiling mysql_async v0.12.2 Oct 10 19:09:09.925 INFO kablam! Compiling poe-indexer v0.1.0 (/source) Oct 10 19:09:14.456 INFO kablam! warning: unused imports: `BuyoutPrice`, `ItemInterpreter` Oct 10 19:09:14.456 INFO kablam! --> src/environment.rs:2:19 Oct 10 19:09:14.456 INFO kablam! | Oct 10 19:09:14.456 INFO kablam! 2 | use interpreter::{BuyoutPrice, ItemInterpreter, StashInterpreter}; Oct 10 19:09:14.456 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^^^^^ Oct 10 19:09:14.456 INFO kablam! | Oct 10 19:09:14.456 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 19:09:14.456 INFO kablam! Oct 10 19:09:14.456 INFO kablam! warning: unused imports: `StashItem`, `Stash` Oct 10 19:09:14.456 INFO kablam! --> src/environment.rs:3:25 Oct 10 19:09:14.456 INFO kablam! | Oct 10 19:09:14.456 INFO kablam! 3 | use parser::{ApiResult, Stash, StashItem, Parser}; Oct 10 19:09:14.456 INFO kablam! | ^^^^^ ^^^^^^^^^ Oct 10 19:09:14.456 INFO kablam! Oct 10 19:09:14.456 INFO kablam! warning: unused import: `std::io` Oct 10 19:09:14.456 INFO kablam! --> src/environment.rs:8:5 Oct 10 19:09:14.456 INFO kablam! | Oct 10 19:09:14.456 INFO kablam! 8 | use std::io; Oct 10 19:09:14.456 INFO kablam! | ^^^^^^^ Oct 10 19:09:14.456 INFO kablam! Oct 10 19:09:14.456 INFO kablam! warning: unused import: `futures` Oct 10 19:09:14.456 INFO kablam! --> src/parser.rs:2:5 Oct 10 19:09:14.456 INFO kablam! | Oct 10 19:09:14.456 INFO kablam! 2 | use futures; Oct 10 19:09:14.456 INFO kablam! | ^^^^^^^ Oct 10 19:09:14.456 INFO kablam! Oct 10 19:09:14.456 INFO kablam! warning: unused imports: `Body`, `Chunk` Oct 10 19:09:14.456 INFO kablam! --> src/parser.rs:5:13 Oct 10 19:09:14.456 INFO kablam! | Oct 10 19:09:14.456 INFO kablam! 5 | use hyper::{Body, Chunk}; Oct 10 19:09:14.456 INFO kablam! | ^^^^ ^^^^^ Oct 10 19:09:14.456 INFO kablam! Oct 10 19:09:15.124 INFO kablam! warning: unused import: `Stream` Oct 10 19:09:15.124 INFO kablam! --> src/environment.rs:17:23 Oct 10 19:09:15.124 INFO kablam! | Oct 10 19:09:15.124 INFO kablam! 17 | use futures::{Future, Stream}; Oct 10 19:09:15.124 INFO kablam! | ^^^^^^ Oct 10 19:09:15.124 INFO kablam! Oct 10 19:09:15.165 INFO kablam! warning: unreachable pattern Oct 10 19:09:15.165 INFO kablam! --> src/parser.rs:241:9 Oct 10 19:09:15.165 INFO kablam! | Oct 10 19:09:15.165 INFO kablam! 236 | res => { Oct 10 19:09:15.165 INFO kablam! | --- matches any value Oct 10 19:09:15.166 INFO kablam! ... Oct 10 19:09:15.166 INFO kablam! 241 | _ => Err(serde::de::Error::custom("Unexpected value for category")), Oct 10 19:09:15.166 INFO kablam! | ^ unreachable pattern Oct 10 19:09:15.167 INFO kablam! | Oct 10 19:09:15.167 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 10 19:09:15.167 INFO kablam! Oct 10 19:09:15.181 INFO kablam! warning: unused variable: `buyout_price_stash` Oct 10 19:09:15.181 INFO kablam! --> src/environment.rs:125:25 Oct 10 19:09:15.181 INFO kablam! | Oct 10 19:09:15.182 INFO kablam! 125 | let buyout_price_stash = interpreted_stash.get_buyout_price(); Oct 10 19:09:15.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: consider using `_buyout_price_stash` instead Oct 10 19:09:15.182 INFO kablam! | Oct 10 19:09:15.182 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:09:15.183 INFO kablam! Oct 10 19:09:15.183 INFO kablam! warning: unused variable: `stash_item` Oct 10 19:09:15.183 INFO kablam! --> src/environment.rs:135:25 Oct 10 19:09:15.184 INFO kablam! | Oct 10 19:09:15.184 INFO kablam! 135 | for stash_item in stash.get_items() { Oct 10 19:09:15.184 INFO kablam! | ^^^^^^^^^^ help: consider using `_stash_item` instead Oct 10 19:09:15.185 INFO kablam! Oct 10 19:09:15.185 INFO kablam! warning: unused variable: `f` Oct 10 19:09:15.185 INFO kablam! --> src/parser.rs:147:19 Oct 10 19:09:15.186 INFO kablam! | Oct 10 19:09:15.186 INFO kablam! 147 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 10 19:09:15.186 INFO kablam! | ^ help: consider using `_f` instead Oct 10 19:09:15.186 INFO kablam! Oct 10 19:09:15.187 INFO kablam! warning: unused variable: `result` Oct 10 19:09:15.187 INFO kablam! --> src/parser.rs:192:35 Oct 10 19:09:15.187 INFO kablam! | Oct 10 19:09:15.187 INFO kablam! 192 | if let Result::Ok(result) = as_error_result { Oct 10 19:09:15.188 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 10 19:09:15.188 INFO kablam! Oct 10 19:09:15.416 INFO kablam! warning: enum is never used: `ItemRarity` Oct 10 19:09:15.416 INFO kablam! --> src/interpreter.rs:50:1 Oct 10 19:09:15.416 INFO kablam! | Oct 10 19:09:15.416 INFO kablam! 50 | pub enum ItemRarity { Oct 10 19:09:15.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.416 INFO kablam! | Oct 10 19:09:15.416 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:09:15.416 INFO kablam! Oct 10 19:09:15.416 INFO kablam! warning: method is never used: `get_account_name` Oct 10 19:09:15.416 INFO kablam! --> src/interpreter.rs:71:5 Oct 10 19:09:15.416 INFO kablam! | Oct 10 19:09:15.416 INFO kablam! 71 | pub fn get_account_name(&'a self) -> Option { self.stash.get_account_name() } Oct 10 19:09:15.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.416 INFO kablam! Oct 10 19:09:15.416 INFO kablam! warning: method is never used: `get_character_name` Oct 10 19:09:15.416 INFO kablam! --> src/interpreter.rs:72:5 Oct 10 19:09:15.416 INFO kablam! | Oct 10 19:09:15.416 INFO kablam! 72 | pub fn get_character_name(&'a self) -> Option { self.stash.get_character_name() } Oct 10 19:09:15.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.416 INFO kablam! Oct 10 19:09:15.416 INFO kablam! warning: struct is never constructed: `ItemInterpreter` Oct 10 19:09:15.416 INFO kablam! --> src/interpreter.rs:75:1 Oct 10 19:09:15.416 INFO kablam! | Oct 10 19:09:15.416 INFO kablam! 75 | pub struct ItemInterpreter<'a> { Oct 10 19:09:15.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.416 INFO kablam! Oct 10 19:09:15.417 INFO kablam! warning: method is never used: `new` Oct 10 19:09:15.417 INFO kablam! --> src/interpreter.rs:80:5 Oct 10 19:09:15.417 INFO kablam! | Oct 10 19:09:15.417 INFO kablam! 80 | pub fn new(stash_item: &'a StashItem) -> ItemInterpreter { Oct 10 19:09:15.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.417 INFO kablam! Oct 10 19:09:15.417 INFO kablam! warning: method is never used: `remove_tags_from_nametype` Oct 10 19:09:15.417 INFO kablam! --> src/interpreter.rs:86:5 Oct 10 19:09:15.417 INFO kablam! | Oct 10 19:09:15.417 INFO kablam! 86 | fn remove_tags_from_nametype(val: String) -> String { Oct 10 19:09:15.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.417 INFO kablam! Oct 10 19:09:15.417 INFO kablam! warning: method is never used: `get_description_or_empty` Oct 10 19:09:15.417 INFO kablam! --> src/interpreter.rs:95:5 Oct 10 19:09:15.417 INFO kablam! | Oct 10 19:09:15.417 INFO kablam! 95 | fn get_description_or_empty(val: Option) -> String { Oct 10 19:09:15.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.417 INFO kablam! Oct 10 19:09:15.417 INFO kablam! warning: method is never used: `get_item_id` Oct 10 19:09:15.417 INFO kablam! --> src/interpreter.rs:102:5 Oct 10 19:09:15.417 INFO kablam! | Oct 10 19:09:15.417 INFO kablam! 102 | pub fn get_item_id(&'a self) -> String { self.stash_item.get_id() } Oct 10 19:09:15.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.417 INFO kablam! Oct 10 19:09:15.417 INFO kablam! warning: method is never used: `get_ilvl` Oct 10 19:09:15.417 INFO kablam! --> src/interpreter.rs:103:5 Oct 10 19:09:15.417 INFO kablam! | Oct 10 19:09:15.417 INFO kablam! 103 | pub fn get_ilvl(&'a self) -> u8 { self.stash_item.get_ilvl() } Oct 10 19:09:15.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.417 INFO kablam! Oct 10 19:09:15.417 INFO kablam! warning: method is never used: `get_frame_type` Oct 10 19:09:15.417 INFO kablam! --> src/interpreter.rs:104:5 Oct 10 19:09:15.417 INFO kablam! | Oct 10 19:09:15.417 INFO kablam! 104 | pub fn get_frame_type(&'a self) -> u8 { self.stash_item.get_frame_type() } Oct 10 19:09:15.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.417 INFO kablam! Oct 10 19:09:15.417 INFO kablam! warning: method is never used: `is_identified` Oct 10 19:09:15.417 INFO kablam! --> src/interpreter.rs:105:5 Oct 10 19:09:15.417 INFO kablam! | Oct 10 19:09:15.417 INFO kablam! 105 | pub fn is_identified(&'a self) -> bool { self.stash_item.is_identified() } Oct 10 19:09:15.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.417 INFO kablam! Oct 10 19:09:15.417 INFO kablam! warning: method is never used: `get_description` Oct 10 19:09:15.417 INFO kablam! --> src/interpreter.rs:106:5 Oct 10 19:09:15.417 INFO kablam! | Oct 10 19:09:15.417 INFO kablam! 106 | pub fn get_description(&'a self) -> String { ItemInterpreter::get_description_or_empty(self.stash_item.get_description()) } Oct 10 19:09:15.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.417 INFO kablam! Oct 10 19:09:15.417 INFO kablam! warning: method is never used: `get_secondary_description` Oct 10 19:09:15.417 INFO kablam! --> src/interpreter.rs:108:5 Oct 10 19:09:15.417 INFO kablam! | Oct 10 19:09:15.417 INFO kablam! 108 | pub fn get_secondary_description(&'a self) -> String { ItemInterpreter::get_description_or_empty(self.stash_item.get_secondary_description()) } Oct 10 19:09:15.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.417 INFO kablam! Oct 10 19:09:15.417 INFO kablam! warning: method is never used: `get_buyout_price` Oct 10 19:09:15.417 INFO kablam! --> src/interpreter.rs:109:5 Oct 10 19:09:15.417 INFO kablam! | Oct 10 19:09:15.417 INFO kablam! 109 | pub fn get_buyout_price(&'a self) -> BuyoutPrice { BuyoutPrice::from_note(self.stash_item.get_note()) } Oct 10 19:09:15.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.417 INFO kablam! Oct 10 19:09:15.417 INFO kablam! warning: method is never used: `get_item_name` Oct 10 19:09:15.417 INFO kablam! --> src/interpreter.rs:110:5 Oct 10 19:09:15.417 INFO kablam! | Oct 10 19:09:15.417 INFO kablam! 110 | pub fn get_item_name(&'a self) -> String { ItemInterpreter::remove_tags_from_nametype(self.stash_item.get_raw_name()) } Oct 10 19:09:15.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.417 INFO kablam! Oct 10 19:09:15.417 INFO kablam! warning: method is never used: `get_type_line` Oct 10 19:09:15.417 INFO kablam! --> src/interpreter.rs:111:5 Oct 10 19:09:15.417 INFO kablam! | Oct 10 19:09:15.417 INFO kablam! 111 | pub fn get_type_line(&'a self) -> String { ItemInterpreter::remove_tags_from_nametype(self.stash_item.get_type_line()) } Oct 10 19:09:15.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.417 INFO kablam! Oct 10 19:09:15.417 INFO kablam! warning: method is never used: `get_rarity` Oct 10 19:09:15.417 INFO kablam! --> src/interpreter.rs:113:5 Oct 10 19:09:15.417 INFO kablam! | Oct 10 19:09:15.417 INFO kablam! 113 | pub fn get_rarity(&'a self) -> ItemRarity { Oct 10 19:09:15.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.417 INFO kablam! Oct 10 19:09:15.417 INFO kablam! warning: method is never used: `get_account_name` Oct 10 19:09:15.417 INFO kablam! --> src/parser.rs:45:5 Oct 10 19:09:15.417 INFO kablam! | Oct 10 19:09:15.417 INFO kablam! 45 | pub fn get_account_name(&self) -> Option { self.account_name.clone() } Oct 10 19:09:15.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.417 INFO kablam! Oct 10 19:09:15.417 INFO kablam! warning: method is never used: `get_character_name` Oct 10 19:09:15.417 INFO kablam! --> src/parser.rs:46:5 Oct 10 19:09:15.418 INFO kablam! | Oct 10 19:09:15.418 INFO kablam! 46 | pub fn get_character_name(&self) -> Option { self.last_character_name.clone() } Oct 10 19:09:15.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.418 INFO kablam! Oct 10 19:09:15.418 INFO kablam! warning: method is never used: `get_raw_name` Oct 10 19:09:15.418 INFO kablam! --> src/parser.rs:80:5 Oct 10 19:09:15.418 INFO kablam! | Oct 10 19:09:15.418 INFO kablam! 80 | pub fn get_raw_name(&self) -> String { self.name.clone() } Oct 10 19:09:15.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.418 INFO kablam! Oct 10 19:09:15.418 INFO kablam! warning: method is never used: `get_type_line` Oct 10 19:09:15.418 INFO kablam! --> src/parser.rs:81:5 Oct 10 19:09:15.418 INFO kablam! | Oct 10 19:09:15.418 INFO kablam! 81 | pub fn get_type_line(&self) -> String { self.type_line.clone() } Oct 10 19:09:15.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.418 INFO kablam! Oct 10 19:09:15.418 INFO kablam! warning: method is never used: `get_id` Oct 10 19:09:15.418 INFO kablam! --> src/parser.rs:82:5 Oct 10 19:09:15.418 INFO kablam! | Oct 10 19:09:15.418 INFO kablam! 82 | pub fn get_id(&self) -> String { self.id.clone() } Oct 10 19:09:15.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.418 INFO kablam! Oct 10 19:09:15.418 INFO kablam! warning: method is never used: `get_frame_type` Oct 10 19:09:15.418 INFO kablam! --> src/parser.rs:83:5 Oct 10 19:09:15.418 INFO kablam! | Oct 10 19:09:15.418 INFO kablam! 83 | pub fn get_frame_type(&self) -> u8 { self.frame_type } Oct 10 19:09:15.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.418 INFO kablam! Oct 10 19:09:15.418 INFO kablam! warning: method is never used: `get_ilvl` Oct 10 19:09:15.418 INFO kablam! --> src/parser.rs:84:5 Oct 10 19:09:15.418 INFO kablam! | Oct 10 19:09:15.418 INFO kablam! 84 | pub fn get_ilvl(&self) -> u8 { self.ilvl } Oct 10 19:09:15.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.418 INFO kablam! Oct 10 19:09:15.418 INFO kablam! warning: method is never used: `get_league` Oct 10 19:09:15.418 INFO kablam! --> src/parser.rs:85:5 Oct 10 19:09:15.418 INFO kablam! | Oct 10 19:09:15.418 INFO kablam! 85 | pub fn get_league(&self) -> String { self.league.clone() } Oct 10 19:09:15.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.418 INFO kablam! Oct 10 19:09:15.418 INFO kablam! warning: method is never used: `get_description` Oct 10 19:09:15.418 INFO kablam! --> src/parser.rs:86:5 Oct 10 19:09:15.418 INFO kablam! | Oct 10 19:09:15.418 INFO kablam! 86 | pub fn get_description(&self) -> Option { self.descr_text.clone() } Oct 10 19:09:15.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.418 INFO kablam! Oct 10 19:09:15.418 INFO kablam! warning: method is never used: `get_secondary_description` Oct 10 19:09:15.418 INFO kablam! --> src/parser.rs:87:5 Oct 10 19:09:15.418 INFO kablam! | Oct 10 19:09:15.418 INFO kablam! 87 | pub fn get_secondary_description(&self) -> Option { self.sec_descr_text.clone() } Oct 10 19:09:15.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.418 INFO kablam! Oct 10 19:09:15.418 INFO kablam! warning: method is never used: `get_note` Oct 10 19:09:15.418 INFO kablam! --> src/parser.rs:88:5 Oct 10 19:09:15.418 INFO kablam! | Oct 10 19:09:15.418 INFO kablam! 88 | pub fn get_note(&self) -> Option { self.note.clone() } Oct 10 19:09:15.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.418 INFO kablam! Oct 10 19:09:15.418 INFO kablam! warning: method is never used: `is_identified` Oct 10 19:09:15.418 INFO kablam! --> src/parser.rs:89:5 Oct 10 19:09:15.418 INFO kablam! | Oct 10 19:09:15.418 INFO kablam! 89 | pub fn is_identified(&self) -> bool { self.identified } Oct 10 19:09:15.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.418 INFO kablam! Oct 10 19:09:15.418 INFO kablam! warning: field is never used: `response_code` Oct 10 19:09:15.418 INFO kablam! --> src/parser.rs:116:5 Oct 10 19:09:15.418 INFO kablam! | Oct 10 19:09:15.418 INFO kablam! 116 | response_code: u8, Oct 10 19:09:15.418 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.418 INFO kablam! Oct 10 19:09:15.418 INFO kablam! warning: method is never used: `get_response_code` Oct 10 19:09:15.418 INFO kablam! --> src/parser.rs:122:5 Oct 10 19:09:15.418 INFO kablam! | Oct 10 19:09:15.418 INFO kablam! 122 | pub fn get_response_code(&self) -> u8 { self.response_code } Oct 10 19:09:15.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.418 INFO kablam! Oct 10 19:09:15.418 INFO kablam! warning: variant is never constructed: `Hyper` Oct 10 19:09:15.418 INFO kablam! --> src/parser.rs:137:5 Oct 10 19:09:15.418 INFO kablam! | Oct 10 19:09:15.418 INFO kablam! 137 | Hyper(hyper::Error), Oct 10 19:09:15.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.418 INFO kablam! Oct 10 19:09:15.418 INFO kablam! warning: method is never used: `get_db_name` Oct 10 19:09:15.418 INFO kablam! --> src/settings.rs:40:5 Oct 10 19:09:15.418 INFO kablam! | Oct 10 19:09:15.418 INFO kablam! 40 | pub fn get_db_name(&self) -> String { Oct 10 19:09:15.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:15.419 INFO kablam! Oct 10 19:09:25.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.49s Oct 10 19:09:25.975 INFO kablam! su: No module specific data is present Oct 10 19:09:26.746 INFO running `"docker" "rm" "-f" "aefa83458b17fe8c0e9e600e7b64b35dc7b43f9500f030b7294b3c428cf8b83d"` Oct 10 19:09:27.060 INFO blam! aefa83458b17fe8c0e9e600e7b64b35dc7b43f9500f030b7294b3c428cf8b83d Oct 10 19:09:27.069 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:09:27.070 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 19:09:27.612 INFO blam! 4e07c9469907ed6d5a37a3ffd56face39952371ad299df40233705f270ac4dab Oct 10 19:09:27.615 INFO running `"docker" "start" "-a" "4e07c9469907ed6d5a37a3ffd56face39952371ad299df40233705f270ac4dab"` Oct 10 19:09:28.788 INFO kablam! usermod: no changes Oct 10 19:09:28.980 INFO kablam! Compiling poe-indexer v0.1.0 (/source) Oct 10 19:09:33.628 INFO kablam! warning: unused imports: `BuyoutPrice`, `ItemInterpreter` Oct 10 19:09:33.629 INFO kablam! --> src/environment.rs:2:19 Oct 10 19:09:33.629 INFO kablam! | Oct 10 19:09:33.629 INFO kablam! 2 | use interpreter::{BuyoutPrice, ItemInterpreter, StashInterpreter}; Oct 10 19:09:33.630 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^^^^^ Oct 10 19:09:33.630 INFO kablam! | Oct 10 19:09:33.630 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 19:09:33.631 INFO kablam! Oct 10 19:09:33.631 INFO kablam! warning: unused imports: `StashItem`, `Stash` Oct 10 19:09:33.631 INFO kablam! --> src/environment.rs:3:25 Oct 10 19:09:33.631 INFO kablam! | Oct 10 19:09:33.632 INFO kablam! 3 | use parser::{ApiResult, Stash, StashItem, Parser}; Oct 10 19:09:33.632 INFO kablam! | ^^^^^ ^^^^^^^^^ Oct 10 19:09:33.632 INFO kablam! Oct 10 19:09:33.633 INFO kablam! warning: unused import: `std::io` Oct 10 19:09:33.633 INFO kablam! --> src/environment.rs:8:5 Oct 10 19:09:33.633 INFO kablam! | Oct 10 19:09:33.633 INFO kablam! 8 | use std::io; Oct 10 19:09:33.634 INFO kablam! | ^^^^^^^ Oct 10 19:09:33.634 INFO kablam! Oct 10 19:09:33.634 INFO kablam! warning: unused import: `futures` Oct 10 19:09:33.634 INFO kablam! --> src/parser.rs:2:5 Oct 10 19:09:33.635 INFO kablam! | Oct 10 19:09:33.635 INFO kablam! 2 | use futures; Oct 10 19:09:33.635 INFO kablam! | ^^^^^^^ Oct 10 19:09:33.636 INFO kablam! Oct 10 19:09:33.636 INFO kablam! warning: unused imports: `Body`, `Chunk` Oct 10 19:09:33.636 INFO kablam! --> src/parser.rs:5:13 Oct 10 19:09:33.636 INFO kablam! | Oct 10 19:09:33.637 INFO kablam! 5 | use hyper::{Body, Chunk}; Oct 10 19:09:33.637 INFO kablam! | ^^^^ ^^^^^ Oct 10 19:09:33.637 INFO kablam! Oct 10 19:09:34.269 INFO kablam! warning: unused import: `Stream` Oct 10 19:09:34.269 INFO kablam! --> src/environment.rs:17:23 Oct 10 19:09:34.269 INFO kablam! | Oct 10 19:09:34.269 INFO kablam! 17 | use futures::{Future, Stream}; Oct 10 19:09:34.269 INFO kablam! | ^^^^^^ Oct 10 19:09:34.269 INFO kablam! Oct 10 19:09:34.320 INFO kablam! warning: unreachable pattern Oct 10 19:09:34.320 INFO kablam! --> src/parser.rs:241:9 Oct 10 19:09:34.320 INFO kablam! | Oct 10 19:09:34.320 INFO kablam! 236 | res => { Oct 10 19:09:34.320 INFO kablam! | --- matches any value Oct 10 19:09:34.320 INFO kablam! ... Oct 10 19:09:34.320 INFO kablam! 241 | _ => Err(serde::de::Error::custom("Unexpected value for category")), Oct 10 19:09:34.320 INFO kablam! | ^ unreachable pattern Oct 10 19:09:34.320 INFO kablam! | Oct 10 19:09:34.320 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 10 19:09:34.320 INFO kablam! Oct 10 19:09:34.328 INFO kablam! warning: unused variable: `buyout_price_stash` Oct 10 19:09:34.328 INFO kablam! --> src/environment.rs:125:25 Oct 10 19:09:34.328 INFO kablam! | Oct 10 19:09:34.328 INFO kablam! 125 | let buyout_price_stash = interpreted_stash.get_buyout_price(); Oct 10 19:09:34.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: consider using `_buyout_price_stash` instead Oct 10 19:09:34.328 INFO kablam! | Oct 10 19:09:34.328 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:09:34.328 INFO kablam! Oct 10 19:09:34.328 INFO kablam! warning: unused variable: `stash_item` Oct 10 19:09:34.328 INFO kablam! --> src/environment.rs:135:25 Oct 10 19:09:34.328 INFO kablam! | Oct 10 19:09:34.328 INFO kablam! 135 | for stash_item in stash.get_items() { Oct 10 19:09:34.328 INFO kablam! | ^^^^^^^^^^ help: consider using `_stash_item` instead Oct 10 19:09:34.328 INFO kablam! Oct 10 19:09:34.328 INFO kablam! warning: unused variable: `f` Oct 10 19:09:34.328 INFO kablam! --> src/parser.rs:147:19 Oct 10 19:09:34.328 INFO kablam! | Oct 10 19:09:34.328 INFO kablam! 147 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 10 19:09:34.328 INFO kablam! | ^ help: consider using `_f` instead Oct 10 19:09:34.328 INFO kablam! Oct 10 19:09:34.328 INFO kablam! warning: unused variable: `result` Oct 10 19:09:34.328 INFO kablam! --> src/parser.rs:192:35 Oct 10 19:09:34.328 INFO kablam! | Oct 10 19:09:34.328 INFO kablam! 192 | if let Result::Ok(result) = as_error_result { Oct 10 19:09:34.328 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 10 19:09:34.328 INFO kablam! Oct 10 19:09:34.589 INFO kablam! warning: enum is never used: `ItemRarity` Oct 10 19:09:34.589 INFO kablam! --> src/interpreter.rs:50:1 Oct 10 19:09:34.589 INFO kablam! | Oct 10 19:09:34.589 INFO kablam! 50 | pub enum ItemRarity { Oct 10 19:09:34.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.589 INFO kablam! | Oct 10 19:09:34.589 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:09:34.589 INFO kablam! Oct 10 19:09:34.589 INFO kablam! warning: method is never used: `get_account_name` Oct 10 19:09:34.589 INFO kablam! --> src/interpreter.rs:71:5 Oct 10 19:09:34.589 INFO kablam! | Oct 10 19:09:34.589 INFO kablam! 71 | pub fn get_account_name(&'a self) -> Option { self.stash.get_account_name() } Oct 10 19:09:34.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.589 INFO kablam! Oct 10 19:09:34.589 INFO kablam! warning: method is never used: `get_character_name` Oct 10 19:09:34.590 INFO kablam! --> src/interpreter.rs:72:5 Oct 10 19:09:34.590 INFO kablam! | Oct 10 19:09:34.590 INFO kablam! 72 | pub fn get_character_name(&'a self) -> Option { self.stash.get_character_name() } Oct 10 19:09:34.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.590 INFO kablam! Oct 10 19:09:34.590 INFO kablam! warning: struct is never constructed: `ItemInterpreter` Oct 10 19:09:34.590 INFO kablam! --> src/interpreter.rs:75:1 Oct 10 19:09:34.590 INFO kablam! | Oct 10 19:09:34.590 INFO kablam! 75 | pub struct ItemInterpreter<'a> { Oct 10 19:09:34.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.590 INFO kablam! Oct 10 19:09:34.590 INFO kablam! warning: method is never used: `new` Oct 10 19:09:34.590 INFO kablam! --> src/interpreter.rs:80:5 Oct 10 19:09:34.590 INFO kablam! | Oct 10 19:09:34.590 INFO kablam! 80 | pub fn new(stash_item: &'a StashItem) -> ItemInterpreter { Oct 10 19:09:34.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.590 INFO kablam! Oct 10 19:09:34.590 INFO kablam! warning: method is never used: `remove_tags_from_nametype` Oct 10 19:09:34.590 INFO kablam! --> src/interpreter.rs:86:5 Oct 10 19:09:34.590 INFO kablam! | Oct 10 19:09:34.590 INFO kablam! 86 | fn remove_tags_from_nametype(val: String) -> String { Oct 10 19:09:34.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.590 INFO kablam! Oct 10 19:09:34.590 INFO kablam! warning: method is never used: `get_description_or_empty` Oct 10 19:09:34.590 INFO kablam! --> src/interpreter.rs:95:5 Oct 10 19:09:34.590 INFO kablam! | Oct 10 19:09:34.590 INFO kablam! 95 | fn get_description_or_empty(val: Option) -> String { Oct 10 19:09:34.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.590 INFO kablam! Oct 10 19:09:34.590 INFO kablam! warning: method is never used: `get_item_id` Oct 10 19:09:34.590 INFO kablam! --> src/interpreter.rs:102:5 Oct 10 19:09:34.590 INFO kablam! | Oct 10 19:09:34.590 INFO kablam! 102 | pub fn get_item_id(&'a self) -> String { self.stash_item.get_id() } Oct 10 19:09:34.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.590 INFO kablam! Oct 10 19:09:34.590 INFO kablam! warning: method is never used: `get_ilvl` Oct 10 19:09:34.590 INFO kablam! --> src/interpreter.rs:103:5 Oct 10 19:09:34.590 INFO kablam! | Oct 10 19:09:34.590 INFO kablam! 103 | pub fn get_ilvl(&'a self) -> u8 { self.stash_item.get_ilvl() } Oct 10 19:09:34.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.590 INFO kablam! Oct 10 19:09:34.590 INFO kablam! warning: method is never used: `get_frame_type` Oct 10 19:09:34.590 INFO kablam! --> src/interpreter.rs:104:5 Oct 10 19:09:34.590 INFO kablam! | Oct 10 19:09:34.590 INFO kablam! 104 | pub fn get_frame_type(&'a self) -> u8 { self.stash_item.get_frame_type() } Oct 10 19:09:34.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.590 INFO kablam! Oct 10 19:09:34.590 INFO kablam! warning: method is never used: `is_identified` Oct 10 19:09:34.590 INFO kablam! --> src/interpreter.rs:105:5 Oct 10 19:09:34.590 INFO kablam! | Oct 10 19:09:34.590 INFO kablam! 105 | pub fn is_identified(&'a self) -> bool { self.stash_item.is_identified() } Oct 10 19:09:34.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.590 INFO kablam! Oct 10 19:09:34.590 INFO kablam! warning: method is never used: `get_description` Oct 10 19:09:34.590 INFO kablam! --> src/interpreter.rs:106:5 Oct 10 19:09:34.590 INFO kablam! | Oct 10 19:09:34.590 INFO kablam! 106 | pub fn get_description(&'a self) -> String { ItemInterpreter::get_description_or_empty(self.stash_item.get_description()) } Oct 10 19:09:34.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.590 INFO kablam! Oct 10 19:09:34.590 INFO kablam! warning: method is never used: `get_secondary_description` Oct 10 19:09:34.590 INFO kablam! --> src/interpreter.rs:108:5 Oct 10 19:09:34.590 INFO kablam! | Oct 10 19:09:34.590 INFO kablam! 108 | pub fn get_secondary_description(&'a self) -> String { ItemInterpreter::get_description_or_empty(self.stash_item.get_secondary_description()) } Oct 10 19:09:34.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.590 INFO kablam! Oct 10 19:09:34.590 INFO kablam! warning: method is never used: `get_buyout_price` Oct 10 19:09:34.590 INFO kablam! --> src/interpreter.rs:109:5 Oct 10 19:09:34.590 INFO kablam! | Oct 10 19:09:34.590 INFO kablam! 109 | pub fn get_buyout_price(&'a self) -> BuyoutPrice { BuyoutPrice::from_note(self.stash_item.get_note()) } Oct 10 19:09:34.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.590 INFO kablam! Oct 10 19:09:34.590 INFO kablam! warning: method is never used: `get_item_name` Oct 10 19:09:34.590 INFO kablam! --> src/interpreter.rs:110:5 Oct 10 19:09:34.590 INFO kablam! | Oct 10 19:09:34.590 INFO kablam! 110 | pub fn get_item_name(&'a self) -> String { ItemInterpreter::remove_tags_from_nametype(self.stash_item.get_raw_name()) } Oct 10 19:09:34.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.590 INFO kablam! Oct 10 19:09:34.590 INFO kablam! warning: method is never used: `get_type_line` Oct 10 19:09:34.590 INFO kablam! --> src/interpreter.rs:111:5 Oct 10 19:09:34.590 INFO kablam! | Oct 10 19:09:34.590 INFO kablam! 111 | pub fn get_type_line(&'a self) -> String { ItemInterpreter::remove_tags_from_nametype(self.stash_item.get_type_line()) } Oct 10 19:09:34.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.590 INFO kablam! Oct 10 19:09:34.590 INFO kablam! warning: method is never used: `get_rarity` Oct 10 19:09:34.590 INFO kablam! --> src/interpreter.rs:113:5 Oct 10 19:09:34.591 INFO kablam! | Oct 10 19:09:34.591 INFO kablam! 113 | pub fn get_rarity(&'a self) -> ItemRarity { Oct 10 19:09:34.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.591 INFO kablam! Oct 10 19:09:34.591 INFO kablam! warning: method is never used: `get_account_name` Oct 10 19:09:34.591 INFO kablam! --> src/parser.rs:45:5 Oct 10 19:09:34.591 INFO kablam! | Oct 10 19:09:34.591 INFO kablam! 45 | pub fn get_account_name(&self) -> Option { self.account_name.clone() } Oct 10 19:09:34.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.591 INFO kablam! Oct 10 19:09:34.591 INFO kablam! warning: method is never used: `get_character_name` Oct 10 19:09:34.591 INFO kablam! --> src/parser.rs:46:5 Oct 10 19:09:34.591 INFO kablam! | Oct 10 19:09:34.591 INFO kablam! 46 | pub fn get_character_name(&self) -> Option { self.last_character_name.clone() } Oct 10 19:09:34.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.591 INFO kablam! Oct 10 19:09:34.591 INFO kablam! warning: method is never used: `get_raw_name` Oct 10 19:09:34.591 INFO kablam! --> src/parser.rs:80:5 Oct 10 19:09:34.591 INFO kablam! | Oct 10 19:09:34.591 INFO kablam! 80 | pub fn get_raw_name(&self) -> String { self.name.clone() } Oct 10 19:09:34.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.591 INFO kablam! Oct 10 19:09:34.591 INFO kablam! warning: method is never used: `get_type_line` Oct 10 19:09:34.591 INFO kablam! --> src/parser.rs:81:5 Oct 10 19:09:34.591 INFO kablam! | Oct 10 19:09:34.591 INFO kablam! 81 | pub fn get_type_line(&self) -> String { self.type_line.clone() } Oct 10 19:09:34.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.591 INFO kablam! Oct 10 19:09:34.591 INFO kablam! warning: method is never used: `get_id` Oct 10 19:09:34.591 INFO kablam! --> src/parser.rs:82:5 Oct 10 19:09:34.591 INFO kablam! | Oct 10 19:09:34.591 INFO kablam! 82 | pub fn get_id(&self) -> String { self.id.clone() } Oct 10 19:09:34.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.591 INFO kablam! Oct 10 19:09:34.591 INFO kablam! warning: method is never used: `get_frame_type` Oct 10 19:09:34.591 INFO kablam! --> src/parser.rs:83:5 Oct 10 19:09:34.591 INFO kablam! | Oct 10 19:09:34.591 INFO kablam! 83 | pub fn get_frame_type(&self) -> u8 { self.frame_type } Oct 10 19:09:34.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.591 INFO kablam! Oct 10 19:09:34.591 INFO kablam! warning: method is never used: `get_ilvl` Oct 10 19:09:34.591 INFO kablam! --> src/parser.rs:84:5 Oct 10 19:09:34.591 INFO kablam! | Oct 10 19:09:34.591 INFO kablam! 84 | pub fn get_ilvl(&self) -> u8 { self.ilvl } Oct 10 19:09:34.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.591 INFO kablam! Oct 10 19:09:34.591 INFO kablam! warning: method is never used: `get_league` Oct 10 19:09:34.591 INFO kablam! --> src/parser.rs:85:5 Oct 10 19:09:34.591 INFO kablam! | Oct 10 19:09:34.591 INFO kablam! 85 | pub fn get_league(&self) -> String { self.league.clone() } Oct 10 19:09:34.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.591 INFO kablam! Oct 10 19:09:34.591 INFO kablam! warning: method is never used: `get_description` Oct 10 19:09:34.591 INFO kablam! --> src/parser.rs:86:5 Oct 10 19:09:34.591 INFO kablam! | Oct 10 19:09:34.591 INFO kablam! 86 | pub fn get_description(&self) -> Option { self.descr_text.clone() } Oct 10 19:09:34.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.591 INFO kablam! Oct 10 19:09:34.591 INFO kablam! warning: method is never used: `get_secondary_description` Oct 10 19:09:34.591 INFO kablam! --> src/parser.rs:87:5 Oct 10 19:09:34.591 INFO kablam! | Oct 10 19:09:34.591 INFO kablam! 87 | pub fn get_secondary_description(&self) -> Option { self.sec_descr_text.clone() } Oct 10 19:09:34.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.591 INFO kablam! Oct 10 19:09:34.591 INFO kablam! warning: method is never used: `get_note` Oct 10 19:09:34.591 INFO kablam! --> src/parser.rs:88:5 Oct 10 19:09:34.591 INFO kablam! | Oct 10 19:09:34.591 INFO kablam! 88 | pub fn get_note(&self) -> Option { self.note.clone() } Oct 10 19:09:34.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.591 INFO kablam! Oct 10 19:09:34.591 INFO kablam! warning: method is never used: `is_identified` Oct 10 19:09:34.591 INFO kablam! --> src/parser.rs:89:5 Oct 10 19:09:34.591 INFO kablam! | Oct 10 19:09:34.591 INFO kablam! 89 | pub fn is_identified(&self) -> bool { self.identified } Oct 10 19:09:34.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.591 INFO kablam! Oct 10 19:09:34.591 INFO kablam! warning: field is never used: `response_code` Oct 10 19:09:34.591 INFO kablam! --> src/parser.rs:116:5 Oct 10 19:09:34.591 INFO kablam! | Oct 10 19:09:34.591 INFO kablam! 116 | response_code: u8, Oct 10 19:09:34.591 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.591 INFO kablam! Oct 10 19:09:34.591 INFO kablam! warning: method is never used: `get_response_code` Oct 10 19:09:34.591 INFO kablam! --> src/parser.rs:122:5 Oct 10 19:09:34.591 INFO kablam! | Oct 10 19:09:34.591 INFO kablam! 122 | pub fn get_response_code(&self) -> u8 { self.response_code } Oct 10 19:09:34.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.592 INFO kablam! Oct 10 19:09:34.592 INFO kablam! warning: variant is never constructed: `Hyper` Oct 10 19:09:34.592 INFO kablam! --> src/parser.rs:137:5 Oct 10 19:09:34.592 INFO kablam! | Oct 10 19:09:34.592 INFO kablam! 137 | Hyper(hyper::Error), Oct 10 19:09:34.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.592 INFO kablam! Oct 10 19:09:34.592 INFO kablam! warning: method is never used: `get_db_name` Oct 10 19:09:34.592 INFO kablam! --> src/settings.rs:40:5 Oct 10 19:09:34.592 INFO kablam! | Oct 10 19:09:34.592 INFO kablam! 40 | pub fn get_db_name(&self) -> String { Oct 10 19:09:34.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:09:34.592 INFO kablam! Oct 10 19:09:35.278 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.47s Oct 10 19:09:35.294 INFO kablam! su: No module specific data is present Oct 10 19:09:35.875 INFO running `"docker" "rm" "-f" "4e07c9469907ed6d5a37a3ffd56face39952371ad299df40233705f270ac4dab"` Oct 10 19:09:36.163 INFO blam! 4e07c9469907ed6d5a37a3ffd56face39952371ad299df40233705f270ac4dab Oct 10 19:09:36.164 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:09:36.166 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 19:09:36.583 INFO blam! 94c4489a59736a70dc6a558c27100e1fd7de2e1181a5e141d2184429fcc88e7c Oct 10 19:09:36.584 INFO running `"docker" "start" "-a" "94c4489a59736a70dc6a558c27100e1fd7de2e1181a5e141d2184429fcc88e7c"` Oct 10 19:09:37.558 INFO kablam! usermod: no changes Oct 10 19:09:37.761 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 10 19:09:37.768 INFO kablam! Running /target/debug/deps/poe_indexer-007d4c44c10da087 Oct 10 19:09:37.772 INFO kablam! su: No module specific data is present Oct 10 19:09:37.772 INFO blam! Oct 10 19:09:37.772 INFO blam! running 0 tests Oct 10 19:09:37.773 INFO blam! Oct 10 19:09:37.773 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:09:37.773 INFO blam! Oct 10 19:09:38.226 INFO running `"docker" "rm" "-f" "94c4489a59736a70dc6a558c27100e1fd7de2e1181a5e141d2184429fcc88e7c"` Oct 10 19:09:38.620 INFO blam! 94c4489a59736a70dc6a558c27100e1fd7de2e1181a5e141d2184429fcc88e7c