Oct 16 02:51:22.726 INFO testing metrics-0.2.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 02:51:22.726 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 02:51:23.116 INFO blam! 043e982f4d5e1f5b778abf8da9c4d32640a680cd46c25f1cb90213896a759178 Oct 16 02:51:23.125 INFO running `"docker" "start" "-a" "043e982f4d5e1f5b778abf8da9c4d32640a680cd46c25f1cb90213896a759178"` Oct 16 02:51:24.514 INFO kablam! usermod: no changes Oct 16 02:51:24.611 INFO kablam! Compiling histogram v0.6.9 Oct 16 02:51:25.683 INFO kablam! Compiling metrics v0.2.3 (/source) Oct 16 02:51:27.650 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.10s Oct 16 02:51:27.651 INFO kablam! su: No module specific data is present Oct 16 02:51:28.071 INFO running `"docker" "rm" "-f" "043e982f4d5e1f5b778abf8da9c4d32640a680cd46c25f1cb90213896a759178"` Oct 16 02:51:28.139 INFO blam! 043e982f4d5e1f5b778abf8da9c4d32640a680cd46c25f1cb90213896a759178 Oct 16 02:51:28.143 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 02:51:28.342 INFO blam! a393229c25ad61fde8430812471824838f18b303d10e79b7126a951d2ab92854 Oct 16 02:51:28.345 INFO running `"docker" "start" "-a" "a393229c25ad61fde8430812471824838f18b303d10e79b7126a951d2ab92854"` Oct 16 02:51:29.071 INFO kablam! usermod: no changes Oct 16 02:51:29.182 INFO kablam! Compiling metrics v0.2.3 (/source) Oct 16 02:51:35.263 INFO kablam! warning: unused import: `iron::prelude::*` Oct 16 02:51:35.263 INFO kablam! --> examples/web_server_with_debug_port.rs:14:5 Oct 16 02:51:35.263 INFO kablam! | Oct 16 02:51:35.263 INFO kablam! 14 | use iron::prelude::*; Oct 16 02:51:35.263 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 02:51:35.263 INFO kablam! | Oct 16 02:51:35.263 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 02:51:35.263 INFO kablam! Oct 16 02:51:35.263 INFO kablam! warning: unused import: `iron::status` Oct 16 02:51:35.263 INFO kablam! --> examples/web_server_with_debug_port.rs:15:5 Oct 16 02:51:35.263 INFO kablam! | Oct 16 02:51:35.263 INFO kablam! 15 | use iron::status; Oct 16 02:51:35.263 INFO kablam! | ^^^^^^^^^^^^ Oct 16 02:51:35.263 INFO kablam! Oct 16 02:51:35.263 INFO kablam! warning: unused imports: `Counter`, `Gauge`, `Meter`, `Metric`, `StdCounter`, `StdGauge`, `StdMeter` Oct 16 02:51:35.263 INFO kablam! --> examples/web_server_with_debug_port.rs:16:24 Oct 16 02:51:35.263 INFO kablam! | Oct 16 02:51:35.263 INFO kablam! 16 | use metrics::metrics::{Counter, Gauge, Meter, Metric, StdCounter, StdGauge, StdMeter}; Oct 16 02:51:35.263 INFO kablam! | ^^^^^^^ ^^^^^ ^^^^^ ^^^^^^ ^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^ Oct 16 02:51:35.263 INFO kablam! Oct 16 02:51:35.263 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 16 02:51:35.263 INFO kablam! --> examples/web_server_with_debug_port.rs:17:5 Oct 16 02:51:35.263 INFO kablam! | Oct 16 02:51:35.263 INFO kablam! 17 | use std::collections::HashMap; Oct 16 02:51:35.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:51:35.263 INFO kablam! Oct 16 02:51:35.263 INFO kablam! warning: unused import: `histogram::Histogram` Oct 16 02:51:35.263 INFO kablam! --> examples/web_server_with_debug_port.rs:18:5 Oct 16 02:51:35.263 INFO kablam! | Oct 16 02:51:35.263 INFO kablam! 18 | use histogram::Histogram; Oct 16 02:51:35.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 02:51:35.263 INFO kablam! Oct 16 02:51:35.263 INFO kablam! warning: unused import: `metrics::reporter::Reporter` Oct 16 02:51:35.263 INFO kablam! --> examples/web_server_with_debug_port.rs:19:5 Oct 16 02:51:35.263 INFO kablam! | Oct 16 02:51:35.263 INFO kablam! 19 | use metrics::reporter::Reporter; Oct 16 02:51:35.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 02:51:35.263 INFO kablam! Oct 16 02:51:42.134 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.04s Oct 16 02:51:42.141 INFO kablam! su: No module specific data is present Oct 16 02:51:43.402 INFO running `"docker" "rm" "-f" "a393229c25ad61fde8430812471824838f18b303d10e79b7126a951d2ab92854"` Oct 16 02:51:43.669 INFO blam! a393229c25ad61fde8430812471824838f18b303d10e79b7126a951d2ab92854 Oct 16 02:51:43.671 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16 02:51:44.092 INFO blam! 52f704f82702f91def947366231e4ca2a8ca542e5d9aa4b1c566858ca8dbb277 Oct 16 02:51:44.095 INFO running `"docker" "start" "-a" "52f704f82702f91def947366231e4ca2a8ca542e5d9aa4b1c566858ca8dbb277"` Oct 16 02:51:45.855 INFO kablam! usermod: no changes Oct 16 02:51:46.082 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 16 02:51:46.092 INFO kablam! Running /target/debug/deps/metrics-feb72d649d6cbdd7 Oct 16 02:51:46.096 INFO blam! Oct 16 02:51:46.096 INFO blam! running 12 tests Oct 16 02:51:46.097 INFO blam! test metrics::meter::test::non_zero ... ok Oct 16 02:51:46.097 INFO blam! test metrics::counter::test::a_counting_counter ... ok Oct 16 02:51:46.097 INFO blam! test metrics::meter::test::decay ... ok Oct 16 02:51:46.097 INFO blam! test metrics::gauge::test::create_and_snapshot ... ok Oct 16 02:51:46.098 INFO blam! name: meter labels: None Oct 16 02:51:46.098 INFO blam! MeterSnapshot { count: 100, rates: [0.0, 0.0, 0.0], mean: 304497.42699674185 } Oct 16 02:51:46.099 INFO blam! name: clone labels: None Oct 16 02:51:46.099 INFO blam! CounterSnapshot { value: 1 } Oct 16 02:51:46.100 INFO blam! test utils::ewma::test::ewma1 ... ok Oct 16 02:51:46.100 INFO blam! test utils::ewma::test::ewma15 ... ok Oct 16 02:51:46.100 INFO blam! test utils::ewma::test::ewma5 ... ok Oct 16 02:51:46.100 INFO blam! test metrics::meter::test::snapshot ... ok Oct 16 02:51:46.100 INFO blam! test metrics::meter::test::zero ... ok Oct 16 02:51:46.100 INFO blam! test metrics::counter::test::validate_snapshots ... ok Oct 16 02:51:46.101 INFO blam! name: gauge labels: None Oct 16 02:51:46.101 INFO blam! GaugeSnapshot { value: 4 } Oct 16 02:51:46.104 INFO blam! name: histo labels: None Oct 16 02:51:46.104 INFO blam! histogram(1 total) Oct 16 02:51:46.104 INFO blam! Remove metric histo Oct 16 02:51:46.107 INFO blam! Stopping reporter because..:stop Oct 16 02:51:46.111 INFO blam! test reporter::console::test::meter ... ok Oct 16 02:51:51.002 INFO blam! test reporter::carbon::test::reporter ... ok Oct 16 02:51:51.002 INFO blam! Oct 16 02:51:51.002 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:51:51.002 INFO blam! Oct 16 02:51:51.003 INFO kablam! Doc-tests metrics Oct 16 02:51:52.106 INFO blam! Oct 16 02:51:52.106 INFO blam! running 0 tests Oct 16 02:51:52.106 INFO blam! Oct 16 02:51:52.106 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 02:51:52.106 INFO blam! Oct 16 02:51:52.127 INFO kablam! su: No module specific data is present Oct 16 02:51:52.627 INFO running `"docker" "rm" "-f" "52f704f82702f91def947366231e4ca2a8ca542e5d9aa4b1c566858ca8dbb277"` Oct 16 02:51:52.841 INFO blam! 52f704f82702f91def947366231e4ca2a8ca542e5d9aa4b1c566858ca8dbb277