Sep 19 22:22:31.854 INFO checking metrics_distributor-0.5.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 22:22:31.854 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 22:22:31.854 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-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.070 INFO blam! 268a395b79ba2d348ac4eedec7d2a67ec8315704fd80981ab46e7cbc589b2701 Sep 19 22:22:32.070 INFO running `"docker" "start" "-a" "268a395b79ba2d348ac4eedec7d2a67ec8315704fd80981ab46e7cbc589b2701"` Sep 19 22:22:33.343 INFO kablam! usermod: no changes Sep 19 22:22:33.585 INFO kablam! Checking metrics_distributor v0.5.1 (/source) Sep 19 22:22:34.707 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 22:22:34.707 INFO kablam! --> src/collectors/http.rs:51:27 Sep 19 22:22:34.707 INFO kablam! | Sep 19 22:22:34.707 INFO kablam! 51 | Ok(Response::with((Status::Created))) Sep 19 22:22:34.707 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 22:22:34.707 INFO kablam! | Sep 19 22:22:34.707 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 22:22:34.707 INFO kablam! Sep 19 22:22:34.747 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 22:22:34.747 INFO kablam! --> src/collectors/http.rs:51:27 Sep 19 22:22:34.747 INFO kablam! | Sep 19 22:22:34.747 INFO kablam! 51 | Ok(Response::with((Status::Created))) Sep 19 22:22:34.747 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 22:22:34.747 INFO kablam! | Sep 19 22:22:34.747 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 22:22:34.747 INFO kablam! Sep 19 22:22:37.887 INFO kablam! error[E0308]: mismatched types Sep 19 22:22:37.887 INFO kablam! --> benches/lib.rs:30:15 Sep 19 22:22:37.887 INFO kablam! | Sep 19 22:22:37.887 INFO kablam! 30 | Count("a".to_owned(), 1), Sep 19 22:22:37.887 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 19 22:22:37.887 INFO kablam! | Sep 19 22:22:37.887 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 19 22:22:37.887 INFO kablam! found type `std::string::String` Sep 19 22:22:37.887 INFO kablam! Sep 19 22:22:38.138 INFO kablam! error[E0308]: mismatched types Sep 19 22:22:38.139 INFO kablam! --> benches/lib.rs:31:15 Sep 19 22:22:38.139 INFO kablam! | Sep 19 22:22:38.139 INFO kablam! 31 | Count("a".to_owned(), 2), Sep 19 22:22:38.139 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 19 22:22:38.139 INFO kablam! | Sep 19 22:22:38.139 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 19 22:22:38.139 INFO kablam! found type `std::string::String` Sep 19 22:22:38.139 INFO kablam! Sep 19 22:22:38.302 INFO kablam! error[E0308]: mismatched types Sep 19 22:22:38.303 INFO kablam! --> benches/lib.rs:32:15 Sep 19 22:22:38.303 INFO kablam! | Sep 19 22:22:38.303 INFO kablam! 32 | Count("a".to_owned(), 3), Sep 19 22:22:38.303 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 19 22:22:38.303 INFO kablam! | Sep 19 22:22:38.303 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 19 22:22:38.303 INFO kablam! found type `std::string::String` Sep 19 22:22:38.303 INFO kablam! Sep 19 22:22:38.458 INFO kablam! error[E0308]: mismatched types Sep 19 22:22:38.459 INFO kablam! --> benches/lib.rs:33:17 Sep 19 22:22:38.459 INFO kablam! | Sep 19 22:22:38.459 INFO kablam! 33 | Measure("b".to_owned(), 0.1), Sep 19 22:22:38.459 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 19 22:22:38.459 INFO kablam! | Sep 19 22:22:38.459 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 19 22:22:38.459 INFO kablam! found type `std::string::String` Sep 19 22:22:38.459 INFO kablam! Sep 19 22:22:38.605 INFO kablam! error[E0308]: mismatched types Sep 19 22:22:38.605 INFO kablam! --> benches/lib.rs:34:17 Sep 19 22:22:38.605 INFO kablam! | Sep 19 22:22:38.605 INFO kablam! 34 | Measure("b".to_owned(), 0.2), Sep 19 22:22:38.605 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 19 22:22:38.605 INFO kablam! | Sep 19 22:22:38.605 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 19 22:22:38.605 INFO kablam! found type `std::string::String` Sep 19 22:22:38.605 INFO kablam! Sep 19 22:22:38.763 INFO kablam! error[E0308]: mismatched types Sep 19 22:22:38.763 INFO kablam! --> benches/lib.rs:35:17 Sep 19 22:22:38.763 INFO kablam! | Sep 19 22:22:38.763 INFO kablam! 35 | Measure("b".to_owned(), 0.3), Sep 19 22:22:38.763 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 19 22:22:38.763 INFO kablam! | Sep 19 22:22:38.763 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 19 22:22:38.763 INFO kablam! found type `std::string::String` Sep 19 22:22:38.763 INFO kablam! Sep 19 22:22:38.907 INFO kablam! error[E0308]: mismatched types Sep 19 22:22:38.908 INFO kablam! --> benches/lib.rs:36:16 Sep 19 22:22:38.908 INFO kablam! | Sep 19 22:22:38.908 INFO kablam! 36 | Sample("c".to_owned(), 0.4), Sep 19 22:22:38.908 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 19 22:22:38.908 INFO kablam! | Sep 19 22:22:38.908 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 19 22:22:38.908 INFO kablam! found type `std::string::String` Sep 19 22:22:38.908 INFO kablam! Sep 19 22:22:39.070 INFO kablam! error[E0308]: mismatched types Sep 19 22:22:39.070 INFO kablam! --> benches/lib.rs:37:16 Sep 19 22:22:39.070 INFO kablam! | Sep 19 22:22:39.070 INFO kablam! 37 | Sample("c".to_owned(), 0.5), Sep 19 22:22:39.070 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 19 22:22:39.070 INFO kablam! | Sep 19 22:22:39.070 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 19 22:22:39.070 INFO kablam! found type `std::string::String` Sep 19 22:22:39.070 INFO kablam! Sep 19 22:22:39.215 INFO kablam! error[E0308]: mismatched types Sep 19 22:22:39.215 INFO kablam! --> benches/lib.rs:38:16 Sep 19 22:22:39.215 INFO kablam! | Sep 19 22:22:39.215 INFO kablam! 38 | Sample("c".to_owned(), 0.6), Sep 19 22:22:39.215 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 19 22:22:39.215 INFO kablam! | Sep 19 22:22:39.215 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 19 22:22:39.215 INFO kablam! found type `std::string::String` Sep 19 22:22:39.215 INFO kablam! Sep 19 22:22:39.223 INFO kablam! error: aborting due to 9 previous errors Sep 19 22:22:39.223 INFO kablam! Sep 19 22:22:39.223 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 19 22:22:39.239 INFO kablam! error: Could not compile `metrics_distributor`. Sep 19 22:22:39.239 INFO kablam! Sep 19 22:22:39.239 INFO kablam! To learn more, run the command again with --verbose. Sep 19 22:22:39.244 INFO kablam! su: No module specific data is present Sep 19 22:22:40.162 INFO running `"docker" "rm" "-f" "268a395b79ba2d348ac4eedec7d2a67ec8315704fd80981ab46e7cbc589b2701"` Sep 19 22:22:40.415 INFO blam! 268a395b79ba2d348ac4eedec7d2a67ec8315704fd80981ab46e7cbc589b2701