Oct 10 20:03:09.022 INFO testing kmBlaine/yucon against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:03:09.022 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:03:09.022 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 20:03:09.532 INFO blam! 3e52eb3adf6888eb3e211fe6a825a7879d7abe71869eadf789723f90ffc8f06d Oct 10 20:03:09.536 INFO running `"docker" "start" "-a" "3e52eb3adf6888eb3e211fe6a825a7879d7abe71869eadf789723f90ffc8f06d"` Oct 10 20:03:10.264 INFO kablam! usermod: no changes Oct 10 20:03:10.293 INFO kablam! Compiling yucon v0.2.0 (/source) Oct 10 20:03:10.876 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 10 20:03:10.876 INFO kablam! --> src/runtime/units/config.rs:806:31 Oct 10 20:03:10.876 INFO kablam! | Oct 10 20:03:10.876 INFO kablam! 806 | let mut home_path = match env::home_dir() Oct 10 20:03:10.876 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:03:10.876 INFO kablam! | Oct 10 20:03:10.876 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 20:03:10.876 INFO kablam! Oct 10 20:03:11.212 INFO kablam! warning: unused variable: `err` Oct 10 20:03:11.212 INFO kablam! --> src/runtime/parse/number.rs:195:17 Oct 10 20:03:11.212 INFO kablam! | Oct 10 20:03:11.212 INFO kablam! 195 | Err(err) => { Oct 10 20:03:11.212 INFO kablam! | ^^^ help: consider using `_err` instead Oct 10 20:03:11.212 INFO kablam! | Oct 10 20:03:11.212 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:03:11.212 INFO kablam! Oct 10 20:03:11.212 INFO kablam! warning: unused variable: `iter_result` Oct 10 20:03:11.212 INFO kablam! --> src/runtime/parse/unit.rs:314:13 Oct 10 20:03:11.212 INFO kablam! | Oct 10 20:03:11.212 INFO kablam! 314 | let iter_result = try!(process_tag(tokens_iter.next(), &mut unit_expr, &mut tokens_iter)); Oct 10 20:03:11.212 INFO kablam! | ^^^^^^^^^^^ help: consider using `_iter_result` instead Oct 10 20:03:11.212 INFO kablam! Oct 10 20:03:11.212 INFO kablam! warning: unused variable: `iter_result` Oct 10 20:03:11.212 INFO kablam! --> src/runtime/parse/unit.rs:318:13 Oct 10 20:03:11.212 INFO kablam! | Oct 10 20:03:11.212 INFO kablam! 318 | let iter_result = try!(process_tag(tokens_iter.next(), &mut unit_expr, &mut tokens_iter)); Oct 10 20:03:11.212 INFO kablam! | ^^^^^^^^^^^ help: consider using `_iter_result` instead Oct 10 20:03:11.212 INFO kablam! Oct 10 20:03:11.212 INFO kablam! warning: unused variable: `expr_parse_err` Oct 10 20:03:11.212 INFO kablam! --> src/runtime/parse/mod.rs:176:33 Oct 10 20:03:11.212 INFO kablam! | Oct 10 20:03:11.212 INFO kablam! 176 | Err(expr_parse_err) => state = ConvPrimState::GetInputExpr, Oct 10 20:03:11.212 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_expr_parse_err` instead Oct 10 20:03:11.212 INFO kablam! Oct 10 20:03:11.212 INFO kablam! warning: unused variable: `path_sepr` Oct 10 20:03:11.212 INFO kablam! --> src/runtime/units/config.rs:797:24 Oct 10 20:03:11.212 INFO kablam! | Oct 10 20:03:11.212 INFO kablam! 797 | let (default_path, path_sepr) = if cfg!(target_os="linux") Oct 10 20:03:11.212 INFO kablam! | ^^^^^^^^^ help: consider using `_path_sepr` instead Oct 10 20:03:11.212 INFO kablam! Oct 10 20:03:11.212 INFO kablam! warning: unused variable: `err` Oct 10 20:03:11.212 INFO kablam! --> src/runtime/units/config.rs:822:13 Oct 10 20:03:11.212 INFO kablam! | Oct 10 20:03:11.212 INFO kablam! 822 | Err(err) => { Oct 10 20:03:11.212 INFO kablam! | ^^^ help: consider using `_err` instead Oct 10 20:03:11.212 INFO kablam! Oct 10 20:03:11.212 INFO kablam! warning: unused variable: `index` Oct 10 20:03:11.212 INFO kablam! --> src/runtime/parse/number.rs:33:56 Oct 10 20:03:11.212 INFO kablam! | Oct 10 20:03:11.212 INFO kablam! 33 | fn feed_token(&mut self, token: &str, delim: bool, index: usize) -> bool Oct 10 20:03:11.212 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 10 20:03:11.213 INFO kablam! Oct 10 20:03:11.213 INFO kablam! warning: unused variable: `ch` Oct 10 20:03:11.213 INFO kablam! --> src/runtime/parse/number.rs:77:22 Oct 10 20:03:11.213 INFO kablam! | Oct 10 20:03:11.213 INFO kablam! 77 | fn is_esc(&self, ch: char) -> bool Oct 10 20:03:11.213 INFO kablam! | ^^ help: consider using `_ch` instead Oct 10 20:03:11.213 INFO kablam! Oct 10 20:03:11.213 INFO kablam! warning: unused variable: `ch` Oct 10 20:03:11.213 INFO kablam! --> src/runtime/parse/number.rs:92:34 Oct 10 20:03:11.213 INFO kablam! | Oct 10 20:03:11.213 INFO kablam! 92 | fn is_preserved_delim(&self, ch: char) -> bool Oct 10 20:03:11.213 INFO kablam! | ^^ help: consider using `_ch` instead Oct 10 20:03:11.213 INFO kablam! Oct 10 20:03:11.213 INFO kablam! warning: unused variable: `set` Oct 10 20:03:11.213 INFO kablam! --> src/runtime/parse/number.rs:145:27 Oct 10 20:03:11.213 INFO kablam! | Oct 10 20:03:11.213 INFO kablam! 145 | fn set_esc(&mut self, set: bool) Oct 10 20:03:11.213 INFO kablam! | ^^^ help: consider using `_set` instead Oct 10 20:03:11.213 INFO kablam! Oct 10 20:03:11.213 INFO kablam! warning: unused variable: `index` Oct 10 20:03:11.213 INFO kablam! --> src/runtime/parse/unit.rs:40:56 Oct 10 20:03:11.213 INFO kablam! | Oct 10 20:03:11.213 INFO kablam! 40 | fn feed_token(&mut self, token: &str, delim: bool, index: usize) -> bool Oct 10 20:03:11.213 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 10 20:03:11.213 INFO kablam! Oct 10 20:03:11.213 INFO kablam! warning: unused variable: `ch` Oct 10 20:03:11.213 INFO kablam! --> src/runtime/parse/unit.rs:133:26 Oct 10 20:03:11.213 INFO kablam! | Oct 10 20:03:11.213 INFO kablam! 133 | fn is_comment(&self, ch: char) -> bool Oct 10 20:03:11.213 INFO kablam! | ^^ help: consider using `_ch` instead Oct 10 20:03:11.213 INFO kablam! Oct 10 20:03:11.213 INFO kablam! warning: unused variable: `ch` Oct 10 20:03:11.213 INFO kablam! --> src/runtime/parse/unit.rs:145:34 Oct 10 20:03:11.213 INFO kablam! | Oct 10 20:03:11.213 INFO kablam! 145 | fn is_preserved_delim(&self, ch: char) -> bool Oct 10 20:03:11.213 INFO kablam! | ^^ help: consider using `_ch` instead Oct 10 20:03:11.213 INFO kablam! Oct 10 20:03:11.213 INFO kablam! warning: unused variable: `ch` Oct 10 20:03:11.213 INFO kablam! --> src/runtime/units/config.rs:461:34 Oct 10 20:03:11.213 INFO kablam! | Oct 10 20:03:11.213 INFO kablam! 461 | fn is_preserved_delim(&self, ch: char) -> bool Oct 10 20:03:11.213 INFO kablam! | ^^ help: consider using `_ch` instead Oct 10 20:03:11.213 INFO kablam! Oct 10 20:03:11.213 INFO kablam! warning: unused variable: `index` Oct 10 20:03:11.213 INFO kablam! --> src/runtime/mod.rs:155:56 Oct 10 20:03:11.213 INFO kablam! | Oct 10 20:03:11.213 INFO kablam! 155 | fn feed_token(&mut self, token: &str, delim: bool, index: usize) -> bool Oct 10 20:03:11.213 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 10 20:03:11.213 INFO kablam! Oct 10 20:03:11.213 INFO kablam! warning: unused variable: `index` Oct 10 20:03:11.213 INFO kablam! --> src/runtime/mod.rs:190:28 Oct 10 20:03:11.213 INFO kablam! | Oct 10 20:03:11.213 INFO kablam! 190 | fn assert_valid(&self, index: usize, more_tokens: bool) -> Result<(), SyntaxError> Oct 10 20:03:11.213 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 10 20:03:11.213 INFO kablam! Oct 10 20:03:11.213 INFO kablam! warning: unused variable: `more_tokens` Oct 10 20:03:11.213 INFO kablam! --> src/runtime/mod.rs:190:42 Oct 10 20:03:11.213 INFO kablam! | Oct 10 20:03:11.213 INFO kablam! 190 | fn assert_valid(&self, index: usize, more_tokens: bool) -> Result<(), SyntaxError> Oct 10 20:03:11.213 INFO kablam! | ^^^^^^^^^^^ help: consider using `_more_tokens` instead Oct 10 20:03:11.213 INFO kablam! Oct 10 20:03:11.213 INFO kablam! warning: value assigned to `cmd_result` is never read Oct 10 20:03:11.213 INFO kablam! --> src/runtime/mod.rs:268:17 Oct 10 20:03:11.213 INFO kablam! | Oct 10 20:03:11.213 INFO kablam! 268 | let mut cmd_result = InterpretErr::BlankLine; Oct 10 20:03:11.213 INFO kablam! | ^^^^^^^^^^ Oct 10 20:03:11.213 INFO kablam! | Oct 10 20:03:11.213 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 20:03:11.213 INFO kablam! Oct 10 20:03:11.288 INFO kablam! warning: variable does not need to be mutable Oct 10 20:03:11.288 INFO kablam! --> src/runtime/parse/mod.rs:127:26 Oct 10 20:03:11.288 INFO kablam! | Oct 10 20:03:11.288 INFO kablam! 127 | pub fn to_conv_primitive(mut tokens: &Vec) -> Result Oct 10 20:03:11.288 INFO kablam! | ----^^^^^^ Oct 10 20:03:11.288 INFO kablam! | | Oct 10 20:03:11.288 INFO kablam! | help: remove this `mut` Oct 10 20:03:11.288 INFO kablam! | Oct 10 20:03:11.288 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 20:03:11.288 INFO kablam! Oct 10 20:03:11.369 INFO kablam! warning: field is never used: `token` Oct 10 20:03:11.369 INFO kablam! --> src/runtime/parse/number.rs:14:5 Oct 10 20:03:11.369 INFO kablam! | Oct 10 20:03:11.369 INFO kablam! 14 | token: &'a String, Oct 10 20:03:11.369 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 20:03:11.369 INFO kablam! | Oct 10 20:03:11.369 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:03:11.369 INFO kablam! Oct 10 20:03:11.370 INFO kablam! warning: variant is never constructed: `EmptyField` Oct 10 20:03:11.370 INFO kablam! --> src/runtime/parse/mod.rs:17:5 Oct 10 20:03:11.370 INFO kablam! | Oct 10 20:03:11.370 INFO kablam! 17 | EmptyField(String), Oct 10 20:03:11.370 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 20:03:11.370 INFO kablam! Oct 10 20:03:11.392 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:03:11.392 INFO kablam! --> src/runtime/mod.rs:362:17 Oct 10 20:03:11.392 INFO kablam! | Oct 10 20:03:11.392 INFO kablam! 362 | / match self.input_value Oct 10 20:03:11.392 INFO kablam! 363 | | { Oct 10 20:03:11.392 INFO kablam! 364 | | None => write!(&mut value_str, "[not set]"), Oct 10 20:03:11.392 INFO kablam! 365 | | Some(value) => write!(&mut value_str, "{}", value), Oct 10 20:03:11.392 INFO kablam! 366 | | }; Oct 10 20:03:11.392 INFO kablam! | |__________________^ Oct 10 20:03:11.392 INFO kablam! | Oct 10 20:03:11.392 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:03:11.392 INFO kablam! Oct 10 20:03:11.392 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:03:11.392 INFO kablam! --> src/runtime/mod.rs:532:9 Oct 10 20:03:11.392 INFO kablam! | Oct 10 20:03:11.392 INFO kablam! 532 | self.output_stream.flush(); Oct 10 20:03:11.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:03:11.392 INFO kablam! | Oct 10 20:03:11.392 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:03:11.392 INFO kablam! Oct 10 20:03:13.440 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.16s Oct 10 20:03:13.445 INFO kablam! su: No module specific data is present Oct 10 20:03:13.938 INFO running `"docker" "rm" "-f" "3e52eb3adf6888eb3e211fe6a825a7879d7abe71869eadf789723f90ffc8f06d"` Oct 10 20:03:14.068 INFO blam! 3e52eb3adf6888eb3e211fe6a825a7879d7abe71869eadf789723f90ffc8f06d Oct 10 20:03:14.068 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:03:14.068 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 20:03:14.285 INFO blam! ee16832e9993297b5c6a6905bae47a66f2cdfee9c105246aebf51a11592718ba Oct 10 20:03:14.296 INFO running `"docker" "start" "-a" "ee16832e9993297b5c6a6905bae47a66f2cdfee9c105246aebf51a11592718ba"` Oct 10 20:03:14.895 INFO kablam! usermod: no changes Oct 10 20:03:14.923 INFO kablam! Compiling yucon v0.2.0 (/source) Oct 10 20:03:15.556 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 10 20:03:15.557 INFO kablam! --> src/runtime/units/config.rs:806:31 Oct 10 20:03:15.557 INFO kablam! | Oct 10 20:03:15.557 INFO kablam! 806 | let mut home_path = match env::home_dir() Oct 10 20:03:15.557 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:03:15.557 INFO kablam! | Oct 10 20:03:15.557 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 20:03:15.557 INFO kablam! Oct 10 20:03:15.843 INFO kablam! warning: unused variable: `err` Oct 10 20:03:15.843 INFO kablam! --> src/runtime/parse/number.rs:195:17 Oct 10 20:03:15.843 INFO kablam! | Oct 10 20:03:15.843 INFO kablam! 195 | Err(err) => { Oct 10 20:03:15.843 INFO kablam! | ^^^ help: consider using `_err` instead Oct 10 20:03:15.843 INFO kablam! | Oct 10 20:03:15.843 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:03:15.843 INFO kablam! Oct 10 20:03:15.844 INFO kablam! warning: unused variable: `iter_result` Oct 10 20:03:15.844 INFO kablam! --> src/runtime/parse/unit.rs:314:13 Oct 10 20:03:15.844 INFO kablam! | Oct 10 20:03:15.844 INFO kablam! 314 | let iter_result = try!(process_tag(tokens_iter.next(), &mut unit_expr, &mut tokens_iter)); Oct 10 20:03:15.844 INFO kablam! | ^^^^^^^^^^^ help: consider using `_iter_result` instead Oct 10 20:03:15.844 INFO kablam! Oct 10 20:03:15.844 INFO kablam! warning: unused variable: `iter_result` Oct 10 20:03:15.844 INFO kablam! --> src/runtime/parse/unit.rs:318:13 Oct 10 20:03:15.844 INFO kablam! | Oct 10 20:03:15.844 INFO kablam! 318 | let iter_result = try!(process_tag(tokens_iter.next(), &mut unit_expr, &mut tokens_iter)); Oct 10 20:03:15.844 INFO kablam! | ^^^^^^^^^^^ help: consider using `_iter_result` instead Oct 10 20:03:15.844 INFO kablam! Oct 10 20:03:15.845 INFO kablam! warning: unused variable: `expr_parse_err` Oct 10 20:03:15.845 INFO kablam! --> src/runtime/parse/mod.rs:176:33 Oct 10 20:03:15.845 INFO kablam! | Oct 10 20:03:15.845 INFO kablam! 176 | Err(expr_parse_err) => state = ConvPrimState::GetInputExpr, Oct 10 20:03:15.845 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_expr_parse_err` instead Oct 10 20:03:15.845 INFO kablam! Oct 10 20:03:15.845 INFO kablam! warning: unused variable: `path_sepr` Oct 10 20:03:15.845 INFO kablam! --> src/runtime/units/config.rs:797:24 Oct 10 20:03:15.845 INFO kablam! | Oct 10 20:03:15.845 INFO kablam! 797 | let (default_path, path_sepr) = if cfg!(target_os="linux") Oct 10 20:03:15.845 INFO kablam! | ^^^^^^^^^ help: consider using `_path_sepr` instead Oct 10 20:03:15.845 INFO kablam! Oct 10 20:03:15.845 INFO kablam! warning: unused variable: `err` Oct 10 20:03:15.845 INFO kablam! --> src/runtime/units/config.rs:822:13 Oct 10 20:03:15.845 INFO kablam! | Oct 10 20:03:15.845 INFO kablam! 822 | Err(err) => { Oct 10 20:03:15.845 INFO kablam! | ^^^ help: consider using `_err` instead Oct 10 20:03:15.845 INFO kablam! Oct 10 20:03:15.845 INFO kablam! warning: unused variable: `index` Oct 10 20:03:15.845 INFO kablam! --> src/runtime/parse/number.rs:33:56 Oct 10 20:03:15.845 INFO kablam! | Oct 10 20:03:15.845 INFO kablam! 33 | fn feed_token(&mut self, token: &str, delim: bool, index: usize) -> bool Oct 10 20:03:15.845 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 10 20:03:15.845 INFO kablam! Oct 10 20:03:15.845 INFO kablam! warning: unused variable: `ch` Oct 10 20:03:15.845 INFO kablam! --> src/runtime/parse/number.rs:77:22 Oct 10 20:03:15.845 INFO kablam! | Oct 10 20:03:15.845 INFO kablam! 77 | fn is_esc(&self, ch: char) -> bool Oct 10 20:03:15.845 INFO kablam! | ^^ help: consider using `_ch` instead Oct 10 20:03:15.845 INFO kablam! Oct 10 20:03:15.845 INFO kablam! warning: unused variable: `ch` Oct 10 20:03:15.845 INFO kablam! --> src/runtime/parse/number.rs:92:34 Oct 10 20:03:15.845 INFO kablam! | Oct 10 20:03:15.845 INFO kablam! 92 | fn is_preserved_delim(&self, ch: char) -> bool Oct 10 20:03:15.845 INFO kablam! | ^^ help: consider using `_ch` instead Oct 10 20:03:15.845 INFO kablam! Oct 10 20:03:15.845 INFO kablam! warning: unused variable: `set` Oct 10 20:03:15.845 INFO kablam! --> src/runtime/parse/number.rs:145:27 Oct 10 20:03:15.845 INFO kablam! | Oct 10 20:03:15.845 INFO kablam! 145 | fn set_esc(&mut self, set: bool) Oct 10 20:03:15.845 INFO kablam! | ^^^ help: consider using `_set` instead Oct 10 20:03:15.845 INFO kablam! Oct 10 20:03:15.845 INFO kablam! warning: unused variable: `index` Oct 10 20:03:15.845 INFO kablam! --> src/runtime/parse/unit.rs:40:56 Oct 10 20:03:15.845 INFO kablam! | Oct 10 20:03:15.845 INFO kablam! 40 | fn feed_token(&mut self, token: &str, delim: bool, index: usize) -> bool Oct 10 20:03:15.845 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 10 20:03:15.845 INFO kablam! Oct 10 20:03:15.845 INFO kablam! warning: unused variable: `ch` Oct 10 20:03:15.845 INFO kablam! --> src/runtime/parse/unit.rs:133:26 Oct 10 20:03:15.845 INFO kablam! | Oct 10 20:03:15.845 INFO kablam! 133 | fn is_comment(&self, ch: char) -> bool Oct 10 20:03:15.845 INFO kablam! | ^^ help: consider using `_ch` instead Oct 10 20:03:15.845 INFO kablam! Oct 10 20:03:15.845 INFO kablam! warning: unused variable: `ch` Oct 10 20:03:15.845 INFO kablam! --> src/runtime/parse/unit.rs:145:34 Oct 10 20:03:15.845 INFO kablam! | Oct 10 20:03:15.845 INFO kablam! 145 | fn is_preserved_delim(&self, ch: char) -> bool Oct 10 20:03:15.845 INFO kablam! | ^^ help: consider using `_ch` instead Oct 10 20:03:15.845 INFO kablam! Oct 10 20:03:15.848 INFO kablam! warning: unused variable: `ch` Oct 10 20:03:15.848 INFO kablam! --> src/runtime/units/config.rs:461:34 Oct 10 20:03:15.848 INFO kablam! | Oct 10 20:03:15.848 INFO kablam! 461 | fn is_preserved_delim(&self, ch: char) -> bool Oct 10 20:03:15.848 INFO kablam! | ^^ help: consider using `_ch` instead Oct 10 20:03:15.848 INFO kablam! Oct 10 20:03:15.848 INFO kablam! warning: unused variable: `index` Oct 10 20:03:15.848 INFO kablam! --> src/runtime/mod.rs:155:56 Oct 10 20:03:15.848 INFO kablam! | Oct 10 20:03:15.848 INFO kablam! 155 | fn feed_token(&mut self, token: &str, delim: bool, index: usize) -> bool Oct 10 20:03:15.848 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 10 20:03:15.848 INFO kablam! Oct 10 20:03:15.848 INFO kablam! warning: unused variable: `index` Oct 10 20:03:15.848 INFO kablam! --> src/runtime/mod.rs:190:28 Oct 10 20:03:15.848 INFO kablam! | Oct 10 20:03:15.848 INFO kablam! 190 | fn assert_valid(&self, index: usize, more_tokens: bool) -> Result<(), SyntaxError> Oct 10 20:03:15.848 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 10 20:03:15.848 INFO kablam! Oct 10 20:03:15.848 INFO kablam! warning: unused variable: `more_tokens` Oct 10 20:03:15.848 INFO kablam! --> src/runtime/mod.rs:190:42 Oct 10 20:03:15.848 INFO kablam! | Oct 10 20:03:15.848 INFO kablam! 190 | fn assert_valid(&self, index: usize, more_tokens: bool) -> Result<(), SyntaxError> Oct 10 20:03:15.848 INFO kablam! | ^^^^^^^^^^^ help: consider using `_more_tokens` instead Oct 10 20:03:15.848 INFO kablam! Oct 10 20:03:15.848 INFO kablam! warning: value assigned to `cmd_result` is never read Oct 10 20:03:15.848 INFO kablam! --> src/runtime/mod.rs:268:17 Oct 10 20:03:15.848 INFO kablam! | Oct 10 20:03:15.848 INFO kablam! 268 | let mut cmd_result = InterpretErr::BlankLine; Oct 10 20:03:15.848 INFO kablam! | ^^^^^^^^^^ Oct 10 20:03:15.848 INFO kablam! | Oct 10 20:03:15.848 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 20:03:15.848 INFO kablam! Oct 10 20:03:15.926 INFO kablam! warning: variable does not need to be mutable Oct 10 20:03:15.926 INFO kablam! --> src/runtime/parse/mod.rs:127:26 Oct 10 20:03:15.926 INFO kablam! | Oct 10 20:03:15.927 INFO kablam! 127 | pub fn to_conv_primitive(mut tokens: &Vec) -> Result Oct 10 20:03:15.927 INFO kablam! | ----^^^^^^ Oct 10 20:03:15.927 INFO kablam! | | Oct 10 20:03:15.927 INFO kablam! | help: remove this `mut` Oct 10 20:03:15.928 INFO kablam! | Oct 10 20:03:15.928 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 20:03:15.928 INFO kablam! Oct 10 20:03:16.016 INFO kablam! warning: field is never used: `token` Oct 10 20:03:16.016 INFO kablam! --> src/runtime/parse/number.rs:14:5 Oct 10 20:03:16.016 INFO kablam! | Oct 10 20:03:16.016 INFO kablam! 14 | token: &'a String, Oct 10 20:03:16.016 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 20:03:16.016 INFO kablam! | Oct 10 20:03:16.016 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:03:16.016 INFO kablam! Oct 10 20:03:16.016 INFO kablam! warning: variant is never constructed: `EmptyField` Oct 10 20:03:16.016 INFO kablam! --> src/runtime/parse/mod.rs:17:5 Oct 10 20:03:16.016 INFO kablam! | Oct 10 20:03:16.016 INFO kablam! 17 | EmptyField(String), Oct 10 20:03:16.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 20:03:16.016 INFO kablam! Oct 10 20:03:16.022 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:03:16.022 INFO kablam! --> src/runtime/mod.rs:362:17 Oct 10 20:03:16.022 INFO kablam! | Oct 10 20:03:16.022 INFO kablam! 362 | / match self.input_value Oct 10 20:03:16.022 INFO kablam! 363 | | { Oct 10 20:03:16.022 INFO kablam! 364 | | None => write!(&mut value_str, "[not set]"), Oct 10 20:03:16.022 INFO kablam! 365 | | Some(value) => write!(&mut value_str, "{}", value), Oct 10 20:03:16.022 INFO kablam! 366 | | }; Oct 10 20:03:16.022 INFO kablam! | |__________________^ Oct 10 20:03:16.022 INFO kablam! | Oct 10 20:03:16.022 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:03:16.022 INFO kablam! Oct 10 20:03:16.022 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:03:16.023 INFO kablam! --> src/runtime/mod.rs:532:9 Oct 10 20:03:16.023 INFO kablam! | Oct 10 20:03:16.023 INFO kablam! 532 | self.output_stream.flush(); Oct 10 20:03:16.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:03:16.023 INFO kablam! | Oct 10 20:03:16.023 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:03:16.023 INFO kablam! Oct 10 20:03:16.403 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.49s Oct 10 20:03:16.405 INFO kablam! su: No module specific data is present Oct 10 20:03:16.662 INFO running `"docker" "rm" "-f" "ee16832e9993297b5c6a6905bae47a66f2cdfee9c105246aebf51a11592718ba"` Oct 10 20:03:16.761 INFO blam! ee16832e9993297b5c6a6905bae47a66f2cdfee9c105246aebf51a11592718ba Oct 10 20:03:16.763 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:03:16.764 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 20:03:16.984 INFO blam! fe0a2c8dfd95f9aa9c3296ca5088657d9c16a484f823f917eb76e7207ddc6182 Oct 10 20:03:16.990 INFO running `"docker" "start" "-a" "fe0a2c8dfd95f9aa9c3296ca5088657d9c16a484f823f917eb76e7207ddc6182"` Oct 10 20:03:17.474 INFO kablam! usermod: no changes Oct 10 20:03:17.508 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 20:03:17.509 INFO kablam! Running /target/debug/deps/yucon-fde270b5d7c6c472 Oct 10 20:03:17.511 INFO blam! Oct 10 20:03:17.511 INFO blam! running 0 tests Oct 10 20:03:17.511 INFO blam! Oct 10 20:03:17.511 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:03:17.512 INFO blam! Oct 10 20:03:17.513 INFO kablam! su: No module specific data is present Oct 10 20:03:17.989 INFO running `"docker" "rm" "-f" "fe0a2c8dfd95f9aa9c3296ca5088657d9c16a484f823f917eb76e7207ddc6182"` Oct 10 20:03:18.280 INFO blam! fe0a2c8dfd95f9aa9c3296ca5088657d9c16a484f823f917eb76e7207ddc6182