Sep 21 07:04:20.976 INFO checking metrics_distributor-0.5.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 07:04:20.976 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 07:04:20.976 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 07:04:21.187 INFO blam! b6b445ad5a69364ce29e9fd832bfb7c0dd6d22229aee3c1a85b9065deb21ef46 Sep 21 07:04:21.189 INFO running `"docker" "start" "-a" "b6b445ad5a69364ce29e9fd832bfb7c0dd6d22229aee3c1a85b9065deb21ef46"` Sep 21 07:04:22.213 INFO kablam! usermod: no changes Sep 21 07:04:22.463 INFO kablam! Checking metrics_distributor v0.5.1 (/source) Sep 21 07:04:23.694 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 07:04:23.694 INFO kablam! --> src/collectors/http.rs:51:27 Sep 21 07:04:23.694 INFO kablam! | Sep 21 07:04:23.694 INFO kablam! 51 | Ok(Response::with((Status::Created))) Sep 21 07:04:23.694 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 07:04:23.694 INFO kablam! | Sep 21 07:04:23.694 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 07:04:23.694 INFO kablam! Sep 21 07:04:23.762 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 07:04:23.762 INFO kablam! --> src/collectors/http.rs:51:27 Sep 21 07:04:23.762 INFO kablam! | Sep 21 07:04:23.762 INFO kablam! 51 | Ok(Response::with((Status::Created))) Sep 21 07:04:23.762 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 07:04:23.762 INFO kablam! | Sep 21 07:04:23.762 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 07:04:23.762 INFO kablam! Sep 21 07:04:28.558 INFO kablam! error[E0308]: mismatched types Sep 21 07:04:28.558 INFO kablam! --> benches/lib.rs:30:15 Sep 21 07:04:28.558 INFO kablam! | Sep 21 07:04:28.558 INFO kablam! 30 | Count("a".to_owned(), 1), Sep 21 07:04:28.558 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 21 07:04:28.558 INFO kablam! | Sep 21 07:04:28.558 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 21 07:04:28.558 INFO kablam! found type `std::string::String` Sep 21 07:04:28.558 INFO kablam! Sep 21 07:04:28.727 INFO kablam! error[E0308]: mismatched types Sep 21 07:04:28.728 INFO kablam! --> benches/lib.rs:31:15 Sep 21 07:04:28.729 INFO kablam! | Sep 21 07:04:28.729 INFO kablam! 31 | Count("a".to_owned(), 2), Sep 21 07:04:28.729 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 21 07:04:28.729 INFO kablam! | Sep 21 07:04:28.730 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 21 07:04:28.730 INFO kablam! found type `std::string::String` Sep 21 07:04:28.730 INFO kablam! Sep 21 07:04:28.916 INFO kablam! error[E0308]: mismatched types Sep 21 07:04:28.916 INFO kablam! --> benches/lib.rs:32:15 Sep 21 07:04:28.916 INFO kablam! | Sep 21 07:04:28.916 INFO kablam! 32 | Count("a".to_owned(), 3), Sep 21 07:04:28.916 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 21 07:04:28.916 INFO kablam! | Sep 21 07:04:28.916 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 21 07:04:28.916 INFO kablam! found type `std::string::String` Sep 21 07:04:28.916 INFO kablam! Sep 21 07:04:29.057 INFO kablam! error[E0308]: mismatched types Sep 21 07:04:29.057 INFO kablam! --> benches/lib.rs:33:17 Sep 21 07:04:29.057 INFO kablam! | Sep 21 07:04:29.057 INFO kablam! 33 | Measure("b".to_owned(), 0.1), Sep 21 07:04:29.057 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 21 07:04:29.057 INFO kablam! | Sep 21 07:04:29.057 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 21 07:04:29.057 INFO kablam! found type `std::string::String` Sep 21 07:04:29.057 INFO kablam! Sep 21 07:04:29.266 INFO kablam! error[E0308]: mismatched types Sep 21 07:04:29.266 INFO kablam! --> benches/lib.rs:34:17 Sep 21 07:04:29.266 INFO kablam! | Sep 21 07:04:29.266 INFO kablam! 34 | Measure("b".to_owned(), 0.2), Sep 21 07:04:29.266 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 21 07:04:29.266 INFO kablam! | Sep 21 07:04:29.266 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 21 07:04:29.266 INFO kablam! found type `std::string::String` Sep 21 07:04:29.266 INFO kablam! Sep 21 07:04:29.446 INFO kablam! error[E0308]: mismatched types Sep 21 07:04:29.446 INFO kablam! --> benches/lib.rs:35:17 Sep 21 07:04:29.446 INFO kablam! | Sep 21 07:04:29.446 INFO kablam! 35 | Measure("b".to_owned(), 0.3), Sep 21 07:04:29.446 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 21 07:04:29.446 INFO kablam! | Sep 21 07:04:29.446 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 21 07:04:29.446 INFO kablam! found type `std::string::String` Sep 21 07:04:29.446 INFO kablam! Sep 21 07:04:29.590 INFO kablam! error[E0308]: mismatched types Sep 21 07:04:29.590 INFO kablam! --> benches/lib.rs:36:16 Sep 21 07:04:29.590 INFO kablam! | Sep 21 07:04:29.590 INFO kablam! 36 | Sample("c".to_owned(), 0.4), Sep 21 07:04:29.590 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 21 07:04:29.590 INFO kablam! | Sep 21 07:04:29.590 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 21 07:04:29.590 INFO kablam! found type `std::string::String` Sep 21 07:04:29.590 INFO kablam! Sep 21 07:04:29.722 INFO kablam! error[E0308]: mismatched types Sep 21 07:04:29.722 INFO kablam! --> benches/lib.rs:37:16 Sep 21 07:04:29.722 INFO kablam! | Sep 21 07:04:29.722 INFO kablam! 37 | Sample("c".to_owned(), 0.5), Sep 21 07:04:29.722 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 21 07:04:29.722 INFO kablam! | Sep 21 07:04:29.722 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 21 07:04:29.722 INFO kablam! found type `std::string::String` Sep 21 07:04:29.722 INFO kablam! Sep 21 07:04:29.866 INFO kablam! error[E0308]: mismatched types Sep 21 07:04:29.866 INFO kablam! --> benches/lib.rs:38:16 Sep 21 07:04:29.866 INFO kablam! | Sep 21 07:04:29.866 INFO kablam! 38 | Sample("c".to_owned(), 0.6), Sep 21 07:04:29.866 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 21 07:04:29.866 INFO kablam! | Sep 21 07:04:29.866 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 21 07:04:29.866 INFO kablam! found type `std::string::String` Sep 21 07:04:29.866 INFO kablam! Sep 21 07:04:29.878 INFO kablam! error: aborting due to 9 previous errors Sep 21 07:04:29.878 INFO kablam! Sep 21 07:04:29.878 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 21 07:04:29.896 INFO kablam! error: Could not compile `metrics_distributor`. Sep 21 07:04:29.896 INFO kablam! Sep 21 07:04:29.896 INFO kablam! To learn more, run the command again with --verbose. Sep 21 07:04:29.900 INFO kablam! su: No module specific data is present Sep 21 07:04:30.444 INFO running `"docker" "rm" "-f" "b6b445ad5a69364ce29e9fd832bfb7c0dd6d22229aee3c1a85b9065deb21ef46"` Sep 21 07:04:30.556 INFO blam! b6b445ad5a69364ce29e9fd832bfb7c0dd6d22229aee3c1a85b9065deb21ef46