Oct 27 17:34:58.936 INFO checking quill-delta-0.0.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 17:34:58.938 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 17:34:59.376 INFO blam! ce2d9ffa068eef48343180b6e24044387e6d6777c956a59e3c7d1e385b7e4d1c Oct 27 17:34:59.387 INFO running `"docker" "start" "-a" "ce2d9ffa068eef48343180b6e24044387e6d6777c956a59e3c7d1e385b7e4d1c"` Oct 27 17:35:00.236 INFO kablam! usermod: no changes Oct 27 17:35:00.362 INFO kablam! Checking quill-delta v0.0.1 (/source) Oct 27 17:35:01.383 INFO kablam! warning: unused variable: `text` Oct 27 17:35:01.383 INFO kablam! --> src/lib.rs:40:46 Oct 27 17:35:01.383 INFO kablam! | Oct 27 17:35:01.383 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 27 17:35:01.383 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 27 17:35:01.383 INFO kablam! | Oct 27 17:35:01.383 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 17:35:01.383 INFO kablam! Oct 27 17:35:01.383 INFO kablam! warning: unused variable: `attributes` Oct 27 17:35:01.383 INFO kablam! --> src/lib.rs:40:55 Oct 27 17:35:01.383 INFO kablam! | Oct 27 17:35:01.383 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 27 17:35:01.383 INFO kablam! | ^^^^^^^^^^ help: consider using `_attributes` instead Oct 27 17:35:01.383 INFO kablam! Oct 27 17:35:01.383 INFO kablam! warning: unused variable: `length` Oct 27 17:35:01.383 INFO kablam! --> src/lib.rs:44:29 Oct 27 17:35:01.383 INFO kablam! | Oct 27 17:35:01.383 INFO kablam! 44 | pub fn delete(mut self, length: usize) -> Self { Oct 27 17:35:01.383 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 27 17:35:01.383 INFO kablam! Oct 27 17:35:01.383 INFO kablam! warning: unused variable: `length` Oct 27 17:35:01.383 INFO kablam! --> src/lib.rs:48:29 Oct 27 17:35:01.383 INFO kablam! | Oct 27 17:35:01.383 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 27 17:35:01.383 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 27 17:35:01.383 INFO kablam! Oct 27 17:35:01.383 INFO kablam! warning: unused variable: `attributes` Oct 27 17:35:01.383 INFO kablam! --> src/lib.rs:48:44 Oct 27 17:35:01.383 INFO kablam! | Oct 27 17:35:01.383 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 27 17:35:01.383 INFO kablam! | ^^^^^^^^^^ help: consider using `_attributes` instead Oct 27 17:35:01.383 INFO kablam! Oct 27 17:35:01.383 INFO kablam! warning: unused variable: `op` Oct 27 17:35:01.383 INFO kablam! --> src/lib.rs:52:27 Oct 27 17:35:01.383 INFO kablam! | Oct 27 17:35:01.383 INFO kablam! 52 | pub fn push(mut self, op: DeltaOperation) -> Self { Oct 27 17:35:01.383 INFO kablam! | ^^ help: consider using `_op` instead Oct 27 17:35:01.383 INFO kablam! Oct 27 17:35:01.396 INFO kablam! warning: variable does not need to be mutable Oct 27 17:35:01.396 INFO kablam! --> src/lib.rs:40:36 Oct 27 17:35:01.396 INFO kablam! | Oct 27 17:35:01.396 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 27 17:35:01.396 INFO kablam! | ----^^^^ Oct 27 17:35:01.396 INFO kablam! | | Oct 27 17:35:01.396 INFO kablam! | help: remove this `mut` Oct 27 17:35:01.396 INFO kablam! | Oct 27 17:35:01.396 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 17:35:01.396 INFO kablam! Oct 27 17:35:01.397 INFO kablam! warning: variable does not need to be mutable Oct 27 17:35:01.397 INFO kablam! --> src/lib.rs:44:19 Oct 27 17:35:01.397 INFO kablam! | Oct 27 17:35:01.397 INFO kablam! 44 | pub fn delete(mut self, length: usize) -> Self { Oct 27 17:35:01.397 INFO kablam! | ----^^^^ Oct 27 17:35:01.397 INFO kablam! | | Oct 27 17:35:01.397 INFO kablam! | help: remove this `mut` Oct 27 17:35:01.397 INFO kablam! Oct 27 17:35:01.397 INFO kablam! warning: variable does not need to be mutable Oct 27 17:35:01.397 INFO kablam! --> src/lib.rs:48:19 Oct 27 17:35:01.397 INFO kablam! | Oct 27 17:35:01.397 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 27 17:35:01.397 INFO kablam! | ----^^^^ Oct 27 17:35:01.397 INFO kablam! | | Oct 27 17:35:01.397 INFO kablam! | help: remove this `mut` Oct 27 17:35:01.397 INFO kablam! Oct 27 17:35:01.397 INFO kablam! warning: variable does not need to be mutable Oct 27 17:35:01.397 INFO kablam! --> src/lib.rs:52:17 Oct 27 17:35:01.401 INFO kablam! | Oct 27 17:35:01.401 INFO kablam! 52 | pub fn push(mut self, op: DeltaOperation) -> Self { Oct 27 17:35:01.401 INFO kablam! | ----^^^^ Oct 27 17:35:01.401 INFO kablam! | | Oct 27 17:35:01.401 INFO kablam! | help: remove this `mut` Oct 27 17:35:01.401 INFO kablam! Oct 27 17:35:01.401 INFO kablam! warning: variable does not need to be mutable Oct 27 17:35:01.401 INFO kablam! --> src/lib.rs:56:17 Oct 27 17:35:01.401 INFO kablam! | Oct 27 17:35:01.401 INFO kablam! 56 | pub fn chop(mut self) {} Oct 27 17:35:01.401 INFO kablam! | ----^^^^ Oct 27 17:35:01.401 INFO kablam! | | Oct 27 17:35:01.401 INFO kablam! | help: remove this `mut` Oct 27 17:35:01.401 INFO kablam! Oct 27 17:35:01.899 INFO kablam! warning: unused variable: `op` Oct 27 17:35:01.899 INFO kablam! --> src/lib.rs:181:9 Oct 27 17:35:01.899 INFO kablam! | Oct 27 17:35:01.899 INFO kablam! 181 | let op: DeltaOperation = serde_json::from_str(r#"{ "insert": "Hallo" }"#).unwrap(); Oct 27 17:35:01.899 INFO kablam! | ^^ help: consider using `_op` instead Oct 27 17:35:01.899 INFO kablam! | Oct 27 17:35:01.899 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 17:35:01.899 INFO kablam! Oct 27 17:35:01.899 INFO kablam! warning: unused variable: `op` Oct 27 17:35:01.899 INFO kablam! --> src/lib.rs:182:9 Oct 27 17:35:01.899 INFO kablam! | Oct 27 17:35:01.899 INFO kablam! 182 | let op: DeltaOperation = serde_json::from_str(r#"{ "retain": 10 }"#).unwrap(); Oct 27 17:35:01.899 INFO kablam! | ^^ help: consider using `_op` instead Oct 27 17:35:01.899 INFO kablam! Oct 27 17:35:01.899 INFO kablam! warning: unused variable: `op` Oct 27 17:35:01.899 INFO kablam! --> src/lib.rs:183:9 Oct 27 17:35:01.899 INFO kablam! | Oct 27 17:35:01.899 INFO kablam! 183 | let op: DeltaOperation = serde_json::from_str(r#"{ "delete": 10 }"#).unwrap(); Oct 27 17:35:01.899 INFO kablam! | ^^ help: consider using `_op` instead Oct 27 17:35:01.899 INFO kablam! Oct 27 17:35:01.899 INFO kablam! warning: unused variable: `text` Oct 27 17:35:01.899 INFO kablam! --> src/lib.rs:40:46 Oct 27 17:35:01.899 INFO kablam! | Oct 27 17:35:01.899 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 27 17:35:01.899 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 27 17:35:01.899 INFO kablam! Oct 27 17:35:01.899 INFO kablam! warning: unused variable: `attributes` Oct 27 17:35:01.899 INFO kablam! --> src/lib.rs:40:55 Oct 27 17:35:01.899 INFO kablam! | Oct 27 17:35:01.899 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 27 17:35:01.899 INFO kablam! | ^^^^^^^^^^ help: consider using `_attributes` instead Oct 27 17:35:01.899 INFO kablam! Oct 27 17:35:01.899 INFO kablam! warning: unused variable: `length` Oct 27 17:35:01.899 INFO kablam! --> src/lib.rs:44:29 Oct 27 17:35:01.899 INFO kablam! | Oct 27 17:35:01.899 INFO kablam! 44 | pub fn delete(mut self, length: usize) -> Self { Oct 27 17:35:01.899 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 27 17:35:01.899 INFO kablam! Oct 27 17:35:01.899 INFO kablam! warning: unused variable: `length` Oct 27 17:35:01.899 INFO kablam! --> src/lib.rs:48:29 Oct 27 17:35:01.899 INFO kablam! | Oct 27 17:35:01.899 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 27 17:35:01.899 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 27 17:35:01.900 INFO kablam! Oct 27 17:35:01.900 INFO kablam! warning: unused variable: `attributes` Oct 27 17:35:01.900 INFO kablam! --> src/lib.rs:48:44 Oct 27 17:35:01.900 INFO kablam! | Oct 27 17:35:01.900 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 27 17:35:01.900 INFO kablam! | ^^^^^^^^^^ help: consider using `_attributes` instead Oct 27 17:35:01.900 INFO kablam! Oct 27 17:35:01.900 INFO kablam! warning: unused variable: `op` Oct 27 17:35:01.900 INFO kablam! --> src/lib.rs:52:27 Oct 27 17:35:01.900 INFO kablam! | Oct 27 17:35:01.900 INFO kablam! 52 | pub fn push(mut self, op: DeltaOperation) -> Self { Oct 27 17:35:01.900 INFO kablam! | ^^ help: consider using `_op` instead Oct 27 17:35:01.900 INFO kablam! Oct 27 17:35:01.916 INFO kablam! warning: variable does not need to be mutable Oct 27 17:35:01.917 INFO kablam! --> src/lib.rs:40:36 Oct 27 17:35:01.917 INFO kablam! | Oct 27 17:35:01.917 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 27 17:35:01.917 INFO kablam! | ----^^^^ Oct 27 17:35:01.917 INFO kablam! | | Oct 27 17:35:01.917 INFO kablam! | help: remove this `mut` Oct 27 17:35:01.917 INFO kablam! | Oct 27 17:35:01.917 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 17:35:01.917 INFO kablam! Oct 27 17:35:01.919 INFO kablam! warning: variable does not need to be mutable Oct 27 17:35:01.919 INFO kablam! --> src/lib.rs:44:19 Oct 27 17:35:01.919 INFO kablam! | Oct 27 17:35:01.919 INFO kablam! 44 | pub fn delete(mut self, length: usize) -> Self { Oct 27 17:35:01.919 INFO kablam! | ----^^^^ Oct 27 17:35:01.919 INFO kablam! | | Oct 27 17:35:01.919 INFO kablam! | help: remove this `mut` Oct 27 17:35:01.919 INFO kablam! Oct 27 17:35:01.919 INFO kablam! warning: variable does not need to be mutable Oct 27 17:35:01.919 INFO kablam! --> src/lib.rs:48:19 Oct 27 17:35:01.919 INFO kablam! | Oct 27 17:35:01.919 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 27 17:35:01.919 INFO kablam! | ----^^^^ Oct 27 17:35:01.919 INFO kablam! | | Oct 27 17:35:01.919 INFO kablam! | help: remove this `mut` Oct 27 17:35:01.919 INFO kablam! Oct 27 17:35:01.919 INFO kablam! warning: variable does not need to be mutable Oct 27 17:35:01.919 INFO kablam! --> src/lib.rs:52:17 Oct 27 17:35:01.919 INFO kablam! | Oct 27 17:35:01.919 INFO kablam! 52 | pub fn push(mut self, op: DeltaOperation) -> Self { Oct 27 17:35:01.919 INFO kablam! | ----^^^^ Oct 27 17:35:01.919 INFO kablam! | | Oct 27 17:35:01.919 INFO kablam! | help: remove this `mut` Oct 27 17:35:01.919 INFO kablam! Oct 27 17:35:01.919 INFO kablam! warning: variable does not need to be mutable Oct 27 17:35:01.919 INFO kablam! --> src/lib.rs:56:17 Oct 27 17:35:01.919 INFO kablam! | Oct 27 17:35:01.919 INFO kablam! 56 | pub fn chop(mut self) {} Oct 27 17:35:01.919 INFO kablam! | ----^^^^ Oct 27 17:35:01.919 INFO kablam! | | Oct 27 17:35:01.919 INFO kablam! | help: remove this `mut` Oct 27 17:35:01.919 INFO kablam! Oct 27 17:35:02.003 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.70s Oct 27 17:35:02.007 INFO kablam! su: No module specific data is present Oct 27 17:35:03.170 INFO running `"docker" "rm" "-f" "ce2d9ffa068eef48343180b6e24044387e6d6777c956a59e3c7d1e385b7e4d1c"` Oct 27 17:35:03.633 INFO blam! ce2d9ffa068eef48343180b6e24044387e6d6777c956a59e3c7d1e385b7e4d1c