Oct 22 01:33:15.418 INFO checking metrics_distributor-0.5.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:33:15.418 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 22 01:33:15.692 INFO blam! 824cd9c3b2dbe4f4668112c1551db9b9bd04c9d88e23ce0ba6314b7e26d514ca Oct 22 01:33:15.704 INFO running `"docker" "start" "-a" "824cd9c3b2dbe4f4668112c1551db9b9bd04c9d88e23ce0ba6314b7e26d514ca"` Oct 22 01:33:16.516 INFO kablam! usermod: no changes Oct 22 01:33:16.690 INFO kablam! Checking metrics_distributor v0.5.1 (/source) Oct 22 01:33:20.620 INFO kablam! warning: unnecessary parentheses around function argument Oct 22 01:33:20.620 INFO kablam! --> src/collectors/http.rs:51:27 Oct 22 01:33:20.620 INFO kablam! | Oct 22 01:33:20.620 INFO kablam! 51 | Ok(Response::with((Status::Created))) Oct 22 01:33:20.620 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 22 01:33:20.620 INFO kablam! | Oct 22 01:33:20.620 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 22 01:33:20.620 INFO kablam! Oct 22 01:33:20.675 INFO kablam! warning: unnecessary parentheses around function argument Oct 22 01:33:20.675 INFO kablam! --> src/collectors/http.rs:51:27 Oct 22 01:33:20.675 INFO kablam! | Oct 22 01:33:20.675 INFO kablam! 51 | Ok(Response::with((Status::Created))) Oct 22 01:33:20.675 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 22 01:33:20.675 INFO kablam! | Oct 22 01:33:20.675 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 22 01:33:20.675 INFO kablam! Oct 22 01:33:27.413 INFO kablam! error[E0308]: mismatched types Oct 22 01:33:27.413 INFO kablam! --> benches/lib.rs:30:15 Oct 22 01:33:27.413 INFO kablam! | Oct 22 01:33:27.414 INFO kablam! 30 | Count("a".to_owned(), 1), Oct 22 01:33:27.414 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Oct 22 01:33:27.414 INFO kablam! | Oct 22 01:33:27.415 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Oct 22 01:33:27.415 INFO kablam! found type `std::string::String` Oct 22 01:33:27.415 INFO kablam! Oct 22 01:33:27.552 INFO kablam! error[E0308]: mismatched types Oct 22 01:33:27.552 INFO kablam! --> benches/lib.rs:31:15 Oct 22 01:33:27.552 INFO kablam! | Oct 22 01:33:27.552 INFO kablam! 31 | Count("a".to_owned(), 2), Oct 22 01:33:27.552 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Oct 22 01:33:27.552 INFO kablam! | Oct 22 01:33:27.552 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Oct 22 01:33:27.552 INFO kablam! found type `std::string::String` Oct 22 01:33:27.552 INFO kablam! Oct 22 01:33:27.685 INFO kablam! error[E0308]: mismatched types Oct 22 01:33:27.685 INFO kablam! --> benches/lib.rs:32:15 Oct 22 01:33:27.685 INFO kablam! | Oct 22 01:33:27.685 INFO kablam! 32 | Count("a".to_owned(), 3), Oct 22 01:33:27.685 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Oct 22 01:33:27.685 INFO kablam! | Oct 22 01:33:27.685 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Oct 22 01:33:27.685 INFO kablam! found type `std::string::String` Oct 22 01:33:27.685 INFO kablam! Oct 22 01:33:27.833 INFO kablam! error[E0308]: mismatched types Oct 22 01:33:27.837 INFO kablam! --> benches/lib.rs:33:17 Oct 22 01:33:27.838 INFO kablam! | Oct 22 01:33:27.838 INFO kablam! 33 | Measure("b".to_owned(), 0.1), Oct 22 01:33:27.838 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Oct 22 01:33:27.838 INFO kablam! | Oct 22 01:33:27.838 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Oct 22 01:33:27.838 INFO kablam! found type `std::string::String` Oct 22 01:33:27.838 INFO kablam! Oct 22 01:33:27.987 INFO kablam! error[E0308]: mismatched types Oct 22 01:33:27.987 INFO kablam! --> benches/lib.rs:34:17 Oct 22 01:33:27.988 INFO kablam! | Oct 22 01:33:27.988 INFO kablam! 34 | Measure("b".to_owned(), 0.2), Oct 22 01:33:27.989 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Oct 22 01:33:27.989 INFO kablam! | Oct 22 01:33:27.989 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Oct 22 01:33:27.989 INFO kablam! found type `std::string::String` Oct 22 01:33:27.989 INFO kablam! Oct 22 01:33:28.143 INFO kablam! error[E0308]: mismatched types Oct 22 01:33:28.145 INFO kablam! --> benches/lib.rs:35:17 Oct 22 01:33:28.145 INFO kablam! | Oct 22 01:33:28.145 INFO kablam! 35 | Measure("b".to_owned(), 0.3), Oct 22 01:33:28.145 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Oct 22 01:33:28.145 INFO kablam! | Oct 22 01:33:28.146 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Oct 22 01:33:28.146 INFO kablam! found type `std::string::String` Oct 22 01:33:28.146 INFO kablam! Oct 22 01:33:28.298 INFO kablam! error[E0308]: mismatched types Oct 22 01:33:28.298 INFO kablam! --> benches/lib.rs:36:16 Oct 22 01:33:28.298 INFO kablam! | Oct 22 01:33:28.299 INFO kablam! 36 | Sample("c".to_owned(), 0.4), Oct 22 01:33:28.299 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Oct 22 01:33:28.299 INFO kablam! | Oct 22 01:33:28.299 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Oct 22 01:33:28.300 INFO kablam! found type `std::string::String` Oct 22 01:33:28.300 INFO kablam! Oct 22 01:33:28.450 INFO kablam! error[E0308]: mismatched types Oct 22 01:33:28.450 INFO kablam! --> benches/lib.rs:37:16 Oct 22 01:33:28.450 INFO kablam! | Oct 22 01:33:28.450 INFO kablam! 37 | Sample("c".to_owned(), 0.5), Oct 22 01:33:28.450 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Oct 22 01:33:28.450 INFO kablam! | Oct 22 01:33:28.450 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Oct 22 01:33:28.450 INFO kablam! found type `std::string::String` Oct 22 01:33:28.450 INFO kablam! Oct 22 01:33:28.600 INFO kablam! error[E0308]: mismatched types Oct 22 01:33:28.600 INFO kablam! --> benches/lib.rs:38:16 Oct 22 01:33:28.600 INFO kablam! | Oct 22 01:33:28.600 INFO kablam! 38 | Sample("c".to_owned(), 0.6), Oct 22 01:33:28.600 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Oct 22 01:33:28.600 INFO kablam! | Oct 22 01:33:28.600 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Oct 22 01:33:28.600 INFO kablam! found type `std::string::String` Oct 22 01:33:28.600 INFO kablam! Oct 22 01:33:28.606 INFO kablam! error: aborting due to 9 previous errors Oct 22 01:33:28.606 INFO kablam! Oct 22 01:33:28.607 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 22 01:33:28.627 INFO kablam! error: Could not compile `metrics_distributor`. Oct 22 01:33:28.628 INFO kablam! Oct 22 01:33:28.628 INFO kablam! To learn more, run the command again with --verbose. Oct 22 01:33:28.628 INFO kablam! su: No module specific data is present Oct 22 01:33:28.964 INFO running `"docker" "rm" "-f" "824cd9c3b2dbe4f4668112c1551db9b9bd04c9d88e23ce0ba6314b7e26d514ca"` Oct 22 01:33:29.076 INFO blam! 824cd9c3b2dbe4f4668112c1551db9b9bd04c9d88e23ce0ba6314b7e26d514ca