Oct 11 14:14:05.588 INFO testing quill-delta-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 14:14:05.588 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 14:14:05.588 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 14:14:05.895 INFO blam! f3171fe366256859dbc1122b4ba3892faffee599976429483b3373e6d34f73e1 Oct 11 14:14:05.897 INFO running `"docker" "start" "-a" "f3171fe366256859dbc1122b4ba3892faffee599976429483b3373e6d34f73e1"` Oct 11 14:14:07.268 INFO kablam! usermod: no changes Oct 11 14:14:07.360 INFO kablam! Compiling quill-delta v0.0.1 (/source) Oct 11 14:14:08.510 INFO kablam! warning: unused variable: `text` Oct 11 14:14:08.510 INFO kablam! --> src/lib.rs:40:46 Oct 11 14:14:08.510 INFO kablam! | Oct 11 14:14:08.510 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 11 14:14:08.510 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 11 14:14:08.510 INFO kablam! | Oct 11 14:14:08.510 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 14:14:08.510 INFO kablam! Oct 11 14:14:08.510 INFO kablam! warning: unused variable: `attributes` Oct 11 14:14:08.510 INFO kablam! --> src/lib.rs:40:55 Oct 11 14:14:08.510 INFO kablam! | Oct 11 14:14:08.510 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 11 14:14:08.510 INFO kablam! | ^^^^^^^^^^ help: consider using `_attributes` instead Oct 11 14:14:08.510 INFO kablam! Oct 11 14:14:08.510 INFO kablam! warning: unused variable: `length` Oct 11 14:14:08.510 INFO kablam! --> src/lib.rs:44:29 Oct 11 14:14:08.510 INFO kablam! | Oct 11 14:14:08.510 INFO kablam! 44 | pub fn delete(mut self, length: usize) -> Self { Oct 11 14:14:08.510 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 11 14:14:08.510 INFO kablam! Oct 11 14:14:08.510 INFO kablam! warning: unused variable: `length` Oct 11 14:14:08.510 INFO kablam! --> src/lib.rs:48:29 Oct 11 14:14:08.510 INFO kablam! | Oct 11 14:14:08.510 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 11 14:14:08.510 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 11 14:14:08.510 INFO kablam! Oct 11 14:14:08.515 INFO kablam! warning: unused variable: `attributes` Oct 11 14:14:08.515 INFO kablam! --> src/lib.rs:48:44 Oct 11 14:14:08.515 INFO kablam! | Oct 11 14:14:08.515 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 11 14:14:08.515 INFO kablam! | ^^^^^^^^^^ help: consider using `_attributes` instead Oct 11 14:14:08.515 INFO kablam! Oct 11 14:14:08.515 INFO kablam! warning: unused variable: `op` Oct 11 14:14:08.515 INFO kablam! --> src/lib.rs:52:27 Oct 11 14:14:08.515 INFO kablam! | Oct 11 14:14:08.515 INFO kablam! 52 | pub fn push(mut self, op: DeltaOperation) -> Self { Oct 11 14:14:08.515 INFO kablam! | ^^ help: consider using `_op` instead Oct 11 14:14:08.515 INFO kablam! Oct 11 14:14:08.532 INFO kablam! warning: variable does not need to be mutable Oct 11 14:14:08.532 INFO kablam! --> src/lib.rs:40:36 Oct 11 14:14:08.532 INFO kablam! | Oct 11 14:14:08.532 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 11 14:14:08.532 INFO kablam! | ----^^^^ Oct 11 14:14:08.532 INFO kablam! | | Oct 11 14:14:08.532 INFO kablam! | help: remove this `mut` Oct 11 14:14:08.532 INFO kablam! | Oct 11 14:14:08.532 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 14:14:08.532 INFO kablam! Oct 11 14:14:08.532 INFO kablam! warning: variable does not need to be mutable Oct 11 14:14:08.532 INFO kablam! --> src/lib.rs:44:19 Oct 11 14:14:08.532 INFO kablam! | Oct 11 14:14:08.532 INFO kablam! 44 | pub fn delete(mut self, length: usize) -> Self { Oct 11 14:14:08.532 INFO kablam! | ----^^^^ Oct 11 14:14:08.533 INFO kablam! | | Oct 11 14:14:08.533 INFO kablam! | help: remove this `mut` Oct 11 14:14:08.533 INFO kablam! Oct 11 14:14:08.533 INFO kablam! warning: variable does not need to be mutable Oct 11 14:14:08.533 INFO kablam! --> src/lib.rs:48:19 Oct 11 14:14:08.533 INFO kablam! | Oct 11 14:14:08.533 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 11 14:14:08.533 INFO kablam! | ----^^^^ Oct 11 14:14:08.533 INFO kablam! | | Oct 11 14:14:08.533 INFO kablam! | help: remove this `mut` Oct 11 14:14:08.533 INFO kablam! Oct 11 14:14:08.533 INFO kablam! warning: variable does not need to be mutable Oct 11 14:14:08.533 INFO kablam! --> src/lib.rs:52:17 Oct 11 14:14:08.533 INFO kablam! | Oct 11 14:14:08.533 INFO kablam! 52 | pub fn push(mut self, op: DeltaOperation) -> Self { Oct 11 14:14:08.533 INFO kablam! | ----^^^^ Oct 11 14:14:08.533 INFO kablam! | | Oct 11 14:14:08.533 INFO kablam! | help: remove this `mut` Oct 11 14:14:08.533 INFO kablam! Oct 11 14:14:08.533 INFO kablam! warning: variable does not need to be mutable Oct 11 14:14:08.533 INFO kablam! --> src/lib.rs:56:17 Oct 11 14:14:08.533 INFO kablam! | Oct 11 14:14:08.533 INFO kablam! 56 | pub fn chop(mut self) {} Oct 11 14:14:08.533 INFO kablam! | ----^^^^ Oct 11 14:14:08.533 INFO kablam! | | Oct 11 14:14:08.533 INFO kablam! | help: remove this `mut` Oct 11 14:14:08.533 INFO kablam! Oct 11 14:14:08.944 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.65s Oct 11 14:14:08.944 INFO kablam! su: No module specific data is present Oct 11 14:14:09.664 INFO running `"docker" "rm" "-f" "f3171fe366256859dbc1122b4ba3892faffee599976429483b3373e6d34f73e1"` Oct 11 14:14:09.907 INFO blam! f3171fe366256859dbc1122b4ba3892faffee599976429483b3373e6d34f73e1 Oct 11 14:14:09.914 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 14:14:09.914 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 14:14:10.264 INFO blam! c79ffdc9ec5e5e5a5488195123c6c84bc59e5a84e236cf527344bdfac9777aee Oct 11 14:14:10.273 INFO running `"docker" "start" "-a" "c79ffdc9ec5e5e5a5488195123c6c84bc59e5a84e236cf527344bdfac9777aee"` Oct 11 14:14:11.196 INFO kablam! usermod: no changes Oct 11 14:14:11.230 INFO kablam! Compiling quill-delta v0.0.1 (/source) Oct 11 14:14:11.912 INFO kablam! warning: unused variable: `op` Oct 11 14:14:11.912 INFO kablam! --> src/lib.rs:181:9 Oct 11 14:14:11.912 INFO kablam! | Oct 11 14:14:11.912 INFO kablam! 181 | let op: DeltaOperation = serde_json::from_str(r#"{ "insert": "Hallo" }"#).unwrap(); Oct 11 14:14:11.912 INFO kablam! | ^^ help: consider using `_op` instead Oct 11 14:14:11.912 INFO kablam! | Oct 11 14:14:11.912 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 14:14:11.912 INFO kablam! Oct 11 14:14:11.912 INFO kablam! warning: unused variable: `op` Oct 11 14:14:11.912 INFO kablam! --> src/lib.rs:182:9 Oct 11 14:14:11.912 INFO kablam! | Oct 11 14:14:11.912 INFO kablam! 182 | let op: DeltaOperation = serde_json::from_str(r#"{ "retain": 10 }"#).unwrap(); Oct 11 14:14:11.912 INFO kablam! | ^^ help: consider using `_op` instead Oct 11 14:14:11.912 INFO kablam! Oct 11 14:14:11.912 INFO kablam! warning: unused variable: `op` Oct 11 14:14:11.912 INFO kablam! --> src/lib.rs:183:9 Oct 11 14:14:11.912 INFO kablam! | Oct 11 14:14:11.912 INFO kablam! 183 | let op: DeltaOperation = serde_json::from_str(r#"{ "delete": 10 }"#).unwrap(); Oct 11 14:14:11.912 INFO kablam! | ^^ help: consider using `_op` instead Oct 11 14:14:11.912 INFO kablam! Oct 11 14:14:11.912 INFO kablam! warning: unused variable: `text` Oct 11 14:14:11.912 INFO kablam! --> src/lib.rs:40:46 Oct 11 14:14:11.912 INFO kablam! | Oct 11 14:14:11.912 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 11 14:14:11.912 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 11 14:14:11.912 INFO kablam! Oct 11 14:14:11.912 INFO kablam! warning: unused variable: `attributes` Oct 11 14:14:11.912 INFO kablam! --> src/lib.rs:40:55 Oct 11 14:14:11.912 INFO kablam! | Oct 11 14:14:11.912 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 11 14:14:11.912 INFO kablam! | ^^^^^^^^^^ help: consider using `_attributes` instead Oct 11 14:14:11.912 INFO kablam! Oct 11 14:14:11.912 INFO kablam! warning: unused variable: `length` Oct 11 14:14:11.913 INFO kablam! --> src/lib.rs:44:29 Oct 11 14:14:11.913 INFO kablam! | Oct 11 14:14:11.913 INFO kablam! 44 | pub fn delete(mut self, length: usize) -> Self { Oct 11 14:14:11.913 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 11 14:14:11.913 INFO kablam! Oct 11 14:14:11.913 INFO kablam! warning: unused variable: `length` Oct 11 14:14:11.913 INFO kablam! --> src/lib.rs:48:29 Oct 11 14:14:11.913 INFO kablam! | Oct 11 14:14:11.913 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 11 14:14:11.913 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 11 14:14:11.913 INFO kablam! Oct 11 14:14:11.913 INFO kablam! warning: unused variable: `attributes` Oct 11 14:14:11.913 INFO kablam! --> src/lib.rs:48:44 Oct 11 14:14:11.913 INFO kablam! | Oct 11 14:14:11.913 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 11 14:14:11.913 INFO kablam! | ^^^^^^^^^^ help: consider using `_attributes` instead Oct 11 14:14:11.914 INFO kablam! Oct 11 14:14:11.914 INFO kablam! warning: unused variable: `op` Oct 11 14:14:11.914 INFO kablam! --> src/lib.rs:52:27 Oct 11 14:14:11.914 INFO kablam! | Oct 11 14:14:11.914 INFO kablam! 52 | pub fn push(mut self, op: DeltaOperation) -> Self { Oct 11 14:14:11.914 INFO kablam! | ^^ help: consider using `_op` instead Oct 11 14:14:11.914 INFO kablam! Oct 11 14:14:11.930 INFO kablam! warning: variable does not need to be mutable Oct 11 14:14:11.931 INFO kablam! --> src/lib.rs:40:36 Oct 11 14:14:11.931 INFO kablam! | Oct 11 14:14:11.931 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 11 14:14:11.931 INFO kablam! | ----^^^^ Oct 11 14:14:11.931 INFO kablam! | | Oct 11 14:14:11.932 INFO kablam! | help: remove this `mut` Oct 11 14:14:11.932 INFO kablam! | Oct 11 14:14:11.932 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 14:14:11.932 INFO kablam! Oct 11 14:14:11.932 INFO kablam! warning: variable does not need to be mutable Oct 11 14:14:11.932 INFO kablam! --> src/lib.rs:44:19 Oct 11 14:14:11.932 INFO kablam! | Oct 11 14:14:11.933 INFO kablam! 44 | pub fn delete(mut self, length: usize) -> Self { Oct 11 14:14:11.933 INFO kablam! | ----^^^^ Oct 11 14:14:11.933 INFO kablam! | | Oct 11 14:14:11.933 INFO kablam! | help: remove this `mut` Oct 11 14:14:11.933 INFO kablam! Oct 11 14:14:11.933 INFO kablam! warning: variable does not need to be mutable Oct 11 14:14:11.933 INFO kablam! --> src/lib.rs:48:19 Oct 11 14:14:11.934 INFO kablam! | Oct 11 14:14:11.934 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 11 14:14:11.934 INFO kablam! | ----^^^^ Oct 11 14:14:11.934 INFO kablam! | | Oct 11 14:14:11.934 INFO kablam! | help: remove this `mut` Oct 11 14:14:11.935 INFO kablam! Oct 11 14:14:11.935 INFO kablam! warning: variable does not need to be mutable Oct 11 14:14:11.935 INFO kablam! --> src/lib.rs:52:17 Oct 11 14:14:11.935 INFO kablam! | Oct 11 14:14:11.936 INFO kablam! 52 | pub fn push(mut self, op: DeltaOperation) -> Self { Oct 11 14:14:11.936 INFO kablam! | ----^^^^ Oct 11 14:14:11.936 INFO kablam! | | Oct 11 14:14:11.936 INFO kablam! | help: remove this `mut` Oct 11 14:14:11.937 INFO kablam! Oct 11 14:14:11.937 INFO kablam! warning: variable does not need to be mutable Oct 11 14:14:11.937 INFO kablam! --> src/lib.rs:56:17 Oct 11 14:14:11.937 INFO kablam! | Oct 11 14:14:11.938 INFO kablam! 56 | pub fn chop(mut self) {} Oct 11 14:14:11.938 INFO kablam! | ----^^^^ Oct 11 14:14:11.938 INFO kablam! | | Oct 11 14:14:11.938 INFO kablam! | help: remove this `mut` Oct 11 14:14:11.939 INFO kablam! Oct 11 14:14:13.072 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.86s Oct 11 14:14:13.076 INFO kablam! su: No module specific data is present Oct 11 14:14:13.692 INFO running `"docker" "rm" "-f" "c79ffdc9ec5e5e5a5488195123c6c84bc59e5a84e236cf527344bdfac9777aee"` Oct 11 14:14:13.920 INFO blam! c79ffdc9ec5e5e5a5488195123c6c84bc59e5a84e236cf527344bdfac9777aee Oct 11 14:14:13.922 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 14:14:13.922 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 14:14:14.285 INFO blam! 1fd1bbb82d2609702cf1a5b56ea17d87d2662269e680a01a7db09869ae595c00 Oct 11 14:14:14.289 INFO running `"docker" "start" "-a" "1fd1bbb82d2609702cf1a5b56ea17d87d2662269e680a01a7db09869ae595c00"` Oct 11 14:14:14.804 INFO kablam! usermod: no changes Oct 11 14:14:14.847 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 14:14:14.859 INFO kablam! Running /target/debug/deps/quill_delta-b29e325a03836b7f Oct 11 14:14:14.862 INFO blam! Oct 11 14:14:14.862 INFO blam! running 3 tests Oct 11 14:14:14.862 INFO blam! test deserialize_delta_operation ... ok Oct 11 14:14:14.864 INFO blam! test tests::it_works ... ok Oct 11 14:14:14.865 INFO blam! test serilize_delta_operation ... ok Oct 11 14:14:14.865 INFO kablam! Doc-tests quill-delta Oct 11 14:14:14.865 INFO blam! Oct 11 14:14:14.865 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:14:14.865 INFO blam! Oct 11 14:14:15.875 INFO blam! Oct 11 14:14:15.875 INFO blam! running 2 tests Oct 11 14:14:18.692 INFO blam! test src/lib.rs - Delta (line 10) ... ok Oct 11 14:14:18.816 INFO blam! test src/lib.rs - DeltaOperation::attr (line 131) ... ok Oct 11 14:14:18.816 INFO kablam! su: No module specific data is present Oct 11 14:14:18.816 INFO blam! Oct 11 14:14:18.816 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:14:18.816 INFO blam! Oct 11 14:14:19.170 INFO running `"docker" "rm" "-f" "1fd1bbb82d2609702cf1a5b56ea17d87d2662269e680a01a7db09869ae595c00"` Oct 11 14:14:19.288 INFO blam! 1fd1bbb82d2609702cf1a5b56ea17d87d2662269e680a01a7db09869ae595c00