Oct 21 23:11:24.073 INFO checking systemd-parser-0.1.3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:11:24.073 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 21 23:11:24.303 INFO blam! 7633e808b42d3f690b7427ee73ef1b4b292ac82e1b83655036c0cf4af5b8e407 Oct 21 23:11:24.309 INFO running `"docker" "start" "-a" "7633e808b42d3f690b7427ee73ef1b4b292ac82e1b83655036c0cf4af5b8e407"` Oct 21 23:11:25.056 INFO kablam! usermod: no changes Oct 21 23:11:25.125 INFO kablam! Checking systemd-parser v0.1.3 (/source) Oct 21 23:11:25.716 INFO kablam! warning: unused `#[macro_use]` import Oct 21 23:11:25.716 INFO kablam! --> src/lib.rs:3:1 Oct 21 23:11:25.716 INFO kablam! | Oct 21 23:11:25.716 INFO kablam! 3 | #[macro_use] Oct 21 23:11:25.716 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:11:25.716 INFO kablam! | Oct 21 23:11:25.716 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:11:25.716 INFO kablam! Oct 21 23:11:25.716 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:11:25.716 INFO kablam! --> src/parser.rs:57:38 Oct 21 23:11:25.716 INFO kablam! | Oct 21 23:11:25.716 INFO kablam! 57 | (SystemdItem::Directive(key, (if value.is_empty() { None } else { Some(value) }))) Oct 21 23:11:25.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 23:11:25.717 INFO kablam! | Oct 21 23:11:25.717 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 23:11:25.717 INFO kablam! Oct 21 23:11:25.917 INFO kablam! warning: unused `#[macro_use]` import Oct 21 23:11:25.917 INFO kablam! --> src/lib.rs:3:1 Oct 21 23:11:25.917 INFO kablam! | Oct 21 23:11:25.918 INFO kablam! 3 | #[macro_use] Oct 21 23:11:25.918 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:11:25.918 INFO kablam! | Oct 21 23:11:25.918 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:11:25.918 INFO kablam! Oct 21 23:11:25.919 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:11:25.919 INFO kablam! --> src/parser.rs:57:38 Oct 21 23:11:25.919 INFO kablam! | Oct 21 23:11:25.919 INFO kablam! 57 | (SystemdItem::Directive(key, (if value.is_empty() { None } else { Some(value) }))) Oct 21 23:11:25.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 23:11:25.920 INFO kablam! | Oct 21 23:11:25.920 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 23:11:25.920 INFO kablam! Oct 21 23:11:26.096 INFO kablam! warning: method is never used: `is_comment` Oct 21 23:11:26.096 INFO kablam! --> src/items.rs:12:5 Oct 21 23:11:26.096 INFO kablam! | Oct 21 23:11:26.096 INFO kablam! 12 | fn is_comment(&self) -> bool { match *self { SystemdItem::Comment(_) => true, _ => false } } Oct 21 23:11:26.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:11:26.096 INFO kablam! | Oct 21 23:11:26.096 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 23:11:26.096 INFO kablam! Oct 21 23:11:26.096 INFO kablam! warning: method is never used: `is_category` Oct 21 23:11:26.096 INFO kablam! --> src/items.rs:13:5 Oct 21 23:11:26.096 INFO kablam! | Oct 21 23:11:26.096 INFO kablam! 13 | fn is_category(&self) -> bool { match *self { SystemdItem::Category(_) => true, _ => false } } Oct 21 23:11:26.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:11:26.096 INFO kablam! Oct 21 23:11:26.499 INFO kablam! warning: method is never used: `is_comment` Oct 21 23:11:26.499 INFO kablam! --> src/items.rs:12:5 Oct 21 23:11:26.499 INFO kablam! | Oct 21 23:11:26.499 INFO kablam! 12 | fn is_comment(&self) -> bool { match *self { SystemdItem::Comment(_) => true, _ => false } } Oct 21 23:11:26.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:11:26.499 INFO kablam! | Oct 21 23:11:26.499 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 23:11:26.499 INFO kablam! Oct 21 23:11:26.499 INFO kablam! warning: method is never used: `is_category` Oct 21 23:11:26.499 INFO kablam! --> src/items.rs:13:5 Oct 21 23:11:26.499 INFO kablam! | Oct 21 23:11:26.499 INFO kablam! 13 | fn is_category(&self) -> bool { match *self { SystemdItem::Category(_) => true, _ => false } } Oct 21 23:11:26.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:11:26.499 INFO kablam! Oct 21 23:11:26.528 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 21 23:11:26.528 INFO kablam! su: No module specific data is present Oct 21 23:11:26.860 INFO running `"docker" "rm" "-f" "7633e808b42d3f690b7427ee73ef1b4b292ac82e1b83655036c0cf4af5b8e407"` Oct 21 23:11:26.972 INFO blam! 7633e808b42d3f690b7427ee73ef1b4b292ac82e1b83655036c0cf4af5b8e407