Oct 27 19:34:24.280 INFO checking loirc-0.2.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 19:34:24.281 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 19:34:24.761 INFO blam! ee056122836a80330edd2bd85b42a114e678c8ac2aa180ee6d3e9290670de49e Oct 27 19:34:24.761 INFO running `"docker" "start" "-a" "ee056122836a80330edd2bd85b42a114e678c8ac2aa180ee6d3e9290670de49e"` Oct 27 19:34:25.777 INFO kablam! usermod: no changes Oct 27 19:34:25.855 INFO kablam! Checking loirc v0.2.0 (/source) Oct 27 19:34:26.979 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 19:34:26.979 INFO kablam! --> src/connection.rs:251:8 Oct 27 19:34:26.979 INFO kablam! | Oct 27 19:34:26.979 INFO kablam! 251 | Ok((reader)) Oct 27 19:34:26.979 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 27 19:34:26.979 INFO kablam! | Oct 27 19:34:26.979 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 19:34:26.979 INFO kablam! Oct 27 19:34:27.173 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 19:34:27.173 INFO kablam! --> src/connection.rs:251:8 Oct 27 19:34:27.173 INFO kablam! | Oct 27 19:34:27.173 INFO kablam! 251 | Ok((reader)) Oct 27 19:34:27.173 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 27 19:34:27.174 INFO kablam! | Oct 27 19:34:27.174 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 19:34:27.174 INFO kablam! Oct 27 19:34:28.847 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:34:28.848 INFO kablam! --> examples/peekaboo.rs:19:5 Oct 27 19:34:28.848 INFO kablam! | Oct 27 19:34:28.849 INFO kablam! 19 | writer.raw(format!("USER {} 8 * :{}\n", "peekaboo", "peekaboo")); Oct 27 19:34:28.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:34:28.850 INFO kablam! | Oct 27 19:34:28.851 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 19:34:28.851 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:34:28.852 INFO kablam! Oct 27 19:34:28.852 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:34:28.853 INFO kablam! --> examples/peekaboo.rs:20:5 Oct 27 19:34:28.853 INFO kablam! | Oct 27 19:34:28.854 INFO kablam! 20 | writer.raw(format!("NICK {}\n", "peekaboo")); Oct 27 19:34:28.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:34:28.855 INFO kablam! | Oct 27 19:34:28.856 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:34:28.856 INFO kablam! Oct 27 19:34:28.857 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:34:28.858 INFO kablam! --> examples/peekaboo.rs:29:21 Oct 27 19:34:28.858 INFO kablam! | Oct 27 19:34:28.858 INFO kablam! 29 | writer.raw(format!("JOIN {}\n", channel)); Oct 27 19:34:28.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:34:28.858 INFO kablam! | Oct 27 19:34:28.858 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:34:28.858 INFO kablam! Oct 27 19:34:28.858 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:34:28.858 INFO kablam! --> examples/peekaboo.rs:40:37 Oct 27 19:34:28.858 INFO kablam! | Oct 27 19:34:28.858 INFO kablam! 40 | writer.raw(format!("PRIVMSG {} :{}\n", channel, "peekaboo")); Oct 27 19:34:28.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:34:28.858 INFO kablam! | Oct 27 19:34:28.858 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:34:28.858 INFO kablam! Oct 27 19:34:28.858 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:34:28.858 INFO kablam! --> examples/peekaboo.rs:43:37 Oct 27 19:34:28.859 INFO kablam! | Oct 27 19:34:28.859 INFO kablam! 43 | writer.raw(format!("QUIT :{}\n", "peekaboo")); Oct 27 19:34:28.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:34:28.859 INFO kablam! | Oct 27 19:34:28.859 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:34:28.859 INFO kablam! Oct 27 19:34:28.880 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.08s Oct 27 19:34:28.882 INFO kablam! su: No module specific data is present Oct 27 19:34:30.120 INFO running `"docker" "rm" "-f" "ee056122836a80330edd2bd85b42a114e678c8ac2aa180ee6d3e9290670de49e"` Oct 27 19:34:30.406 INFO blam! ee056122836a80330edd2bd85b42a114e678c8ac2aa180ee6d3e9290670de49e