Sep 19 22:22:32.823 INFO checking metrics_distributor-0.5.1 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 22:22:32.823 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 22:22:32.823 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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=1000" "-e" "CMD=cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:22:32.962 INFO blam! fc4bd2e2facafce45539f51d4f6dfc0125f720d0153cda39357ee5a7f80ad540 Sep 19 22:22:32.964 INFO running `"docker" "start" "-a" "fc4bd2e2facafce45539f51d4f6dfc0125f720d0153cda39357ee5a7f80ad540"` Sep 19 22:22:34.000 INFO kablam! usermod: no changes Sep 19 22:22:34.269 INFO kablam! Checking router v0.5.1 Sep 19 22:22:35.342 INFO kablam! Checking metrics_distributor v0.5.1 (/source) Sep 19 22:22:37.075 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 22:22:37.075 INFO kablam! --> src/collectors/http.rs:51:27 Sep 19 22:22:37.075 INFO kablam! | Sep 19 22:22:37.075 INFO kablam! 51 | Ok(Response::with((Status::Created))) Sep 19 22:22:37.075 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 22:22:37.075 INFO kablam! | Sep 19 22:22:37.075 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 22:22:37.075 INFO kablam! Sep 19 22:22:37.075 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 22:22:37.075 INFO kablam! --> src/collectors/http.rs:51:27 Sep 19 22:22:37.075 INFO kablam! | Sep 19 22:22:37.075 INFO kablam! 51 | Ok(Response::with((Status::Created))) Sep 19 22:22:37.075 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 22:22:37.075 INFO kablam! | Sep 19 22:22:37.075 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 22:22:37.075 INFO kablam! Sep 19 22:22:40.854 INFO kablam! error[E0308]: mismatched types Sep 19 22:22:40.854 INFO kablam! --> benches/lib.rs:30:15 Sep 19 22:22:40.854 INFO kablam! | Sep 19 22:22:40.854 INFO kablam! 30 | Count("a".to_owned(), 1), Sep 19 22:22:40.854 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 19 22:22:40.854 INFO kablam! | Sep 19 22:22:40.854 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 19 22:22:40.854 INFO kablam! found type `std::string::String` Sep 19 22:22:40.854 INFO kablam! Sep 19 22:22:40.973 INFO kablam! error[E0308]: mismatched types Sep 19 22:22:40.973 INFO kablam! --> benches/lib.rs:31:15 Sep 19 22:22:40.973 INFO kablam! | Sep 19 22:22:40.973 INFO kablam! 31 | Count("a".to_owned(), 2), Sep 19 22:22:40.973 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 19 22:22:40.973 INFO kablam! | Sep 19 22:22:40.973 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 19 22:22:40.973 INFO kablam! found type `std::string::String` Sep 19 22:22:40.973 INFO kablam! Sep 19 22:22:41.120 INFO kablam! error[E0308]: mismatched types Sep 19 22:22:41.120 INFO kablam! --> benches/lib.rs:32:15 Sep 19 22:22:41.120 INFO kablam! | Sep 19 22:22:41.120 INFO kablam! 32 | Count("a".to_owned(), 3), Sep 19 22:22:41.120 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 19 22:22:41.120 INFO kablam! | Sep 19 22:22:41.120 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 19 22:22:41.120 INFO kablam! found type `std::string::String` Sep 19 22:22:41.120 INFO kablam! Sep 19 22:22:41.262 INFO kablam! error[E0308]: mismatched types Sep 19 22:22:41.263 INFO kablam! --> benches/lib.rs:33:17 Sep 19 22:22:41.263 INFO kablam! | Sep 19 22:22:41.263 INFO kablam! 33 | Measure("b".to_owned(), 0.1), Sep 19 22:22:41.263 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 19 22:22:41.263 INFO kablam! | Sep 19 22:22:41.263 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 19 22:22:41.263 INFO kablam! found type `std::string::String` Sep 19 22:22:41.263 INFO kablam! Sep 19 22:22:41.411 INFO kablam! error[E0308]: mismatched types Sep 19 22:22:41.411 INFO kablam! --> benches/lib.rs:34:17 Sep 19 22:22:41.411 INFO kablam! | Sep 19 22:22:41.411 INFO kablam! 34 | Measure("b".to_owned(), 0.2), Sep 19 22:22:41.411 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 19 22:22:41.411 INFO kablam! | Sep 19 22:22:41.411 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 19 22:22:41.411 INFO kablam! found type `std::string::String` Sep 19 22:22:41.411 INFO kablam! Sep 19 22:22:41.557 INFO kablam! error[E0308]: mismatched types Sep 19 22:22:41.557 INFO kablam! --> benches/lib.rs:35:17 Sep 19 22:22:41.557 INFO kablam! | Sep 19 22:22:41.557 INFO kablam! 35 | Measure("b".to_owned(), 0.3), Sep 19 22:22:41.557 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 19 22:22:41.557 INFO kablam! | Sep 19 22:22:41.557 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 19 22:22:41.557 INFO kablam! found type `std::string::String` Sep 19 22:22:41.557 INFO kablam! Sep 19 22:22:41.694 INFO kablam! error[E0308]: mismatched types Sep 19 22:22:41.695 INFO kablam! --> benches/lib.rs:36:16 Sep 19 22:22:41.695 INFO kablam! | Sep 19 22:22:41.695 INFO kablam! 36 | Sample("c".to_owned(), 0.4), Sep 19 22:22:41.695 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 19 22:22:41.695 INFO kablam! | Sep 19 22:22:41.695 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 19 22:22:41.695 INFO kablam! found type `std::string::String` Sep 19 22:22:41.695 INFO kablam! Sep 19 22:22:41.823 INFO kablam! error[E0308]: mismatched types Sep 19 22:22:41.823 INFO kablam! --> benches/lib.rs:37:16 Sep 19 22:22:41.823 INFO kablam! | Sep 19 22:22:41.823 INFO kablam! 37 | Sample("c".to_owned(), 0.5), Sep 19 22:22:41.823 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 19 22:22:41.823 INFO kablam! | Sep 19 22:22:41.823 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 19 22:22:41.823 INFO kablam! found type `std::string::String` Sep 19 22:22:41.823 INFO kablam! Sep 19 22:22:41.957 INFO kablam! error[E0308]: mismatched types Sep 19 22:22:41.957 INFO kablam! --> benches/lib.rs:38:16 Sep 19 22:22:41.958 INFO kablam! | Sep 19 22:22:41.958 INFO kablam! 38 | Sample("c".to_owned(), 0.6), Sep 19 22:22:41.958 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 19 22:22:41.958 INFO kablam! | Sep 19 22:22:41.958 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 19 22:22:41.958 INFO kablam! found type `std::string::String` Sep 19 22:22:41.958 INFO kablam! Sep 19 22:22:41.967 INFO kablam! error: aborting due to 9 previous errors Sep 19 22:22:41.967 INFO kablam! Sep 19 22:22:41.967 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 19 22:22:41.986 INFO kablam! error: Could not compile `metrics_distributor`. Sep 19 22:22:41.986 INFO kablam! Sep 19 22:22:41.986 INFO kablam! To learn more, run the command again with --verbose. Sep 19 22:22:41.986 INFO kablam! su: No module specific data is present Sep 19 22:22:42.765 INFO running `"docker" "rm" "-f" "fc4bd2e2facafce45539f51d4f6dfc0125f720d0153cda39357ee5a7f80ad540"` Sep 19 22:22:42.932 INFO blam! fc4bd2e2facafce45539f51d4f6dfc0125f720d0153cda39357ee5a7f80ad540