Oct 27 14:54:32.895 INFO checking systemd-parser-0.1.3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:54:32.895 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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:54:33.328 INFO blam! 13bcf81e49c31eba06e03fbd7bcb9632d29e1beae3f842c61324694efd54afe2 Oct 27 14:54:33.331 INFO running `"docker" "start" "-a" "13bcf81e49c31eba06e03fbd7bcb9632d29e1beae3f842c61324694efd54afe2"` Oct 27 14:54:34.731 INFO kablam! usermod: no changes Oct 27 14:54:34.823 INFO kablam! Checking systemd-parser v0.1.3 (/source) Oct 27 14:54:35.801 INFO kablam! warning: unused `#[macro_use]` import Oct 27 14:54:35.802 INFO kablam! --> src/lib.rs:3:1 Oct 27 14:54:35.803 INFO kablam! | Oct 27 14:54:35.803 INFO kablam! 3 | #[macro_use] Oct 27 14:54:35.804 INFO kablam! | ^^^^^^^^^^^^ Oct 27 14:54:35.804 INFO kablam! | Oct 27 14:54:35.805 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:54:35.806 INFO kablam! Oct 27 14:54:35.808 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:54:35.809 INFO kablam! --> src/parser.rs:57:38 Oct 27 14:54:35.809 INFO kablam! | Oct 27 14:54:35.810 INFO kablam! 57 | (SystemdItem::Directive(key, (if value.is_empty() { None } else { Some(value) }))) Oct 27 14:54:35.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 14:54:35.811 INFO kablam! | Oct 27 14:54:35.812 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 14:54:35.812 INFO kablam! Oct 27 14:54:35.922 INFO kablam! warning: unused `#[macro_use]` import Oct 27 14:54:35.923 INFO kablam! --> src/lib.rs:3:1 Oct 27 14:54:35.923 INFO kablam! | Oct 27 14:54:35.924 INFO kablam! 3 | #[macro_use] Oct 27 14:54:35.925 INFO kablam! | ^^^^^^^^^^^^ Oct 27 14:54:35.925 INFO kablam! | Oct 27 14:54:35.926 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:54:35.926 INFO kablam! Oct 27 14:54:35.939 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 14:54:35.940 INFO kablam! --> src/parser.rs:57:38 Oct 27 14:54:35.941 INFO kablam! | Oct 27 14:54:35.941 INFO kablam! 57 | (SystemdItem::Directive(key, (if value.is_empty() { None } else { Some(value) }))) Oct 27 14:54:35.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 14:54:35.943 INFO kablam! | Oct 27 14:54:35.943 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 14:54:35.944 INFO kablam! Oct 27 14:54:36.399 INFO kablam! warning: method is never used: `is_comment` Oct 27 14:54:36.399 INFO kablam! --> src/items.rs:12:5 Oct 27 14:54:36.399 INFO kablam! | Oct 27 14:54:36.399 INFO kablam! 12 | fn is_comment(&self) -> bool { match *self { SystemdItem::Comment(_) => true, _ => false } } Oct 27 14:54:36.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:54:36.399 INFO kablam! | Oct 27 14:54:36.399 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 14:54:36.399 INFO kablam! Oct 27 14:54:36.399 INFO kablam! warning: method is never used: `is_category` Oct 27 14:54:36.399 INFO kablam! --> src/items.rs:13:5 Oct 27 14:54:36.399 INFO kablam! | Oct 27 14:54:36.399 INFO kablam! 13 | fn is_category(&self) -> bool { match *self { SystemdItem::Category(_) => true, _ => false } } Oct 27 14:54:36.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:54:36.399 INFO kablam! Oct 27 14:54:36.403 INFO kablam! warning: method is never used: `is_comment` Oct 27 14:54:36.403 INFO kablam! --> src/items.rs:12:5 Oct 27 14:54:36.403 INFO kablam! | Oct 27 14:54:36.403 INFO kablam! 12 | fn is_comment(&self) -> bool { match *self { SystemdItem::Comment(_) => true, _ => false } } Oct 27 14:54:36.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:54:36.403 INFO kablam! | Oct 27 14:54:36.403 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 14:54:36.403 INFO kablam! Oct 27 14:54:36.403 INFO kablam! warning: method is never used: `is_category` Oct 27 14:54:36.403 INFO kablam! --> src/items.rs:13:5 Oct 27 14:54:36.403 INFO kablam! | Oct 27 14:54:36.403 INFO kablam! 13 | fn is_category(&self) -> bool { match *self { SystemdItem::Category(_) => true, _ => false } } Oct 27 14:54:36.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:54:36.403 INFO kablam! Oct 27 14:54:36.459 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.68s Oct 27 14:54:36.462 INFO kablam! su: No module specific data is present Oct 27 14:54:36.867 INFO running `"docker" "rm" "-f" "13bcf81e49c31eba06e03fbd7bcb9632d29e1beae3f842c61324694efd54afe2"` Oct 27 14:54:37.010 INFO blam! 13bcf81e49c31eba06e03fbd7bcb9632d29e1beae3f842c61324694efd54afe2