Oct 27 19:34:24.388 INFO checking loirc-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 19:34:24.388 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 19:34:24.857 INFO blam! c8c75ae1c2f6052bf340091651d980a870ece90e0decb7e38d02f0344d6a2628 Oct 27 19:34:24.858 INFO running `"docker" "start" "-a" "c8c75ae1c2f6052bf340091651d980a870ece90e0decb7e38d02f0344d6a2628"` Oct 27 19:34:26.110 INFO kablam! usermod: no changes Oct 27 19:34:26.183 INFO kablam! Checking loirc v0.2.0 (/source) Oct 27 19:34:28.019 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 19:34:28.020 INFO kablam! --> src/connection.rs:251:8 Oct 27 19:34:28.021 INFO kablam! | Oct 27 19:34:28.021 INFO kablam! 251 | Ok((reader)) Oct 27 19:34:28.022 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 27 19:34:28.023 INFO kablam! | Oct 27 19:34:28.023 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 19:34:28.024 INFO kablam! Oct 27 19:34:28.098 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 19:34:28.099 INFO kablam! --> src/connection.rs:251:8 Oct 27 19:34:28.100 INFO kablam! | Oct 27 19:34:28.101 INFO kablam! 251 | Ok((reader)) Oct 27 19:34:28.101 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 27 19:34:28.102 INFO kablam! | Oct 27 19:34:28.102 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 19:34:28.103 INFO kablam! Oct 27 19:34:29.906 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:34:29.906 INFO kablam! --> examples/peekaboo.rs:19:5 Oct 27 19:34:29.906 INFO kablam! | Oct 27 19:34:29.906 INFO kablam! 19 | writer.raw(format!("USER {} 8 * :{}\n", "peekaboo", "peekaboo")); Oct 27 19:34:29.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:34:29.906 INFO kablam! | Oct 27 19:34:29.906 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 19:34:29.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:34:29.906 INFO kablam! Oct 27 19:34:29.906 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:34:29.906 INFO kablam! --> examples/peekaboo.rs:20:5 Oct 27 19:34:29.906 INFO kablam! | Oct 27 19:34:29.906 INFO kablam! 20 | writer.raw(format!("NICK {}\n", "peekaboo")); Oct 27 19:34:29.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:34:29.906 INFO kablam! | Oct 27 19:34:29.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:34:29.906 INFO kablam! Oct 27 19:34:29.906 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:34:29.906 INFO kablam! --> examples/peekaboo.rs:29:21 Oct 27 19:34:29.906 INFO kablam! | Oct 27 19:34:29.906 INFO kablam! 29 | writer.raw(format!("JOIN {}\n", channel)); Oct 27 19:34:29.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:34:29.906 INFO kablam! | Oct 27 19:34:29.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:34:29.906 INFO kablam! Oct 27 19:34:29.906 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:34:29.906 INFO kablam! --> examples/peekaboo.rs:40:37 Oct 27 19:34:29.906 INFO kablam! | Oct 27 19:34:29.906 INFO kablam! 40 | writer.raw(format!("PRIVMSG {} :{}\n", channel, "peekaboo")); Oct 27 19:34:29.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:34:29.906 INFO kablam! | Oct 27 19:34:29.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:34:29.906 INFO kablam! Oct 27 19:34:29.906 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 19:34:29.906 INFO kablam! --> examples/peekaboo.rs:43:37 Oct 27 19:34:29.906 INFO kablam! | Oct 27 19:34:29.906 INFO kablam! 43 | writer.raw(format!("QUIT :{}\n", "peekaboo")); Oct 27 19:34:29.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:34:29.906 INFO kablam! | Oct 27 19:34:29.906 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 19:34:29.906 INFO kablam! Oct 27 19:34:29.926 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.79s Oct 27 19:34:29.933 INFO kablam! su: No module specific data is present Oct 27 19:34:30.636 INFO running `"docker" "rm" "-f" "c8c75ae1c2f6052bf340091651d980a870ece90e0decb7e38d02f0344d6a2628"` Oct 27 19:34:30.907 INFO blam! c8c75ae1c2f6052bf340091651d980a870ece90e0decb7e38d02f0344d6a2628