Oct 13 07:42:44.175 INFO checking systemd-parser-0.1.3 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 07:42:44.175 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 07:42:44.614 INFO blam! f97385608d4b1975090737ba59e53f9a70ae959e0bb9ec76115f1f513a81594b Oct 13 07:42:44.616 INFO running `"docker" "start" "-a" "f97385608d4b1975090737ba59e53f9a70ae959e0bb9ec76115f1f513a81594b"` Oct 13 07:42:45.959 INFO kablam! usermod: no changes Oct 13 07:42:46.036 INFO kablam! Checking itertools v0.5.10 Oct 13 07:42:48.303 INFO kablam! Checking systemd-parser v0.1.3 (/source) Oct 13 07:42:49.028 INFO kablam! warning: unused `#[macro_use]` import Oct 13 07:42:49.028 INFO kablam! --> src/lib.rs:3:1 Oct 13 07:42:49.028 INFO kablam! | Oct 13 07:42:49.028 INFO kablam! 3 | #[macro_use] Oct 13 07:42:49.028 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:42:49.028 INFO kablam! | Oct 13 07:42:49.028 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:42:49.028 INFO kablam! Oct 13 07:42:49.028 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:42:49.028 INFO kablam! --> src/parser.rs:57:38 Oct 13 07:42:49.028 INFO kablam! | Oct 13 07:42:49.028 INFO kablam! 57 | (SystemdItem::Directive(key, (if value.is_empty() { None } else { Some(value) }))) Oct 13 07:42:49.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 07:42:49.028 INFO kablam! | Oct 13 07:42:49.028 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 07:42:49.028 INFO kablam! Oct 13 07:42:49.131 INFO kablam! warning: unused `#[macro_use]` import Oct 13 07:42:49.131 INFO kablam! --> src/lib.rs:3:1 Oct 13 07:42:49.131 INFO kablam! | Oct 13 07:42:49.131 INFO kablam! 3 | #[macro_use] Oct 13 07:42:49.131 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:42:49.131 INFO kablam! | Oct 13 07:42:49.131 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:42:49.131 INFO kablam! Oct 13 07:42:49.131 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 07:42:49.131 INFO kablam! --> src/parser.rs:57:38 Oct 13 07:42:49.131 INFO kablam! | Oct 13 07:42:49.131 INFO kablam! 57 | (SystemdItem::Directive(key, (if value.is_empty() { None } else { Some(value) }))) Oct 13 07:42:49.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 07:42:49.131 INFO kablam! | Oct 13 07:42:49.131 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 07:42:49.131 INFO kablam! Oct 13 07:42:49.465 INFO kablam! warning: method is never used: `is_comment` Oct 13 07:42:49.466 INFO kablam! --> src/items.rs:12:5 Oct 13 07:42:49.466 INFO kablam! | Oct 13 07:42:49.466 INFO kablam! 12 | fn is_comment(&self) -> bool { match *self { SystemdItem::Comment(_) => true, _ => false } } Oct 13 07:42:49.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:42:49.472 INFO kablam! | Oct 13 07:42:49.473 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 07:42:49.473 INFO kablam! Oct 13 07:42:49.473 INFO kablam! warning: method is never used: `is_category` Oct 13 07:42:49.474 INFO kablam! --> src/items.rs:13:5 Oct 13 07:42:49.474 INFO kablam! | Oct 13 07:42:49.474 INFO kablam! 13 | fn is_category(&self) -> bool { match *self { SystemdItem::Category(_) => true, _ => false } } Oct 13 07:42:49.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:42:49.475 INFO kablam! Oct 13 07:42:49.781 INFO kablam! warning: method is never used: `is_comment` Oct 13 07:42:49.782 INFO kablam! --> src/items.rs:12:5 Oct 13 07:42:49.782 INFO kablam! | Oct 13 07:42:49.782 INFO kablam! 12 | fn is_comment(&self) -> bool { match *self { SystemdItem::Comment(_) => true, _ => false } } Oct 13 07:42:49.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:42:49.782 INFO kablam! | Oct 13 07:42:49.782 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 07:42:49.782 INFO kablam! Oct 13 07:42:49.782 INFO kablam! warning: method is never used: `is_category` Oct 13 07:42:49.782 INFO kablam! --> src/items.rs:13:5 Oct 13 07:42:49.782 INFO kablam! | Oct 13 07:42:49.782 INFO kablam! 13 | fn is_category(&self) -> bool { match *self { SystemdItem::Category(_) => true, _ => false } } Oct 13 07:42:49.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:42:49.782 INFO kablam! Oct 13 07:42:49.844 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.86s Oct 13 07:42:49.852 INFO kablam! su: No module specific data is present Oct 13 07:42:50.533 INFO running `"docker" "rm" "-f" "f97385608d4b1975090737ba59e53f9a70ae959e0bb9ec76115f1f513a81594b"` Oct 13 07:42:50.724 INFO blam! f97385608d4b1975090737ba59e53f9a70ae959e0bb9ec76115f1f513a81594b