Sep 21 07:04:22.024 INFO checking metrics_distributor-0.5.1 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 07:04:22.024 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 07:04:22.024 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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:22.252 INFO blam! 6aded608ff4db1a6bf19b1edbb0570e9bd0258063b2f1b540977fa165a2434db Sep 21 07:04:22.254 INFO running `"docker" "start" "-a" "6aded608ff4db1a6bf19b1edbb0570e9bd0258063b2f1b540977fa165a2434db"` Sep 21 07:04:23.102 INFO kablam! usermod: no changes Sep 21 07:04:23.352 INFO kablam! Checking metrics_distributor v0.5.1 (/source) Sep 21 07:04:25.162 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 07:04:25.162 INFO kablam! --> src/collectors/http.rs:51:27 Sep 21 07:04:25.162 INFO kablam! | Sep 21 07:04:25.162 INFO kablam! 51 | Ok(Response::with((Status::Created))) Sep 21 07:04:25.162 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 07:04:25.162 INFO kablam! | Sep 21 07:04:25.162 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 07:04:25.162 INFO kablam! Sep 21 07:04:25.294 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 07:04:25.294 INFO kablam! --> src/collectors/http.rs:51:27 Sep 21 07:04:25.295 INFO kablam! | Sep 21 07:04:25.295 INFO kablam! 51 | Ok(Response::with((Status::Created))) Sep 21 07:04:25.295 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 07:04:25.295 INFO kablam! | Sep 21 07:04:25.296 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 07:04:25.296 INFO kablam! Sep 21 07:04:29.386 INFO kablam! error[E0308]: mismatched types Sep 21 07:04:29.386 INFO kablam! --> benches/lib.rs:30:15 Sep 21 07:04:29.386 INFO kablam! | Sep 21 07:04:29.386 INFO kablam! 30 | Count("a".to_owned(), 1), Sep 21 07:04:29.386 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 21 07:04:29.386 INFO kablam! | Sep 21 07:04:29.386 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 21 07:04:29.386 INFO kablam! found type `std::string::String` Sep 21 07:04:29.386 INFO kablam! Sep 21 07:04:29.529 INFO kablam! error[E0308]: mismatched types Sep 21 07:04:29.529 INFO kablam! --> benches/lib.rs:31:15 Sep 21 07:04:29.530 INFO kablam! | Sep 21 07:04:29.530 INFO kablam! 31 | Count("a".to_owned(), 2), Sep 21 07:04:29.530 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 21 07:04:29.530 INFO kablam! | Sep 21 07:04:29.530 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 21 07:04:29.530 INFO kablam! found type `std::string::String` Sep 21 07:04:29.530 INFO kablam! Sep 21 07:04:29.694 INFO kablam! error[E0308]: mismatched types Sep 21 07:04:29.694 INFO kablam! --> benches/lib.rs:32:15 Sep 21 07:04:29.694 INFO kablam! | Sep 21 07:04:29.694 INFO kablam! 32 | Count("a".to_owned(), 3), Sep 21 07:04:29.694 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 21 07:04:29.694 INFO kablam! | Sep 21 07:04:29.694 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 21 07:04:29.694 INFO kablam! found type `std::string::String` Sep 21 07:04:29.694 INFO kablam! Sep 21 07:04:29.842 INFO kablam! error[E0308]: mismatched types Sep 21 07:04:29.842 INFO kablam! --> benches/lib.rs:33:17 Sep 21 07:04:29.842 INFO kablam! | Sep 21 07:04:29.842 INFO kablam! 33 | Measure("b".to_owned(), 0.1), Sep 21 07:04:29.842 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 21 07:04:29.842 INFO kablam! | Sep 21 07:04:29.842 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 21 07:04:29.842 INFO kablam! found type `std::string::String` Sep 21 07:04:29.842 INFO kablam! Sep 21 07:04:29.982 INFO kablam! error[E0308]: mismatched types Sep 21 07:04:29.982 INFO kablam! --> benches/lib.rs:34:17 Sep 21 07:04:29.982 INFO kablam! | Sep 21 07:04:29.982 INFO kablam! 34 | Measure("b".to_owned(), 0.2), Sep 21 07:04:29.982 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 21 07:04:29.982 INFO kablam! | Sep 21 07:04:29.982 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 21 07:04:29.982 INFO kablam! found type `std::string::String` Sep 21 07:04:29.982 INFO kablam! Sep 21 07:04:30.134 INFO kablam! error[E0308]: mismatched types Sep 21 07:04:30.134 INFO kablam! --> benches/lib.rs:35:17 Sep 21 07:04:30.134 INFO kablam! | Sep 21 07:04:30.134 INFO kablam! 35 | Measure("b".to_owned(), 0.3), Sep 21 07:04:30.134 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 21 07:04:30.134 INFO kablam! | Sep 21 07:04:30.134 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 21 07:04:30.134 INFO kablam! found type `std::string::String` Sep 21 07:04:30.134 INFO kablam! Sep 21 07:04:30.281 INFO kablam! error[E0308]: mismatched types Sep 21 07:04:30.281 INFO kablam! --> benches/lib.rs:36:16 Sep 21 07:04:30.281 INFO kablam! | Sep 21 07:04:30.281 INFO kablam! 36 | Sample("c".to_owned(), 0.4), Sep 21 07:04:30.281 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 21 07:04:30.281 INFO kablam! | Sep 21 07:04:30.281 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 21 07:04:30.281 INFO kablam! found type `std::string::String` Sep 21 07:04:30.281 INFO kablam! Sep 21 07:04:30.418 INFO kablam! error[E0308]: mismatched types Sep 21 07:04:30.418 INFO kablam! --> benches/lib.rs:37:16 Sep 21 07:04:30.418 INFO kablam! | Sep 21 07:04:30.418 INFO kablam! 37 | Sample("c".to_owned(), 0.5), Sep 21 07:04:30.418 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 21 07:04:30.418 INFO kablam! | Sep 21 07:04:30.418 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 21 07:04:30.418 INFO kablam! found type `std::string::String` Sep 21 07:04:30.418 INFO kablam! Sep 21 07:04:30.563 INFO kablam! error[E0308]: mismatched types Sep 21 07:04:30.563 INFO kablam! --> benches/lib.rs:38:16 Sep 21 07:04:30.563 INFO kablam! | Sep 21 07:04:30.563 INFO kablam! 38 | Sample("c".to_owned(), 0.6), Sep 21 07:04:30.563 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 21 07:04:30.563 INFO kablam! | Sep 21 07:04:30.563 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 21 07:04:30.563 INFO kablam! found type `std::string::String` Sep 21 07:04:30.563 INFO kablam! Sep 21 07:04:30.570 INFO kablam! error: aborting due to 9 previous errors Sep 21 07:04:30.570 INFO kablam! Sep 21 07:04:30.570 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 21 07:04:30.594 INFO kablam! error: Could not compile `metrics_distributor`. Sep 21 07:04:30.594 INFO kablam! Sep 21 07:04:30.594 INFO kablam! To learn more, run the command again with --verbose. Sep 21 07:04:30.594 INFO kablam! su: No module specific data is present Sep 21 07:04:31.111 INFO running `"docker" "rm" "-f" "6aded608ff4db1a6bf19b1edbb0570e9bd0258063b2f1b540977fa165a2434db"` Sep 21 07:04:31.177 INFO blam! 6aded608ff4db1a6bf19b1edbb0570e9bd0258063b2f1b540977fa165a2434db