Oct 27 19:14:41.827 INFO checking metrics_distributor-0.5.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 19:14:41.827 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 19:14:42.002 INFO blam! 7eb9dcc48330acbc9b9a8f2c49117f3929b415d47daf337d61034de9cc550b10 Oct 27 19:14:42.008 INFO running `"docker" "start" "-a" "7eb9dcc48330acbc9b9a8f2c49117f3929b415d47daf337d61034de9cc550b10"` Oct 27 19:14:42.518 INFO kablam! usermod: no changes Oct 27 19:14:42.653 INFO kablam! Checking metrics_distributor v0.5.1 (/source) Oct 27 19:14:47.196 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 19:14:47.197 INFO kablam! --> src/collectors/http.rs:51:27 Oct 27 19:14:47.197 INFO kablam! | Oct 27 19:14:47.197 INFO kablam! 51 | Ok(Response::with((Status::Created))) Oct 27 19:14:47.198 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 19:14:47.198 INFO kablam! | Oct 27 19:14:47.199 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 19:14:47.199 INFO kablam! Oct 27 19:14:47.335 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 19:14:47.335 INFO kablam! --> src/collectors/http.rs:51:27 Oct 27 19:14:47.335 INFO kablam! | Oct 27 19:14:47.336 INFO kablam! 51 | Ok(Response::with((Status::Created))) Oct 27 19:14:47.336 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 19:14:47.336 INFO kablam! | Oct 27 19:14:47.337 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 19:14:47.337 INFO kablam! Oct 27 19:14:54.402 INFO kablam! error[E0308]: mismatched types Oct 27 19:14:54.402 INFO kablam! --> benches/lib.rs:30:15 Oct 27 19:14:54.402 INFO kablam! | Oct 27 19:14:54.402 INFO kablam! 30 | Count("a".to_owned(), 1), Oct 27 19:14:54.402 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Oct 27 19:14:54.402 INFO kablam! | Oct 27 19:14:54.402 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Oct 27 19:14:54.402 INFO kablam! found type `std::string::String` Oct 27 19:14:54.402 INFO kablam! Oct 27 19:14:54.557 INFO kablam! error[E0308]: mismatched types Oct 27 19:14:54.558 INFO kablam! --> benches/lib.rs:31:15 Oct 27 19:14:54.558 INFO kablam! | Oct 27 19:14:54.559 INFO kablam! 31 | Count("a".to_owned(), 2), Oct 27 19:14:54.559 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Oct 27 19:14:54.559 INFO kablam! | Oct 27 19:14:54.560 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Oct 27 19:14:54.560 INFO kablam! found type `std::string::String` Oct 27 19:14:54.560 INFO kablam! Oct 27 19:14:54.719 INFO kablam! error[E0308]: mismatched types Oct 27 19:14:54.719 INFO kablam! --> benches/lib.rs:32:15 Oct 27 19:14:54.719 INFO kablam! | Oct 27 19:14:54.719 INFO kablam! 32 | Count("a".to_owned(), 3), Oct 27 19:14:54.719 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Oct 27 19:14:54.719 INFO kablam! | Oct 27 19:14:54.719 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Oct 27 19:14:54.719 INFO kablam! found type `std::string::String` Oct 27 19:14:54.719 INFO kablam! Oct 27 19:14:54.859 INFO kablam! error[E0308]: mismatched types Oct 27 19:14:54.859 INFO kablam! --> benches/lib.rs:33:17 Oct 27 19:14:54.859 INFO kablam! | Oct 27 19:14:54.860 INFO kablam! 33 | Measure("b".to_owned(), 0.1), Oct 27 19:14:54.860 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Oct 27 19:14:54.860 INFO kablam! | Oct 27 19:14:54.860 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Oct 27 19:14:54.860 INFO kablam! found type `std::string::String` Oct 27 19:14:54.861 INFO kablam! Oct 27 19:14:55.005 INFO kablam! error[E0308]: mismatched types Oct 27 19:14:55.005 INFO kablam! --> benches/lib.rs:34:17 Oct 27 19:14:55.006 INFO kablam! | Oct 27 19:14:55.006 INFO kablam! 34 | Measure("b".to_owned(), 0.2), Oct 27 19:14:55.006 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Oct 27 19:14:55.006 INFO kablam! | Oct 27 19:14:55.006 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Oct 27 19:14:55.006 INFO kablam! found type `std::string::String` Oct 27 19:14:55.006 INFO kablam! Oct 27 19:14:55.155 INFO kablam! error[E0308]: mismatched types Oct 27 19:14:55.155 INFO kablam! --> benches/lib.rs:35:17 Oct 27 19:14:55.155 INFO kablam! | Oct 27 19:14:55.155 INFO kablam! 35 | Measure("b".to_owned(), 0.3), Oct 27 19:14:55.155 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Oct 27 19:14:55.155 INFO kablam! | Oct 27 19:14:55.155 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Oct 27 19:14:55.155 INFO kablam! found type `std::string::String` Oct 27 19:14:55.155 INFO kablam! Oct 27 19:14:55.307 INFO kablam! error[E0308]: mismatched types Oct 27 19:14:55.307 INFO kablam! --> benches/lib.rs:36:16 Oct 27 19:14:55.307 INFO kablam! | Oct 27 19:14:55.307 INFO kablam! 36 | Sample("c".to_owned(), 0.4), Oct 27 19:14:55.307 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Oct 27 19:14:55.307 INFO kablam! | Oct 27 19:14:55.307 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Oct 27 19:14:55.307 INFO kablam! found type `std::string::String` Oct 27 19:14:55.307 INFO kablam! Oct 27 19:14:55.456 INFO kablam! error[E0308]: mismatched types Oct 27 19:14:55.456 INFO kablam! --> benches/lib.rs:37:16 Oct 27 19:14:55.456 INFO kablam! | Oct 27 19:14:55.456 INFO kablam! 37 | Sample("c".to_owned(), 0.5), Oct 27 19:14:55.456 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Oct 27 19:14:55.456 INFO kablam! | Oct 27 19:14:55.456 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Oct 27 19:14:55.456 INFO kablam! found type `std::string::String` Oct 27 19:14:55.456 INFO kablam! Oct 27 19:14:55.603 INFO kablam! error[E0308]: mismatched types Oct 27 19:14:55.603 INFO kablam! --> benches/lib.rs:38:16 Oct 27 19:14:55.603 INFO kablam! | Oct 27 19:14:55.603 INFO kablam! 38 | Sample("c".to_owned(), 0.6), Oct 27 19:14:55.603 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Oct 27 19:14:55.603 INFO kablam! | Oct 27 19:14:55.603 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Oct 27 19:14:55.603 INFO kablam! found type `std::string::String` Oct 27 19:14:55.603 INFO kablam! Oct 27 19:14:55.608 INFO kablam! error: aborting due to 9 previous errors Oct 27 19:14:55.609 INFO kablam! Oct 27 19:14:55.609 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 27 19:14:55.629 INFO kablam! error: Could not compile `metrics_distributor`. Oct 27 19:14:55.629 INFO kablam! Oct 27 19:14:55.629 INFO kablam! To learn more, run the command again with --verbose. Oct 27 19:14:55.631 INFO kablam! su: No module specific data is present Oct 27 19:14:56.331 INFO running `"docker" "rm" "-f" "7eb9dcc48330acbc9b9a8f2c49117f3929b415d47daf337d61034de9cc550b10"` Oct 27 19:14:56.549 INFO blam! 7eb9dcc48330acbc9b9a8f2c49117f3929b415d47daf337d61034de9cc550b10