Sep 02 07:37:56.036 INFO checking metrics_distributor-0.5.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 07:37:56.036 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 07:37:56.036 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 07:37:56.190 INFO blam! a84a4b66184555fbb4bd3fae88d9c49e0eab7654f29fa7bc5d82c9abe6e2b074 Sep 02 07:37:56.193 INFO running `"docker" "start" "-a" "a84a4b66184555fbb4bd3fae88d9c49e0eab7654f29fa7bc5d82c9abe6e2b074"` Sep 02 07:37:56.915 INFO kablam! Checking router v0.5.1 Sep 02 07:37:58.587 INFO kablam! Checking metrics_distributor v0.5.1 (file:///source) Sep 02 07:38:01.316 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 07:38:01.316 INFO kablam! --> src/collectors/http.rs:51:27 Sep 02 07:38:01.316 INFO kablam! | Sep 02 07:38:01.316 INFO kablam! 51 | Ok(Response::with((Status::Created))) Sep 02 07:38:01.316 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 07:38:01.316 INFO kablam! | Sep 02 07:38:01.316 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 07:38:01.316 INFO kablam! Sep 02 07:38:01.639 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 07:38:01.639 INFO kablam! --> src/collectors/http.rs:51:27 Sep 02 07:38:01.639 INFO kablam! | Sep 02 07:38:01.639 INFO kablam! 51 | Ok(Response::with((Status::Created))) Sep 02 07:38:01.639 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 02 07:38:01.639 INFO kablam! | Sep 02 07:38:01.639 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 07:38:01.639 INFO kablam! Sep 02 07:38:07.078 INFO kablam! error[E0308]: mismatched types Sep 02 07:38:07.078 INFO kablam! --> benches/lib.rs:30:15 Sep 02 07:38:07.078 INFO kablam! | Sep 02 07:38:07.078 INFO kablam! 30 | Count("a".to_owned(), 1), Sep 02 07:38:07.078 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 02 07:38:07.078 INFO kablam! | Sep 02 07:38:07.078 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 02 07:38:07.079 INFO kablam! found type `std::string::String` Sep 02 07:38:07.079 INFO kablam! Sep 02 07:38:07.317 INFO kablam! error[E0308]: mismatched types Sep 02 07:38:07.317 INFO kablam! --> benches/lib.rs:31:15 Sep 02 07:38:07.318 INFO kablam! | Sep 02 07:38:07.318 INFO kablam! 31 | Count("a".to_owned(), 2), Sep 02 07:38:07.318 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 02 07:38:07.318 INFO kablam! | Sep 02 07:38:07.318 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 02 07:38:07.318 INFO kablam! found type `std::string::String` Sep 02 07:38:07.318 INFO kablam! Sep 02 07:38:07.553 INFO kablam! error[E0308]: mismatched types Sep 02 07:38:07.553 INFO kablam! --> benches/lib.rs:32:15 Sep 02 07:38:07.554 INFO kablam! | Sep 02 07:38:07.554 INFO kablam! 32 | Count("a".to_owned(), 3), Sep 02 07:38:07.554 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 02 07:38:07.554 INFO kablam! | Sep 02 07:38:07.554 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 02 07:38:07.554 INFO kablam! found type `std::string::String` Sep 02 07:38:07.554 INFO kablam! Sep 02 07:38:07.746 INFO kablam! error[E0308]: mismatched types Sep 02 07:38:07.746 INFO kablam! --> benches/lib.rs:33:17 Sep 02 07:38:07.746 INFO kablam! | Sep 02 07:38:07.746 INFO kablam! 33 | Measure("b".to_owned(), 0.1), Sep 02 07:38:07.746 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 02 07:38:07.746 INFO kablam! | Sep 02 07:38:07.746 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 02 07:38:07.746 INFO kablam! found type `std::string::String` Sep 02 07:38:07.746 INFO kablam! Sep 02 07:38:07.910 INFO kablam! error[E0308]: mismatched types Sep 02 07:38:07.910 INFO kablam! --> benches/lib.rs:34:17 Sep 02 07:38:07.910 INFO kablam! | Sep 02 07:38:07.910 INFO kablam! 34 | Measure("b".to_owned(), 0.2), Sep 02 07:38:07.910 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 02 07:38:07.910 INFO kablam! | Sep 02 07:38:07.910 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 02 07:38:07.910 INFO kablam! found type `std::string::String` Sep 02 07:38:07.910 INFO kablam! Sep 02 07:38:08.073 INFO kablam! error[E0308]: mismatched types Sep 02 07:38:08.073 INFO kablam! --> benches/lib.rs:35:17 Sep 02 07:38:08.073 INFO kablam! | Sep 02 07:38:08.073 INFO kablam! 35 | Measure("b".to_owned(), 0.3), Sep 02 07:38:08.073 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 02 07:38:08.073 INFO kablam! | Sep 02 07:38:08.073 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 02 07:38:08.073 INFO kablam! found type `std::string::String` Sep 02 07:38:08.073 INFO kablam! Sep 02 07:38:08.236 INFO kablam! error[E0308]: mismatched types Sep 02 07:38:08.236 INFO kablam! --> benches/lib.rs:36:16 Sep 02 07:38:08.236 INFO kablam! | Sep 02 07:38:08.236 INFO kablam! 36 | Sample("c".to_owned(), 0.4), Sep 02 07:38:08.236 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 02 07:38:08.236 INFO kablam! | Sep 02 07:38:08.236 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 02 07:38:08.236 INFO kablam! found type `std::string::String` Sep 02 07:38:08.236 INFO kablam! Sep 02 07:38:08.453 INFO kablam! error[E0308]: mismatched types Sep 02 07:38:08.453 INFO kablam! --> benches/lib.rs:37:16 Sep 02 07:38:08.453 INFO kablam! | Sep 02 07:38:08.454 INFO kablam! 37 | Sample("c".to_owned(), 0.5), Sep 02 07:38:08.454 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 02 07:38:08.454 INFO kablam! | Sep 02 07:38:08.454 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 02 07:38:08.454 INFO kablam! found type `std::string::String` Sep 02 07:38:08.454 INFO kablam! Sep 02 07:38:08.693 INFO kablam! error[E0308]: mismatched types Sep 02 07:38:08.693 INFO kablam! --> benches/lib.rs:38:16 Sep 02 07:38:08.693 INFO kablam! | Sep 02 07:38:08.693 INFO kablam! 38 | Sample("c".to_owned(), 0.6), Sep 02 07:38:08.693 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 02 07:38:08.693 INFO kablam! | Sep 02 07:38:08.693 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 02 07:38:08.693 INFO kablam! found type `std::string::String` Sep 02 07:38:08.693 INFO kablam! Sep 02 07:38:08.702 INFO kablam! error: aborting due to 9 previous errors Sep 02 07:38:08.702 INFO kablam! Sep 02 07:38:08.702 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 02 07:38:08.724 INFO kablam! error: Could not compile `metrics_distributor`. Sep 02 07:38:08.724 INFO kablam! Sep 02 07:38:08.724 INFO kablam! To learn more, run the command again with --verbose. Sep 02 07:38:08.726 INFO kablam! su: No module specific data is present Sep 02 07:38:09.196 INFO running `"docker" "rm" "-f" "a84a4b66184555fbb4bd3fae88d9c49e0eab7654f29fa7bc5d82c9abe6e2b074"` Sep 02 07:38:09.297 INFO blam! a84a4b66184555fbb4bd3fae88d9c49e0eab7654f29fa7bc5d82c9abe6e2b074