Oct 14 14:54:34.439 INFO testing kmBlaine/yucon against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 14:54:34.440 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:34.924 INFO blam! f6e5b6f00cc81121801f868405a55f0774d3ef00044a2b098c4c55b1d256adfa Oct 14 14:54:34.926 INFO running `"docker" "start" "-a" "f6e5b6f00cc81121801f868405a55f0774d3ef00044a2b098c4c55b1d256adfa"` Oct 14 14:54:36.639 INFO kablam! usermod: no changes Oct 14 14:54:36.681 INFO kablam! Compiling yucon v0.2.0 (/source) Oct 14 14:54:37.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:37.015 INFO kablam! --> src/runtime/units/config.rs:806:31 Oct 14 14:54:37.015 INFO kablam! | Oct 14 14:54:37.015 INFO kablam! 806 | let mut home_path = match env::home_dir() Oct 14 14:54:37.015 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:54:37.015 INFO kablam! | Oct 14 14:54:37.015 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 14:54:37.015 INFO kablam! Oct 14 14:54:37.426 INFO kablam! warning: unused variable: `err` Oct 14 14:54:37.426 INFO kablam! --> src/runtime/parse/number.rs:195:17 Oct 14 14:54:37.426 INFO kablam! | Oct 14 14:54:37.426 INFO kablam! 195 | Err(err) => { Oct 14 14:54:37.426 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 14:54:37.426 INFO kablam! | Oct 14 14:54:37.428 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 14:54:37.428 INFO kablam! Oct 14 14:54:37.428 INFO kablam! warning: unused variable: `iter_result` Oct 14 14:54:37.428 INFO kablam! --> src/runtime/parse/unit.rs:314:13 Oct 14 14:54:37.428 INFO kablam! | Oct 14 14:54:37.428 INFO kablam! 314 | let iter_result = try!(process_tag(tokens_iter.next(), &mut unit_expr, &mut tokens_iter)); Oct 14 14:54:37.428 INFO kablam! | ^^^^^^^^^^^ help: consider using `_iter_result` instead Oct 14 14:54:37.428 INFO kablam! Oct 14 14:54:37.428 INFO kablam! warning: unused variable: `iter_result` Oct 14 14:54:37.428 INFO kablam! --> src/runtime/parse/unit.rs:318:13 Oct 14 14:54:37.428 INFO kablam! | Oct 14 14:54:37.428 INFO kablam! 318 | let iter_result = try!(process_tag(tokens_iter.next(), &mut unit_expr, &mut tokens_iter)); Oct 14 14:54:37.428 INFO kablam! | ^^^^^^^^^^^ help: consider using `_iter_result` instead Oct 14 14:54:37.428 INFO kablam! Oct 14 14:54:37.428 INFO kablam! warning: unused variable: `expr_parse_err` Oct 14 14:54:37.428 INFO kablam! --> src/runtime/parse/mod.rs:176:33 Oct 14 14:54:37.428 INFO kablam! | Oct 14 14:54:37.428 INFO kablam! 176 | Err(expr_parse_err) => state = ConvPrimState::GetInputExpr, Oct 14 14:54:37.428 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_expr_parse_err` instead Oct 14 14:54:37.428 INFO kablam! Oct 14 14:54:37.428 INFO kablam! warning: unused variable: `path_sepr` Oct 14 14:54:37.428 INFO kablam! --> src/runtime/units/config.rs:797:24 Oct 14 14:54:37.428 INFO kablam! | Oct 14 14:54:37.428 INFO kablam! 797 | let (default_path, path_sepr) = if cfg!(target_os="linux") Oct 14 14:54:37.428 INFO kablam! | ^^^^^^^^^ help: consider using `_path_sepr` instead Oct 14 14:54:37.428 INFO kablam! Oct 14 14:54:37.428 INFO kablam! warning: unused variable: `err` Oct 14 14:54:37.428 INFO kablam! --> src/runtime/units/config.rs:822:13 Oct 14 14:54:37.428 INFO kablam! | Oct 14 14:54:37.428 INFO kablam! 822 | Err(err) => { Oct 14 14:54:37.428 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 14:54:37.428 INFO kablam! Oct 14 14:54:37.428 INFO kablam! warning: unused variable: `index` Oct 14 14:54:37.428 INFO kablam! --> src/runtime/parse/number.rs:33:56 Oct 14 14:54:37.428 INFO kablam! | Oct 14 14:54:37.428 INFO kablam! 33 | fn feed_token(&mut self, token: &str, delim: bool, index: usize) -> bool Oct 14 14:54:37.428 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 14 14:54:37.428 INFO kablam! Oct 14 14:54:37.428 INFO kablam! warning: unused variable: `ch` Oct 14 14:54:37.428 INFO kablam! --> src/runtime/parse/number.rs:77:22 Oct 14 14:54:37.428 INFO kablam! | Oct 14 14:54:37.428 INFO kablam! 77 | fn is_esc(&self, ch: char) -> bool Oct 14 14:54:37.428 INFO kablam! | ^^ help: consider using `_ch` instead Oct 14 14:54:37.428 INFO kablam! Oct 14 14:54:37.436 INFO kablam! warning: unused variable: `ch` Oct 14 14:54:37.436 INFO kablam! --> src/runtime/parse/number.rs:92:34 Oct 14 14:54:37.436 INFO kablam! | Oct 14 14:54:37.436 INFO kablam! 92 | fn is_preserved_delim(&self, ch: char) -> bool Oct 14 14:54:37.436 INFO kablam! | ^^ help: consider using `_ch` instead Oct 14 14:54:37.436 INFO kablam! Oct 14 14:54:37.436 INFO kablam! warning: unused variable: `set` Oct 14 14:54:37.436 INFO kablam! --> src/runtime/parse/number.rs:145:27 Oct 14 14:54:37.436 INFO kablam! | Oct 14 14:54:37.436 INFO kablam! 145 | fn set_esc(&mut self, set: bool) Oct 14 14:54:37.436 INFO kablam! | ^^^ help: consider using `_set` instead Oct 14 14:54:37.436 INFO kablam! Oct 14 14:54:37.436 INFO kablam! warning: unused variable: `index` Oct 14 14:54:37.436 INFO kablam! --> src/runtime/parse/unit.rs:40:56 Oct 14 14:54:37.436 INFO kablam! | Oct 14 14:54:37.436 INFO kablam! 40 | fn feed_token(&mut self, token: &str, delim: bool, index: usize) -> bool Oct 14 14:54:37.436 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 14 14:54:37.436 INFO kablam! Oct 14 14:54:37.436 INFO kablam! warning: unused variable: `ch` Oct 14 14:54:37.436 INFO kablam! --> src/runtime/parse/unit.rs:133:26 Oct 14 14:54:37.436 INFO kablam! | Oct 14 14:54:37.436 INFO kablam! 133 | fn is_comment(&self, ch: char) -> bool Oct 14 14:54:37.436 INFO kablam! | ^^ help: consider using `_ch` instead Oct 14 14:54:37.436 INFO kablam! Oct 14 14:54:37.436 INFO kablam! warning: unused variable: `ch` Oct 14 14:54:37.436 INFO kablam! --> src/runtime/parse/unit.rs:145:34 Oct 14 14:54:37.436 INFO kablam! | Oct 14 14:54:37.436 INFO kablam! 145 | fn is_preserved_delim(&self, ch: char) -> bool Oct 14 14:54:37.436 INFO kablam! | ^^ help: consider using `_ch` instead Oct 14 14:54:37.436 INFO kablam! Oct 14 14:54:37.436 INFO kablam! warning: unused variable: `ch` Oct 14 14:54:37.436 INFO kablam! --> src/runtime/units/config.rs:461:34 Oct 14 14:54:37.436 INFO kablam! | Oct 14 14:54:37.436 INFO kablam! 461 | fn is_preserved_delim(&self, ch: char) -> bool Oct 14 14:54:37.436 INFO kablam! | ^^ help: consider using `_ch` instead Oct 14 14:54:37.436 INFO kablam! Oct 14 14:54:37.436 INFO kablam! warning: unused variable: `index` Oct 14 14:54:37.436 INFO kablam! --> src/runtime/mod.rs:155:56 Oct 14 14:54:37.436 INFO kablam! | Oct 14 14:54:37.436 INFO kablam! 155 | fn feed_token(&mut self, token: &str, delim: bool, index: usize) -> bool Oct 14 14:54:37.436 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 14 14:54:37.436 INFO kablam! Oct 14 14:54:37.436 INFO kablam! warning: unused variable: `index` Oct 14 14:54:37.436 INFO kablam! --> src/runtime/mod.rs:190:28 Oct 14 14:54:37.436 INFO kablam! | Oct 14 14:54:37.436 INFO kablam! 190 | fn assert_valid(&self, index: usize, more_tokens: bool) -> Result<(), SyntaxError> Oct 14 14:54:37.436 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 14 14:54:37.436 INFO kablam! Oct 14 14:54:37.436 INFO kablam! warning: unused variable: `more_tokens` Oct 14 14:54:37.436 INFO kablam! --> src/runtime/mod.rs:190:42 Oct 14 14:54:37.436 INFO kablam! | Oct 14 14:54:37.436 INFO kablam! 190 | fn assert_valid(&self, index: usize, more_tokens: bool) -> Result<(), SyntaxError> Oct 14 14:54:37.436 INFO kablam! | ^^^^^^^^^^^ help: consider using `_more_tokens` instead Oct 14 14:54:37.436 INFO kablam! Oct 14 14:54:37.436 INFO kablam! warning: value assigned to `cmd_result` is never read Oct 14 14:54:37.436 INFO kablam! --> src/runtime/mod.rs:268:17 Oct 14 14:54:37.436 INFO kablam! | Oct 14 14:54:37.436 INFO kablam! 268 | let mut cmd_result = InterpretErr::BlankLine; Oct 14 14:54:37.436 INFO kablam! | ^^^^^^^^^^ Oct 14 14:54:37.436 INFO kablam! | Oct 14 14:54:37.436 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 14:54:37.436 INFO kablam! Oct 14 14:54:37.539 INFO kablam! warning: variable does not need to be mutable Oct 14 14:54:37.539 INFO kablam! --> src/runtime/parse/mod.rs:127:26 Oct 14 14:54:37.539 INFO kablam! | Oct 14 14:54:37.539 INFO kablam! 127 | pub fn to_conv_primitive(mut tokens: &Vec) -> Result Oct 14 14:54:37.539 INFO kablam! | ----^^^^^^ Oct 14 14:54:37.539 INFO kablam! | | Oct 14 14:54:37.539 INFO kablam! | help: remove this `mut` Oct 14 14:54:37.539 INFO kablam! | Oct 14 14:54:37.539 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 14:54:37.539 INFO kablam! Oct 14 14:54:37.631 INFO kablam! warning: field is never used: `token` Oct 14 14:54:37.631 INFO kablam! --> src/runtime/parse/number.rs:14:5 Oct 14 14:54:37.631 INFO kablam! | Oct 14 14:54:37.631 INFO kablam! 14 | token: &'a String, Oct 14 14:54:37.631 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 14:54:37.631 INFO kablam! | Oct 14 14:54:37.631 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:54:37.631 INFO kablam! Oct 14 14:54:37.631 INFO kablam! warning: variant is never constructed: `EmptyField` Oct 14 14:54:37.631 INFO kablam! --> src/runtime/parse/mod.rs:17:5 Oct 14 14:54:37.631 INFO kablam! | Oct 14 14:54:37.631 INFO kablam! 17 | EmptyField(String), Oct 14 14:54:37.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 14:54:37.631 INFO kablam! Oct 14 14:54:37.639 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:54:37.639 INFO kablam! --> src/runtime/mod.rs:362:17 Oct 14 14:54:37.639 INFO kablam! | Oct 14 14:54:37.639 INFO kablam! 362 | / match self.input_value Oct 14 14:54:37.639 INFO kablam! 363 | | { Oct 14 14:54:37.639 INFO kablam! 364 | | None => write!(&mut value_str, "[not set]"), Oct 14 14:54:37.639 INFO kablam! 365 | | Some(value) => write!(&mut value_str, "{}", value), Oct 14 14:54:37.639 INFO kablam! 366 | | }; Oct 14 14:54:37.639 INFO kablam! | |__________________^ Oct 14 14:54:37.639 INFO kablam! | Oct 14 14:54:37.639 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:54:37.639 INFO kablam! Oct 14 14:54:37.639 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:54:37.639 INFO kablam! --> src/runtime/mod.rs:532:9 Oct 14 14:54:37.639 INFO kablam! | Oct 14 14:54:37.639 INFO kablam! 532 | self.output_stream.flush(); Oct 14 14:54:37.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:54:37.639 INFO kablam! | Oct 14 14:54:37.639 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:54:37.639 INFO kablam! Oct 14 14:54:40.188 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.51s Oct 14 14:54:40.191 INFO kablam! su: No module specific data is present Oct 14 14:54:41.159 INFO running `"docker" "rm" "-f" "f6e5b6f00cc81121801f868405a55f0774d3ef00044a2b098c4c55b1d256adfa"` Oct 14 14:54:41.415 INFO blam! f6e5b6f00cc81121801f868405a55f0774d3ef00044a2b098c4c55b1d256adfa Oct 14 14:54:41.420 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:41.825 INFO blam! 99af922e89f15a8d6e0e51640d63949f0bb5ce233ffc60bdd6d0e07071f393d2 Oct 14 14:54:41.828 INFO running `"docker" "start" "-a" "99af922e89f15a8d6e0e51640d63949f0bb5ce233ffc60bdd6d0e07071f393d2"` Oct 14 14:54:42.787 INFO kablam! usermod: no changes Oct 14 14:54:42.863 INFO kablam! Compiling yucon v0.2.0 (/source) Oct 14 14:54:43.175 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:43.177 INFO kablam! --> src/runtime/units/config.rs:806:31 Oct 14 14:54:43.177 INFO kablam! | Oct 14 14:54:43.177 INFO kablam! 806 | let mut home_path = match env::home_dir() Oct 14 14:54:43.177 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 14:54:43.177 INFO kablam! | Oct 14 14:54:43.177 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 14:54:43.177 INFO kablam! Oct 14 14:54:43.511 INFO kablam! warning: unused variable: `err` Oct 14 14:54:43.511 INFO kablam! --> src/runtime/parse/number.rs:195:17 Oct 14 14:54:43.511 INFO kablam! | Oct 14 14:54:43.511 INFO kablam! 195 | Err(err) => { Oct 14 14:54:43.511 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 14:54:43.511 INFO kablam! | Oct 14 14:54:43.511 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 14:54:43.511 INFO kablam! Oct 14 14:54:43.511 INFO kablam! warning: unused variable: `iter_result` Oct 14 14:54:43.511 INFO kablam! --> src/runtime/parse/unit.rs:314:13 Oct 14 14:54:43.511 INFO kablam! | Oct 14 14:54:43.511 INFO kablam! 314 | let iter_result = try!(process_tag(tokens_iter.next(), &mut unit_expr, &mut tokens_iter)); Oct 14 14:54:43.511 INFO kablam! | ^^^^^^^^^^^ help: consider using `_iter_result` instead Oct 14 14:54:43.511 INFO kablam! Oct 14 14:54:43.511 INFO kablam! warning: unused variable: `iter_result` Oct 14 14:54:43.511 INFO kablam! --> src/runtime/parse/unit.rs:318:13 Oct 14 14:54:43.511 INFO kablam! | Oct 14 14:54:43.511 INFO kablam! 318 | let iter_result = try!(process_tag(tokens_iter.next(), &mut unit_expr, &mut tokens_iter)); Oct 14 14:54:43.511 INFO kablam! | ^^^^^^^^^^^ help: consider using `_iter_result` instead Oct 14 14:54:43.511 INFO kablam! Oct 14 14:54:43.511 INFO kablam! warning: unused variable: `expr_parse_err` Oct 14 14:54:43.511 INFO kablam! --> src/runtime/parse/mod.rs:176:33 Oct 14 14:54:43.511 INFO kablam! | Oct 14 14:54:43.511 INFO kablam! 176 | Err(expr_parse_err) => state = ConvPrimState::GetInputExpr, Oct 14 14:54:43.511 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_expr_parse_err` instead Oct 14 14:54:43.511 INFO kablam! Oct 14 14:54:43.511 INFO kablam! warning: unused variable: `path_sepr` Oct 14 14:54:43.511 INFO kablam! --> src/runtime/units/config.rs:797:24 Oct 14 14:54:43.511 INFO kablam! | Oct 14 14:54:43.511 INFO kablam! 797 | let (default_path, path_sepr) = if cfg!(target_os="linux") Oct 14 14:54:43.511 INFO kablam! | ^^^^^^^^^ help: consider using `_path_sepr` instead Oct 14 14:54:43.511 INFO kablam! Oct 14 14:54:43.511 INFO kablam! warning: unused variable: `err` Oct 14 14:54:43.511 INFO kablam! --> src/runtime/units/config.rs:822:13 Oct 14 14:54:43.511 INFO kablam! | Oct 14 14:54:43.511 INFO kablam! 822 | Err(err) => { Oct 14 14:54:43.511 INFO kablam! | ^^^ help: consider using `_err` instead Oct 14 14:54:43.511 INFO kablam! Oct 14 14:54:43.511 INFO kablam! warning: unused variable: `index` Oct 14 14:54:43.511 INFO kablam! --> src/runtime/parse/number.rs:33:56 Oct 14 14:54:43.511 INFO kablam! | Oct 14 14:54:43.511 INFO kablam! 33 | fn feed_token(&mut self, token: &str, delim: bool, index: usize) -> bool Oct 14 14:54:43.511 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 14 14:54:43.511 INFO kablam! Oct 14 14:54:43.511 INFO kablam! warning: unused variable: `ch` Oct 14 14:54:43.511 INFO kablam! --> src/runtime/parse/number.rs:77:22 Oct 14 14:54:43.511 INFO kablam! | Oct 14 14:54:43.511 INFO kablam! 77 | fn is_esc(&self, ch: char) -> bool Oct 14 14:54:43.511 INFO kablam! | ^^ help: consider using `_ch` instead Oct 14 14:54:43.511 INFO kablam! Oct 14 14:54:43.511 INFO kablam! warning: unused variable: `ch` Oct 14 14:54:43.511 INFO kablam! --> src/runtime/parse/number.rs:92:34 Oct 14 14:54:43.511 INFO kablam! | Oct 14 14:54:43.511 INFO kablam! 92 | fn is_preserved_delim(&self, ch: char) -> bool Oct 14 14:54:43.511 INFO kablam! | ^^ help: consider using `_ch` instead Oct 14 14:54:43.511 INFO kablam! Oct 14 14:54:43.511 INFO kablam! warning: unused variable: `set` Oct 14 14:54:43.511 INFO kablam! --> src/runtime/parse/number.rs:145:27 Oct 14 14:54:43.511 INFO kablam! | Oct 14 14:54:43.511 INFO kablam! 145 | fn set_esc(&mut self, set: bool) Oct 14 14:54:43.511 INFO kablam! | ^^^ help: consider using `_set` instead Oct 14 14:54:43.511 INFO kablam! Oct 14 14:54:43.511 INFO kablam! warning: unused variable: `index` Oct 14 14:54:43.511 INFO kablam! --> src/runtime/parse/unit.rs:40:56 Oct 14 14:54:43.511 INFO kablam! | Oct 14 14:54:43.511 INFO kablam! 40 | fn feed_token(&mut self, token: &str, delim: bool, index: usize) -> bool Oct 14 14:54:43.511 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 14 14:54:43.511 INFO kablam! Oct 14 14:54:43.511 INFO kablam! warning: unused variable: `ch` Oct 14 14:54:43.511 INFO kablam! --> src/runtime/parse/unit.rs:133:26 Oct 14 14:54:43.511 INFO kablam! | Oct 14 14:54:43.511 INFO kablam! 133 | fn is_comment(&self, ch: char) -> bool Oct 14 14:54:43.511 INFO kablam! | ^^ help: consider using `_ch` instead Oct 14 14:54:43.511 INFO kablam! Oct 14 14:54:43.511 INFO kablam! warning: unused variable: `ch` Oct 14 14:54:43.511 INFO kablam! --> src/runtime/parse/unit.rs:145:34 Oct 14 14:54:43.511 INFO kablam! | Oct 14 14:54:43.511 INFO kablam! 145 | fn is_preserved_delim(&self, ch: char) -> bool Oct 14 14:54:43.511 INFO kablam! | ^^ help: consider using `_ch` instead Oct 14 14:54:43.512 INFO kablam! Oct 14 14:54:43.512 INFO kablam! warning: unused variable: `ch` Oct 14 14:54:43.512 INFO kablam! --> src/runtime/units/config.rs:461:34 Oct 14 14:54:43.512 INFO kablam! | Oct 14 14:54:43.512 INFO kablam! 461 | fn is_preserved_delim(&self, ch: char) -> bool Oct 14 14:54:43.512 INFO kablam! | ^^ help: consider using `_ch` instead Oct 14 14:54:43.512 INFO kablam! Oct 14 14:54:43.512 INFO kablam! warning: unused variable: `index` Oct 14 14:54:43.512 INFO kablam! --> src/runtime/mod.rs:155:56 Oct 14 14:54:43.512 INFO kablam! | Oct 14 14:54:43.512 INFO kablam! 155 | fn feed_token(&mut self, token: &str, delim: bool, index: usize) -> bool Oct 14 14:54:43.512 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 14 14:54:43.512 INFO kablam! Oct 14 14:54:43.512 INFO kablam! warning: unused variable: `index` Oct 14 14:54:43.512 INFO kablam! --> src/runtime/mod.rs:190:28 Oct 14 14:54:43.512 INFO kablam! | Oct 14 14:54:43.512 INFO kablam! 190 | fn assert_valid(&self, index: usize, more_tokens: bool) -> Result<(), SyntaxError> Oct 14 14:54:43.512 INFO kablam! | ^^^^^ help: consider using `_index` instead Oct 14 14:54:43.512 INFO kablam! Oct 14 14:54:43.512 INFO kablam! warning: unused variable: `more_tokens` Oct 14 14:54:43.512 INFO kablam! --> src/runtime/mod.rs:190:42 Oct 14 14:54:43.512 INFO kablam! | Oct 14 14:54:43.512 INFO kablam! 190 | fn assert_valid(&self, index: usize, more_tokens: bool) -> Result<(), SyntaxError> Oct 14 14:54:43.512 INFO kablam! | ^^^^^^^^^^^ help: consider using `_more_tokens` instead Oct 14 14:54:43.512 INFO kablam! Oct 14 14:54:43.512 INFO kablam! warning: value assigned to `cmd_result` is never read Oct 14 14:54:43.512 INFO kablam! --> src/runtime/mod.rs:268:17 Oct 14 14:54:43.512 INFO kablam! | Oct 14 14:54:43.512 INFO kablam! 268 | let mut cmd_result = InterpretErr::BlankLine; Oct 14 14:54:43.512 INFO kablam! | ^^^^^^^^^^ Oct 14 14:54:43.512 INFO kablam! | Oct 14 14:54:43.512 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 14:54:43.512 INFO kablam! Oct 14 14:54:43.583 INFO kablam! warning: variable does not need to be mutable Oct 14 14:54:43.583 INFO kablam! --> src/runtime/parse/mod.rs:127:26 Oct 14 14:54:43.583 INFO kablam! | Oct 14 14:54:43.583 INFO kablam! 127 | pub fn to_conv_primitive(mut tokens: &Vec) -> Result Oct 14 14:54:43.583 INFO kablam! | ----^^^^^^ Oct 14 14:54:43.583 INFO kablam! | | Oct 14 14:54:43.583 INFO kablam! | help: remove this `mut` Oct 14 14:54:43.583 INFO kablam! | Oct 14 14:54:43.583 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 14:54:43.583 INFO kablam! Oct 14 14:54:43.660 INFO kablam! warning: field is never used: `token` Oct 14 14:54:43.660 INFO kablam! --> src/runtime/parse/number.rs:14:5 Oct 14 14:54:43.660 INFO kablam! | Oct 14 14:54:43.660 INFO kablam! 14 | token: &'a String, Oct 14 14:54:43.660 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 14:54:43.660 INFO kablam! | Oct 14 14:54:43.660 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 14:54:43.660 INFO kablam! Oct 14 14:54:43.660 INFO kablam! warning: variant is never constructed: `EmptyField` Oct 14 14:54:43.660 INFO kablam! --> src/runtime/parse/mod.rs:17:5 Oct 14 14:54:43.660 INFO kablam! | Oct 14 14:54:43.660 INFO kablam! 17 | EmptyField(String), Oct 14 14:54:43.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 14:54:43.660 INFO kablam! Oct 14 14:54:43.677 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:54:43.677 INFO kablam! --> src/runtime/mod.rs:362:17 Oct 14 14:54:43.677 INFO kablam! | Oct 14 14:54:43.677 INFO kablam! 362 | / match self.input_value Oct 14 14:54:43.677 INFO kablam! 363 | | { Oct 14 14:54:43.677 INFO kablam! 364 | | None => write!(&mut value_str, "[not set]"), Oct 14 14:54:43.677 INFO kablam! 365 | | Some(value) => write!(&mut value_str, "{}", value), Oct 14 14:54:43.677 INFO kablam! 366 | | }; Oct 14 14:54:43.677 INFO kablam! | |__________________^ Oct 14 14:54:43.677 INFO kablam! | Oct 14 14:54:43.677 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:54:43.677 INFO kablam! Oct 14 14:54:43.677 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 14:54:43.677 INFO kablam! --> src/runtime/mod.rs:532:9 Oct 14 14:54:43.677 INFO kablam! | Oct 14 14:54:43.677 INFO kablam! 532 | self.output_stream.flush(); Oct 14 14:54:43.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:54:43.677 INFO kablam! | Oct 14 14:54:43.677 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 14:54:43.677 INFO kablam! Oct 14 14:54:44.179 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 14 14:54:44.179 INFO kablam! su: No module specific data is present Oct 14 14:54:44.796 INFO running `"docker" "rm" "-f" "99af922e89f15a8d6e0e51640d63949f0bb5ce233ffc60bdd6d0e07071f393d2"` Oct 14 14:54:45.079 INFO blam! 99af922e89f15a8d6e0e51640d63949f0bb5ce233ffc60bdd6d0e07071f393d2 Oct 14 14:54:45.083 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:45.544 INFO blam! 9ab5b7889208e7c800ff1e7c9bd58953ead689304baf949d84ba8a020a86b811 Oct 14 14:54:45.547 INFO running `"docker" "start" "-a" "9ab5b7889208e7c800ff1e7c9bd58953ead689304baf949d84ba8a020a86b811"` Oct 14 14:54:46.843 INFO kablam! usermod: no changes Oct 14 14:54:46.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 14:54:46.887 INFO kablam! Running /target/debug/deps/yucon-868cb1a7c8947ee7 Oct 14 14:54:46.891 INFO kablam! su: No module specific data is present Oct 14 14:54:46.891 INFO blam! Oct 14 14:54:46.891 INFO blam! running 0 tests Oct 14 14:54:46.891 INFO blam! Oct 14 14:54:46.891 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:54:46.891 INFO blam! Oct 14 14:54:47.726 INFO running `"docker" "rm" "-f" "9ab5b7889208e7c800ff1e7c9bd58953ead689304baf949d84ba8a020a86b811"` Oct 14 14:54:48.103 INFO blam! 9ab5b7889208e7c800ff1e7c9bd58953ead689304baf949d84ba8a020a86b811