Oct 14 14:54:34.968 INFO testing kmBlaine/yucon against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 14:54:34.969 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 14:54:35.493 INFO blam! 8fdd8ff21d79b3565e9e65754dbc10b7fada26709f55f2fb49cd0bf1e2eab259 Oct 14 14:54:35.501 INFO running `"docker" "start" "-a" "8fdd8ff21d79b3565e9e65754dbc10b7fada26709f55f2fb49cd0bf1e2eab259"` Oct 14 14:54:37.494 INFO kablam! usermod: no changes Oct 14 14:54:37.571 INFO kablam! Compiling yucon v0.2.0 (/source) Oct 14 14:54:38.015 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 14 14:54:38.015 INFO kablam! --> src/runtime/units/config.rs:806:31 Oct 14 14:54:38.015 INFO kablam! | Oct 14 14:54:38.015 INFO kablam! 806 | let mut home_path = match env::home_dir() Oct 14 14:54:38.015 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:54:38.015 INFO kablam! | Oct 14 14:54:38.015 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 14:54:38.015 INFO kablam! Oct 14 14:54:38.427 INFO kablam! warning: unused variable: `err` Oct 14 14:54:38.427 INFO kablam! --> src/runtime/parse/number.rs:195:17 Oct 14 14:54:38.428 INFO kablam! | Oct 14 14:54:38.428 INFO kablam! 195 | Err(err) => { Oct 14 14:54:38.428 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 14:54:38.429 INFO kablam! | Oct 14 14:54:38.429 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 14:54:38.429 INFO kablam! Oct 14 14:54:38.429 INFO kablam! warning: unused variable: `iter_result` Oct 14 14:54:38.430 INFO kablam! --> src/runtime/parse/unit.rs:314:13 Oct 14 14:54:38.430 INFO kablam! | Oct 14 14:54:38.430 INFO kablam! 314 | let iter_result = try!(process_tag(tokens_iter.next(), &mut unit_expr, &mut tokens_iter)); Oct 14 14:54:38.431 INFO kablam! | ^^^^^^^^^^^ help: consider using `_iter_result` instead Oct 14 14:54:38.431 INFO kablam! Oct 14 14:54:38.431 INFO kablam! warning: unused variable: `iter_result` Oct 14 14:54:38.432 INFO kablam! --> src/runtime/parse/unit.rs:318:13 Oct 14 14:54:38.432 INFO kablam! | Oct 14 14:54:38.432 INFO kablam! 318 | let iter_result = try!(process_tag(tokens_iter.next(), &mut unit_expr, &mut tokens_iter)); Oct 14 14:54:38.433 INFO kablam! | ^^^^^^^^^^^ help: consider using `_iter_result` instead Oct 14 14:54:38.433 INFO kablam! Oct 14 14:54:38.433 INFO kablam! warning: unused variable: `expr_parse_err` Oct 14 14:54:38.433 INFO kablam! --> src/runtime/parse/mod.rs:176:33 Oct 14 14:54:38.434 INFO kablam! | Oct 14 14:54:38.434 INFO kablam! 176 | Err(expr_parse_err) => state = ConvPrimState::GetInputExpr, Oct 14 14:54:38.434 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_expr_parse_err` instead Oct 14 14:54:38.435 INFO kablam! Oct 14 14:54:38.435 INFO kablam! warning: unused variable: `path_sepr` Oct 14 14:54:38.435 INFO kablam! --> src/runtime/units/config.rs:797:24 Oct 14 14:54:38.435 INFO kablam! | Oct 14 14:54:38.436 INFO kablam! 797 | let (default_path, path_sepr) = if cfg!(target_os="linux") Oct 14 14:54:38.436 INFO kablam! | ^^^^^^^^^ help: consider using `_path_sepr` instead Oct 14 14:54:38.436 INFO kablam! Oct 14 14:54:38.437 INFO kablam! warning: unused variable: `err` Oct 14 14:54:38.437 INFO kablam! --> src/runtime/units/config.rs:822:13 Oct 14 14:54:38.437 INFO kablam! | Oct 14 14:54:38.437 INFO kablam! 822 | Err(err) => { Oct 14 14:54:38.438 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 14:54:38.438 INFO kablam! Oct 14 14:54:38.438 INFO kablam! warning: unused variable: `index` Oct 14 14:54:38.439 INFO kablam! --> src/runtime/parse/number.rs:33:56 Oct 14 14:54:38.439 INFO kablam! | Oct 14 14:54:38.439 INFO kablam! 33 | fn feed_token(&mut self, token: &str, delim: bool, index: usize) -> bool Oct 14 14:54:38.440 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 14 14:54:38.440 INFO kablam! Oct 14 14:54:38.440 INFO kablam! warning: unused variable: `ch` Oct 14 14:54:38.440 INFO kablam! --> src/runtime/parse/number.rs:77:22 Oct 14 14:54:38.441 INFO kablam! | Oct 14 14:54:38.441 INFO kablam! 77 | fn is_esc(&self, ch: char) -> bool Oct 14 14:54:38.441 INFO kablam! | ^^ help: consider using `_ch` instead Oct 14 14:54:38.442 INFO kablam! Oct 14 14:54:38.442 INFO kablam! warning: unused variable: `ch` Oct 14 14:54:38.442 INFO kablam! --> src/runtime/parse/number.rs:92:34 Oct 14 14:54:38.442 INFO kablam! | Oct 14 14:54:38.443 INFO kablam! 92 | fn is_preserved_delim(&self, ch: char) -> bool Oct 14 14:54:38.443 INFO kablam! | ^^ help: consider using `_ch` instead Oct 14 14:54:38.443 INFO kablam! Oct 14 14:54:38.443 INFO kablam! warning: unused variable: `set` Oct 14 14:54:38.444 INFO kablam! --> src/runtime/parse/number.rs:145:27 Oct 14 14:54:38.444 INFO kablam! | Oct 14 14:54:38.444 INFO kablam! 145 | fn set_esc(&mut self, set: bool) Oct 14 14:54:38.445 INFO kablam! | ^^^ help: consider using `_set` instead Oct 14 14:54:38.445 INFO kablam! Oct 14 14:54:38.445 INFO kablam! warning: unused variable: `index` Oct 14 14:54:38.445 INFO kablam! --> src/runtime/parse/unit.rs:40:56 Oct 14 14:54:38.446 INFO kablam! | Oct 14 14:54:38.446 INFO kablam! 40 | fn feed_token(&mut self, token: &str, delim: bool, index: usize) -> bool Oct 14 14:54:38.446 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 14 14:54:38.447 INFO kablam! Oct 14 14:54:38.447 INFO kablam! warning: unused variable: `ch` Oct 14 14:54:38.447 INFO kablam! --> src/runtime/parse/unit.rs:133:26 Oct 14 14:54:38.447 INFO kablam! | Oct 14 14:54:38.448 INFO kablam! 133 | fn is_comment(&self, ch: char) -> bool Oct 14 14:54:38.448 INFO kablam! | ^^ help: consider using `_ch` instead Oct 14 14:54:38.448 INFO kablam! Oct 14 14:54:38.448 INFO kablam! warning: unused variable: `ch` Oct 14 14:54:38.449 INFO kablam! --> src/runtime/parse/unit.rs:145:34 Oct 14 14:54:38.449 INFO kablam! | Oct 14 14:54:38.449 INFO kablam! 145 | fn is_preserved_delim(&self, ch: char) -> bool Oct 14 14:54:38.449 INFO kablam! | ^^ help: consider using `_ch` instead Oct 14 14:54:38.450 INFO kablam! Oct 14 14:54:38.450 INFO kablam! warning: unused variable: `ch` Oct 14 14:54:38.450 INFO kablam! --> src/runtime/units/config.rs:461:34 Oct 14 14:54:38.451 INFO kablam! | Oct 14 14:54:38.452 INFO kablam! 461 | fn is_preserved_delim(&self, ch: char) -> bool Oct 14 14:54:38.452 INFO kablam! | ^^ help: consider using `_ch` instead Oct 14 14:54:38.452 INFO kablam! Oct 14 14:54:38.452 INFO kablam! warning: unused variable: `index` Oct 14 14:54:38.453 INFO kablam! --> src/runtime/mod.rs:155:56 Oct 14 14:54:38.453 INFO kablam! | Oct 14 14:54:38.453 INFO kablam! 155 | fn feed_token(&mut self, token: &str, delim: bool, index: usize) -> bool Oct 14 14:54:38.454 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 14 14:54:38.454 INFO kablam! Oct 14 14:54:38.454 INFO kablam! warning: unused variable: `index` Oct 14 14:54:38.454 INFO kablam! --> src/runtime/mod.rs:190:28 Oct 14 14:54:38.455 INFO kablam! | Oct 14 14:54:38.455 INFO kablam! 190 | fn assert_valid(&self, index: usize, more_tokens: bool) -> Result<(), SyntaxError> Oct 14 14:54:38.455 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 14 14:54:38.455 INFO kablam! Oct 14 14:54:38.456 INFO kablam! warning: unused variable: `more_tokens` Oct 14 14:54:38.456 INFO kablam! --> src/runtime/mod.rs:190:42 Oct 14 14:54:38.456 INFO kablam! | Oct 14 14:54:38.456 INFO kablam! 190 | fn assert_valid(&self, index: usize, more_tokens: bool) -> Result<(), SyntaxError> Oct 14 14:54:38.457 INFO kablam! | ^^^^^^^^^^^ help: consider using `_more_tokens` instead Oct 14 14:54:38.457 INFO kablam! Oct 14 14:54:38.457 INFO kablam! warning: value assigned to `cmd_result` is never read Oct 14 14:54:38.458 INFO kablam! --> src/runtime/mod.rs:268:17 Oct 14 14:54:38.458 INFO kablam! | Oct 14 14:54:38.458 INFO kablam! 268 | let mut cmd_result = InterpretErr::BlankLine; Oct 14 14:54:38.458 INFO kablam! | ^^^^^^^^^^ Oct 14 14:54:38.459 INFO kablam! | Oct 14 14:54:38.459 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 14:54:38.459 INFO kablam! Oct 14 14:54:38.503 INFO kablam! warning: variable does not need to be mutable Oct 14 14:54:38.503 INFO kablam! --> src/runtime/parse/mod.rs:127:26 Oct 14 14:54:38.503 INFO kablam! | Oct 14 14:54:38.503 INFO kablam! 127 | pub fn to_conv_primitive(mut tokens: &Vec) -> Result Oct 14 14:54:38.503 INFO kablam! | ----^^^^^^ Oct 14 14:54:38.503 INFO kablam! | | Oct 14 14:54:38.503 INFO kablam! | help: remove this `mut` Oct 14 14:54:38.503 INFO kablam! | Oct 14 14:54:38.503 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 14:54:38.503 INFO kablam! Oct 14 14:54:38.587 INFO kablam! warning: field is never used: `token` Oct 14 14:54:38.587 INFO kablam! --> src/runtime/parse/number.rs:14:5 Oct 14 14:54:38.587 INFO kablam! | Oct 14 14:54:38.587 INFO kablam! 14 | token: &'a String, Oct 14 14:54:38.587 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 14:54:38.587 INFO kablam! | Oct 14 14:54:38.587 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:54:38.587 INFO kablam! Oct 14 14:54:38.587 INFO kablam! warning: variant is never constructed: `EmptyField` Oct 14 14:54:38.587 INFO kablam! --> src/runtime/parse/mod.rs:17:5 Oct 14 14:54:38.587 INFO kablam! | Oct 14 14:54:38.587 INFO kablam! 17 | EmptyField(String), Oct 14 14:54:38.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 14:54:38.587 INFO kablam! Oct 14 14:54:38.595 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:54:38.595 INFO kablam! --> src/runtime/mod.rs:362:17 Oct 14 14:54:38.595 INFO kablam! | Oct 14 14:54:38.595 INFO kablam! 362 | / match self.input_value Oct 14 14:54:38.595 INFO kablam! 363 | | { Oct 14 14:54:38.595 INFO kablam! 364 | | None => write!(&mut value_str, "[not set]"), Oct 14 14:54:38.595 INFO kablam! 365 | | Some(value) => write!(&mut value_str, "{}", value), Oct 14 14:54:38.595 INFO kablam! 366 | | }; Oct 14 14:54:38.595 INFO kablam! | |__________________^ Oct 14 14:54:38.595 INFO kablam! | Oct 14 14:54:38.595 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:54:38.595 INFO kablam! Oct 14 14:54:38.603 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:54:38.603 INFO kablam! --> src/runtime/mod.rs:532:9 Oct 14 14:54:38.603 INFO kablam! | Oct 14 14:54:38.603 INFO kablam! 532 | self.output_stream.flush(); Oct 14 14:54:38.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:54:38.603 INFO kablam! | Oct 14 14:54:38.603 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:54:38.603 INFO kablam! Oct 14 14:54:41.239 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.69s Oct 14 14:54:41.239 INFO kablam! su: No module specific data is present Oct 14 14:54:41.799 INFO running `"docker" "rm" "-f" "8fdd8ff21d79b3565e9e65754dbc10b7fada26709f55f2fb49cd0bf1e2eab259"` Oct 14 14:54:42.151 INFO blam! 8fdd8ff21d79b3565e9e65754dbc10b7fada26709f55f2fb49cd0bf1e2eab259 Oct 14 14:54:42.173 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 14:54:42.675 INFO blam! 1e39660f25a410e37d9df86caa291869a81603b4b2b18e7b3298cf8c5422307a Oct 14 14:54:42.681 INFO running `"docker" "start" "-a" "1e39660f25a410e37d9df86caa291869a81603b4b2b18e7b3298cf8c5422307a"` Oct 14 14:54:44.138 INFO kablam! usermod: no changes Oct 14 14:54:44.201 INFO kablam! Compiling yucon v0.2.0 (/source) Oct 14 14:54:44.515 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 14 14:54:44.516 INFO kablam! --> src/runtime/units/config.rs:806:31 Oct 14 14:54:44.516 INFO kablam! | Oct 14 14:54:44.516 INFO kablam! 806 | let mut home_path = match env::home_dir() Oct 14 14:54:44.517 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:54:44.517 INFO kablam! | Oct 14 14:54:44.517 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 14:54:44.517 INFO kablam! Oct 14 14:54:44.899 INFO kablam! warning: unused variable: `err` Oct 14 14:54:44.899 INFO kablam! --> src/runtime/parse/number.rs:195:17 Oct 14 14:54:44.899 INFO kablam! | Oct 14 14:54:44.899 INFO kablam! 195 | Err(err) => { Oct 14 14:54:44.899 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 14:54:44.899 INFO kablam! | Oct 14 14:54:44.899 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 14:54:44.899 INFO kablam! Oct 14 14:54:44.899 INFO kablam! warning: unused variable: `iter_result` Oct 14 14:54:44.899 INFO kablam! --> src/runtime/parse/unit.rs:314:13 Oct 14 14:54:44.899 INFO kablam! | Oct 14 14:54:44.899 INFO kablam! 314 | let iter_result = try!(process_tag(tokens_iter.next(), &mut unit_expr, &mut tokens_iter)); Oct 14 14:54:44.899 INFO kablam! | ^^^^^^^^^^^ help: consider using `_iter_result` instead Oct 14 14:54:44.899 INFO kablam! Oct 14 14:54:44.899 INFO kablam! warning: unused variable: `iter_result` Oct 14 14:54:44.899 INFO kablam! --> src/runtime/parse/unit.rs:318:13 Oct 14 14:54:44.899 INFO kablam! | Oct 14 14:54:44.899 INFO kablam! 318 | let iter_result = try!(process_tag(tokens_iter.next(), &mut unit_expr, &mut tokens_iter)); Oct 14 14:54:44.899 INFO kablam! | ^^^^^^^^^^^ help: consider using `_iter_result` instead Oct 14 14:54:44.899 INFO kablam! Oct 14 14:54:44.899 INFO kablam! warning: unused variable: `expr_parse_err` Oct 14 14:54:44.899 INFO kablam! --> src/runtime/parse/mod.rs:176:33 Oct 14 14:54:44.899 INFO kablam! | Oct 14 14:54:44.899 INFO kablam! 176 | Err(expr_parse_err) => state = ConvPrimState::GetInputExpr, Oct 14 14:54:44.899 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_expr_parse_err` instead Oct 14 14:54:44.899 INFO kablam! Oct 14 14:54:44.899 INFO kablam! warning: unused variable: `path_sepr` Oct 14 14:54:44.899 INFO kablam! --> src/runtime/units/config.rs:797:24 Oct 14 14:54:44.899 INFO kablam! | Oct 14 14:54:44.899 INFO kablam! 797 | let (default_path, path_sepr) = if cfg!(target_os="linux") Oct 14 14:54:44.899 INFO kablam! | ^^^^^^^^^ help: consider using `_path_sepr` instead Oct 14 14:54:44.899 INFO kablam! Oct 14 14:54:44.899 INFO kablam! warning: unused variable: `err` Oct 14 14:54:44.899 INFO kablam! --> src/runtime/units/config.rs:822:13 Oct 14 14:54:44.899 INFO kablam! | Oct 14 14:54:44.899 INFO kablam! 822 | Err(err) => { Oct 14 14:54:44.899 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 14:54:44.899 INFO kablam! Oct 14 14:54:44.899 INFO kablam! warning: unused variable: `index` Oct 14 14:54:44.899 INFO kablam! --> src/runtime/parse/number.rs:33:56 Oct 14 14:54:44.899 INFO kablam! | Oct 14 14:54:44.899 INFO kablam! 33 | fn feed_token(&mut self, token: &str, delim: bool, index: usize) -> bool Oct 14 14:54:44.899 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 14 14:54:44.899 INFO kablam! Oct 14 14:54:44.899 INFO kablam! warning: unused variable: `ch` Oct 14 14:54:44.899 INFO kablam! --> src/runtime/parse/number.rs:77:22 Oct 14 14:54:44.899 INFO kablam! | Oct 14 14:54:44.899 INFO kablam! 77 | fn is_esc(&self, ch: char) -> bool Oct 14 14:54:44.899 INFO kablam! | ^^ help: consider using `_ch` instead Oct 14 14:54:44.899 INFO kablam! Oct 14 14:54:44.899 INFO kablam! warning: unused variable: `ch` Oct 14 14:54:44.899 INFO kablam! --> src/runtime/parse/number.rs:92:34 Oct 14 14:54:44.899 INFO kablam! | Oct 14 14:54:44.899 INFO kablam! 92 | fn is_preserved_delim(&self, ch: char) -> bool Oct 14 14:54:44.899 INFO kablam! | ^^ help: consider using `_ch` instead Oct 14 14:54:44.899 INFO kablam! Oct 14 14:54:44.899 INFO kablam! warning: unused variable: `set` Oct 14 14:54:44.899 INFO kablam! --> src/runtime/parse/number.rs:145:27 Oct 14 14:54:44.899 INFO kablam! | Oct 14 14:54:44.899 INFO kablam! 145 | fn set_esc(&mut self, set: bool) Oct 14 14:54:44.899 INFO kablam! | ^^^ help: consider using `_set` instead Oct 14 14:54:44.899 INFO kablam! Oct 14 14:54:44.899 INFO kablam! warning: unused variable: `index` Oct 14 14:54:44.899 INFO kablam! --> src/runtime/parse/unit.rs:40:56 Oct 14 14:54:44.899 INFO kablam! | Oct 14 14:54:44.899 INFO kablam! 40 | fn feed_token(&mut self, token: &str, delim: bool, index: usize) -> bool Oct 14 14:54:44.899 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 14 14:54:44.899 INFO kablam! Oct 14 14:54:44.899 INFO kablam! warning: unused variable: `ch` Oct 14 14:54:44.899 INFO kablam! --> src/runtime/parse/unit.rs:133:26 Oct 14 14:54:44.899 INFO kablam! | Oct 14 14:54:44.899 INFO kablam! 133 | fn is_comment(&self, ch: char) -> bool Oct 14 14:54:44.899 INFO kablam! | ^^ help: consider using `_ch` instead Oct 14 14:54:44.899 INFO kablam! Oct 14 14:54:44.899 INFO kablam! warning: unused variable: `ch` Oct 14 14:54:44.899 INFO kablam! --> src/runtime/parse/unit.rs:145:34 Oct 14 14:54:44.899 INFO kablam! | Oct 14 14:54:44.899 INFO kablam! 145 | fn is_preserved_delim(&self, ch: char) -> bool Oct 14 14:54:44.899 INFO kablam! | ^^ help: consider using `_ch` instead Oct 14 14:54:44.899 INFO kablam! Oct 14 14:54:44.899 INFO kablam! warning: unused variable: `ch` Oct 14 14:54:44.899 INFO kablam! --> src/runtime/units/config.rs:461:34 Oct 14 14:54:44.899 INFO kablam! | Oct 14 14:54:44.899 INFO kablam! 461 | fn is_preserved_delim(&self, ch: char) -> bool Oct 14 14:54:44.899 INFO kablam! | ^^ help: consider using `_ch` instead Oct 14 14:54:44.899 INFO kablam! Oct 14 14:54:44.899 INFO kablam! warning: unused variable: `index` Oct 14 14:54:44.899 INFO kablam! --> src/runtime/mod.rs:155:56 Oct 14 14:54:44.899 INFO kablam! | Oct 14 14:54:44.899 INFO kablam! 155 | fn feed_token(&mut self, token: &str, delim: bool, index: usize) -> bool Oct 14 14:54:44.899 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 14 14:54:44.900 INFO kablam! Oct 14 14:54:44.900 INFO kablam! warning: unused variable: `index` Oct 14 14:54:44.900 INFO kablam! --> src/runtime/mod.rs:190:28 Oct 14 14:54:44.900 INFO kablam! | Oct 14 14:54:44.900 INFO kablam! 190 | fn assert_valid(&self, index: usize, more_tokens: bool) -> Result<(), SyntaxError> Oct 14 14:54:44.900 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 14 14:54:44.900 INFO kablam! Oct 14 14:54:44.900 INFO kablam! warning: unused variable: `more_tokens` Oct 14 14:54:44.900 INFO kablam! --> src/runtime/mod.rs:190:42 Oct 14 14:54:44.900 INFO kablam! | Oct 14 14:54:44.900 INFO kablam! 190 | fn assert_valid(&self, index: usize, more_tokens: bool) -> Result<(), SyntaxError> Oct 14 14:54:44.900 INFO kablam! | ^^^^^^^^^^^ help: consider using `_more_tokens` instead Oct 14 14:54:44.900 INFO kablam! Oct 14 14:54:44.900 INFO kablam! warning: value assigned to `cmd_result` is never read Oct 14 14:54:44.900 INFO kablam! --> src/runtime/mod.rs:268:17 Oct 14 14:54:44.900 INFO kablam! | Oct 14 14:54:44.900 INFO kablam! 268 | let mut cmd_result = InterpretErr::BlankLine; Oct 14 14:54:44.900 INFO kablam! | ^^^^^^^^^^ Oct 14 14:54:44.900 INFO kablam! | Oct 14 14:54:44.900 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 14:54:44.900 INFO kablam! Oct 14 14:54:44.971 INFO kablam! warning: variable does not need to be mutable Oct 14 14:54:44.971 INFO kablam! --> src/runtime/parse/mod.rs:127:26 Oct 14 14:54:44.971 INFO kablam! | Oct 14 14:54:44.971 INFO kablam! 127 | pub fn to_conv_primitive(mut tokens: &Vec) -> Result Oct 14 14:54:44.971 INFO kablam! | ----^^^^^^ Oct 14 14:54:44.971 INFO kablam! | | Oct 14 14:54:44.971 INFO kablam! | help: remove this `mut` Oct 14 14:54:44.971 INFO kablam! | Oct 14 14:54:44.971 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 14:54:44.971 INFO kablam! Oct 14 14:54:45.052 INFO kablam! warning: field is never used: `token` Oct 14 14:54:45.053 INFO kablam! --> src/runtime/parse/number.rs:14:5 Oct 14 14:54:45.053 INFO kablam! | Oct 14 14:54:45.054 INFO kablam! 14 | token: &'a String, Oct 14 14:54:45.054 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 14:54:45.054 INFO kablam! | Oct 14 14:54:45.054 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:54:45.054 INFO kablam! Oct 14 14:54:45.054 INFO kablam! warning: variant is never constructed: `EmptyField` Oct 14 14:54:45.054 INFO kablam! --> src/runtime/parse/mod.rs:17:5 Oct 14 14:54:45.054 INFO kablam! | Oct 14 14:54:45.054 INFO kablam! 17 | EmptyField(String), Oct 14 14:54:45.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 14:54:45.054 INFO kablam! Oct 14 14:54:45.060 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:54:45.060 INFO kablam! --> src/runtime/mod.rs:362:17 Oct 14 14:54:45.060 INFO kablam! | Oct 14 14:54:45.060 INFO kablam! 362 | / match self.input_value Oct 14 14:54:45.060 INFO kablam! 363 | | { Oct 14 14:54:45.060 INFO kablam! 364 | | None => write!(&mut value_str, "[not set]"), Oct 14 14:54:45.060 INFO kablam! 365 | | Some(value) => write!(&mut value_str, "{}", value), Oct 14 14:54:45.060 INFO kablam! 366 | | }; Oct 14 14:54:45.060 INFO kablam! | |__________________^ Oct 14 14:54:45.060 INFO kablam! | Oct 14 14:54:45.060 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:54:45.061 INFO kablam! Oct 14 14:54:45.061 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:54:45.061 INFO kablam! --> src/runtime/mod.rs:532:9 Oct 14 14:54:45.062 INFO kablam! | Oct 14 14:54:45.062 INFO kablam! 532 | self.output_stream.flush(); Oct 14 14:54:45.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:54:45.062 INFO kablam! | Oct 14 14:54:45.062 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:54:45.062 INFO kablam! Oct 14 14:54:45.643 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.47s Oct 14 14:54:45.646 INFO kablam! su: No module specific data is present Oct 14 14:54:46.535 INFO running `"docker" "rm" "-f" "1e39660f25a410e37d9df86caa291869a81603b4b2b18e7b3298cf8c5422307a"` Oct 14 14:54:46.819 INFO blam! 1e39660f25a410e37d9df86caa291869a81603b4b2b18e7b3298cf8c5422307a Oct 14 14:54:46.823 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 14:54:47.219 INFO blam! 0f72f9ae557fe4d69a26344beaa81740e739d432a8730d78997de9b6ec67a560 Oct 14 14:54:47.235 INFO running `"docker" "start" "-a" "0f72f9ae557fe4d69a26344beaa81740e739d432a8730d78997de9b6ec67a560"` Oct 14 14:54:48.666 INFO kablam! usermod: no changes Oct 14 14:54:48.743 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 14:54:48.744 INFO kablam! Running /target/debug/deps/yucon-fde270b5d7c6c472 Oct 14 14:54:48.752 INFO kablam! su: No module specific data is present Oct 14 14:54:48.752 INFO blam! Oct 14 14:54:48.755 INFO blam! running 0 tests Oct 14 14:54:48.756 INFO blam! Oct 14 14:54:48.756 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:54:48.756 INFO blam! Oct 14 14:54:49.400 INFO running `"docker" "rm" "-f" "0f72f9ae557fe4d69a26344beaa81740e739d432a8730d78997de9b6ec67a560"` Oct 14 14:54:49.607 INFO blam! 0f72f9ae557fe4d69a26344beaa81740e739d432a8730d78997de9b6ec67a560