Oct 28 00:26:42.192 INFO checking c4-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 28 00:26:42.192 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 28 00:26:42.436 INFO blam! 9b8b626730a59cf9a3a58de96d06078f8f902c0c09856e3f6b6f189b709c1505 Oct 28 00:26:42.437 INFO running `"docker" "start" "-a" "9b8b626730a59cf9a3a58de96d06078f8f902c0c09856e3f6b6f189b709c1505"` Oct 28 00:26:42.993 INFO kablam! usermod: no changes Oct 28 00:26:43.019 INFO kablam! Checking c4 v0.1.0 (/source) Oct 28 00:26:43.834 INFO kablam! warning: enum is never used: `Value` Oct 28 00:26:43.834 INFO kablam! --> src/parser/mod.rs:5:1 Oct 28 00:26:43.834 INFO kablam! | Oct 28 00:26:43.834 INFO kablam! 5 | pub enum Value { Oct 28 00:26:43.834 INFO kablam! | ^^^^^^^^^^^^^^ Oct 28 00:26:43.834 INFO kablam! | Oct 28 00:26:43.834 INFO kablam! = note: #[warn(dead_code)] on by default Oct 28 00:26:43.834 INFO kablam! Oct 28 00:26:43.834 INFO kablam! warning: method is never used: `from_vec` Oct 28 00:26:43.834 INFO kablam! --> src/parser/mod.rs:11:5 Oct 28 00:26:43.834 INFO kablam! | Oct 28 00:26:43.834 INFO kablam! 11 | pub fn from_vec(v: Vec) -> Self { Oct 28 00:26:43.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:26:43.834 INFO kablam! Oct 28 00:26:43.834 INFO kablam! warning: method is never used: `from_str` Oct 28 00:26:43.834 INFO kablam! --> src/parser/mod.rs:15:5 Oct 28 00:26:43.834 INFO kablam! | Oct 28 00:26:43.834 INFO kablam! 15 | pub fn from_str(s: &str) -> Self { Oct 28 00:26:43.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:26:43.834 INFO kablam! Oct 28 00:26:43.834 INFO kablam! warning: method is never used: `from_string` Oct 28 00:26:43.834 INFO kablam! --> src/parser/mod.rs:19:5 Oct 28 00:26:43.834 INFO kablam! | Oct 28 00:26:43.834 INFO kablam! 19 | pub fn from_string(s: &String) -> Self { Oct 28 00:26:43.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:26:43.834 INFO kablam! Oct 28 00:26:43.834 INFO kablam! warning: struct is never constructed: `Property` Oct 28 00:26:43.834 INFO kablam! --> src/parser/mod.rs:24:1 Oct 28 00:26:43.834 INFO kablam! | Oct 28 00:26:43.834 INFO kablam! 24 | struct Property { Oct 28 00:26:43.834 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 28 00:26:43.834 INFO kablam! Oct 28 00:26:43.834 INFO kablam! warning: method is never used: `new` Oct 28 00:26:43.834 INFO kablam! --> src/parser/mod.rs:30:5 Oct 28 00:26:43.834 INFO kablam! | Oct 28 00:26:43.834 INFO kablam! 30 | pub fn new(_id: String, _value: Value) -> Self { Oct 28 00:26:43.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:26:43.834 INFO kablam! Oct 28 00:26:43.834 INFO kablam! warning: struct is never constructed: `Rule` Oct 28 00:26:43.834 INFO kablam! --> src/parser/mod.rs:35:1 Oct 28 00:26:43.834 INFO kablam! | Oct 28 00:26:43.834 INFO kablam! 35 | struct Rule { Oct 28 00:26:43.834 INFO kablam! | ^^^^^^^^^^^ Oct 28 00:26:43.835 INFO kablam! Oct 28 00:26:43.835 INFO kablam! warning: struct is never constructed: `Selector` Oct 28 00:26:43.835 INFO kablam! --> src/parser/mod.rs:39:1 Oct 28 00:26:43.835 INFO kablam! | Oct 28 00:26:43.835 INFO kablam! 39 | struct Selector(Vec); Oct 28 00:26:43.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:26:43.835 INFO kablam! Oct 28 00:26:43.872 INFO kablam! warning: enum is never used: `Value` Oct 28 00:26:43.872 INFO kablam! --> src/parser/mod.rs:5:1 Oct 28 00:26:43.872 INFO kablam! | Oct 28 00:26:43.872 INFO kablam! 5 | pub enum Value { Oct 28 00:26:43.872 INFO kablam! | ^^^^^^^^^^^^^^ Oct 28 00:26:43.872 INFO kablam! | Oct 28 00:26:43.872 INFO kablam! = note: #[warn(dead_code)] on by default Oct 28 00:26:43.872 INFO kablam! Oct 28 00:26:43.872 INFO kablam! warning: method is never used: `from_vec` Oct 28 00:26:43.872 INFO kablam! --> src/parser/mod.rs:11:5 Oct 28 00:26:43.872 INFO kablam! | Oct 28 00:26:43.872 INFO kablam! 11 | pub fn from_vec(v: Vec) -> Self { Oct 28 00:26:43.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:26:43.872 INFO kablam! Oct 28 00:26:43.872 INFO kablam! warning: method is never used: `from_str` Oct 28 00:26:43.872 INFO kablam! --> src/parser/mod.rs:15:5 Oct 28 00:26:43.872 INFO kablam! | Oct 28 00:26:43.872 INFO kablam! 15 | pub fn from_str(s: &str) -> Self { Oct 28 00:26:43.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:26:43.872 INFO kablam! Oct 28 00:26:43.872 INFO kablam! warning: method is never used: `from_string` Oct 28 00:26:43.872 INFO kablam! --> src/parser/mod.rs:19:5 Oct 28 00:26:43.872 INFO kablam! | Oct 28 00:26:43.872 INFO kablam! 19 | pub fn from_string(s: &String) -> Self { Oct 28 00:26:43.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:26:43.872 INFO kablam! Oct 28 00:26:43.872 INFO kablam! warning: struct is never constructed: `Property` Oct 28 00:26:43.872 INFO kablam! --> src/parser/mod.rs:24:1 Oct 28 00:26:43.872 INFO kablam! | Oct 28 00:26:43.872 INFO kablam! 24 | struct Property { Oct 28 00:26:43.872 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 28 00:26:43.872 INFO kablam! Oct 28 00:26:43.872 INFO kablam! warning: method is never used: `new` Oct 28 00:26:43.872 INFO kablam! --> src/parser/mod.rs:30:5 Oct 28 00:26:43.872 INFO kablam! | Oct 28 00:26:43.872 INFO kablam! 30 | pub fn new(_id: String, _value: Value) -> Self { Oct 28 00:26:43.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:26:43.872 INFO kablam! Oct 28 00:26:43.872 INFO kablam! warning: struct is never constructed: `Rule` Oct 28 00:26:43.872 INFO kablam! --> src/parser/mod.rs:35:1 Oct 28 00:26:43.872 INFO kablam! | Oct 28 00:26:43.872 INFO kablam! 35 | struct Rule { Oct 28 00:26:43.872 INFO kablam! | ^^^^^^^^^^^ Oct 28 00:26:43.872 INFO kablam! Oct 28 00:26:43.872 INFO kablam! warning: struct is never constructed: `Selector` Oct 28 00:26:43.872 INFO kablam! --> src/parser/mod.rs:39:1 Oct 28 00:26:43.872 INFO kablam! | Oct 28 00:26:43.872 INFO kablam! 39 | struct Selector(Vec); Oct 28 00:26:43.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:26:43.872 INFO kablam! Oct 28 00:26:43.873 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.86s Oct 28 00:26:43.875 INFO kablam! su: No module specific data is present Oct 28 00:26:44.184 INFO running `"docker" "rm" "-f" "9b8b626730a59cf9a3a58de96d06078f8f902c0c09856e3f6b6f189b709c1505"` Oct 28 00:26:44.264 INFO blam! 9b8b626730a59cf9a3a58de96d06078f8f902c0c09856e3f6b6f189b709c1505