Oct 27 14:24:58.624 INFO checking tongue-0.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:24:58.624 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:24:59.023 INFO blam! 20804053fdccf7ea614a565f456300336540eb13417d6be1c3aa962f415dfe59 Oct 27 14:24:59.025 INFO running `"docker" "start" "-a" "20804053fdccf7ea614a565f456300336540eb13417d6be1c3aa962f415dfe59"` Oct 27 14:25:00.039 INFO kablam! usermod: no changes Oct 27 14:25:00.095 INFO kablam! Checking tongue v0.1.2 (/source) Oct 27 14:25:00.747 INFO kablam! warning: unused `#[macro_use]` import Oct 27 14:25:00.748 INFO kablam! --> src/lib.rs:1:1 Oct 27 14:25:00.748 INFO kablam! | Oct 27 14:25:00.748 INFO kablam! 1 | #[macro_use] Oct 27 14:25:00.749 INFO kablam! | ^^^^^^^^^^^^ Oct 27 14:25:00.749 INFO kablam! | Oct 27 14:25:00.749 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:25:00.749 INFO kablam! Oct 27 14:25:00.750 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 14:25:00.750 INFO kablam! --> src/tongue/terminal.rs:55:25 Oct 27 14:25:00.750 INFO kablam! | Oct 27 14:25:00.751 INFO kablam! 55 | term.c_cflag |= (libc::CS8); Oct 27 14:25:00.751 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 27 14:25:00.751 INFO kablam! | Oct 27 14:25:00.751 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 14:25:00.752 INFO kablam! Oct 27 14:25:00.856 INFO kablam! warning: unused `#[macro_use]` import Oct 27 14:25:00.856 INFO kablam! --> src/lib.rs:1:1 Oct 27 14:25:00.856 INFO kablam! | Oct 27 14:25:00.856 INFO kablam! 1 | #[macro_use] Oct 27 14:25:00.856 INFO kablam! | ^^^^^^^^^^^^ Oct 27 14:25:00.856 INFO kablam! | Oct 27 14:25:00.856 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:25:00.856 INFO kablam! Oct 27 14:25:00.856 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 14:25:00.856 INFO kablam! --> src/tongue/terminal.rs:55:25 Oct 27 14:25:00.856 INFO kablam! | Oct 27 14:25:00.856 INFO kablam! 55 | term.c_cflag |= (libc::CS8); Oct 27 14:25:00.856 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 27 14:25:00.856 INFO kablam! | Oct 27 14:25:00.856 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 14:25:00.856 INFO kablam! Oct 27 14:25:00.857 INFO kablam! warning: unused variable: `n` Oct 27 14:25:00.857 INFO kablam! --> src/tongue/evaluator.rs:60:16 Oct 27 14:25:00.857 INFO kablam! | Oct 27 14:25:00.857 INFO kablam! 60 | Ok(n) => {}, Oct 27 14:25:00.857 INFO kablam! | ^ help: consider using `_n` instead Oct 27 14:25:00.857 INFO kablam! | Oct 27 14:25:00.857 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 14:25:00.857 INFO kablam! Oct 27 14:25:00.880 INFO kablam! warning: variable does not need to be mutable Oct 27 14:25:00.880 INFO kablam! --> src/tongue/evaluator.rs:23:10 Oct 27 14:25:00.880 INFO kablam! | Oct 27 14:25:00.881 INFO kablam! 23 | fn _eval(mut n: Node, config: &mut Config) { Oct 27 14:25:00.881 INFO kablam! | ----^ Oct 27 14:25:00.881 INFO kablam! | | Oct 27 14:25:00.881 INFO kablam! | help: remove this `mut` Oct 27 14:25:00.882 INFO kablam! | Oct 27 14:25:00.882 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 14:25:00.882 INFO kablam! Oct 27 14:25:00.887 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:25:00.887 INFO kablam! --> src/tongue/util.rs:6:5 Oct 27 14:25:00.888 INFO kablam! | Oct 27 14:25:00.888 INFO kablam! 6 | handle.read(&mut buffer); Oct 27 14:25:00.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:25:00.889 INFO kablam! | Oct 27 14:25:00.889 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 14:25:00.889 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:25:00.889 INFO kablam! Oct 27 14:25:00.890 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:25:00.890 INFO kablam! --> src/tongue/util.rs:12:5 Oct 27 14:25:00.890 INFO kablam! | Oct 27 14:25:00.890 INFO kablam! 12 | buf_writer.write(s.as_bytes()); Oct 27 14:25:00.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:25:00.891 INFO kablam! | Oct 27 14:25:00.891 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:25:00.891 INFO kablam! Oct 27 14:25:00.891 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:25:00.891 INFO kablam! --> src/tongue/util.rs:13:5 Oct 27 14:25:00.891 INFO kablam! | Oct 27 14:25:00.892 INFO kablam! 13 | buf_writer.flush(); Oct 27 14:25:00.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 14:25:00.892 INFO kablam! | Oct 27 14:25:00.892 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:25:00.892 INFO kablam! Oct 27 14:25:01.115 INFO kablam! warning: unused variable: `n` Oct 27 14:25:01.115 INFO kablam! --> src/tongue/evaluator.rs:60:16 Oct 27 14:25:01.116 INFO kablam! | Oct 27 14:25:01.116 INFO kablam! 60 | Ok(n) => {}, Oct 27 14:25:01.116 INFO kablam! | ^ help: consider using `_n` instead Oct 27 14:25:01.116 INFO kablam! | Oct 27 14:25:01.117 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 14:25:01.117 INFO kablam! Oct 27 14:25:01.117 INFO kablam! warning: unused variable: `expected` Oct 27 14:25:01.118 INFO kablam! --> src/tongue/lexer.rs:160:13 Oct 27 14:25:01.118 INFO kablam! | Oct 27 14:25:01.118 INFO kablam! 160 | let expected: Vec = vec![ Oct 27 14:25:01.118 INFO kablam! | ^^^^^^^^ help: consider using `_expected` instead Oct 27 14:25:01.119 INFO kablam! Oct 27 14:25:01.119 INFO kablam! warning: unused variable: `got` Oct 27 14:25:01.119 INFO kablam! --> src/tongue/lexer.rs:166:13 Oct 27 14:25:01.120 INFO kablam! | Oct 27 14:25:01.120 INFO kablam! 166 | let got = tokenize("println(\"Hello, World!\")"); Oct 27 14:25:01.120 INFO kablam! | ^^^ help: consider using `_got` instead Oct 27 14:25:01.120 INFO kablam! Oct 27 14:25:01.121 INFO kablam! warning: unused variable: `node` Oct 27 14:25:01.121 INFO kablam! --> src/tongue/parser.rs:129:9 Oct 27 14:25:01.121 INFO kablam! | Oct 27 14:25:01.122 INFO kablam! 129 | let node = Node { Oct 27 14:25:01.122 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 14:25:01.122 INFO kablam! Oct 27 14:25:01.195 INFO kablam! warning: variable does not need to be mutable Oct 27 14:25:01.195 INFO kablam! --> src/tongue/evaluator.rs:23:10 Oct 27 14:25:01.196 INFO kablam! | Oct 27 14:25:01.196 INFO kablam! 23 | fn _eval(mut n: Node, config: &mut Config) { Oct 27 14:25:01.196 INFO kablam! | ----^ Oct 27 14:25:01.196 INFO kablam! | | Oct 27 14:25:01.197 INFO kablam! | help: remove this `mut` Oct 27 14:25:01.197 INFO kablam! | Oct 27 14:25:01.197 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 14:25:01.198 INFO kablam! Oct 27 14:25:01.198 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:25:01.198 INFO kablam! --> src/tongue/util.rs:6:5 Oct 27 14:25:01.198 INFO kablam! | Oct 27 14:25:01.199 INFO kablam! 6 | handle.read(&mut buffer); Oct 27 14:25:01.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:25:01.199 INFO kablam! | Oct 27 14:25:01.200 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 14:25:01.200 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:25:01.200 INFO kablam! Oct 27 14:25:01.200 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:25:01.201 INFO kablam! --> src/tongue/util.rs:12:5 Oct 27 14:25:01.201 INFO kablam! | Oct 27 14:25:01.201 INFO kablam! 12 | buf_writer.write(s.as_bytes()); Oct 27 14:25:01.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:25:01.202 INFO kablam! | Oct 27 14:25:01.202 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:25:01.202 INFO kablam! Oct 27 14:25:01.203 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 14:25:01.203 INFO kablam! --> src/tongue/util.rs:13:5 Oct 27 14:25:01.203 INFO kablam! | Oct 27 14:25:01.203 INFO kablam! 13 | buf_writer.flush(); Oct 27 14:25:01.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 14:25:01.204 INFO kablam! | Oct 27 14:25:01.204 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 14:25:01.204 INFO kablam! Oct 27 14:25:01.822 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 27 14:25:01.823 INFO kablam! su: No module specific data is present Oct 27 14:25:02.438 INFO running `"docker" "rm" "-f" "20804053fdccf7ea614a565f456300336540eb13417d6be1c3aa962f415dfe59"` Oct 27 14:25:02.798 INFO blam! 20804053fdccf7ea614a565f456300336540eb13417d6be1c3aa962f415dfe59