Oct 15 23:00:14.123 INFO testing quill-delta-0.0.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 23:00:14.123 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.479 INFO blam! 3555a036352c9ba86ac3095119f44d5d8705dd13751b68c171982fecf4c961df Oct 15 23:00:14.480 INFO running `"docker" "start" "-a" "3555a036352c9ba86ac3095119f44d5d8705dd13751b68c171982fecf4c961df"` Oct 15 23:00:15.063 INFO kablam! usermod: no changes Oct 15 23:00:15.122 INFO kablam! Compiling quill-delta v0.0.1 (/source) Oct 15 23:00:15.915 INFO kablam! warning: unused variable: `text` Oct 15 23:00:15.916 INFO kablam! --> src/lib.rs:40:46 Oct 15 23:00:15.916 INFO kablam! | Oct 15 23:00:15.916 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 15 23:00:15.916 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 15 23:00:15.916 INFO kablam! | Oct 15 23:00:15.916 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 23:00:15.916 INFO kablam! Oct 15 23:00:15.916 INFO kablam! warning: unused variable: `attributes` Oct 15 23:00:15.916 INFO kablam! --> src/lib.rs:40:55 Oct 15 23:00:15.916 INFO kablam! | Oct 15 23:00:15.916 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 15 23:00:15.916 INFO kablam! | ^^^^^^^^^^ help: consider using `_attributes` instead Oct 15 23:00:15.916 INFO kablam! Oct 15 23:00:15.916 INFO kablam! warning: unused variable: `length` Oct 15 23:00:15.916 INFO kablam! --> src/lib.rs:44:29 Oct 15 23:00:15.916 INFO kablam! | Oct 15 23:00:15.916 INFO kablam! 44 | pub fn delete(mut self, length: usize) -> Self { Oct 15 23:00:15.916 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 15 23:00:15.916 INFO kablam! Oct 15 23:00:15.916 INFO kablam! warning: unused variable: `length` Oct 15 23:00:15.916 INFO kablam! --> src/lib.rs:48:29 Oct 15 23:00:15.916 INFO kablam! | Oct 15 23:00:15.916 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 15 23:00:15.916 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 15 23:00:15.916 INFO kablam! Oct 15 23:00:15.916 INFO kablam! warning: unused variable: `attributes` Oct 15 23:00:15.916 INFO kablam! --> src/lib.rs:48:44 Oct 15 23:00:15.916 INFO kablam! | Oct 15 23:00:15.916 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 15 23:00:15.916 INFO kablam! | ^^^^^^^^^^ help: consider using `_attributes` instead Oct 15 23:00:15.916 INFO kablam! Oct 15 23:00:15.916 INFO kablam! warning: unused variable: `op` Oct 15 23:00:15.916 INFO kablam! --> src/lib.rs:52:27 Oct 15 23:00:15.916 INFO kablam! | Oct 15 23:00:15.916 INFO kablam! 52 | pub fn push(mut self, op: DeltaOperation) -> Self { Oct 15 23:00:15.916 INFO kablam! | ^^ help: consider using `_op` instead Oct 15 23:00:15.917 INFO kablam! Oct 15 23:00:15.935 INFO kablam! warning: variable does not need to be mutable Oct 15 23:00:15.935 INFO kablam! --> src/lib.rs:40:36 Oct 15 23:00:15.935 INFO kablam! | Oct 15 23:00:15.935 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 15 23:00:15.935 INFO kablam! | ----^^^^ Oct 15 23:00:15.935 INFO kablam! | | Oct 15 23:00:15.935 INFO kablam! | help: remove this `mut` Oct 15 23:00:15.935 INFO kablam! | Oct 15 23:00:15.935 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 23:00:15.935 INFO kablam! Oct 15 23:00:15.935 INFO kablam! warning: variable does not need to be mutable Oct 15 23:00:15.935 INFO kablam! --> src/lib.rs:44:19 Oct 15 23:00:15.935 INFO kablam! | Oct 15 23:00:15.935 INFO kablam! 44 | pub fn delete(mut self, length: usize) -> Self { Oct 15 23:00:15.935 INFO kablam! | ----^^^^ Oct 15 23:00:15.935 INFO kablam! | | Oct 15 23:00:15.935 INFO kablam! | help: remove this `mut` Oct 15 23:00:15.935 INFO kablam! Oct 15 23:00:15.935 INFO kablam! warning: variable does not need to be mutable Oct 15 23:00:15.935 INFO kablam! --> src/lib.rs:48:19 Oct 15 23:00:15.935 INFO kablam! | Oct 15 23:00:15.935 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 15 23:00:15.935 INFO kablam! | ----^^^^ Oct 15 23:00:15.935 INFO kablam! | | Oct 15 23:00:15.935 INFO kablam! | help: remove this `mut` Oct 15 23:00:15.935 INFO kablam! Oct 15 23:00:15.935 INFO kablam! warning: variable does not need to be mutable Oct 15 23:00:15.935 INFO kablam! --> src/lib.rs:52:17 Oct 15 23:00:15.935 INFO kablam! | Oct 15 23:00:15.935 INFO kablam! 52 | pub fn push(mut self, op: DeltaOperation) -> Self { Oct 15 23:00:15.936 INFO kablam! | ----^^^^ Oct 15 23:00:15.936 INFO kablam! | | Oct 15 23:00:15.936 INFO kablam! | help: remove this `mut` Oct 15 23:00:15.936 INFO kablam! Oct 15 23:00:15.936 INFO kablam! warning: variable does not need to be mutable Oct 15 23:00:15.936 INFO kablam! --> src/lib.rs:56:17 Oct 15 23:00:15.936 INFO kablam! | Oct 15 23:00:15.936 INFO kablam! 56 | pub fn chop(mut self) {} Oct 15 23:00:15.936 INFO kablam! | ----^^^^ Oct 15 23:00:15.936 INFO kablam! | | Oct 15 23:00:15.936 INFO kablam! | help: remove this `mut` Oct 15 23:00:15.936 INFO kablam! Oct 15 23:00:16.175 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.10s Oct 15 23:00:16.179 INFO kablam! su: No module specific data is present Oct 15 23:00:16.703 INFO running `"docker" "rm" "-f" "3555a036352c9ba86ac3095119f44d5d8705dd13751b68c171982fecf4c961df"` Oct 15 23:00:16.863 INFO blam! 3555a036352c9ba86ac3095119f44d5d8705dd13751b68c171982fecf4c961df Oct 15 23:00:16.864 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.224 INFO blam! 0a826ad1158fbd1a2759d64b76c3b7d20421e8b367c393998a5d33cf0e4cb4f9 Oct 15 23:00:17.231 INFO running `"docker" "start" "-a" "0a826ad1158fbd1a2759d64b76c3b7d20421e8b367c393998a5d33cf0e4cb4f9"` Oct 15 23:00:18.147 INFO kablam! usermod: no changes Oct 15 23:00:18.227 INFO kablam! Compiling quill-delta v0.0.1 (/source) Oct 15 23:00:19.065 INFO kablam! warning: unused variable: `op` Oct 15 23:00:19.065 INFO kablam! --> src/lib.rs:181:9 Oct 15 23:00:19.065 INFO kablam! | Oct 15 23:00:19.065 INFO kablam! 181 | let op: DeltaOperation = serde_json::from_str(r#"{ "insert": "Hallo" }"#).unwrap(); Oct 15 23:00:19.065 INFO kablam! | ^^ help: consider using `_op` instead Oct 15 23:00:19.065 INFO kablam! | Oct 15 23:00:19.065 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 23:00:19.065 INFO kablam! Oct 15 23:00:19.065 INFO kablam! warning: unused variable: `op` Oct 15 23:00:19.065 INFO kablam! --> src/lib.rs:182:9 Oct 15 23:00:19.065 INFO kablam! | Oct 15 23:00:19.065 INFO kablam! 182 | let op: DeltaOperation = serde_json::from_str(r#"{ "retain": 10 }"#).unwrap(); Oct 15 23:00:19.065 INFO kablam! | ^^ help: consider using `_op` instead Oct 15 23:00:19.065 INFO kablam! Oct 15 23:00:19.065 INFO kablam! warning: unused variable: `op` Oct 15 23:00:19.065 INFO kablam! --> src/lib.rs:183:9 Oct 15 23:00:19.065 INFO kablam! | Oct 15 23:00:19.065 INFO kablam! 183 | let op: DeltaOperation = serde_json::from_str(r#"{ "delete": 10 }"#).unwrap(); Oct 15 23:00:19.065 INFO kablam! | ^^ help: consider using `_op` instead Oct 15 23:00:19.065 INFO kablam! Oct 15 23:00:19.065 INFO kablam! warning: unused variable: `text` Oct 15 23:00:19.065 INFO kablam! --> src/lib.rs:40:46 Oct 15 23:00:19.065 INFO kablam! | Oct 15 23:00:19.065 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 15 23:00:19.065 INFO kablam! | ^^^^ help: consider using `_text` instead Oct 15 23:00:19.065 INFO kablam! Oct 15 23:00:19.065 INFO kablam! warning: unused variable: `attributes` Oct 15 23:00:19.065 INFO kablam! --> src/lib.rs:40:55 Oct 15 23:00:19.065 INFO kablam! | Oct 15 23:00:19.065 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 15 23:00:19.065 INFO kablam! | ^^^^^^^^^^ help: consider using `_attributes` instead Oct 15 23:00:19.065 INFO kablam! Oct 15 23:00:19.065 INFO kablam! warning: unused variable: `length` Oct 15 23:00:19.065 INFO kablam! --> src/lib.rs:44:29 Oct 15 23:00:19.065 INFO kablam! | Oct 15 23:00:19.065 INFO kablam! 44 | pub fn delete(mut self, length: usize) -> Self { Oct 15 23:00:19.065 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 15 23:00:19.065 INFO kablam! Oct 15 23:00:19.065 INFO kablam! warning: unused variable: `length` Oct 15 23:00:19.065 INFO kablam! --> src/lib.rs:48:29 Oct 15 23:00:19.065 INFO kablam! | Oct 15 23:00:19.065 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 15 23:00:19.065 INFO kablam! | ^^^^^^ help: consider using `_length` instead Oct 15 23:00:19.065 INFO kablam! Oct 15 23:00:19.065 INFO kablam! warning: unused variable: `attributes` Oct 15 23:00:19.065 INFO kablam! --> src/lib.rs:48:44 Oct 15 23:00:19.066 INFO kablam! | Oct 15 23:00:19.066 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 15 23:00:19.066 INFO kablam! | ^^^^^^^^^^ help: consider using `_attributes` instead Oct 15 23:00:19.066 INFO kablam! Oct 15 23:00:19.066 INFO kablam! warning: unused variable: `op` Oct 15 23:00:19.066 INFO kablam! --> src/lib.rs:52:27 Oct 15 23:00:19.066 INFO kablam! | Oct 15 23:00:19.066 INFO kablam! 52 | pub fn push(mut self, op: DeltaOperation) -> Self { Oct 15 23:00:19.066 INFO kablam! | ^^ help: consider using `_op` instead Oct 15 23:00:19.066 INFO kablam! Oct 15 23:00:19.084 INFO kablam! warning: variable does not need to be mutable Oct 15 23:00:19.084 INFO kablam! --> src/lib.rs:40:36 Oct 15 23:00:19.084 INFO kablam! | Oct 15 23:00:19.084 INFO kablam! 40 | pub fn insert>(mut self, text: S, attributes: Attributes) -> Self { Oct 15 23:00:19.084 INFO kablam! | ----^^^^ Oct 15 23:00:19.084 INFO kablam! | | Oct 15 23:00:19.084 INFO kablam! | help: remove this `mut` Oct 15 23:00:19.084 INFO kablam! | Oct 15 23:00:19.084 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 23:00:19.084 INFO kablam! Oct 15 23:00:19.086 INFO kablam! warning: variable does not need to be mutable Oct 15 23:00:19.086 INFO kablam! --> src/lib.rs:44:19 Oct 15 23:00:19.086 INFO kablam! | Oct 15 23:00:19.086 INFO kablam! 44 | pub fn delete(mut self, length: usize) -> Self { Oct 15 23:00:19.086 INFO kablam! | ----^^^^ Oct 15 23:00:19.086 INFO kablam! | | Oct 15 23:00:19.086 INFO kablam! | help: remove this `mut` Oct 15 23:00:19.086 INFO kablam! Oct 15 23:00:19.086 INFO kablam! warning: variable does not need to be mutable Oct 15 23:00:19.086 INFO kablam! --> src/lib.rs:48:19 Oct 15 23:00:19.086 INFO kablam! | Oct 15 23:00:19.086 INFO kablam! 48 | pub fn retain(mut self, length: usize, attributes: Attributes) -> Self { Oct 15 23:00:19.086 INFO kablam! | ----^^^^ Oct 15 23:00:19.086 INFO kablam! | | Oct 15 23:00:19.086 INFO kablam! | help: remove this `mut` Oct 15 23:00:19.086 INFO kablam! Oct 15 23:00:19.086 INFO kablam! warning: variable does not need to be mutable Oct 15 23:00:19.086 INFO kablam! --> src/lib.rs:52:17 Oct 15 23:00:19.086 INFO kablam! | Oct 15 23:00:19.086 INFO kablam! 52 | pub fn push(mut self, op: DeltaOperation) -> Self { Oct 15 23:00:19.086 INFO kablam! | ----^^^^ Oct 15 23:00:19.086 INFO kablam! | | Oct 15 23:00:19.086 INFO kablam! | help: remove this `mut` Oct 15 23:00:19.086 INFO kablam! Oct 15 23:00:19.086 INFO kablam! warning: variable does not need to be mutable Oct 15 23:00:19.086 INFO kablam! --> src/lib.rs:56:17 Oct 15 23:00:19.086 INFO kablam! | Oct 15 23:00:19.086 INFO kablam! 56 | pub fn chop(mut self) {} Oct 15 23:00:19.086 INFO kablam! | ----^^^^ Oct 15 23:00:19.086 INFO kablam! | | Oct 15 23:00:19.086 INFO kablam! | help: remove this `mut` Oct 15 23:00:19.086 INFO kablam! Oct 15 23:00:20.110 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.94s Oct 15 23:00:20.113 INFO kablam! su: No module specific data is present Oct 15 23:00:20.393 INFO running `"docker" "rm" "-f" "0a826ad1158fbd1a2759d64b76c3b7d20421e8b367c393998a5d33cf0e4cb4f9"` Oct 15 23:00:20.596 INFO blam! 0a826ad1158fbd1a2759d64b76c3b7d20421e8b367c393998a5d33cf0e4cb4f9 Oct 15 23:00:20.600 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:20.811 INFO blam! b8ff7fa252e86696bff59c5940bcfeb65c3319f4c5f629031df3ed87a6198897 Oct 15 23:00:20.814 INFO running `"docker" "start" "-a" "b8ff7fa252e86696bff59c5940bcfeb65c3319f4c5f629031df3ed87a6198897"` Oct 15 23:00:21.355 INFO kablam! usermod: no changes Oct 15 23:00:21.403 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 23:00:21.416 INFO kablam! Running /target/debug/deps/quill_delta-c25d81011980938e Oct 15 23:00:21.416 INFO blam! Oct 15 23:00:21.416 INFO blam! running 3 tests Oct 15 23:00:21.417 INFO blam! test deserialize_delta_operation ... ok Oct 15 23:00:21.417 INFO blam! test serilize_delta_operation ... ok Oct 15 23:00:21.418 INFO blam! test tests::it_works ... ok Oct 15 23:00:21.418 INFO blam! Oct 15 23:00:21.418 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 23:00:21.418 INFO blam! Oct 15 23:00:21.418 INFO kablam! Doc-tests quill-delta Oct 15 23:00:22.459 INFO blam! Oct 15 23:00:22.459 INFO blam! running 2 tests Oct 15 23:00:25.458 INFO blam! test src/lib.rs - Delta (line 10) ... ok Oct 15 23:00:25.646 INFO blam! test src/lib.rs - DeltaOperation::attr (line 131) ... ok Oct 15 23:00:25.646 INFO blam! Oct 15 23:00:25.646 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 23:00:25.646 INFO blam! Oct 15 23:00:25.657 INFO kablam! su: No module specific data is present Oct 15 23:00:26.031 INFO running `"docker" "rm" "-f" "b8ff7fa252e86696bff59c5940bcfeb65c3319f4c5f629031df3ed87a6198897"` Oct 15 23:00:26.147 INFO blam! b8ff7fa252e86696bff59c5940bcfeb65c3319f4c5f629031df3ed87a6198897