Oct 15 23:00:14.711 INFO testing quill-delta-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 23:00:14.712 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 23:00:14.894 INFO blam! e3f7660bc66eb68c09b5f6671fc53fbaa3d83685ec4e478772f3af199b1ca6ba Oct 15 23:00:14.896 INFO running `"docker" "start" "-a" "e3f7660bc66eb68c09b5f6671fc53fbaa3d83685ec4e478772f3af199b1ca6ba"` Oct 15 23:00:15.391 INFO kablam! usermod: no changes Oct 15 23:00:15.435 INFO kablam! Compiling quill-delta v0.0.1 (/source) Oct 15 23:00:16.127 INFO kablam! warning: unused variable: `text` Oct 15 23:00:16.128 INFO kablam! --> src/lib.rs:40:46 Oct 15 23:00:16.128 INFO kablam! | Oct 15 23:00:16.128 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 15 23:00:16.128 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 15 23:00:16.128 INFO kablam! | Oct 15 23:00:16.128 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 23:00:16.128 INFO kablam! Oct 15 23:00:16.128 INFO kablam! warning: unused variable: `attributes` Oct 15 23:00:16.128 INFO kablam! --> src/lib.rs:40:55 Oct 15 23:00:16.128 INFO kablam! | Oct 15 23:00:16.128 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 15 23:00:16.128 INFO kablam! | ^^^^^^^^^^ help: consider using `_attributes` instead Oct 15 23:00:16.128 INFO kablam! Oct 15 23:00:16.128 INFO kablam! warning: unused variable: `length` Oct 15 23:00:16.128 INFO kablam! --> src/lib.rs:44:29 Oct 15 23:00:16.128 INFO kablam! | Oct 15 23:00:16.128 INFO kablam! 44 | pub fn delete(mut self, length: usize) -> Self { Oct 15 23:00:16.128 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 15 23:00:16.128 INFO kablam! Oct 15 23:00:16.128 INFO kablam! warning: unused variable: `length` Oct 15 23:00:16.128 INFO kablam! --> src/lib.rs:48:29 Oct 15 23:00:16.128 INFO kablam! | Oct 15 23:00:16.128 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 15 23:00:16.128 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 15 23:00:16.128 INFO kablam! Oct 15 23:00:16.128 INFO kablam! warning: unused variable: `attributes` Oct 15 23:00:16.128 INFO kablam! --> src/lib.rs:48:44 Oct 15 23:00:16.128 INFO kablam! | Oct 15 23:00:16.128 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 15 23:00:16.128 INFO kablam! | ^^^^^^^^^^ help: consider using `_attributes` instead Oct 15 23:00:16.128 INFO kablam! Oct 15 23:00:16.128 INFO kablam! warning: unused variable: `op` Oct 15 23:00:16.128 INFO kablam! --> src/lib.rs:52:27 Oct 15 23:00:16.128 INFO kablam! | Oct 15 23:00:16.128 INFO kablam! 52 | pub fn push(mut self, op: DeltaOperation) -> Self { Oct 15 23:00:16.128 INFO kablam! | ^^ help: consider using `_op` instead Oct 15 23:00:16.128 INFO kablam! Oct 15 23:00:16.155 INFO kablam! warning: variable does not need to be mutable Oct 15 23:00:16.155 INFO kablam! --> src/lib.rs:40:36 Oct 15 23:00:16.155 INFO kablam! | Oct 15 23:00:16.155 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 15 23:00:16.155 INFO kablam! | ----^^^^ Oct 15 23:00:16.155 INFO kablam! | | Oct 15 23:00:16.155 INFO kablam! | help: remove this `mut` Oct 15 23:00:16.155 INFO kablam! | Oct 15 23:00:16.155 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 23:00:16.155 INFO kablam! Oct 15 23:00:16.155 INFO kablam! warning: variable does not need to be mutable Oct 15 23:00:16.155 INFO kablam! --> src/lib.rs:44:19 Oct 15 23:00:16.155 INFO kablam! | Oct 15 23:00:16.155 INFO kablam! 44 | pub fn delete(mut self, length: usize) -> Self { Oct 15 23:00:16.155 INFO kablam! | ----^^^^ Oct 15 23:00:16.155 INFO kablam! | | Oct 15 23:00:16.155 INFO kablam! | help: remove this `mut` Oct 15 23:00:16.155 INFO kablam! Oct 15 23:00:16.155 INFO kablam! warning: variable does not need to be mutable Oct 15 23:00:16.155 INFO kablam! --> src/lib.rs:48:19 Oct 15 23:00:16.155 INFO kablam! | Oct 15 23:00:16.155 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 15 23:00:16.155 INFO kablam! | ----^^^^ Oct 15 23:00:16.155 INFO kablam! | | Oct 15 23:00:16.155 INFO kablam! | help: remove this `mut` Oct 15 23:00:16.155 INFO kablam! Oct 15 23:00:16.155 INFO kablam! warning: variable does not need to be mutable Oct 15 23:00:16.155 INFO kablam! --> src/lib.rs:52:17 Oct 15 23:00:16.155 INFO kablam! | Oct 15 23:00:16.155 INFO kablam! 52 | pub fn push(mut self, op: DeltaOperation) -> Self { Oct 15 23:00:16.155 INFO kablam! | ----^^^^ Oct 15 23:00:16.155 INFO kablam! | | Oct 15 23:00:16.155 INFO kablam! | help: remove this `mut` Oct 15 23:00:16.155 INFO kablam! Oct 15 23:00:16.155 INFO kablam! warning: variable does not need to be mutable Oct 15 23:00:16.155 INFO kablam! --> src/lib.rs:56:17 Oct 15 23:00:16.155 INFO kablam! | Oct 15 23:00:16.155 INFO kablam! 56 | pub fn chop(mut self) {} Oct 15 23:00:16.155 INFO kablam! | ----^^^^ Oct 15 23:00:16.155 INFO kablam! | | Oct 15 23:00:16.155 INFO kablam! | help: remove this `mut` Oct 15 23:00:16.155 INFO kablam! Oct 15 23:00:16.439 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.03s Oct 15 23:00:16.440 INFO kablam! su: No module specific data is present Oct 15 23:00:16.988 INFO running `"docker" "rm" "-f" "e3f7660bc66eb68c09b5f6671fc53fbaa3d83685ec4e478772f3af199b1ca6ba"` Oct 15 23:00:17.277 INFO blam! e3f7660bc66eb68c09b5f6671fc53fbaa3d83685ec4e478772f3af199b1ca6ba Oct 15 23:00:17.295 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 23:00:17.727 INFO blam! d1368771ec6cdabe6a73c41d9c61417bd69c6263569bb3dc6d3fcdb2c3346c99 Oct 15 23:00:17.729 INFO running `"docker" "start" "-a" "d1368771ec6cdabe6a73c41d9c61417bd69c6263569bb3dc6d3fcdb2c3346c99"` Oct 15 23:00:18.531 INFO kablam! usermod: no changes Oct 15 23:00:18.571 INFO kablam! Compiling quill-delta v0.0.1 (/source) Oct 15 23:00:19.440 INFO kablam! warning: unused variable: `op` Oct 15 23:00:19.440 INFO kablam! --> src/lib.rs:181:9 Oct 15 23:00:19.442 INFO kablam! | Oct 15 23:00:19.444 INFO kablam! 181 | let op: DeltaOperation = serde_json::from_str(r#"{ "insert": "Hallo" }"#).unwrap(); Oct 15 23:00:19.444 INFO kablam! | ^^ help: consider using `_op` instead Oct 15 23:00:19.444 INFO kablam! | Oct 15 23:00:19.445 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 23:00:19.445 INFO kablam! Oct 15 23:00:19.445 INFO kablam! warning: unused variable: `op` Oct 15 23:00:19.445 INFO kablam! --> src/lib.rs:182:9 Oct 15 23:00:19.446 INFO kablam! | Oct 15 23:00:19.446 INFO kablam! 182 | let op: DeltaOperation = serde_json::from_str(r#"{ "retain": 10 }"#).unwrap(); Oct 15 23:00:19.446 INFO kablam! | ^^ help: consider using `_op` instead Oct 15 23:00:19.446 INFO kablam! Oct 15 23:00:19.446 INFO kablam! warning: unused variable: `op` Oct 15 23:00:19.446 INFO kablam! --> src/lib.rs:183:9 Oct 15 23:00:19.446 INFO kablam! | Oct 15 23:00:19.446 INFO kablam! 183 | let op: DeltaOperation = serde_json::from_str(r#"{ "delete": 10 }"#).unwrap(); Oct 15 23:00:19.446 INFO kablam! | ^^ help: consider using `_op` instead Oct 15 23:00:19.446 INFO kablam! Oct 15 23:00:19.446 INFO kablam! warning: unused variable: `text` Oct 15 23:00:19.446 INFO kablam! --> src/lib.rs:40:46 Oct 15 23:00:19.446 INFO kablam! | Oct 15 23:00:19.446 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 15 23:00:19.446 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 15 23:00:19.446 INFO kablam! Oct 15 23:00:19.446 INFO kablam! warning: unused variable: `attributes` Oct 15 23:00:19.446 INFO kablam! --> src/lib.rs:40:55 Oct 15 23:00:19.446 INFO kablam! | Oct 15 23:00:19.446 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 15 23:00:19.446 INFO kablam! | ^^^^^^^^^^ help: consider using `_attributes` instead Oct 15 23:00:19.446 INFO kablam! Oct 15 23:00:19.446 INFO kablam! warning: unused variable: `length` Oct 15 23:00:19.446 INFO kablam! --> src/lib.rs:44:29 Oct 15 23:00:19.446 INFO kablam! | Oct 15 23:00:19.446 INFO kablam! 44 | pub fn delete(mut self, length: usize) -> Self { Oct 15 23:00:19.446 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 15 23:00:19.446 INFO kablam! Oct 15 23:00:19.446 INFO kablam! warning: unused variable: `length` Oct 15 23:00:19.446 INFO kablam! --> src/lib.rs:48:29 Oct 15 23:00:19.446 INFO kablam! | Oct 15 23:00:19.446 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 15 23:00:19.446 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 15 23:00:19.446 INFO kablam! Oct 15 23:00:19.446 INFO kablam! warning: unused variable: `attributes` Oct 15 23:00:19.446 INFO kablam! --> src/lib.rs:48:44 Oct 15 23:00:19.446 INFO kablam! | Oct 15 23:00:19.446 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 15 23:00:19.446 INFO kablam! | ^^^^^^^^^^ help: consider using `_attributes` instead Oct 15 23:00:19.446 INFO kablam! Oct 15 23:00:19.446 INFO kablam! warning: unused variable: `op` Oct 15 23:00:19.446 INFO kablam! --> src/lib.rs:52:27 Oct 15 23:00:19.446 INFO kablam! | Oct 15 23:00:19.446 INFO kablam! 52 | pub fn push(mut self, op: DeltaOperation) -> Self { Oct 15 23:00:19.446 INFO kablam! | ^^ help: consider using `_op` instead Oct 15 23:00:19.446 INFO kablam! Oct 15 23:00:19.459 INFO kablam! warning: variable does not need to be mutable Oct 15 23:00:19.459 INFO kablam! --> src/lib.rs:40:36 Oct 15 23:00:19.459 INFO kablam! | Oct 15 23:00:19.459 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 15 23:00:19.459 INFO kablam! | ----^^^^ Oct 15 23:00:19.459 INFO kablam! | | Oct 15 23:00:19.459 INFO kablam! | help: remove this `mut` Oct 15 23:00:19.459 INFO kablam! | Oct 15 23:00:19.459 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 23:00:19.459 INFO kablam! Oct 15 23:00:19.459 INFO kablam! warning: variable does not need to be mutable Oct 15 23:00:19.459 INFO kablam! --> src/lib.rs:44:19 Oct 15 23:00:19.459 INFO kablam! | Oct 15 23:00:19.459 INFO kablam! 44 | pub fn delete(mut self, length: usize) -> Self { Oct 15 23:00:19.459 INFO kablam! | ----^^^^ Oct 15 23:00:19.459 INFO kablam! | | Oct 15 23:00:19.459 INFO kablam! | help: remove this `mut` Oct 15 23:00:19.459 INFO kablam! Oct 15 23:00:19.459 INFO kablam! warning: variable does not need to be mutable Oct 15 23:00:19.459 INFO kablam! --> src/lib.rs:48:19 Oct 15 23:00:19.459 INFO kablam! | Oct 15 23:00:19.459 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 15 23:00:19.459 INFO kablam! | ----^^^^ Oct 15 23:00:19.459 INFO kablam! | | Oct 15 23:00:19.459 INFO kablam! | help: remove this `mut` Oct 15 23:00:19.459 INFO kablam! Oct 15 23:00:19.459 INFO kablam! warning: variable does not need to be mutable Oct 15 23:00:19.459 INFO kablam! --> src/lib.rs:52:17 Oct 15 23:00:19.459 INFO kablam! | Oct 15 23:00:19.459 INFO kablam! 52 | pub fn push(mut self, op: DeltaOperation) -> Self { Oct 15 23:00:19.459 INFO kablam! | ----^^^^ Oct 15 23:00:19.459 INFO kablam! | | Oct 15 23:00:19.459 INFO kablam! | help: remove this `mut` Oct 15 23:00:19.459 INFO kablam! Oct 15 23:00:19.459 INFO kablam! warning: variable does not need to be mutable Oct 15 23:00:19.459 INFO kablam! --> src/lib.rs:56:17 Oct 15 23:00:19.459 INFO kablam! | Oct 15 23:00:19.459 INFO kablam! 56 | pub fn chop(mut self) {} Oct 15 23:00:19.459 INFO kablam! | ----^^^^ Oct 15 23:00:19.459 INFO kablam! | | Oct 15 23:00:19.459 INFO kablam! | help: remove this `mut` Oct 15 23:00:19.459 INFO kablam! Oct 15 23:00:20.527 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.98s Oct 15 23:00:20.530 INFO kablam! su: No module specific data is present Oct 15 23:00:20.855 INFO running `"docker" "rm" "-f" "d1368771ec6cdabe6a73c41d9c61417bd69c6263569bb3dc6d3fcdb2c3346c99"` Oct 15 23:00:20.946 INFO blam! d1368771ec6cdabe6a73c41d9c61417bd69c6263569bb3dc6d3fcdb2c3346c99 Oct 15 23:00:20.953 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 23:00:21.166 INFO blam! e896afea7032ca3862917023563f696513bb3373d85a11fdd89e8625acfd0ca4 Oct 15 23:00:21.166 INFO running `"docker" "start" "-a" "e896afea7032ca3862917023563f696513bb3373d85a11fdd89e8625acfd0ca4"` Oct 15 23:00:21.969 INFO kablam! usermod: no changes Oct 15 23:00:22.071 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 23:00:22.071 INFO blam! Oct 15 23:00:22.071 INFO kablam! Running /target/debug/deps/quill_delta-0b4a9aa0693982ac Oct 15 23:00:22.071 INFO blam! running 3 tests Oct 15 23:00:22.083 INFO blam! test deserialize_delta_operation ... ok Oct 15 23:00:22.083 INFO kablam! Doc-tests quill-delta Oct 15 23:00:22.083 INFO blam! test serilize_delta_operation ... ok Oct 15 23:00:22.083 INFO blam! test tests::it_works ... ok Oct 15 23:00:22.083 INFO blam! Oct 15 23:00:22.083 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 23:00:22.083 INFO blam! Oct 15 23:00:23.259 INFO blam! Oct 15 23:00:23.259 INFO blam! running 2 tests Oct 15 23:00:25.397 INFO blam! test src/lib.rs - Delta (line 10) ... ok Oct 15 23:00:25.415 INFO blam! test src/lib.rs - DeltaOperation::attr (line 131) ... ok Oct 15 23:00:25.415 INFO blam! Oct 15 23:00:25.415 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 23:00:25.415 INFO blam! Oct 15 23:00:25.420 INFO kablam! su: No module specific data is present Oct 15 23:00:25.703 INFO running `"docker" "rm" "-f" "e896afea7032ca3862917023563f696513bb3373d85a11fdd89e8625acfd0ca4"` Oct 15 23:00:25.857 INFO blam! e896afea7032ca3862917023563f696513bb3373d85a11fdd89e8625acfd0ca4