Sep 01 14:07:49.158 INFO checking metrics_distributor-0.5.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 14:07:49.158 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 14:07:49.158 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/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 01 14:07:49.314 INFO blam! 4cc52e3636953dad88886ab9694991e86e8c27c837169686e18099752ab26b3f Sep 01 14:07:49.316 INFO running `"docker" "start" "-a" "4cc52e3636953dad88886ab9694991e86e8c27c837169686e18099752ab26b3f"` Sep 01 14:07:50.153 INFO kablam! Checking metrics_distributor v0.5.1 (file:///source) Sep 01 14:07:53.519 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 14:07:53.519 INFO kablam! --> src/collectors/http.rs:51:27 Sep 01 14:07:53.519 INFO kablam! | Sep 01 14:07:53.519 INFO kablam! 51 | Ok(Response::with((Status::Created))) Sep 01 14:07:53.519 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 14:07:53.520 INFO kablam! | Sep 01 14:07:53.520 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 14:07:53.520 INFO kablam! Sep 01 14:07:53.659 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 14:07:53.659 INFO kablam! --> src/collectors/http.rs:51:27 Sep 01 14:07:53.659 INFO kablam! | Sep 01 14:07:53.659 INFO kablam! 51 | Ok(Response::with((Status::Created))) Sep 01 14:07:53.659 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 14:07:53.659 INFO kablam! | Sep 01 14:07:53.659 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 14:07:53.660 INFO kablam! Sep 01 14:07:58.988 INFO kablam! error[E0308]: mismatched types Sep 01 14:07:58.988 INFO kablam! --> benches/lib.rs:30:15 Sep 01 14:07:58.988 INFO kablam! | Sep 01 14:07:58.988 INFO kablam! 30 | Count("a".to_owned(), 1), Sep 01 14:07:58.988 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 01 14:07:58.988 INFO kablam! | Sep 01 14:07:58.988 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 01 14:07:58.988 INFO kablam! found type `std::string::String` Sep 01 14:07:58.988 INFO kablam! Sep 01 14:07:59.125 INFO kablam! error[E0308]: mismatched types Sep 01 14:07:59.125 INFO kablam! --> benches/lib.rs:31:15 Sep 01 14:07:59.125 INFO kablam! | Sep 01 14:07:59.125 INFO kablam! 31 | Count("a".to_owned(), 2), Sep 01 14:07:59.125 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 01 14:07:59.126 INFO kablam! | Sep 01 14:07:59.126 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 01 14:07:59.126 INFO kablam! found type `std::string::String` Sep 01 14:07:59.126 INFO kablam! Sep 01 14:07:59.269 INFO kablam! error[E0308]: mismatched types Sep 01 14:07:59.269 INFO kablam! --> benches/lib.rs:32:15 Sep 01 14:07:59.269 INFO kablam! | Sep 01 14:07:59.269 INFO kablam! 32 | Count("a".to_owned(), 3), Sep 01 14:07:59.269 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 01 14:07:59.269 INFO kablam! | Sep 01 14:07:59.269 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 01 14:07:59.269 INFO kablam! found type `std::string::String` Sep 01 14:07:59.269 INFO kablam! Sep 01 14:07:59.442 INFO kablam! error[E0308]: mismatched types Sep 01 14:07:59.442 INFO kablam! --> benches/lib.rs:33:17 Sep 01 14:07:59.442 INFO kablam! | Sep 01 14:07:59.442 INFO kablam! 33 | Measure("b".to_owned(), 0.1), Sep 01 14:07:59.442 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 01 14:07:59.442 INFO kablam! | Sep 01 14:07:59.442 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 01 14:07:59.442 INFO kablam! found type `std::string::String` Sep 01 14:07:59.442 INFO kablam! Sep 01 14:07:59.601 INFO kablam! error[E0308]: mismatched types Sep 01 14:07:59.601 INFO kablam! --> benches/lib.rs:34:17 Sep 01 14:07:59.601 INFO kablam! | Sep 01 14:07:59.601 INFO kablam! 34 | Measure("b".to_owned(), 0.2), Sep 01 14:07:59.601 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 01 14:07:59.601 INFO kablam! | Sep 01 14:07:59.602 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 01 14:07:59.602 INFO kablam! found type `std::string::String` Sep 01 14:07:59.602 INFO kablam! Sep 01 14:07:59.796 INFO kablam! error[E0308]: mismatched types Sep 01 14:07:59.796 INFO kablam! --> benches/lib.rs:35:17 Sep 01 14:07:59.796 INFO kablam! | Sep 01 14:07:59.796 INFO kablam! 35 | Measure("b".to_owned(), 0.3), Sep 01 14:07:59.796 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 01 14:07:59.796 INFO kablam! | Sep 01 14:07:59.796 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 01 14:07:59.797 INFO kablam! found type `std::string::String` Sep 01 14:07:59.797 INFO kablam! Sep 01 14:07:59.947 INFO kablam! error[E0308]: mismatched types Sep 01 14:07:59.947 INFO kablam! --> benches/lib.rs:36:16 Sep 01 14:07:59.947 INFO kablam! | Sep 01 14:07:59.947 INFO kablam! 36 | Sample("c".to_owned(), 0.4), Sep 01 14:07:59.947 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 01 14:07:59.947 INFO kablam! | Sep 01 14:07:59.947 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 01 14:07:59.947 INFO kablam! found type `std::string::String` Sep 01 14:07:59.947 INFO kablam! Sep 01 14:08:00.097 INFO kablam! error[E0308]: mismatched types Sep 01 14:08:00.098 INFO kablam! --> benches/lib.rs:37:16 Sep 01 14:08:00.098 INFO kablam! | Sep 01 14:08:00.098 INFO kablam! 37 | Sample("c".to_owned(), 0.5), Sep 01 14:08:00.098 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 01 14:08:00.098 INFO kablam! | Sep 01 14:08:00.098 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 01 14:08:00.098 INFO kablam! found type `std::string::String` Sep 01 14:08:00.098 INFO kablam! Sep 01 14:08:00.284 INFO kablam! error[E0308]: mismatched types Sep 01 14:08:00.285 INFO kablam! --> benches/lib.rs:38:16 Sep 01 14:08:00.285 INFO kablam! | Sep 01 14:08:00.285 INFO kablam! 38 | Sample("c".to_owned(), 0.6), Sep 01 14:08:00.285 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 01 14:08:00.285 INFO kablam! | Sep 01 14:08:00.285 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 01 14:08:00.285 INFO kablam! found type `std::string::String` Sep 01 14:08:00.285 INFO kablam! Sep 01 14:08:00.297 INFO kablam! error: aborting due to 9 previous errors Sep 01 14:08:00.297 INFO kablam! Sep 01 14:08:00.297 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 01 14:08:00.311 INFO kablam! error: Could not compile `metrics_distributor`. Sep 01 14:08:00.311 INFO kablam! Sep 01 14:08:00.311 INFO kablam! To learn more, run the command again with --verbose. Sep 01 14:08:00.313 INFO kablam! su: No module specific data is present Sep 01 14:08:00.866 INFO running `"docker" "rm" "-f" "4cc52e3636953dad88886ab9694991e86e8c27c837169686e18099752ab26b3f"` Sep 01 14:08:00.977 INFO blam! 4cc52e3636953dad88886ab9694991e86e8c27c837169686e18099752ab26b3f