Oct 27 14:08:47.519 INFO checking typedopts-1.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:08:47.519 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14:08:47.723 INFO blam! a68ce90172d22d222ed024e55ee29fa13f9d13ef61e33f3ea46cb99132cf0377 Oct 27 14:08:47.731 INFO running `"docker" "start" "-a" "a68ce90172d22d222ed024e55ee29fa13f9d13ef61e33f3ea46cb99132cf0377"` Oct 27 14:08:48.364 INFO kablam! usermod: no changes Oct 27 14:08:48.407 INFO kablam! Checking typedopts v1.1.2 (/source) Oct 27 14:08:49.235 INFO kablam! warning: unused variable: `field` Oct 27 14:08:49.235 INFO kablam! --> src/lib.rs:67:34 Oct 27 14:08:49.235 INFO kablam! | Oct 27 14:08:49.235 INFO kablam! 67 | fn get_field(&self, field: &str) -> Option { Oct 27 14:08:49.235 INFO kablam! | ^^^^^ help: consider using `_field` instead Oct 27 14:08:49.235 INFO kablam! | Oct 27 14:08:49.238 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 14:08:49.238 INFO kablam! Oct 27 14:08:49.238 INFO kablam! warning: unused variable: `a_idx` Oct 27 14:08:49.238 INFO kablam! --> src/lib.rs:163:45 Oct 27 14:08:49.238 INFO kablam! | Oct 27 14:08:49.238 INFO kablam! 163 | fn read_enum_variant_arg(&mut self, a_idx: usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.238 INFO kablam! | ^^^^^ help: consider using `_a_idx` instead Oct 27 14:08:49.238 INFO kablam! Oct 27 14:08:49.238 INFO kablam! warning: unused variable: `names` Oct 27 14:08:49.238 INFO kablam! --> src/lib.rs:169:48 Oct 27 14:08:49.238 INFO kablam! | Oct 27 14:08:49.238 INFO kablam! 169 | fn read_enum_struct_variant(&mut self, names: &[&str], f: F) -> DecodeResult where F: FnOnce(&mut Decoder, usize) -> DecodeResult { Oct 27 14:08:49.239 INFO kablam! | ^^^^^ help: consider using `_names` instead Oct 27 14:08:49.239 INFO kablam! Oct 27 14:08:49.239 INFO kablam! warning: unused variable: `f_name` Oct 27 14:08:49.239 INFO kablam! --> src/lib.rs:175:54 Oct 27 14:08:49.239 INFO kablam! | Oct 27 14:08:49.239 INFO kablam! 175 | fn read_enum_struct_variant_field(&mut self, f_name: &str, f_idx: usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.239 INFO kablam! | ^^^^^^ help: consider using `_f_name` instead Oct 27 14:08:49.239 INFO kablam! Oct 27 14:08:49.239 INFO kablam! warning: unused variable: `f_idx` Oct 27 14:08:49.239 INFO kablam! --> src/lib.rs:175:68 Oct 27 14:08:49.239 INFO kablam! | Oct 27 14:08:49.239 INFO kablam! 175 | fn read_enum_struct_variant_field(&mut self, f_name: &str, f_idx: usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.239 INFO kablam! | ^^^^^ help: consider using `_f_idx` instead Oct 27 14:08:49.239 INFO kablam! Oct 27 14:08:49.239 INFO kablam! warning: unused variable: `len` Oct 27 14:08:49.239 INFO kablam! --> src/lib.rs:181:49 Oct 27 14:08:49.239 INFO kablam! | Oct 27 14:08:49.239 INFO kablam! 181 | fn read_struct(&mut self, s_name: &str, len: usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.239 INFO kablam! | ^^^ help: consider using `_len` instead Oct 27 14:08:49.239 INFO kablam! Oct 27 14:08:49.239 INFO kablam! warning: unused variable: `f_idx` Oct 27 14:08:49.239 INFO kablam! --> src/lib.rs:187:55 Oct 27 14:08:49.239 INFO kablam! | Oct 27 14:08:49.239 INFO kablam! 187 | fn read_struct_field(&mut self, f_name: &str, f_idx: usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.239 INFO kablam! | ^^^^^ help: consider using `_f_idx` instead Oct 27 14:08:49.239 INFO kablam! Oct 27 14:08:49.239 INFO kablam! warning: unused variable: `tuple_len` Oct 27 14:08:49.239 INFO kablam! --> src/lib.rs:210:35 Oct 27 14:08:49.239 INFO kablam! | Oct 27 14:08:49.239 INFO kablam! 210 | fn read_tuple(&mut self, tuple_len: usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.239 INFO kablam! | ^^^^^^^^^ help: consider using `_tuple_len` instead Oct 27 14:08:49.239 INFO kablam! Oct 27 14:08:49.239 INFO kablam! warning: unused variable: `a_idx` Oct 27 14:08:49.239 INFO kablam! --> src/lib.rs:215:38 Oct 27 14:08:49.239 INFO kablam! | Oct 27 14:08:49.239 INFO kablam! 215 | fn read_tuple_arg(&mut self, a_idx: usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.239 INFO kablam! | ^^^^^ help: consider using `_a_idx` instead Oct 27 14:08:49.239 INFO kablam! Oct 27 14:08:49.239 INFO kablam! warning: unused variable: `s_name` Oct 27 14:08:49.239 INFO kablam! --> src/lib.rs:220:41 Oct 27 14:08:49.239 INFO kablam! | Oct 27 14:08:49.239 INFO kablam! 220 | fn read_tuple_struct(&mut self, s_name: &str, len:usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.239 INFO kablam! | ^^^^^^ help: consider using `_s_name` instead Oct 27 14:08:49.239 INFO kablam! Oct 27 14:08:49.239 INFO kablam! warning: unused variable: `len` Oct 27 14:08:49.239 INFO kablam! --> src/lib.rs:220:55 Oct 27 14:08:49.239 INFO kablam! | Oct 27 14:08:49.239 INFO kablam! 220 | fn read_tuple_struct(&mut self, s_name: &str, len:usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.239 INFO kablam! | ^^^ help: consider using `_len` instead Oct 27 14:08:49.239 INFO kablam! Oct 27 14:08:49.239 INFO kablam! warning: unused variable: `a_idx` Oct 27 14:08:49.239 INFO kablam! --> src/lib.rs:225:45 Oct 27 14:08:49.239 INFO kablam! | Oct 27 14:08:49.239 INFO kablam! 225 | fn read_tuple_struct_arg(&mut self, a_idx: usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.239 INFO kablam! | ^^^^^ help: consider using `_a_idx` instead Oct 27 14:08:49.239 INFO kablam! Oct 27 14:08:49.239 INFO kablam! warning: unused variable: `idx` Oct 27 14:08:49.239 INFO kablam! --> src/lib.rs:236:36 Oct 27 14:08:49.239 INFO kablam! | Oct 27 14:08:49.239 INFO kablam! 236 | fn read_seq_elt(&mut self, idx: usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.239 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 27 14:08:49.239 INFO kablam! Oct 27 14:08:49.239 INFO kablam! warning: unused variable: `idx` Oct 27 14:08:49.239 INFO kablam! --> src/lib.rs:246:40 Oct 27 14:08:49.239 INFO kablam! | Oct 27 14:08:49.239 INFO kablam! 246 | fn read_map_elt_key(&mut self, idx: usize, f: F) -> DecodeResult where F:FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.239 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 27 14:08:49.247 INFO kablam! Oct 27 14:08:49.247 INFO kablam! warning: unused variable: `idx` Oct 27 14:08:49.247 INFO kablam! --> src/lib.rs:251:40 Oct 27 14:08:49.247 INFO kablam! | Oct 27 14:08:49.247 INFO kablam! 251 | fn read_map_elt_val(&mut self, idx: usize, f: F) -> DecodeResult where F:FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.247 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 27 14:08:49.247 INFO kablam! Oct 27 14:08:49.291 INFO kablam! warning: method is never used: `get_field` Oct 27 14:08:49.291 INFO kablam! --> src/lib.rs:67:3 Oct 27 14:08:49.291 INFO kablam! | Oct 27 14:08:49.291 INFO kablam! 67 | fn get_field(&self, field: &str) -> Option { Oct 27 14:08:49.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:08:49.291 INFO kablam! | Oct 27 14:08:49.291 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 14:08:49.291 INFO kablam! Oct 27 14:08:49.291 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.291 INFO kablam! --> src/lib.rs:165:5 Oct 27 14:08:49.291 INFO kablam! | Oct 27 14:08:49.291 INFO kablam! 165 | f(self); Oct 27 14:08:49.291 INFO kablam! | ^^^^^^^^ Oct 27 14:08:49.291 INFO kablam! | Oct 27 14:08:49.291 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 14:08:49.291 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.291 INFO kablam! Oct 27 14:08:49.291 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.291 INFO kablam! --> src/lib.rs:171:5 Oct 27 14:08:49.291 INFO kablam! | Oct 27 14:08:49.292 INFO kablam! 171 | f(self, 0); Oct 27 14:08:49.292 INFO kablam! | ^^^^^^^^^^^ Oct 27 14:08:49.292 INFO kablam! | Oct 27 14:08:49.295 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.295 INFO kablam! Oct 27 14:08:49.295 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.295 INFO kablam! --> src/lib.rs:177:5 Oct 27 14:08:49.296 INFO kablam! | Oct 27 14:08:49.296 INFO kablam! 177 | f(self); Oct 27 14:08:49.296 INFO kablam! | ^^^^^^^^ Oct 27 14:08:49.296 INFO kablam! | Oct 27 14:08:49.296 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.296 INFO kablam! Oct 27 14:08:49.297 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.297 INFO kablam! --> src/lib.rs:211:5 Oct 27 14:08:49.297 INFO kablam! | Oct 27 14:08:49.297 INFO kablam! 211 | f(self); Oct 27 14:08:49.297 INFO kablam! | ^^^^^^^^ Oct 27 14:08:49.297 INFO kablam! | Oct 27 14:08:49.297 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.297 INFO kablam! Oct 27 14:08:49.297 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.297 INFO kablam! --> src/lib.rs:216:5 Oct 27 14:08:49.297 INFO kablam! | Oct 27 14:08:49.297 INFO kablam! 216 | f(self); Oct 27 14:08:49.297 INFO kablam! | ^^^^^^^^ Oct 27 14:08:49.298 INFO kablam! | Oct 27 14:08:49.298 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.298 INFO kablam! Oct 27 14:08:49.298 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.298 INFO kablam! --> src/lib.rs:221:5 Oct 27 14:08:49.298 INFO kablam! | Oct 27 14:08:49.298 INFO kablam! 221 | f(self); Oct 27 14:08:49.298 INFO kablam! | ^^^^^^^^ Oct 27 14:08:49.298 INFO kablam! | Oct 27 14:08:49.298 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.298 INFO kablam! Oct 27 14:08:49.298 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.298 INFO kablam! --> src/lib.rs:226:5 Oct 27 14:08:49.298 INFO kablam! | Oct 27 14:08:49.298 INFO kablam! 226 | f(self); Oct 27 14:08:49.298 INFO kablam! | ^^^^^^^^ Oct 27 14:08:49.299 INFO kablam! | Oct 27 14:08:49.299 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.299 INFO kablam! Oct 27 14:08:49.299 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.299 INFO kablam! --> src/lib.rs:232:5 Oct 27 14:08:49.299 INFO kablam! | Oct 27 14:08:49.299 INFO kablam! 232 | f(self, 0); Oct 27 14:08:49.299 INFO kablam! | ^^^^^^^^^^^ Oct 27 14:08:49.299 INFO kablam! | Oct 27 14:08:49.299 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.299 INFO kablam! Oct 27 14:08:49.300 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.300 INFO kablam! --> src/lib.rs:237:5 Oct 27 14:08:49.300 INFO kablam! | Oct 27 14:08:49.300 INFO kablam! 237 | f(self); Oct 27 14:08:49.300 INFO kablam! | ^^^^^^^^ Oct 27 14:08:49.300 INFO kablam! | Oct 27 14:08:49.300 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.300 INFO kablam! Oct 27 14:08:49.300 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.300 INFO kablam! --> src/lib.rs:242:5 Oct 27 14:08:49.300 INFO kablam! | Oct 27 14:08:49.300 INFO kablam! 242 | f(self, 0); Oct 27 14:08:49.300 INFO kablam! | ^^^^^^^^^^^ Oct 27 14:08:49.300 INFO kablam! | Oct 27 14:08:49.300 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.300 INFO kablam! Oct 27 14:08:49.301 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.301 INFO kablam! --> src/lib.rs:247:5 Oct 27 14:08:49.301 INFO kablam! | Oct 27 14:08:49.301 INFO kablam! 247 | f(self); Oct 27 14:08:49.301 INFO kablam! | ^^^^^^^^ Oct 27 14:08:49.301 INFO kablam! | Oct 27 14:08:49.301 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.301 INFO kablam! Oct 27 14:08:49.301 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.301 INFO kablam! --> src/lib.rs:252:5 Oct 27 14:08:49.301 INFO kablam! | Oct 27 14:08:49.301 INFO kablam! 252 | f(self); Oct 27 14:08:49.301 INFO kablam! | ^^^^^^^^ Oct 27 14:08:49.302 INFO kablam! | Oct 27 14:08:49.302 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.302 INFO kablam! Oct 27 14:08:49.407 INFO kablam! warning: unused variable: `field` Oct 27 14:08:49.407 INFO kablam! --> src/lib.rs:67:34 Oct 27 14:08:49.407 INFO kablam! | Oct 27 14:08:49.407 INFO kablam! 67 | fn get_field(&self, field: &str) -> Option { Oct 27 14:08:49.407 INFO kablam! | ^^^^^ help: consider using `_field` instead Oct 27 14:08:49.407 INFO kablam! | Oct 27 14:08:49.407 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 14:08:49.407 INFO kablam! Oct 27 14:08:49.407 INFO kablam! warning: unused variable: `a_idx` Oct 27 14:08:49.407 INFO kablam! --> src/lib.rs:163:45 Oct 27 14:08:49.407 INFO kablam! | Oct 27 14:08:49.407 INFO kablam! 163 | fn read_enum_variant_arg(&mut self, a_idx: usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.407 INFO kablam! | ^^^^^ help: consider using `_a_idx` instead Oct 27 14:08:49.407 INFO kablam! Oct 27 14:08:49.407 INFO kablam! warning: unused variable: `names` Oct 27 14:08:49.407 INFO kablam! --> src/lib.rs:169:48 Oct 27 14:08:49.407 INFO kablam! | Oct 27 14:08:49.407 INFO kablam! 169 | fn read_enum_struct_variant(&mut self, names: &[&str], f: F) -> DecodeResult where F: FnOnce(&mut Decoder, usize) -> DecodeResult { Oct 27 14:08:49.407 INFO kablam! | ^^^^^ help: consider using `_names` instead Oct 27 14:08:49.407 INFO kablam! Oct 27 14:08:49.407 INFO kablam! warning: unused variable: `f_name` Oct 27 14:08:49.407 INFO kablam! --> src/lib.rs:175:54 Oct 27 14:08:49.407 INFO kablam! | Oct 27 14:08:49.407 INFO kablam! 175 | fn read_enum_struct_variant_field(&mut self, f_name: &str, f_idx: usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.407 INFO kablam! | ^^^^^^ help: consider using `_f_name` instead Oct 27 14:08:49.407 INFO kablam! Oct 27 14:08:49.407 INFO kablam! warning: unused variable: `f_idx` Oct 27 14:08:49.407 INFO kablam! --> src/lib.rs:175:68 Oct 27 14:08:49.407 INFO kablam! | Oct 27 14:08:49.407 INFO kablam! 175 | fn read_enum_struct_variant_field(&mut self, f_name: &str, f_idx: usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.407 INFO kablam! | ^^^^^ help: consider using `_f_idx` instead Oct 27 14:08:49.407 INFO kablam! Oct 27 14:08:49.407 INFO kablam! warning: unused variable: `len` Oct 27 14:08:49.407 INFO kablam! --> src/lib.rs:181:49 Oct 27 14:08:49.407 INFO kablam! | Oct 27 14:08:49.407 INFO kablam! 181 | fn read_struct(&mut self, s_name: &str, len: usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.407 INFO kablam! | ^^^ help: consider using `_len` instead Oct 27 14:08:49.407 INFO kablam! Oct 27 14:08:49.407 INFO kablam! warning: unused variable: `f_idx` Oct 27 14:08:49.407 INFO kablam! --> src/lib.rs:187:55 Oct 27 14:08:49.407 INFO kablam! | Oct 27 14:08:49.407 INFO kablam! 187 | fn read_struct_field(&mut self, f_name: &str, f_idx: usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.407 INFO kablam! | ^^^^^ help: consider using `_f_idx` instead Oct 27 14:08:49.407 INFO kablam! Oct 27 14:08:49.407 INFO kablam! warning: unused variable: `tuple_len` Oct 27 14:08:49.407 INFO kablam! --> src/lib.rs:210:35 Oct 27 14:08:49.407 INFO kablam! | Oct 27 14:08:49.407 INFO kablam! 210 | fn read_tuple(&mut self, tuple_len: usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.407 INFO kablam! | ^^^^^^^^^ help: consider using `_tuple_len` instead Oct 27 14:08:49.407 INFO kablam! Oct 27 14:08:49.407 INFO kablam! warning: unused variable: `a_idx` Oct 27 14:08:49.407 INFO kablam! --> src/lib.rs:215:38 Oct 27 14:08:49.407 INFO kablam! | Oct 27 14:08:49.407 INFO kablam! 215 | fn read_tuple_arg(&mut self, a_idx: usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.407 INFO kablam! | ^^^^^ help: consider using `_a_idx` instead Oct 27 14:08:49.407 INFO kablam! Oct 27 14:08:49.407 INFO kablam! warning: unused variable: `s_name` Oct 27 14:08:49.407 INFO kablam! --> src/lib.rs:220:41 Oct 27 14:08:49.407 INFO kablam! | Oct 27 14:08:49.407 INFO kablam! 220 | fn read_tuple_struct(&mut self, s_name: &str, len:usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.407 INFO kablam! | ^^^^^^ help: consider using `_s_name` instead Oct 27 14:08:49.407 INFO kablam! Oct 27 14:08:49.407 INFO kablam! warning: unused variable: `len` Oct 27 14:08:49.407 INFO kablam! --> src/lib.rs:220:55 Oct 27 14:08:49.407 INFO kablam! | Oct 27 14:08:49.407 INFO kablam! 220 | fn read_tuple_struct(&mut self, s_name: &str, len:usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.407 INFO kablam! | ^^^ help: consider using `_len` instead Oct 27 14:08:49.408 INFO kablam! Oct 27 14:08:49.408 INFO kablam! warning: unused variable: `a_idx` Oct 27 14:08:49.408 INFO kablam! --> src/lib.rs:225:45 Oct 27 14:08:49.408 INFO kablam! | Oct 27 14:08:49.408 INFO kablam! 225 | fn read_tuple_struct_arg(&mut self, a_idx: usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.408 INFO kablam! | ^^^^^ help: consider using `_a_idx` instead Oct 27 14:08:49.408 INFO kablam! Oct 27 14:08:49.408 INFO kablam! warning: unused variable: `idx` Oct 27 14:08:49.408 INFO kablam! --> src/lib.rs:236:36 Oct 27 14:08:49.408 INFO kablam! | Oct 27 14:08:49.408 INFO kablam! 236 | fn read_seq_elt(&mut self, idx: usize, f: F) -> DecodeResult where F: FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.408 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 27 14:08:49.408 INFO kablam! Oct 27 14:08:49.408 INFO kablam! warning: unused variable: `idx` Oct 27 14:08:49.408 INFO kablam! --> src/lib.rs:246:40 Oct 27 14:08:49.408 INFO kablam! | Oct 27 14:08:49.408 INFO kablam! 246 | fn read_map_elt_key(&mut self, idx: usize, f: F) -> DecodeResult where F:FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.408 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 27 14:08:49.408 INFO kablam! Oct 27 14:08:49.408 INFO kablam! warning: unused variable: `idx` Oct 27 14:08:49.408 INFO kablam! --> src/lib.rs:251:40 Oct 27 14:08:49.408 INFO kablam! | Oct 27 14:08:49.408 INFO kablam! 251 | fn read_map_elt_val(&mut self, idx: usize, f: F) -> DecodeResult where F:FnOnce(&mut Decoder) -> DecodeResult { Oct 27 14:08:49.408 INFO kablam! | ^^^ help: consider using `_idx` instead Oct 27 14:08:49.411 INFO kablam! Oct 27 14:08:49.443 INFO kablam! warning: method is never used: `get_field` Oct 27 14:08:49.443 INFO kablam! --> src/lib.rs:67:3 Oct 27 14:08:49.443 INFO kablam! | Oct 27 14:08:49.443 INFO kablam! 67 | fn get_field(&self, field: &str) -> Option { Oct 27 14:08:49.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:08:49.443 INFO kablam! | Oct 27 14:08:49.443 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 14:08:49.443 INFO kablam! Oct 27 14:08:49.443 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.443 INFO kablam! --> src/lib.rs:165:5 Oct 27 14:08:49.443 INFO kablam! | Oct 27 14:08:49.443 INFO kablam! 165 | f(self); Oct 27 14:08:49.443 INFO kablam! | ^^^^^^^^ Oct 27 14:08:49.443 INFO kablam! | Oct 27 14:08:49.443 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 14:08:49.443 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.443 INFO kablam! Oct 27 14:08:49.444 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.444 INFO kablam! --> src/lib.rs:171:5 Oct 27 14:08:49.444 INFO kablam! | Oct 27 14:08:49.444 INFO kablam! 171 | f(self, 0); Oct 27 14:08:49.444 INFO kablam! | ^^^^^^^^^^^ Oct 27 14:08:49.444 INFO kablam! | Oct 27 14:08:49.444 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.444 INFO kablam! Oct 27 14:08:49.444 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.444 INFO kablam! --> src/lib.rs:177:5 Oct 27 14:08:49.444 INFO kablam! | Oct 27 14:08:49.444 INFO kablam! 177 | f(self); Oct 27 14:08:49.444 INFO kablam! | ^^^^^^^^ Oct 27 14:08:49.444 INFO kablam! | Oct 27 14:08:49.444 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.444 INFO kablam! Oct 27 14:08:49.444 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.444 INFO kablam! --> src/lib.rs:211:5 Oct 27 14:08:49.444 INFO kablam! | Oct 27 14:08:49.444 INFO kablam! 211 | f(self); Oct 27 14:08:49.444 INFO kablam! | ^^^^^^^^ Oct 27 14:08:49.444 INFO kablam! | Oct 27 14:08:49.444 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.444 INFO kablam! Oct 27 14:08:49.445 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.445 INFO kablam! --> src/lib.rs:216:5 Oct 27 14:08:49.445 INFO kablam! | Oct 27 14:08:49.445 INFO kablam! 216 | f(self); Oct 27 14:08:49.445 INFO kablam! | ^^^^^^^^ Oct 27 14:08:49.445 INFO kablam! | Oct 27 14:08:49.445 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.445 INFO kablam! Oct 27 14:08:49.445 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.445 INFO kablam! --> src/lib.rs:221:5 Oct 27 14:08:49.445 INFO kablam! | Oct 27 14:08:49.445 INFO kablam! 221 | f(self); Oct 27 14:08:49.445 INFO kablam! | ^^^^^^^^ Oct 27 14:08:49.445 INFO kablam! | Oct 27 14:08:49.445 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.445 INFO kablam! Oct 27 14:08:49.445 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.445 INFO kablam! --> src/lib.rs:226:5 Oct 27 14:08:49.445 INFO kablam! | Oct 27 14:08:49.445 INFO kablam! 226 | f(self); Oct 27 14:08:49.445 INFO kablam! | ^^^^^^^^ Oct 27 14:08:49.445 INFO kablam! | Oct 27 14:08:49.445 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.445 INFO kablam! Oct 27 14:08:49.445 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.446 INFO kablam! --> src/lib.rs:232:5 Oct 27 14:08:49.446 INFO kablam! | Oct 27 14:08:49.446 INFO kablam! 232 | f(self, 0); Oct 27 14:08:49.446 INFO kablam! | ^^^^^^^^^^^ Oct 27 14:08:49.446 INFO kablam! | Oct 27 14:08:49.446 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.446 INFO kablam! Oct 27 14:08:49.446 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.446 INFO kablam! --> src/lib.rs:237:5 Oct 27 14:08:49.446 INFO kablam! | Oct 27 14:08:49.446 INFO kablam! 237 | f(self); Oct 27 14:08:49.446 INFO kablam! | ^^^^^^^^ Oct 27 14:08:49.446 INFO kablam! | Oct 27 14:08:49.446 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.446 INFO kablam! Oct 27 14:08:49.446 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.446 INFO kablam! --> src/lib.rs:242:5 Oct 27 14:08:49.446 INFO kablam! | Oct 27 14:08:49.446 INFO kablam! 242 | f(self, 0); Oct 27 14:08:49.446 INFO kablam! | ^^^^^^^^^^^ Oct 27 14:08:49.446 INFO kablam! | Oct 27 14:08:49.446 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.446 INFO kablam! Oct 27 14:08:49.447 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.447 INFO kablam! --> src/lib.rs:247:5 Oct 27 14:08:49.447 INFO kablam! | Oct 27 14:08:49.447 INFO kablam! 247 | f(self); Oct 27 14:08:49.447 INFO kablam! | ^^^^^^^^ Oct 27 14:08:49.447 INFO kablam! | Oct 27 14:08:49.447 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.447 INFO kablam! Oct 27 14:08:49.447 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:49.447 INFO kablam! --> src/lib.rs:252:5 Oct 27 14:08:49.447 INFO kablam! | Oct 27 14:08:49.447 INFO kablam! 252 | f(self); Oct 27 14:08:49.447 INFO kablam! | ^^^^^^^^ Oct 27 14:08:49.447 INFO kablam! | Oct 27 14:08:49.447 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:49.447 INFO kablam! Oct 27 14:08:50.239 INFO kablam! warning: unused import: `DecodeResult` Oct 27 14:08:50.239 INFO kablam! --> examples/getopt.rs:7:17 Oct 27 14:08:50.239 INFO kablam! | Oct 27 14:08:50.239 INFO kablam! 7 | use typedopts::{DecodeResult,ErrorType}; Oct 27 14:08:50.239 INFO kablam! | ^^^^^^^^^^^^ Oct 27 14:08:50.239 INFO kablam! | Oct 27 14:08:50.239 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:08:50.239 INFO kablam! Oct 27 14:08:50.275 INFO kablam! warning: unused import: `Error` Oct 27 14:08:50.275 INFO kablam! --> tests/test.rs:7:17 Oct 27 14:08:50.275 INFO kablam! | Oct 27 14:08:50.275 INFO kablam! 7 | use typedopts::{Error,ErrorType,DecodeResult}; Oct 27 14:08:50.275 INFO kablam! | ^^^^^ Oct 27 14:08:50.275 INFO kablam! | Oct 27 14:08:50.275 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:08:50.275 INFO kablam! Oct 27 14:08:50.309 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:08:50.309 INFO kablam! --> examples/getopt.rs:48:3 Oct 27 14:08:50.309 INFO kablam! | Oct 27 14:08:50.309 INFO kablam! 48 | / help_opts.parse(args).map(|m| { Oct 27 14:08:50.309 INFO kablam! 49 | | if m.opt_present("h") { Oct 27 14:08:50.309 INFO kablam! 50 | | print_usage(&program, generate_options()); Oct 27 14:08:50.309 INFO kablam! 51 | | return; Oct 27 14:08:50.309 INFO kablam! 52 | | } Oct 27 14:08:50.309 INFO kablam! 53 | | }); Oct 27 14:08:50.309 INFO kablam! | |_____^ Oct 27 14:08:50.309 INFO kablam! | Oct 27 14:08:50.309 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 14:08:50.309 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:08:50.309 INFO kablam! Oct 27 14:08:50.468 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.08s Oct 27 14:08:50.475 INFO kablam! su: No module specific data is present Oct 27 14:08:50.817 INFO running `"docker" "rm" "-f" "a68ce90172d22d222ed024e55ee29fa13f9d13ef61e33f3ea46cb99132cf0377"` Oct 27 14:08:50.965 INFO blam! a68ce90172d22d222ed024e55ee29fa13f9d13ef61e33f3ea46cb99132cf0377