Sep 04 11:01:53.031 INFO checking metrics_distributor-0.5.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 11:01:53.031 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 11:01:53.031 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-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:53.218 INFO blam! 55f6abbc09ae7e65deaea9085086c2ba446a5df43fe1f07cc4f61d7a36a05f60 Sep 04 11:01:53.220 INFO running `"docker" "start" "-a" "55f6abbc09ae7e65deaea9085086c2ba446a5df43fe1f07cc4f61d7a36a05f60"` Sep 04 11:01:53.936 INFO kablam! Checking metrics_distributor v0.5.1 (file:///source) Sep 04 11:01:56.889 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 11:01:56.889 INFO kablam! --> src/collectors/http.rs:51:27 Sep 04 11:01:56.889 INFO kablam! | Sep 04 11:01:56.889 INFO kablam! 51 | Ok(Response::with((Status::Created))) Sep 04 11:01:56.889 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 11:01:56.889 INFO kablam! | Sep 04 11:01:56.889 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 11:01:56.889 INFO kablam! Sep 04 11:01:56.892 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 11:01:56.892 INFO kablam! --> src/collectors/http.rs:51:27 Sep 04 11:01:56.892 INFO kablam! | Sep 04 11:01:56.892 INFO kablam! 51 | Ok(Response::with((Status::Created))) Sep 04 11:01:56.892 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 11:01:56.892 INFO kablam! | Sep 04 11:01:56.892 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 11:01:56.892 INFO kablam! Sep 04 11:02:04.143 INFO kablam! error[E0308]: mismatched types Sep 04 11:02:04.143 INFO kablam! --> benches/lib.rs:30:15 Sep 04 11:02:04.143 INFO kablam! | Sep 04 11:02:04.143 INFO kablam! 30 | Count("a".to_owned(), 1), Sep 04 11:02:04.143 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 11:02:04.143 INFO kablam! | Sep 04 11:02:04.143 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 11:02:04.143 INFO kablam! found type `std::string::String` Sep 04 11:02:04.143 INFO kablam! Sep 04 11:02:04.397 INFO kablam! error[E0308]: mismatched types Sep 04 11:02:04.397 INFO kablam! --> benches/lib.rs:31:15 Sep 04 11:02:04.397 INFO kablam! | Sep 04 11:02:04.397 INFO kablam! 31 | Count("a".to_owned(), 2), Sep 04 11:02:04.397 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 11:02:04.397 INFO kablam! | Sep 04 11:02:04.398 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 11:02:04.398 INFO kablam! found type `std::string::String` Sep 04 11:02:04.398 INFO kablam! Sep 04 11:02:04.647 INFO kablam! error[E0308]: mismatched types Sep 04 11:02:04.647 INFO kablam! --> benches/lib.rs:32:15 Sep 04 11:02:04.647 INFO kablam! | Sep 04 11:02:04.647 INFO kablam! 32 | Count("a".to_owned(), 3), Sep 04 11:02:04.647 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 11:02:04.647 INFO kablam! | Sep 04 11:02:04.647 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 11:02:04.647 INFO kablam! found type `std::string::String` Sep 04 11:02:04.647 INFO kablam! Sep 04 11:02:04.849 INFO kablam! error[E0308]: mismatched types Sep 04 11:02:04.849 INFO kablam! --> benches/lib.rs:33:17 Sep 04 11:02:04.849 INFO kablam! | Sep 04 11:02:04.849 INFO kablam! 33 | Measure("b".to_owned(), 0.1), Sep 04 11:02:04.849 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 11:02:04.849 INFO kablam! | Sep 04 11:02:04.849 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 11:02:04.849 INFO kablam! found type `std::string::String` Sep 04 11:02:04.849 INFO kablam! Sep 04 11:02:04.980 INFO kablam! error[E0308]: mismatched types Sep 04 11:02:04.980 INFO kablam! --> benches/lib.rs:34:17 Sep 04 11:02:04.980 INFO kablam! | Sep 04 11:02:04.980 INFO kablam! 34 | Measure("b".to_owned(), 0.2), Sep 04 11:02:04.980 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 11:02:04.980 INFO kablam! | Sep 04 11:02:04.980 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 11:02:04.980 INFO kablam! found type `std::string::String` Sep 04 11:02:04.980 INFO kablam! Sep 04 11:02:05.110 INFO kablam! error[E0308]: mismatched types Sep 04 11:02:05.110 INFO kablam! --> benches/lib.rs:35:17 Sep 04 11:02:05.110 INFO kablam! | Sep 04 11:02:05.110 INFO kablam! 35 | Measure("b".to_owned(), 0.3), Sep 04 11:02:05.110 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 11:02:05.110 INFO kablam! | Sep 04 11:02:05.110 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 11:02:05.110 INFO kablam! found type `std::string::String` Sep 04 11:02:05.110 INFO kablam! Sep 04 11:02:05.241 INFO kablam! error[E0308]: mismatched types Sep 04 11:02:05.241 INFO kablam! --> benches/lib.rs:36:16 Sep 04 11:02:05.241 INFO kablam! | Sep 04 11:02:05.241 INFO kablam! 36 | Sample("c".to_owned(), 0.4), Sep 04 11:02:05.241 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 11:02:05.241 INFO kablam! | Sep 04 11:02:05.241 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 11:02:05.241 INFO kablam! found type `std::string::String` Sep 04 11:02:05.241 INFO kablam! Sep 04 11:02:05.373 INFO kablam! error[E0308]: mismatched types Sep 04 11:02:05.373 INFO kablam! --> benches/lib.rs:37:16 Sep 04 11:02:05.373 INFO kablam! | Sep 04 11:02:05.373 INFO kablam! 37 | Sample("c".to_owned(), 0.5), Sep 04 11:02:05.373 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 11:02:05.373 INFO kablam! | Sep 04 11:02:05.374 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 11:02:05.374 INFO kablam! found type `std::string::String` Sep 04 11:02:05.374 INFO kablam! Sep 04 11:02:05.503 INFO kablam! error[E0308]: mismatched types Sep 04 11:02:05.504 INFO kablam! --> benches/lib.rs:38:16 Sep 04 11:02:05.504 INFO kablam! | Sep 04 11:02:05.504 INFO kablam! 38 | Sample("c".to_owned(), 0.6), Sep 04 11:02:05.504 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 11:02:05.504 INFO kablam! | Sep 04 11:02:05.504 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 11:02:05.504 INFO kablam! found type `std::string::String` Sep 04 11:02:05.504 INFO kablam! Sep 04 11:02:05.510 INFO kablam! error: aborting due to 9 previous errors Sep 04 11:02:05.510 INFO kablam! Sep 04 11:02:05.510 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 04 11:02:05.526 INFO kablam! error: Could not compile `metrics_distributor`. Sep 04 11:02:05.526 INFO kablam! Sep 04 11:02:05.526 INFO kablam! To learn more, run the command again with --verbose. Sep 04 11:02:05.528 INFO kablam! su: No module specific data is present Sep 04 11:02:05.940 INFO running `"docker" "rm" "-f" "55f6abbc09ae7e65deaea9085086c2ba446a5df43fe1f07cc4f61d7a36a05f60"` Sep 04 11:02:06.087 INFO blam! 55f6abbc09ae7e65deaea9085086c2ba446a5df43fe1f07cc4f61d7a36a05f60