Oct 22 00:39:06.999 INFO checking quill-delta-0.0.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 00:39:06.999 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 22 00:39:07.476 INFO blam! 3242413b484501e18da802c4ad22ae333953b0c6b65e24fa9d0db104dfab4489 Oct 22 00:39:07.478 INFO running `"docker" "start" "-a" "3242413b484501e18da802c4ad22ae333953b0c6b65e24fa9d0db104dfab4489"` Oct 22 00:39:08.094 INFO kablam! usermod: no changes Oct 22 00:39:08.156 INFO kablam! Checking quill-delta v0.0.1 (/source) Oct 22 00:39:09.081 INFO kablam! warning: unused variable: `text` Oct 22 00:39:09.081 INFO kablam! --> src/lib.rs:40:46 Oct 22 00:39:09.081 INFO kablam! | Oct 22 00:39:09.081 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 22 00:39:09.081 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 22 00:39:09.081 INFO kablam! | Oct 22 00:39:09.081 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 00:39:09.081 INFO kablam! Oct 22 00:39:09.081 INFO kablam! warning: unused variable: `attributes` Oct 22 00:39:09.081 INFO kablam! --> src/lib.rs:40:55 Oct 22 00:39:09.081 INFO kablam! | Oct 22 00:39:09.081 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 22 00:39:09.081 INFO kablam! | ^^^^^^^^^^ help: consider using `_attributes` instead Oct 22 00:39:09.081 INFO kablam! Oct 22 00:39:09.081 INFO kablam! warning: unused variable: `length` Oct 22 00:39:09.081 INFO kablam! --> src/lib.rs:44:29 Oct 22 00:39:09.081 INFO kablam! | Oct 22 00:39:09.081 INFO kablam! 44 | pub fn delete(mut self, length: usize) -> Self { Oct 22 00:39:09.081 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 22 00:39:09.081 INFO kablam! Oct 22 00:39:09.081 INFO kablam! warning: unused variable: `length` Oct 22 00:39:09.081 INFO kablam! --> src/lib.rs:48:29 Oct 22 00:39:09.081 INFO kablam! | Oct 22 00:39:09.081 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 22 00:39:09.081 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 22 00:39:09.081 INFO kablam! Oct 22 00:39:09.081 INFO kablam! warning: unused variable: `attributes` Oct 22 00:39:09.081 INFO kablam! --> src/lib.rs:48:44 Oct 22 00:39:09.081 INFO kablam! | Oct 22 00:39:09.081 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 22 00:39:09.081 INFO kablam! | ^^^^^^^^^^ help: consider using `_attributes` instead Oct 22 00:39:09.081 INFO kablam! Oct 22 00:39:09.081 INFO kablam! warning: unused variable: `op` Oct 22 00:39:09.081 INFO kablam! --> src/lib.rs:52:27 Oct 22 00:39:09.081 INFO kablam! | Oct 22 00:39:09.081 INFO kablam! 52 | pub fn push(mut self, op: DeltaOperation) -> Self { Oct 22 00:39:09.081 INFO kablam! | ^^ help: consider using `_op` instead Oct 22 00:39:09.081 INFO kablam! Oct 22 00:39:09.121 INFO kablam! warning: variable does not need to be mutable Oct 22 00:39:09.121 INFO kablam! --> src/lib.rs:40:36 Oct 22 00:39:09.121 INFO kablam! | Oct 22 00:39:09.121 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 22 00:39:09.121 INFO kablam! | ----^^^^ Oct 22 00:39:09.121 INFO kablam! | | Oct 22 00:39:09.121 INFO kablam! | help: remove this `mut` Oct 22 00:39:09.121 INFO kablam! | Oct 22 00:39:09.121 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 00:39:09.121 INFO kablam! Oct 22 00:39:09.121 INFO kablam! warning: variable does not need to be mutable Oct 22 00:39:09.121 INFO kablam! --> src/lib.rs:44:19 Oct 22 00:39:09.121 INFO kablam! | Oct 22 00:39:09.121 INFO kablam! 44 | pub fn delete(mut self, length: usize) -> Self { Oct 22 00:39:09.121 INFO kablam! | ----^^^^ Oct 22 00:39:09.121 INFO kablam! | | Oct 22 00:39:09.121 INFO kablam! | help: remove this `mut` Oct 22 00:39:09.121 INFO kablam! Oct 22 00:39:09.121 INFO kablam! warning: variable does not need to be mutable Oct 22 00:39:09.121 INFO kablam! --> src/lib.rs:48:19 Oct 22 00:39:09.121 INFO kablam! | Oct 22 00:39:09.121 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 22 00:39:09.121 INFO kablam! | ----^^^^ Oct 22 00:39:09.121 INFO kablam! | | Oct 22 00:39:09.121 INFO kablam! | help: remove this `mut` Oct 22 00:39:09.121 INFO kablam! Oct 22 00:39:09.121 INFO kablam! warning: variable does not need to be mutable Oct 22 00:39:09.121 INFO kablam! --> src/lib.rs:52:17 Oct 22 00:39:09.121 INFO kablam! | Oct 22 00:39:09.121 INFO kablam! 52 | pub fn push(mut self, op: DeltaOperation) -> Self { Oct 22 00:39:09.121 INFO kablam! | ----^^^^ Oct 22 00:39:09.121 INFO kablam! | | Oct 22 00:39:09.121 INFO kablam! | help: remove this `mut` Oct 22 00:39:09.121 INFO kablam! Oct 22 00:39:09.121 INFO kablam! warning: variable does not need to be mutable Oct 22 00:39:09.121 INFO kablam! --> src/lib.rs:56:17 Oct 22 00:39:09.121 INFO kablam! | Oct 22 00:39:09.121 INFO kablam! 56 | pub fn chop(mut self) {} Oct 22 00:39:09.121 INFO kablam! | ----^^^^ Oct 22 00:39:09.121 INFO kablam! | | Oct 22 00:39:09.121 INFO kablam! | help: remove this `mut` Oct 22 00:39:09.121 INFO kablam! Oct 22 00:39:09.220 INFO kablam! warning: unused variable: `op` Oct 22 00:39:09.221 INFO kablam! --> src/lib.rs:181:9 Oct 22 00:39:09.221 INFO kablam! | Oct 22 00:39:09.221 INFO kablam! 181 | let op: DeltaOperation = serde_json::from_str(r#"{ "insert": "Hallo" }"#).unwrap(); Oct 22 00:39:09.222 INFO kablam! | ^^ help: consider using `_op` instead Oct 22 00:39:09.222 INFO kablam! | Oct 22 00:39:09.222 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 00:39:09.222 INFO kablam! Oct 22 00:39:09.222 INFO kablam! warning: unused variable: `op` Oct 22 00:39:09.222 INFO kablam! --> src/lib.rs:182:9 Oct 22 00:39:09.222 INFO kablam! | Oct 22 00:39:09.222 INFO kablam! 182 | let op: DeltaOperation = serde_json::from_str(r#"{ "retain": 10 }"#).unwrap(); Oct 22 00:39:09.222 INFO kablam! | ^^ help: consider using `_op` instead Oct 22 00:39:09.222 INFO kablam! Oct 22 00:39:09.222 INFO kablam! warning: unused variable: `op` Oct 22 00:39:09.222 INFO kablam! --> src/lib.rs:183:9 Oct 22 00:39:09.222 INFO kablam! | Oct 22 00:39:09.222 INFO kablam! 183 | let op: DeltaOperation = serde_json::from_str(r#"{ "delete": 10 }"#).unwrap(); Oct 22 00:39:09.222 INFO kablam! | ^^ help: consider using `_op` instead Oct 22 00:39:09.222 INFO kablam! Oct 22 00:39:09.222 INFO kablam! warning: unused variable: `text` Oct 22 00:39:09.222 INFO kablam! --> src/lib.rs:40:46 Oct 22 00:39:09.222 INFO kablam! | Oct 22 00:39:09.222 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 22 00:39:09.222 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 22 00:39:09.222 INFO kablam! Oct 22 00:39:09.222 INFO kablam! warning: unused variable: `attributes` Oct 22 00:39:09.222 INFO kablam! --> src/lib.rs:40:55 Oct 22 00:39:09.222 INFO kablam! | Oct 22 00:39:09.222 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 22 00:39:09.222 INFO kablam! | ^^^^^^^^^^ help: consider using `_attributes` instead Oct 22 00:39:09.222 INFO kablam! Oct 22 00:39:09.222 INFO kablam! warning: unused variable: `length` Oct 22 00:39:09.222 INFO kablam! --> src/lib.rs:44:29 Oct 22 00:39:09.222 INFO kablam! | Oct 22 00:39:09.222 INFO kablam! 44 | pub fn delete(mut self, length: usize) -> Self { Oct 22 00:39:09.222 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 22 00:39:09.222 INFO kablam! Oct 22 00:39:09.222 INFO kablam! warning: unused variable: `length` Oct 22 00:39:09.222 INFO kablam! --> src/lib.rs:48:29 Oct 22 00:39:09.222 INFO kablam! | Oct 22 00:39:09.222 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 22 00:39:09.222 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 22 00:39:09.222 INFO kablam! Oct 22 00:39:09.222 INFO kablam! warning: unused variable: `attributes` Oct 22 00:39:09.222 INFO kablam! --> src/lib.rs:48:44 Oct 22 00:39:09.222 INFO kablam! | Oct 22 00:39:09.222 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 22 00:39:09.222 INFO kablam! | ^^^^^^^^^^ help: consider using `_attributes` instead Oct 22 00:39:09.222 INFO kablam! Oct 22 00:39:09.222 INFO kablam! warning: unused variable: `op` Oct 22 00:39:09.222 INFO kablam! --> src/lib.rs:52:27 Oct 22 00:39:09.222 INFO kablam! | Oct 22 00:39:09.222 INFO kablam! 52 | pub fn push(mut self, op: DeltaOperation) -> Self { Oct 22 00:39:09.222 INFO kablam! | ^^ help: consider using `_op` instead Oct 22 00:39:09.222 INFO kablam! Oct 22 00:39:09.232 INFO kablam! warning: variable does not need to be mutable Oct 22 00:39:09.232 INFO kablam! --> src/lib.rs:40:36 Oct 22 00:39:09.232 INFO kablam! | Oct 22 00:39:09.232 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 22 00:39:09.232 INFO kablam! | ----^^^^ Oct 22 00:39:09.232 INFO kablam! | | Oct 22 00:39:09.232 INFO kablam! | help: remove this `mut` Oct 22 00:39:09.232 INFO kablam! | Oct 22 00:39:09.232 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 00:39:09.232 INFO kablam! Oct 22 00:39:09.232 INFO kablam! warning: variable does not need to be mutable Oct 22 00:39:09.232 INFO kablam! --> src/lib.rs:44:19 Oct 22 00:39:09.232 INFO kablam! | Oct 22 00:39:09.232 INFO kablam! 44 | pub fn delete(mut self, length: usize) -> Self { Oct 22 00:39:09.232 INFO kablam! | ----^^^^ Oct 22 00:39:09.233 INFO kablam! | | Oct 22 00:39:09.233 INFO kablam! | help: remove this `mut` Oct 22 00:39:09.233 INFO kablam! Oct 22 00:39:09.233 INFO kablam! warning: variable does not need to be mutable Oct 22 00:39:09.233 INFO kablam! --> src/lib.rs:48:19 Oct 22 00:39:09.233 INFO kablam! | Oct 22 00:39:09.233 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 22 00:39:09.233 INFO kablam! | ----^^^^ Oct 22 00:39:09.233 INFO kablam! | | Oct 22 00:39:09.233 INFO kablam! | help: remove this `mut` Oct 22 00:39:09.233 INFO kablam! Oct 22 00:39:09.233 INFO kablam! warning: variable does not need to be mutable Oct 22 00:39:09.233 INFO kablam! --> src/lib.rs:52:17 Oct 22 00:39:09.233 INFO kablam! | Oct 22 00:39:09.233 INFO kablam! 52 | pub fn push(mut self, op: DeltaOperation) -> Self { Oct 22 00:39:09.233 INFO kablam! | ----^^^^ Oct 22 00:39:09.233 INFO kablam! | | Oct 22 00:39:09.233 INFO kablam! | help: remove this `mut` Oct 22 00:39:09.233 INFO kablam! Oct 22 00:39:09.233 INFO kablam! warning: variable does not need to be mutable Oct 22 00:39:09.233 INFO kablam! --> src/lib.rs:56:17 Oct 22 00:39:09.233 INFO kablam! | Oct 22 00:39:09.233 INFO kablam! 56 | pub fn chop(mut self) {} Oct 22 00:39:09.233 INFO kablam! | ----^^^^ Oct 22 00:39:09.233 INFO kablam! | | Oct 22 00:39:09.233 INFO kablam! | help: remove this `mut` Oct 22 00:39:09.233 INFO kablam! Oct 22 00:39:09.303 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.19s Oct 22 00:39:09.307 INFO kablam! su: No module specific data is present Oct 22 00:39:09.873 INFO running `"docker" "rm" "-f" "3242413b484501e18da802c4ad22ae333953b0c6b65e24fa9d0db104dfab4489"` Oct 22 00:39:10.157 INFO blam! 3242413b484501e18da802c4ad22ae333953b0c6b65e24fa9d0db104dfab4489