Sep 04 11:01:53.951 INFO checking metrics_distributor-0.5.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 11:01:53.951 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 11:01:53.951 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 11:01:54.174 INFO blam! cd7ea20a3092ea09bf57aa0907afb90df6e4d1d101e826878622ee3072299113 Sep 04 11:01:54.177 INFO running `"docker" "start" "-a" "cd7ea20a3092ea09bf57aa0907afb90df6e4d1d101e826878622ee3072299113"` Sep 04 11:01:54.899 INFO kablam! Checking metrics_distributor v0.5.1 (file:///source) Sep 04 11:01:58.213 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 11:01:58.213 INFO kablam! --> src/collectors/http.rs:51:27 Sep 04 11:01:58.213 INFO kablam! | Sep 04 11:01:58.213 INFO kablam! 51 | Ok(Response::with((Status::Created))) Sep 04 11:01:58.213 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 11:01:58.213 INFO kablam! | Sep 04 11:01:58.213 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 11:01:58.213 INFO kablam! Sep 04 11:01:58.658 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 11:01:58.658 INFO kablam! --> src/collectors/http.rs:51:27 Sep 04 11:01:58.658 INFO kablam! | Sep 04 11:01:58.658 INFO kablam! 51 | Ok(Response::with((Status::Created))) Sep 04 11:01:58.658 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 11:01:58.658 INFO kablam! | Sep 04 11:01:58.658 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 11:01:58.658 INFO kablam! Sep 04 11:02:04.725 INFO kablam! error[E0308]: mismatched types Sep 04 11:02:04.725 INFO kablam! --> benches/lib.rs:30:15 Sep 04 11:02:04.725 INFO kablam! | Sep 04 11:02:04.725 INFO kablam! 30 | Count("a".to_owned(), 1), Sep 04 11:02:04.725 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 11:02:04.725 INFO kablam! | Sep 04 11:02:04.725 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 11:02:04.725 INFO kablam! found type `std::string::String` Sep 04 11:02:04.725 INFO kablam! Sep 04 11:02:05.001 INFO kablam! error[E0308]: mismatched types Sep 04 11:02:05.001 INFO kablam! --> benches/lib.rs:31:15 Sep 04 11:02:05.002 INFO kablam! | Sep 04 11:02:05.002 INFO kablam! 31 | Count("a".to_owned(), 2), Sep 04 11:02:05.002 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 11:02:05.002 INFO kablam! | Sep 04 11:02:05.002 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 11:02:05.002 INFO kablam! found type `std::string::String` Sep 04 11:02:05.002 INFO kablam! Sep 04 11:02:05.278 INFO kablam! error[E0308]: mismatched types Sep 04 11:02:05.278 INFO kablam! --> benches/lib.rs:32:15 Sep 04 11:02:05.278 INFO kablam! | Sep 04 11:02:05.278 INFO kablam! 32 | Count("a".to_owned(), 3), Sep 04 11:02:05.278 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 11:02:05.279 INFO kablam! | Sep 04 11:02:05.279 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 11:02:05.279 INFO kablam! found type `std::string::String` Sep 04 11:02:05.279 INFO kablam! Sep 04 11:02:05.555 INFO kablam! error[E0308]: mismatched types Sep 04 11:02:05.555 INFO kablam! --> benches/lib.rs:33:17 Sep 04 11:02:05.555 INFO kablam! | Sep 04 11:02:05.555 INFO kablam! 33 | Measure("b".to_owned(), 0.1), Sep 04 11:02:05.555 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 11:02:05.555 INFO kablam! | Sep 04 11:02:05.555 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 11:02:05.556 INFO kablam! found type `std::string::String` Sep 04 11:02:05.556 INFO kablam! Sep 04 11:02:05.828 INFO kablam! error[E0308]: mismatched types Sep 04 11:02:05.828 INFO kablam! --> benches/lib.rs:34:17 Sep 04 11:02:05.828 INFO kablam! | Sep 04 11:02:05.828 INFO kablam! 34 | Measure("b".to_owned(), 0.2), Sep 04 11:02:05.828 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 11:02:05.828 INFO kablam! | Sep 04 11:02:05.829 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 11:02:05.829 INFO kablam! found type `std::string::String` Sep 04 11:02:05.829 INFO kablam! Sep 04 11:02:06.098 INFO kablam! error[E0308]: mismatched types Sep 04 11:02:06.098 INFO kablam! --> benches/lib.rs:35:17 Sep 04 11:02:06.098 INFO kablam! | Sep 04 11:02:06.098 INFO kablam! 35 | Measure("b".to_owned(), 0.3), Sep 04 11:02:06.098 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 11:02:06.098 INFO kablam! | Sep 04 11:02:06.098 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 11:02:06.098 INFO kablam! found type `std::string::String` Sep 04 11:02:06.099 INFO kablam! Sep 04 11:02:06.286 INFO kablam! error[E0308]: mismatched types Sep 04 11:02:06.286 INFO kablam! --> benches/lib.rs:36:16 Sep 04 11:02:06.286 INFO kablam! | Sep 04 11:02:06.287 INFO kablam! 36 | Sample("c".to_owned(), 0.4), Sep 04 11:02:06.287 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 11:02:06.287 INFO kablam! | Sep 04 11:02:06.287 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 11:02:06.287 INFO kablam! found type `std::string::String` Sep 04 11:02:06.287 INFO kablam! Sep 04 11:02:06.424 INFO kablam! error[E0308]: mismatched types Sep 04 11:02:06.424 INFO kablam! --> benches/lib.rs:37:16 Sep 04 11:02:06.424 INFO kablam! | Sep 04 11:02:06.424 INFO kablam! 37 | Sample("c".to_owned(), 0.5), Sep 04 11:02:06.424 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 11:02:06.424 INFO kablam! | Sep 04 11:02:06.424 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 11:02:06.424 INFO kablam! found type `std::string::String` Sep 04 11:02:06.424 INFO kablam! Sep 04 11:02:06.597 INFO kablam! error[E0308]: mismatched types Sep 04 11:02:06.597 INFO kablam! --> benches/lib.rs:38:16 Sep 04 11:02:06.597 INFO kablam! | Sep 04 11:02:06.597 INFO kablam! 38 | Sample("c".to_owned(), 0.6), Sep 04 11:02:06.597 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 11:02:06.597 INFO kablam! | Sep 04 11:02:06.597 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 11:02:06.597 INFO kablam! found type `std::string::String` Sep 04 11:02:06.597 INFO kablam! Sep 04 11:02:06.606 INFO kablam! error: aborting due to 9 previous errors Sep 04 11:02:06.606 INFO kablam! Sep 04 11:02:06.606 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 04 11:02:06.626 INFO kablam! error: Could not compile `metrics_distributor`. Sep 04 11:02:06.626 INFO kablam! Sep 04 11:02:06.626 INFO kablam! To learn more, run the command again with --verbose. Sep 04 11:02:06.628 INFO kablam! su: No module specific data is present Sep 04 11:02:07.027 INFO running `"docker" "rm" "-f" "cd7ea20a3092ea09bf57aa0907afb90df6e4d1d101e826878622ee3072299113"` Sep 04 11:02:07.167 INFO blam! cd7ea20a3092ea09bf57aa0907afb90df6e4d1d101e826878622ee3072299113