Oct 27 01:12:09.110 INFO checking maboily/poe-rs-indexer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 01:12:09.111 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 01:12:09.447 INFO blam! d6191fa684a616f73c53708cff0946627ac553a3fba34238f3dde1218d52c204 Oct 27 01:12:09.457 INFO running `"docker" "start" "-a" "d6191fa684a616f73c53708cff0946627ac553a3fba34238f3dde1218d52c204"` Oct 27 01:12:10.501 INFO kablam! usermod: no changes Oct 27 01:12:10.726 INFO kablam! Checking termcolor v0.3.3 Oct 27 01:12:10.731 INFO kablam! Checking memchr v1.0.2 Oct 27 01:12:10.737 INFO kablam! Checking atoi v0.2.2 Oct 27 01:12:10.747 INFO kablam! Checking log v0.4.0-rc.1 Oct 27 01:12:10.750 INFO kablam! Checking twox-hash v1.1.0 Oct 27 01:12:11.571 INFO kablam! Checking nom v3.2.1 Oct 27 01:12:12.141 INFO kablam! Checking mysql_common v0.4.0 Oct 27 01:12:12.365 INFO kablam! Checking env_logger v0.5.0-rc.1 Oct 27 01:12:16.255 INFO kablam! Checking config v0.7.0 Oct 27 01:12:18.312 INFO kablam! Checking mysql_async v0.12.2 Oct 27 01:12:22.138 INFO kablam! Checking poe-indexer v0.1.0 (/source) Oct 27 01:12:25.013 INFO kablam! warning: unused imports: `BuyoutPrice`, `ItemInterpreter` Oct 27 01:12:25.014 INFO kablam! --> src/environment.rs:2:19 Oct 27 01:12:25.014 INFO kablam! | Oct 27 01:12:25.014 INFO kablam! 2 | use interpreter::{BuyoutPrice, ItemInterpreter, StashInterpreter}; Oct 27 01:12:25.015 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^^^^^ Oct 27 01:12:25.021 INFO kablam! | Oct 27 01:12:25.021 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:12:25.021 INFO kablam! Oct 27 01:12:25.022 INFO kablam! warning: unused imports: `StashItem`, `Stash` Oct 27 01:12:25.022 INFO kablam! --> src/environment.rs:3:25 Oct 27 01:12:25.022 INFO kablam! | Oct 27 01:12:25.023 INFO kablam! 3 | use parser::{ApiResult, Stash, StashItem, Parser}; Oct 27 01:12:25.023 INFO kablam! | ^^^^^ ^^^^^^^^^ Oct 27 01:12:25.023 INFO kablam! Oct 27 01:12:25.024 INFO kablam! warning: unused import: `std::io` Oct 27 01:12:25.024 INFO kablam! --> src/environment.rs:8:5 Oct 27 01:12:25.024 INFO kablam! | Oct 27 01:12:25.025 INFO kablam! 8 | use std::io; Oct 27 01:12:25.025 INFO kablam! | ^^^^^^^ Oct 27 01:12:25.025 INFO kablam! Oct 27 01:12:25.026 INFO kablam! warning: unused import: `futures` Oct 27 01:12:25.026 INFO kablam! --> src/parser.rs:2:5 Oct 27 01:12:25.026 INFO kablam! | Oct 27 01:12:25.026 INFO kablam! 2 | use futures; Oct 27 01:12:25.027 INFO kablam! | ^^^^^^^ Oct 27 01:12:25.027 INFO kablam! Oct 27 01:12:25.027 INFO kablam! warning: unused imports: `Body`, `Chunk` Oct 27 01:12:25.028 INFO kablam! --> src/parser.rs:5:13 Oct 27 01:12:25.028 INFO kablam! | Oct 27 01:12:25.028 INFO kablam! 5 | use hyper::{Body, Chunk}; Oct 27 01:12:25.029 INFO kablam! | ^^^^ ^^^^^ Oct 27 01:12:25.029 INFO kablam! Oct 27 01:12:25.247 INFO kablam! warning: unused imports: `BuyoutPrice`, `ItemInterpreter` Oct 27 01:12:25.248 INFO kablam! --> src/environment.rs:2:19 Oct 27 01:12:25.248 INFO kablam! | Oct 27 01:12:25.249 INFO kablam! 2 | use interpreter::{BuyoutPrice, ItemInterpreter, StashInterpreter}; Oct 27 01:12:25.249 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^^^^^ Oct 27 01:12:25.250 INFO kablam! | Oct 27 01:12:25.250 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:12:25.251 INFO kablam! Oct 27 01:12:25.251 INFO kablam! warning: unused imports: `StashItem`, `Stash` Oct 27 01:12:25.252 INFO kablam! --> src/environment.rs:3:25 Oct 27 01:12:25.252 INFO kablam! | Oct 27 01:12:25.253 INFO kablam! 3 | use parser::{ApiResult, Stash, StashItem, Parser}; Oct 27 01:12:25.253 INFO kablam! | ^^^^^ ^^^^^^^^^ Oct 27 01:12:25.254 INFO kablam! Oct 27 01:12:25.254 INFO kablam! warning: unused import: `std::io` Oct 27 01:12:25.255 INFO kablam! --> src/environment.rs:8:5 Oct 27 01:12:25.255 INFO kablam! | Oct 27 01:12:25.256 INFO kablam! 8 | use std::io; Oct 27 01:12:25.256 INFO kablam! | ^^^^^^^ Oct 27 01:12:25.256 INFO kablam! Oct 27 01:12:25.256 INFO kablam! warning: unused import: `futures` Oct 27 01:12:25.256 INFO kablam! --> src/parser.rs:2:5 Oct 27 01:12:25.256 INFO kablam! | Oct 27 01:12:25.256 INFO kablam! 2 | use futures; Oct 27 01:12:25.256 INFO kablam! | ^^^^^^^ Oct 27 01:12:25.256 INFO kablam! Oct 27 01:12:25.256 INFO kablam! warning: unused imports: `Body`, `Chunk` Oct 27 01:12:25.256 INFO kablam! --> src/parser.rs:5:13 Oct 27 01:12:25.256 INFO kablam! | Oct 27 01:12:25.256 INFO kablam! 5 | use hyper::{Body, Chunk}; Oct 27 01:12:25.256 INFO kablam! | ^^^^ ^^^^^ Oct 27 01:12:25.256 INFO kablam! Oct 27 01:12:25.973 INFO kablam! warning: unused import: `Stream` Oct 27 01:12:25.973 INFO kablam! --> src/environment.rs:17:23 Oct 27 01:12:25.974 INFO kablam! | Oct 27 01:12:25.974 INFO kablam! 17 | use futures::{Future, Stream}; Oct 27 01:12:25.974 INFO kablam! | ^^^^^^ Oct 27 01:12:25.975 INFO kablam! Oct 27 01:12:26.027 INFO kablam! warning: unused import: `Stream` Oct 27 01:12:26.027 INFO kablam! --> src/environment.rs:17:23 Oct 27 01:12:26.027 INFO kablam! | Oct 27 01:12:26.027 INFO kablam! 17 | use futures::{Future, Stream}; Oct 27 01:12:26.027 INFO kablam! | ^^^^^^ Oct 27 01:12:26.027 INFO kablam! Oct 27 01:12:26.063 INFO kablam! warning: unreachable pattern Oct 27 01:12:26.063 INFO kablam! --> src/parser.rs:241:9 Oct 27 01:12:26.063 INFO kablam! | Oct 27 01:12:26.063 INFO kablam! 236 | res => { Oct 27 01:12:26.063 INFO kablam! | --- matches any value Oct 27 01:12:26.063 INFO kablam! ... Oct 27 01:12:26.063 INFO kablam! 241 | _ => Err(serde::de::Error::custom("Unexpected value for category")), Oct 27 01:12:26.064 INFO kablam! | ^ unreachable pattern Oct 27 01:12:26.064 INFO kablam! | Oct 27 01:12:26.064 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 27 01:12:26.064 INFO kablam! Oct 27 01:12:26.079 INFO kablam! warning: unused variable: `buyout_price_stash` Oct 27 01:12:26.079 INFO kablam! --> src/environment.rs:125:25 Oct 27 01:12:26.079 INFO kablam! | Oct 27 01:12:26.079 INFO kablam! 125 | let buyout_price_stash = interpreted_stash.get_buyout_price(); Oct 27 01:12:26.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: consider using `_buyout_price_stash` instead Oct 27 01:12:26.081 INFO kablam! warning: unreachable pattern Oct 27 01:12:26.081 INFO kablam! --> src/parser.rs:241:9 Oct 27 01:12:26.081 INFO kablam! | Oct 27 01:12:26.081 INFO kablam! 236 | res => { Oct 27 01:12:26.081 INFO kablam! | --- matches any value Oct 27 01:12:26.081 INFO kablam! ... Oct 27 01:12:26.081 INFO kablam! 241 | _ => Err(serde::de::Error::custom("Unexpected value for category")), Oct 27 01:12:26.081 INFO kablam! | ^ unreachable pattern Oct 27 01:12:26.081 INFO kablam! | Oct 27 01:12:26.081 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:12:26.081 INFO kablam! Oct 27 01:12:26.081 INFO kablam! warning: unused variable: `stash_item` Oct 27 01:12:26.081 INFO kablam! --> src/environment.rs:135:25 Oct 27 01:12:26.081 INFO kablam! | Oct 27 01:12:26.081 INFO kablam! 135 | for stash_item in stash.get_items() { Oct 27 01:12:26.081 INFO kablam! | ^^^^^^^^^^ help: consider using `_stash_item` instead Oct 27 01:12:26.081 INFO kablam! Oct 27 01:12:26.081 INFO kablam! warning: unused variable: `f` Oct 27 01:12:26.081 INFO kablam! --> src/parser.rs:147:19 Oct 27 01:12:26.082 INFO kablam! | Oct 27 01:12:26.082 INFO kablam! 147 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 01:12:26.082 INFO kablam! | ^ help: consider using `_f` instead Oct 27 01:12:26.082 INFO kablam! | Oct 27 01:12:26.082 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 27 01:12:26.082 INFO kablam! Oct 27 01:12:26.082 INFO kablam! Oct 27 01:12:26.082 INFO kablam! warning: unused variable: `result` Oct 27 01:12:26.082 INFO kablam! --> src/parser.rs:192:35 Oct 27 01:12:26.082 INFO kablam! | Oct 27 01:12:26.082 INFO kablam! 192 | if let Result::Ok(result) = as_error_result { Oct 27 01:12:26.082 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 27 01:12:26.090 INFO kablam! warning: unused variable: `buyout_price_stash` Oct 27 01:12:26.090 INFO kablam! --> src/environment.rs:125:25 Oct 27 01:12:26.090 INFO kablam! | Oct 27 01:12:26.090 INFO kablam! 125 | let buyout_price_stash = interpreted_stash.get_buyout_price(); Oct 27 01:12:26.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: consider using `_buyout_price_stash` instead Oct 27 01:12:26.090 INFO kablam! Oct 27 01:12:26.107 INFO kablam! | Oct 27 01:12:26.107 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:12:26.107 INFO kablam! Oct 27 01:12:26.107 INFO kablam! warning: unused variable: `stash_item` Oct 27 01:12:26.107 INFO kablam! --> src/environment.rs:135:25 Oct 27 01:12:26.107 INFO kablam! | Oct 27 01:12:26.107 INFO kablam! 135 | for stash_item in stash.get_items() { Oct 27 01:12:26.107 INFO kablam! | ^^^^^^^^^^ help: consider using `_stash_item` instead Oct 27 01:12:26.107 INFO kablam! Oct 27 01:12:26.111 INFO kablam! warning: unused variable: `f` Oct 27 01:12:26.111 INFO kablam! --> src/parser.rs:147:19 Oct 27 01:12:26.111 INFO kablam! | Oct 27 01:12:26.111 INFO kablam! 147 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 01:12:26.111 INFO kablam! | ^ help: consider using `_f` instead Oct 27 01:12:26.111 INFO kablam! Oct 27 01:12:26.111 INFO kablam! warning: unused variable: `result` Oct 27 01:12:26.111 INFO kablam! --> src/parser.rs:192:35 Oct 27 01:12:26.111 INFO kablam! | Oct 27 01:12:26.111 INFO kablam! 192 | if let Result::Ok(result) = as_error_result { Oct 27 01:12:26.111 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 27 01:12:26.111 INFO kablam! Oct 27 01:12:26.511 INFO kablam! warning: enum is never used: `ItemRarity` Oct 27 01:12:26.511 INFO kablam! --> src/interpreter.rs:50:1 Oct 27 01:12:26.511 INFO kablam! | Oct 27 01:12:26.511 INFO kablam! 50 | pub enum ItemRarity { Oct 27 01:12:26.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.511 INFO kablam! | Oct 27 01:12:26.511 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:12:26.511 INFO kablam! Oct 27 01:12:26.511 INFO kablam! warning: method is never used: `get_account_name` Oct 27 01:12:26.511 INFO kablam! --> src/interpreter.rs:71:5 Oct 27 01:12:26.511 INFO kablam! | Oct 27 01:12:26.511 INFO kablam! 71 | pub fn get_account_name(&'a self) -> Option { self.stash.get_account_name() } Oct 27 01:12:26.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.511 INFO kablam! Oct 27 01:12:26.511 INFO kablam! warning: method is never used: `get_character_name` Oct 27 01:12:26.511 INFO kablam! --> src/interpreter.rs:72:5 Oct 27 01:12:26.511 INFO kablam! | Oct 27 01:12:26.511 INFO kablam! 72 | pub fn get_character_name(&'a self) -> Option { self.stash.get_character_name() } Oct 27 01:12:26.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.511 INFO kablam! Oct 27 01:12:26.511 INFO kablam! warning: struct is never constructed: `ItemInterpreter` Oct 27 01:12:26.511 INFO kablam! --> src/interpreter.rs:75:1 Oct 27 01:12:26.511 INFO kablam! | Oct 27 01:12:26.511 INFO kablam! 75 | pub struct ItemInterpreter<'a> { Oct 27 01:12:26.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.511 INFO kablam! Oct 27 01:12:26.511 INFO kablam! warning: method is never used: `new` Oct 27 01:12:26.511 INFO kablam! --> src/interpreter.rs:80:5 Oct 27 01:12:26.511 INFO kablam! | Oct 27 01:12:26.511 INFO kablam! 80 | pub fn new(stash_item: &'a StashItem) -> ItemInterpreter { Oct 27 01:12:26.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.512 INFO kablam! Oct 27 01:12:26.512 INFO kablam! warning: method is never used: `remove_tags_from_nametype` Oct 27 01:12:26.512 INFO kablam! --> src/interpreter.rs:86:5 Oct 27 01:12:26.512 INFO kablam! | Oct 27 01:12:26.512 INFO kablam! 86 | fn remove_tags_from_nametype(val: String) -> String { Oct 27 01:12:26.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.512 INFO kablam! Oct 27 01:12:26.512 INFO kablam! warning: method is never used: `get_description_or_empty` Oct 27 01:12:26.512 INFO kablam! --> src/interpreter.rs:95:5 Oct 27 01:12:26.512 INFO kablam! | Oct 27 01:12:26.512 INFO kablam! 95 | fn get_description_or_empty(val: Option) -> String { Oct 27 01:12:26.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.512 INFO kablam! Oct 27 01:12:26.512 INFO kablam! warning: method is never used: `get_item_id` Oct 27 01:12:26.512 INFO kablam! --> src/interpreter.rs:102:5 Oct 27 01:12:26.512 INFO kablam! | Oct 27 01:12:26.512 INFO kablam! 102 | pub fn get_item_id(&'a self) -> String { self.stash_item.get_id() } Oct 27 01:12:26.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.512 INFO kablam! Oct 27 01:12:26.512 INFO kablam! warning: method is never used: `get_ilvl` Oct 27 01:12:26.512 INFO kablam! --> src/interpreter.rs:103:5 Oct 27 01:12:26.512 INFO kablam! | Oct 27 01:12:26.512 INFO kablam! 103 | pub fn get_ilvl(&'a self) -> u8 { self.stash_item.get_ilvl() } Oct 27 01:12:26.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.512 INFO kablam! Oct 27 01:12:26.512 INFO kablam! warning: method is never used: `get_frame_type` Oct 27 01:12:26.512 INFO kablam! --> src/interpreter.rs:104:5 Oct 27 01:12:26.512 INFO kablam! | Oct 27 01:12:26.512 INFO kablam! 104 | pub fn get_frame_type(&'a self) -> u8 { self.stash_item.get_frame_type() } Oct 27 01:12:26.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.512 INFO kablam! Oct 27 01:12:26.512 INFO kablam! warning: method is never used: `is_identified` Oct 27 01:12:26.512 INFO kablam! --> src/interpreter.rs:105:5 Oct 27 01:12:26.512 INFO kablam! | Oct 27 01:12:26.512 INFO kablam! 105 | pub fn is_identified(&'a self) -> bool { self.stash_item.is_identified() } Oct 27 01:12:26.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.512 INFO kablam! Oct 27 01:12:26.512 INFO kablam! warning: method is never used: `get_description` Oct 27 01:12:26.512 INFO kablam! --> src/interpreter.rs:106:5 Oct 27 01:12:26.512 INFO kablam! | Oct 27 01:12:26.512 INFO kablam! 106 | pub fn get_description(&'a self) -> String { ItemInterpreter::get_description_or_empty(self.stash_item.get_description()) } Oct 27 01:12:26.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.512 INFO kablam! Oct 27 01:12:26.512 INFO kablam! warning: method is never used: `get_secondary_description` Oct 27 01:12:26.512 INFO kablam! --> src/interpreter.rs:108:5 Oct 27 01:12:26.512 INFO kablam! | Oct 27 01:12:26.512 INFO kablam! 108 | pub fn get_secondary_description(&'a self) -> String { ItemInterpreter::get_description_or_empty(self.stash_item.get_secondary_description()) } Oct 27 01:12:26.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.512 INFO kablam! Oct 27 01:12:26.512 INFO kablam! warning: method is never used: `get_buyout_price` Oct 27 01:12:26.512 INFO kablam! --> src/interpreter.rs:109:5 Oct 27 01:12:26.512 INFO kablam! | Oct 27 01:12:26.512 INFO kablam! 109 | pub fn get_buyout_price(&'a self) -> BuyoutPrice { BuyoutPrice::from_note(self.stash_item.get_note()) } Oct 27 01:12:26.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.512 INFO kablam! Oct 27 01:12:26.512 INFO kablam! warning: method is never used: `get_item_name` Oct 27 01:12:26.512 INFO kablam! --> src/interpreter.rs:110:5 Oct 27 01:12:26.512 INFO kablam! | Oct 27 01:12:26.512 INFO kablam! 110 | pub fn get_item_name(&'a self) -> String { ItemInterpreter::remove_tags_from_nametype(self.stash_item.get_raw_name()) } Oct 27 01:12:26.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.512 INFO kablam! Oct 27 01:12:26.513 INFO kablam! warning: method is never used: `get_type_line` Oct 27 01:12:26.513 INFO kablam! --> src/interpreter.rs:111:5 Oct 27 01:12:26.513 INFO kablam! | Oct 27 01:12:26.513 INFO kablam! 111 | pub fn get_type_line(&'a self) -> String { ItemInterpreter::remove_tags_from_nametype(self.stash_item.get_type_line()) } Oct 27 01:12:26.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.513 INFO kablam! Oct 27 01:12:26.513 INFO kablam! warning: method is never used: `get_rarity` Oct 27 01:12:26.513 INFO kablam! --> src/interpreter.rs:113:5 Oct 27 01:12:26.513 INFO kablam! | Oct 27 01:12:26.513 INFO kablam! 113 | pub fn get_rarity(&'a self) -> ItemRarity { Oct 27 01:12:26.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.513 INFO kablam! Oct 27 01:12:26.513 INFO kablam! warning: method is never used: `get_account_name` Oct 27 01:12:26.513 INFO kablam! --> src/parser.rs:45:5 Oct 27 01:12:26.513 INFO kablam! | Oct 27 01:12:26.513 INFO kablam! 45 | pub fn get_account_name(&self) -> Option { self.account_name.clone() } Oct 27 01:12:26.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.513 INFO kablam! Oct 27 01:12:26.513 INFO kablam! warning: method is never used: `get_character_name` Oct 27 01:12:26.513 INFO kablam! --> src/parser.rs:46:5 Oct 27 01:12:26.513 INFO kablam! | Oct 27 01:12:26.513 INFO kablam! 46 | pub fn get_character_name(&self) -> Option { self.last_character_name.clone() } Oct 27 01:12:26.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.513 INFO kablam! Oct 27 01:12:26.513 INFO kablam! warning: method is never used: `get_raw_name` Oct 27 01:12:26.513 INFO kablam! --> src/parser.rs:80:5 Oct 27 01:12:26.513 INFO kablam! | Oct 27 01:12:26.513 INFO kablam! 80 | pub fn get_raw_name(&self) -> String { self.name.clone() } Oct 27 01:12:26.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.513 INFO kablam! Oct 27 01:12:26.513 INFO kablam! warning: method is never used: `get_type_line` Oct 27 01:12:26.513 INFO kablam! --> src/parser.rs:81:5 Oct 27 01:12:26.513 INFO kablam! | Oct 27 01:12:26.513 INFO kablam! 81 | pub fn get_type_line(&self) -> String { self.type_line.clone() } Oct 27 01:12:26.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.513 INFO kablam! Oct 27 01:12:26.513 INFO kablam! warning: method is never used: `get_id` Oct 27 01:12:26.513 INFO kablam! --> src/parser.rs:82:5 Oct 27 01:12:26.513 INFO kablam! | Oct 27 01:12:26.513 INFO kablam! 82 | pub fn get_id(&self) -> String { self.id.clone() } Oct 27 01:12:26.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.513 INFO kablam! Oct 27 01:12:26.513 INFO kablam! warning: method is never used: `get_frame_type` Oct 27 01:12:26.513 INFO kablam! --> src/parser.rs:83:5 Oct 27 01:12:26.513 INFO kablam! | Oct 27 01:12:26.513 INFO kablam! 83 | pub fn get_frame_type(&self) -> u8 { self.frame_type } Oct 27 01:12:26.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.513 INFO kablam! Oct 27 01:12:26.513 INFO kablam! warning: method is never used: `get_ilvl` Oct 27 01:12:26.513 INFO kablam! --> src/parser.rs:84:5 Oct 27 01:12:26.513 INFO kablam! | Oct 27 01:12:26.513 INFO kablam! 84 | pub fn get_ilvl(&self) -> u8 { self.ilvl } Oct 27 01:12:26.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.513 INFO kablam! Oct 27 01:12:26.513 INFO kablam! warning: method is never used: `get_league` Oct 27 01:12:26.513 INFO kablam! --> src/parser.rs:85:5 Oct 27 01:12:26.513 INFO kablam! | Oct 27 01:12:26.513 INFO kablam! 85 | pub fn get_league(&self) -> String { self.league.clone() } Oct 27 01:12:26.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.513 INFO kablam! Oct 27 01:12:26.513 INFO kablam! warning: method is never used: `get_description` Oct 27 01:12:26.513 INFO kablam! --> src/parser.rs:86:5 Oct 27 01:12:26.513 INFO kablam! | Oct 27 01:12:26.513 INFO kablam! 86 | pub fn get_description(&self) -> Option { self.descr_text.clone() } Oct 27 01:12:26.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.513 INFO kablam! Oct 27 01:12:26.513 INFO kablam! warning: method is never used: `get_secondary_description` Oct 27 01:12:26.513 INFO kablam! --> src/parser.rs:87:5 Oct 27 01:12:26.513 INFO kablam! | Oct 27 01:12:26.513 INFO kablam! 87 | pub fn get_secondary_description(&self) -> Option { self.sec_descr_text.clone() } Oct 27 01:12:26.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.513 INFO kablam! Oct 27 01:12:26.513 INFO kablam! warning: method is never used: `get_note` Oct 27 01:12:26.513 INFO kablam! --> src/parser.rs:88:5 Oct 27 01:12:26.513 INFO kablam! | Oct 27 01:12:26.513 INFO kablam! 88 | pub fn get_note(&self) -> Option { self.note.clone() } Oct 27 01:12:26.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.513 INFO kablam! Oct 27 01:12:26.513 INFO kablam! warning: method is never used: `is_identified` Oct 27 01:12:26.513 INFO kablam! --> src/parser.rs:89:5 Oct 27 01:12:26.513 INFO kablam! | Oct 27 01:12:26.513 INFO kablam! 89 | pub fn is_identified(&self) -> bool { self.identified } Oct 27 01:12:26.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.514 INFO kablam! Oct 27 01:12:26.514 INFO kablam! warning: field is never used: `response_code` Oct 27 01:12:26.514 INFO kablam! --> src/parser.rs:116:5 Oct 27 01:12:26.514 INFO kablam! | Oct 27 01:12:26.514 INFO kablam! 116 | response_code: u8, Oct 27 01:12:26.514 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.514 INFO kablam! Oct 27 01:12:26.514 INFO kablam! warning: method is never used: `get_response_code` Oct 27 01:12:26.514 INFO kablam! --> src/parser.rs:122:5 Oct 27 01:12:26.514 INFO kablam! | Oct 27 01:12:26.514 INFO kablam! 122 | pub fn get_response_code(&self) -> u8 { self.response_code } Oct 27 01:12:26.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.514 INFO kablam! Oct 27 01:12:26.514 INFO kablam! warning: variant is never constructed: `Hyper` Oct 27 01:12:26.514 INFO kablam! --> src/parser.rs:137:5 Oct 27 01:12:26.514 INFO kablam! | Oct 27 01:12:26.514 INFO kablam! 137 | Hyper(hyper::Error), Oct 27 01:12:26.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.514 INFO kablam! Oct 27 01:12:26.514 INFO kablam! warning: method is never used: `get_db_name` Oct 27 01:12:26.514 INFO kablam! --> src/settings.rs:40:5 Oct 27 01:12:26.514 INFO kablam! | Oct 27 01:12:26.514 INFO kablam! 40 | pub fn get_db_name(&self) -> String { Oct 27 01:12:26.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.514 INFO kablam! Oct 27 01:12:26.545 INFO kablam! warning: enum is never used: `ItemRarity` Oct 27 01:12:26.545 INFO kablam! --> src/interpreter.rs:50:1 Oct 27 01:12:26.545 INFO kablam! | Oct 27 01:12:26.545 INFO kablam! 50 | pub enum ItemRarity { Oct 27 01:12:26.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.545 INFO kablam! | Oct 27 01:12:26.545 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:12:26.545 INFO kablam! Oct 27 01:12:26.545 INFO kablam! warning: method is never used: `get_account_name` Oct 27 01:12:26.545 INFO kablam! --> src/interpreter.rs:71:5 Oct 27 01:12:26.545 INFO kablam! | Oct 27 01:12:26.545 INFO kablam! 71 | pub fn get_account_name(&'a self) -> Option { self.stash.get_account_name() } Oct 27 01:12:26.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.545 INFO kablam! Oct 27 01:12:26.545 INFO kablam! warning: method is never used: `get_character_name` Oct 27 01:12:26.545 INFO kablam! --> src/interpreter.rs:72:5 Oct 27 01:12:26.545 INFO kablam! | Oct 27 01:12:26.545 INFO kablam! 72 | pub fn get_character_name(&'a self) -> Option { self.stash.get_character_name() } Oct 27 01:12:26.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.545 INFO kablam! Oct 27 01:12:26.545 INFO kablam! warning: struct is never constructed: `ItemInterpreter` Oct 27 01:12:26.545 INFO kablam! --> src/interpreter.rs:75:1 Oct 27 01:12:26.545 INFO kablam! | Oct 27 01:12:26.545 INFO kablam! 75 | pub struct ItemInterpreter<'a> { Oct 27 01:12:26.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.545 INFO kablam! Oct 27 01:12:26.545 INFO kablam! warning: method is never used: `new` Oct 27 01:12:26.545 INFO kablam! --> src/interpreter.rs:80:5 Oct 27 01:12:26.545 INFO kablam! | Oct 27 01:12:26.545 INFO kablam! 80 | pub fn new(stash_item: &'a StashItem) -> ItemInterpreter { Oct 27 01:12:26.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.545 INFO kablam! Oct 27 01:12:26.545 INFO kablam! warning: method is never used: `remove_tags_from_nametype` Oct 27 01:12:26.545 INFO kablam! --> src/interpreter.rs:86:5 Oct 27 01:12:26.545 INFO kablam! | Oct 27 01:12:26.545 INFO kablam! 86 | fn remove_tags_from_nametype(val: String) -> String { Oct 27 01:12:26.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.545 INFO kablam! Oct 27 01:12:26.545 INFO kablam! warning: method is never used: `get_description_or_empty` Oct 27 01:12:26.545 INFO kablam! --> src/interpreter.rs:95:5 Oct 27 01:12:26.545 INFO kablam! | Oct 27 01:12:26.545 INFO kablam! 95 | fn get_description_or_empty(val: Option) -> String { Oct 27 01:12:26.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.545 INFO kablam! Oct 27 01:12:26.545 INFO kablam! warning: method is never used: `get_item_id` Oct 27 01:12:26.545 INFO kablam! --> src/interpreter.rs:102:5 Oct 27 01:12:26.545 INFO kablam! | Oct 27 01:12:26.545 INFO kablam! 102 | pub fn get_item_id(&'a self) -> String { self.stash_item.get_id() } Oct 27 01:12:26.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.545 INFO kablam! Oct 27 01:12:26.545 INFO kablam! warning: method is never used: `get_ilvl` Oct 27 01:12:26.545 INFO kablam! --> src/interpreter.rs:103:5 Oct 27 01:12:26.545 INFO kablam! | Oct 27 01:12:26.545 INFO kablam! 103 | pub fn get_ilvl(&'a self) -> u8 { self.stash_item.get_ilvl() } Oct 27 01:12:26.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.545 INFO kablam! Oct 27 01:12:26.545 INFO kablam! warning: method is never used: `get_frame_type` Oct 27 01:12:26.545 INFO kablam! --> src/interpreter.rs:104:5 Oct 27 01:12:26.545 INFO kablam! | Oct 27 01:12:26.545 INFO kablam! 104 | pub fn get_frame_type(&'a self) -> u8 { self.stash_item.get_frame_type() } Oct 27 01:12:26.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.545 INFO kablam! Oct 27 01:12:26.545 INFO kablam! warning: method is never used: `is_identified` Oct 27 01:12:26.545 INFO kablam! --> src/interpreter.rs:105:5 Oct 27 01:12:26.545 INFO kablam! | Oct 27 01:12:26.545 INFO kablam! 105 | pub fn is_identified(&'a self) -> bool { self.stash_item.is_identified() } Oct 27 01:12:26.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.545 INFO kablam! Oct 27 01:12:26.545 INFO kablam! warning: method is never used: `get_description` Oct 27 01:12:26.546 INFO kablam! --> src/interpreter.rs:106:5 Oct 27 01:12:26.546 INFO kablam! | Oct 27 01:12:26.546 INFO kablam! 106 | pub fn get_description(&'a self) -> String { ItemInterpreter::get_description_or_empty(self.stash_item.get_description()) } Oct 27 01:12:26.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.546 INFO kablam! Oct 27 01:12:26.546 INFO kablam! warning: method is never used: `get_secondary_description` Oct 27 01:12:26.546 INFO kablam! --> src/interpreter.rs:108:5 Oct 27 01:12:26.546 INFO kablam! | Oct 27 01:12:26.546 INFO kablam! 108 | pub fn get_secondary_description(&'a self) -> String { ItemInterpreter::get_description_or_empty(self.stash_item.get_secondary_description()) } Oct 27 01:12:26.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.546 INFO kablam! Oct 27 01:12:26.546 INFO kablam! warning: method is never used: `get_buyout_price` Oct 27 01:12:26.546 INFO kablam! --> src/interpreter.rs:109:5 Oct 27 01:12:26.546 INFO kablam! | Oct 27 01:12:26.546 INFO kablam! 109 | pub fn get_buyout_price(&'a self) -> BuyoutPrice { BuyoutPrice::from_note(self.stash_item.get_note()) } Oct 27 01:12:26.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.546 INFO kablam! Oct 27 01:12:26.546 INFO kablam! warning: method is never used: `get_item_name` Oct 27 01:12:26.546 INFO kablam! --> src/interpreter.rs:110:5 Oct 27 01:12:26.546 INFO kablam! | Oct 27 01:12:26.546 INFO kablam! 110 | pub fn get_item_name(&'a self) -> String { ItemInterpreter::remove_tags_from_nametype(self.stash_item.get_raw_name()) } Oct 27 01:12:26.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.546 INFO kablam! Oct 27 01:12:26.546 INFO kablam! warning: method is never used: `get_type_line` Oct 27 01:12:26.546 INFO kablam! --> src/interpreter.rs:111:5 Oct 27 01:12:26.546 INFO kablam! | Oct 27 01:12:26.546 INFO kablam! 111 | pub fn get_type_line(&'a self) -> String { ItemInterpreter::remove_tags_from_nametype(self.stash_item.get_type_line()) } Oct 27 01:12:26.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.546 INFO kablam! Oct 27 01:12:26.546 INFO kablam! warning: method is never used: `get_rarity` Oct 27 01:12:26.546 INFO kablam! --> src/interpreter.rs:113:5 Oct 27 01:12:26.546 INFO kablam! | Oct 27 01:12:26.546 INFO kablam! 113 | pub fn get_rarity(&'a self) -> ItemRarity { Oct 27 01:12:26.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.546 INFO kablam! Oct 27 01:12:26.546 INFO kablam! warning: method is never used: `get_account_name` Oct 27 01:12:26.546 INFO kablam! --> src/parser.rs:45:5 Oct 27 01:12:26.546 INFO kablam! | Oct 27 01:12:26.546 INFO kablam! 45 | pub fn get_account_name(&self) -> Option { self.account_name.clone() } Oct 27 01:12:26.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.546 INFO kablam! Oct 27 01:12:26.546 INFO kablam! warning: method is never used: `get_character_name` Oct 27 01:12:26.546 INFO kablam! --> src/parser.rs:46:5 Oct 27 01:12:26.546 INFO kablam! | Oct 27 01:12:26.546 INFO kablam! 46 | pub fn get_character_name(&self) -> Option { self.last_character_name.clone() } Oct 27 01:12:26.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.546 INFO kablam! Oct 27 01:12:26.546 INFO kablam! warning: method is never used: `get_raw_name` Oct 27 01:12:26.546 INFO kablam! --> src/parser.rs:80:5 Oct 27 01:12:26.546 INFO kablam! | Oct 27 01:12:26.546 INFO kablam! 80 | pub fn get_raw_name(&self) -> String { self.name.clone() } Oct 27 01:12:26.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.546 INFO kablam! Oct 27 01:12:26.546 INFO kablam! warning: method is never used: `get_type_line` Oct 27 01:12:26.546 INFO kablam! --> src/parser.rs:81:5 Oct 27 01:12:26.546 INFO kablam! | Oct 27 01:12:26.546 INFO kablam! 81 | pub fn get_type_line(&self) -> String { self.type_line.clone() } Oct 27 01:12:26.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.546 INFO kablam! Oct 27 01:12:26.546 INFO kablam! warning: method is never used: `get_id` Oct 27 01:12:26.546 INFO kablam! --> src/parser.rs:82:5 Oct 27 01:12:26.546 INFO kablam! | Oct 27 01:12:26.546 INFO kablam! 82 | pub fn get_id(&self) -> String { self.id.clone() } Oct 27 01:12:26.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.546 INFO kablam! Oct 27 01:12:26.546 INFO kablam! warning: method is never used: `get_frame_type` Oct 27 01:12:26.546 INFO kablam! --> src/parser.rs:83:5 Oct 27 01:12:26.546 INFO kablam! | Oct 27 01:12:26.546 INFO kablam! 83 | pub fn get_frame_type(&self) -> u8 { self.frame_type } Oct 27 01:12:26.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.546 INFO kablam! Oct 27 01:12:26.546 INFO kablam! warning: method is never used: `get_ilvl` Oct 27 01:12:26.546 INFO kablam! --> src/parser.rs:84:5 Oct 27 01:12:26.546 INFO kablam! | Oct 27 01:12:26.546 INFO kablam! 84 | pub fn get_ilvl(&self) -> u8 { self.ilvl } Oct 27 01:12:26.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.546 INFO kablam! Oct 27 01:12:26.546 INFO kablam! warning: method is never used: `get_league` Oct 27 01:12:26.546 INFO kablam! --> src/parser.rs:85:5 Oct 27 01:12:26.546 INFO kablam! | Oct 27 01:12:26.546 INFO kablam! 85 | pub fn get_league(&self) -> String { self.league.clone() } Oct 27 01:12:26.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.547 INFO kablam! Oct 27 01:12:26.547 INFO kablam! warning: method is never used: `get_description` Oct 27 01:12:26.547 INFO kablam! --> src/parser.rs:86:5 Oct 27 01:12:26.547 INFO kablam! | Oct 27 01:12:26.547 INFO kablam! 86 | pub fn get_description(&self) -> Option { self.descr_text.clone() } Oct 27 01:12:26.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.547 INFO kablam! Oct 27 01:12:26.547 INFO kablam! warning: method is never used: `get_secondary_description` Oct 27 01:12:26.547 INFO kablam! --> src/parser.rs:87:5 Oct 27 01:12:26.547 INFO kablam! | Oct 27 01:12:26.547 INFO kablam! 87 | pub fn get_secondary_description(&self) -> Option { self.sec_descr_text.clone() } Oct 27 01:12:26.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.547 INFO kablam! Oct 27 01:12:26.547 INFO kablam! warning: method is never used: `get_note` Oct 27 01:12:26.547 INFO kablam! --> src/parser.rs:88:5 Oct 27 01:12:26.547 INFO kablam! | Oct 27 01:12:26.547 INFO kablam! 88 | pub fn get_note(&self) -> Option { self.note.clone() } Oct 27 01:12:26.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.547 INFO kablam! Oct 27 01:12:26.547 INFO kablam! warning: method is never used: `is_identified` Oct 27 01:12:26.547 INFO kablam! --> src/parser.rs:89:5 Oct 27 01:12:26.547 INFO kablam! | Oct 27 01:12:26.547 INFO kablam! 89 | pub fn is_identified(&self) -> bool { self.identified } Oct 27 01:12:26.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.547 INFO kablam! Oct 27 01:12:26.547 INFO kablam! warning: field is never used: `response_code` Oct 27 01:12:26.547 INFO kablam! --> src/parser.rs:116:5 Oct 27 01:12:26.547 INFO kablam! | Oct 27 01:12:26.547 INFO kablam! 116 | response_code: u8, Oct 27 01:12:26.547 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.547 INFO kablam! Oct 27 01:12:26.547 INFO kablam! warning: method is never used: `get_response_code` Oct 27 01:12:26.547 INFO kablam! --> src/parser.rs:122:5 Oct 27 01:12:26.547 INFO kablam! | Oct 27 01:12:26.547 INFO kablam! 122 | pub fn get_response_code(&self) -> u8 { self.response_code } Oct 27 01:12:26.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.547 INFO kablam! Oct 27 01:12:26.547 INFO kablam! warning: variant is never constructed: `Hyper` Oct 27 01:12:26.547 INFO kablam! --> src/parser.rs:137:5 Oct 27 01:12:26.547 INFO kablam! | Oct 27 01:12:26.547 INFO kablam! 137 | Hyper(hyper::Error), Oct 27 01:12:26.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.547 INFO kablam! Oct 27 01:12:26.547 INFO kablam! warning: method is never used: `get_db_name` Oct 27 01:12:26.547 INFO kablam! --> src/settings.rs:40:5 Oct 27 01:12:26.547 INFO kablam! | Oct 27 01:12:26.547 INFO kablam! 40 | pub fn get_db_name(&self) -> String { Oct 27 01:12:26.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:12:26.547 INFO kablam! Oct 27 01:12:26.647 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.13s Oct 27 01:12:26.659 INFO kablam! su: No module specific data is present Oct 27 01:12:27.408 INFO running `"docker" "rm" "-f" "d6191fa684a616f73c53708cff0946627ac553a3fba34238f3dde1218d52c204"` Oct 27 01:12:27.703 INFO blam! d6191fa684a616f73c53708cff0946627ac553a3fba34238f3dde1218d52c204