Oct 15 02:22:42.938 INFO testing blt/prometheus_parsing_test against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 02:22:42.938 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 02:22:43.251 INFO blam! 6143bccc4fde3e6a582daeee8bf058826b838781bc1120f3960e2d8d572b9ad2 Oct 15 02:22:43.256 INFO running `"docker" "start" "-a" "6143bccc4fde3e6a582daeee8bf058826b838781bc1120f3960e2d8d572b9ad2"` Oct 15 02:22:43.889 INFO kablam! usermod: no changes Oct 15 02:22:43.945 INFO kablam! Compiling pest v1.0.0-beta.16 Oct 15 02:22:43.950 INFO kablam! Compiling syn v0.10.8 Oct 15 02:22:48.855 INFO kablam! Compiling pest_derive v1.0.0-beta.16 Oct 15 02:22:56.068 INFO kablam! Compiling prometheus_parsing_test v0.1.0 (/source) Oct 15 02:22:56.703 INFO kablam! warning: unused variable: `block` Oct 15 02:22:56.703 INFO kablam! --> src/main.rs:98:13 Oct 15 02:22:56.703 INFO kablam! | Oct 15 02:22:56.703 INFO kablam! 98 | let mut block: SoftPrometheusBlock = SoftPrometheusBlock::new(); Oct 15 02:22:56.703 INFO kablam! | ^^^^^ help: consider using `_block` instead Oct 15 02:22:56.703 INFO kablam! | Oct 15 02:22:56.703 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:22:56.703 INFO kablam! Oct 15 02:22:56.849 INFO kablam! warning: variable does not need to be mutable Oct 15 02:22:56.850 INFO kablam! --> src/main.rs:96:9 Oct 15 02:22:56.850 INFO kablam! | Oct 15 02:22:56.850 INFO kablam! 96 | let mut blocks = Vec::new(); Oct 15 02:22:56.850 INFO kablam! | ----^^^^^^ Oct 15 02:22:56.850 INFO kablam! | | Oct 15 02:22:56.850 INFO kablam! | help: remove this `mut` Oct 15 02:22:56.850 INFO kablam! | Oct 15 02:22:56.850 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:22:56.850 INFO kablam! Oct 15 02:22:56.850 INFO kablam! warning: variable does not need to be mutable Oct 15 02:22:56.850 INFO kablam! --> src/main.rs:98:9 Oct 15 02:22:56.850 INFO kablam! | Oct 15 02:22:56.850 INFO kablam! 98 | let mut block: SoftPrometheusBlock = SoftPrometheusBlock::new(); Oct 15 02:22:56.850 INFO kablam! | ----^^^^^ Oct 15 02:22:56.850 INFO kablam! | | Oct 15 02:22:56.850 INFO kablam! | help: remove this `mut` Oct 15 02:22:56.850 INFO kablam! Oct 15 02:22:56.863 INFO kablam! warning: field is never used: `name` Oct 15 02:22:56.863 INFO kablam! --> src/main.rs:34:5 Oct 15 02:22:56.863 INFO kablam! | Oct 15 02:22:56.863 INFO kablam! 34 | name: Option, Oct 15 02:22:56.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:56.863 INFO kablam! | Oct 15 02:22:56.863 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:22:56.863 INFO kablam! Oct 15 02:22:56.863 INFO kablam! warning: field is never used: `description` Oct 15 02:22:56.863 INFO kablam! --> src/main.rs:35:5 Oct 15 02:22:56.863 INFO kablam! | Oct 15 02:22:56.863 INFO kablam! 35 | description: Option, Oct 15 02:22:56.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:56.863 INFO kablam! Oct 15 02:22:56.863 INFO kablam! warning: field is never used: `labels` Oct 15 02:22:56.863 INFO kablam! --> src/main.rs:36:5 Oct 15 02:22:56.863 INFO kablam! | Oct 15 02:22:56.863 INFO kablam! 36 | labels: Option>, Oct 15 02:22:56.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:56.863 INFO kablam! Oct 15 02:22:56.863 INFO kablam! warning: field is never used: `aggregation` Oct 15 02:22:56.863 INFO kablam! --> src/main.rs:37:5 Oct 15 02:22:56.863 INFO kablam! | Oct 15 02:22:56.863 INFO kablam! 37 | aggregation: Option, Oct 15 02:22:56.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:56.863 INFO kablam! Oct 15 02:22:56.863 INFO kablam! warning: field is never used: `timestamp` Oct 15 02:22:56.863 INFO kablam! --> src/main.rs:38:5 Oct 15 02:22:56.863 INFO kablam! | Oct 15 02:22:56.863 INFO kablam! 38 | timestamp: Option, Oct 15 02:22:56.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:56.863 INFO kablam! Oct 15 02:22:56.863 INFO kablam! warning: method is never used: `name` Oct 15 02:22:56.863 INFO kablam! --> src/main.rs:52:5 Oct 15 02:22:56.863 INFO kablam! | Oct 15 02:22:56.863 INFO kablam! 52 | fn name(&mut self, n: &str) -> () { Oct 15 02:22:56.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:56.863 INFO kablam! Oct 15 02:22:56.863 INFO kablam! warning: method is never used: `description` Oct 15 02:22:56.863 INFO kablam! --> src/main.rs:56:5 Oct 15 02:22:56.863 INFO kablam! | Oct 15 02:22:56.863 INFO kablam! 56 | fn description(&mut self, d: &str) -> () { Oct 15 02:22:56.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:56.863 INFO kablam! Oct 15 02:22:56.863 INFO kablam! warning: method is never used: `aggregation` Oct 15 02:22:56.863 INFO kablam! --> src/main.rs:60:5 Oct 15 02:22:56.863 INFO kablam! | Oct 15 02:22:56.863 INFO kablam! 60 | fn aggregation(&mut self, aggr: PrometheusAggregation) -> () { Oct 15 02:22:56.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:56.863 INFO kablam! Oct 15 02:22:56.863 INFO kablam! warning: method is never used: `harden` Oct 15 02:22:56.863 INFO kablam! --> src/main.rs:64:5 Oct 15 02:22:56.863 INFO kablam! | Oct 15 02:22:56.863 INFO kablam! 64 | fn harden(self) -> PrometheusBlock { Oct 15 02:22:56.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:56.863 INFO kablam! Oct 15 02:22:59.044 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.13s Oct 15 02:22:59.051 INFO kablam! su: No module specific data is present Oct 15 02:22:59.743 INFO running `"docker" "rm" "-f" "6143bccc4fde3e6a582daeee8bf058826b838781bc1120f3960e2d8d572b9ad2"` Oct 15 02:23:00.007 INFO blam! 6143bccc4fde3e6a582daeee8bf058826b838781bc1120f3960e2d8d572b9ad2 Oct 15 02:23:00.013 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 02:23:00.413 INFO blam! e39a9b0a3b64784cb8b19f6c465773b70b9d3d6f5878b7993a1262d740e87422 Oct 15 02:23:00.418 INFO running `"docker" "start" "-a" "e39a9b0a3b64784cb8b19f6c465773b70b9d3d6f5878b7993a1262d740e87422"` Oct 15 02:23:01.715 INFO kablam! usermod: no changes Oct 15 02:23:01.769 INFO kablam! Compiling prometheus_parsing_test v0.1.0 (/source) Oct 15 02:23:02.493 INFO kablam! warning: unused variable: `block` Oct 15 02:23:02.493 INFO kablam! --> src/main.rs:98:13 Oct 15 02:23:02.493 INFO kablam! | Oct 15 02:23:02.493 INFO kablam! 98 | let mut block: SoftPrometheusBlock = SoftPrometheusBlock::new(); Oct 15 02:23:02.493 INFO kablam! | ^^^^^ help: consider using `_block` instead Oct 15 02:23:02.493 INFO kablam! | Oct 15 02:23:02.493 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:23:02.493 INFO kablam! Oct 15 02:23:02.733 INFO kablam! warning: variable does not need to be mutable Oct 15 02:23:02.733 INFO kablam! --> src/main.rs:96:9 Oct 15 02:23:02.733 INFO kablam! | Oct 15 02:23:02.733 INFO kablam! 96 | let mut blocks = Vec::new(); Oct 15 02:23:02.733 INFO kablam! | ----^^^^^^ Oct 15 02:23:02.733 INFO kablam! | | Oct 15 02:23:02.733 INFO kablam! | help: remove this `mut` Oct 15 02:23:02.733 INFO kablam! | Oct 15 02:23:02.733 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:23:02.733 INFO kablam! Oct 15 02:23:02.733 INFO kablam! warning: variable does not need to be mutable Oct 15 02:23:02.733 INFO kablam! --> src/main.rs:98:9 Oct 15 02:23:02.733 INFO kablam! | Oct 15 02:23:02.733 INFO kablam! 98 | let mut block: SoftPrometheusBlock = SoftPrometheusBlock::new(); Oct 15 02:23:02.733 INFO kablam! | ----^^^^^ Oct 15 02:23:02.733 INFO kablam! | | Oct 15 02:23:02.733 INFO kablam! | help: remove this `mut` Oct 15 02:23:02.733 INFO kablam! Oct 15 02:23:02.737 INFO kablam! warning: field is never used: `name` Oct 15 02:23:02.738 INFO kablam! --> src/main.rs:34:5 Oct 15 02:23:02.738 INFO kablam! | Oct 15 02:23:02.738 INFO kablam! 34 | name: Option, Oct 15 02:23:02.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 02:23:02.738 INFO kablam! | Oct 15 02:23:02.738 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:23:02.738 INFO kablam! Oct 15 02:23:02.738 INFO kablam! warning: field is never used: `description` Oct 15 02:23:02.738 INFO kablam! --> src/main.rs:35:5 Oct 15 02:23:02.738 INFO kablam! | Oct 15 02:23:02.738 INFO kablam! 35 | description: Option, Oct 15 02:23:02.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:23:02.738 INFO kablam! Oct 15 02:23:02.738 INFO kablam! warning: field is never used: `labels` Oct 15 02:23:02.738 INFO kablam! --> src/main.rs:36:5 Oct 15 02:23:02.738 INFO kablam! | Oct 15 02:23:02.738 INFO kablam! 36 | labels: Option>, Oct 15 02:23:02.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:23:02.738 INFO kablam! Oct 15 02:23:02.738 INFO kablam! warning: field is never used: `aggregation` Oct 15 02:23:02.738 INFO kablam! --> src/main.rs:37:5 Oct 15 02:23:02.738 INFO kablam! | Oct 15 02:23:02.738 INFO kablam! 37 | aggregation: Option, Oct 15 02:23:02.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:23:02.738 INFO kablam! Oct 15 02:23:02.738 INFO kablam! warning: field is never used: `timestamp` Oct 15 02:23:02.738 INFO kablam! --> src/main.rs:38:5 Oct 15 02:23:02.738 INFO kablam! | Oct 15 02:23:02.738 INFO kablam! 38 | timestamp: Option, Oct 15 02:23:02.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:23:02.738 INFO kablam! Oct 15 02:23:02.738 INFO kablam! warning: method is never used: `name` Oct 15 02:23:02.738 INFO kablam! --> src/main.rs:52:5 Oct 15 02:23:02.738 INFO kablam! | Oct 15 02:23:02.738 INFO kablam! 52 | fn name(&mut self, n: &str) -> () { Oct 15 02:23:02.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:23:02.738 INFO kablam! Oct 15 02:23:02.738 INFO kablam! warning: method is never used: `description` Oct 15 02:23:02.738 INFO kablam! --> src/main.rs:56:5 Oct 15 02:23:02.738 INFO kablam! | Oct 15 02:23:02.738 INFO kablam! 56 | fn description(&mut self, d: &str) -> () { Oct 15 02:23:02.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:23:02.738 INFO kablam! Oct 15 02:23:02.738 INFO kablam! warning: method is never used: `aggregation` Oct 15 02:23:02.738 INFO kablam! --> src/main.rs:60:5 Oct 15 02:23:02.738 INFO kablam! | Oct 15 02:23:02.738 INFO kablam! 60 | fn aggregation(&mut self, aggr: PrometheusAggregation) -> () { Oct 15 02:23:02.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:23:02.738 INFO kablam! Oct 15 02:23:02.738 INFO kablam! warning: method is never used: `harden` Oct 15 02:23:02.738 INFO kablam! --> src/main.rs:64:5 Oct 15 02:23:02.738 INFO kablam! | Oct 15 02:23:02.738 INFO kablam! 64 | fn harden(self) -> PrometheusBlock { Oct 15 02:23:02.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:23:02.738 INFO kablam! Oct 15 02:23:03.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.50s Oct 15 02:23:03.243 INFO kablam! su: No module specific data is present Oct 15 02:23:04.209 INFO running `"docker" "rm" "-f" "e39a9b0a3b64784cb8b19f6c465773b70b9d3d6f5878b7993a1262d740e87422"` Oct 15 02:23:04.571 INFO blam! e39a9b0a3b64784cb8b19f6c465773b70b9d3d6f5878b7993a1262d740e87422 Oct 15 02:23:04.583 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 02:23:04.960 INFO blam! 44b1f1228a74168c7dfd5fb1e09a3faa88fa8ddd905894785f5e1eb5eb74d82a Oct 15 02:23:04.971 INFO running `"docker" "start" "-a" "44b1f1228a74168c7dfd5fb1e09a3faa88fa8ddd905894785f5e1eb5eb74d82a"` Oct 15 02:23:06.599 INFO kablam! usermod: no changes Oct 15 02:23:06.655 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 02:23:06.656 INFO kablam! Running /target/debug/deps/prometheus_parsing_test-dc45c96c495e0ebd Oct 15 02:23:06.661 INFO blam! Oct 15 02:23:06.661 INFO blam! running 0 tests Oct 15 02:23:06.662 INFO blam! Oct 15 02:23:06.662 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:23:06.662 INFO blam! Oct 15 02:23:06.664 INFO kablam! su: No module specific data is present Oct 15 02:23:07.812 INFO running `"docker" "rm" "-f" "44b1f1228a74168c7dfd5fb1e09a3faa88fa8ddd905894785f5e1eb5eb74d82a"` Oct 15 02:23:08.119 INFO blam! 44b1f1228a74168c7dfd5fb1e09a3faa88fa8ddd905894785f5e1eb5eb74d82a