Sep 04 13:56:42.023 INFO checking metrics_distributor-0.5.1 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 13:56:42.023 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 13:56:42.023 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 13:56:42.258 INFO blam! c1a3c35ee74375b6785617489ed773547de1bfab1d56cebd16027cf2cd890313 Sep 04 13:56:42.260 INFO running `"docker" "start" "-a" "c1a3c35ee74375b6785617489ed773547de1bfab1d56cebd16027cf2cd890313"` Sep 04 13:56:43.185 INFO kablam! Checking metrics_distributor v0.5.1 (file:///source) Sep 04 13:56:47.097 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 13:56:47.097 INFO kablam! --> src/collectors/http.rs:51:27 Sep 04 13:56:47.097 INFO kablam! | Sep 04 13:56:47.097 INFO kablam! 51 | Ok(Response::with((Status::Created))) Sep 04 13:56:47.097 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 13:56:47.098 INFO kablam! | Sep 04 13:56:47.098 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 13:56:47.098 INFO kablam! Sep 04 13:56:47.268 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 13:56:47.268 INFO kablam! --> src/collectors/http.rs:51:27 Sep 04 13:56:47.268 INFO kablam! | Sep 04 13:56:47.268 INFO kablam! 51 | Ok(Response::with((Status::Created))) Sep 04 13:56:47.268 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 13:56:47.269 INFO kablam! | Sep 04 13:56:47.269 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 13:56:47.269 INFO kablam! Sep 04 13:56:54.053 INFO kablam! error[E0308]: mismatched types Sep 04 13:56:54.053 INFO kablam! --> benches/lib.rs:30:15 Sep 04 13:56:54.053 INFO kablam! | Sep 04 13:56:54.053 INFO kablam! 30 | Count("a".to_owned(), 1), Sep 04 13:56:54.053 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 13:56:54.053 INFO kablam! | Sep 04 13:56:54.053 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 13:56:54.053 INFO kablam! found type `std::string::String` Sep 04 13:56:54.053 INFO kablam! Sep 04 13:56:54.275 INFO kablam! error[E0308]: mismatched types Sep 04 13:56:54.275 INFO kablam! --> benches/lib.rs:31:15 Sep 04 13:56:54.275 INFO kablam! | Sep 04 13:56:54.275 INFO kablam! 31 | Count("a".to_owned(), 2), Sep 04 13:56:54.275 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 13:56:54.275 INFO kablam! | Sep 04 13:56:54.275 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 13:56:54.275 INFO kablam! found type `std::string::String` Sep 04 13:56:54.275 INFO kablam! Sep 04 13:56:54.528 INFO kablam! error[E0308]: mismatched types Sep 04 13:56:54.528 INFO kablam! --> benches/lib.rs:32:15 Sep 04 13:56:54.528 INFO kablam! | Sep 04 13:56:54.528 INFO kablam! 32 | Count("a".to_owned(), 3), Sep 04 13:56:54.528 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 13:56:54.529 INFO kablam! | Sep 04 13:56:54.529 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 13:56:54.529 INFO kablam! found type `std::string::String` Sep 04 13:56:54.529 INFO kablam! Sep 04 13:56:54.738 INFO kablam! error[E0308]: mismatched types Sep 04 13:56:54.738 INFO kablam! --> benches/lib.rs:33:17 Sep 04 13:56:54.738 INFO kablam! | Sep 04 13:56:54.738 INFO kablam! 33 | Measure("b".to_owned(), 0.1), Sep 04 13:56:54.738 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 13:56:54.738 INFO kablam! | Sep 04 13:56:54.738 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 13:56:54.738 INFO kablam! found type `std::string::String` Sep 04 13:56:54.738 INFO kablam! Sep 04 13:56:54.914 INFO kablam! error[E0308]: mismatched types Sep 04 13:56:54.914 INFO kablam! --> benches/lib.rs:34:17 Sep 04 13:56:54.914 INFO kablam! | Sep 04 13:56:54.914 INFO kablam! 34 | Measure("b".to_owned(), 0.2), Sep 04 13:56:54.914 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 13:56:54.914 INFO kablam! | Sep 04 13:56:54.915 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 13:56:54.915 INFO kablam! found type `std::string::String` Sep 04 13:56:54.915 INFO kablam! Sep 04 13:56:55.124 INFO kablam! error[E0308]: mismatched types Sep 04 13:56:55.124 INFO kablam! --> benches/lib.rs:35:17 Sep 04 13:56:55.124 INFO kablam! | Sep 04 13:56:55.124 INFO kablam! 35 | Measure("b".to_owned(), 0.3), Sep 04 13:56:55.124 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 13:56:55.124 INFO kablam! | Sep 04 13:56:55.124 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 13:56:55.125 INFO kablam! found type `std::string::String` Sep 04 13:56:55.125 INFO kablam! Sep 04 13:56:55.388 INFO kablam! error[E0308]: mismatched types Sep 04 13:56:55.388 INFO kablam! --> benches/lib.rs:36:16 Sep 04 13:56:55.388 INFO kablam! | Sep 04 13:56:55.388 INFO kablam! 36 | Sample("c".to_owned(), 0.4), Sep 04 13:56:55.388 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 13:56:55.388 INFO kablam! | Sep 04 13:56:55.388 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 13:56:55.388 INFO kablam! found type `std::string::String` Sep 04 13:56:55.388 INFO kablam! Sep 04 13:56:55.629 INFO kablam! error[E0308]: mismatched types Sep 04 13:56:55.629 INFO kablam! --> benches/lib.rs:37:16 Sep 04 13:56:55.629 INFO kablam! | Sep 04 13:56:55.629 INFO kablam! 37 | Sample("c".to_owned(), 0.5), Sep 04 13:56:55.629 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 13:56:55.629 INFO kablam! | Sep 04 13:56:55.629 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 13:56:55.629 INFO kablam! found type `std::string::String` Sep 04 13:56:55.629 INFO kablam! Sep 04 13:56:55.849 INFO kablam! error[E0308]: mismatched types Sep 04 13:56:55.849 INFO kablam! --> benches/lib.rs:38:16 Sep 04 13:56:55.849 INFO kablam! | Sep 04 13:56:55.849 INFO kablam! 38 | Sample("c".to_owned(), 0.6), Sep 04 13:56:55.849 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 04 13:56:55.850 INFO kablam! | Sep 04 13:56:55.850 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 04 13:56:55.850 INFO kablam! found type `std::string::String` Sep 04 13:56:55.850 INFO kablam! Sep 04 13:56:55.857 INFO kablam! error: aborting due to 9 previous errors Sep 04 13:56:55.857 INFO kablam! Sep 04 13:56:55.857 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 04 13:56:55.879 INFO kablam! error: Could not compile `metrics_distributor`. Sep 04 13:56:55.879 INFO kablam! Sep 04 13:56:55.879 INFO kablam! To learn more, run the command again with --verbose. Sep 04 13:56:55.885 INFO kablam! su: No module specific data is present Sep 04 13:56:56.482 INFO running `"docker" "rm" "-f" "c1a3c35ee74375b6785617489ed773547de1bfab1d56cebd16027cf2cd890313"` Sep 04 13:56:56.624 INFO blam! c1a3c35ee74375b6785617489ed773547de1bfab1d56cebd16027cf2cd890313