Sep 10 14:40:32.391 INFO checking metrics_distributor-0.5.1 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 14:40:32.391 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 14:40:32.391 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 14:40:32.626 INFO blam! 9870a98bd56578f016e4250719b2a46da8652a18578c627100db0b3330414c16 Sep 10 14:40:32.627 INFO running `"docker" "start" "-a" "9870a98bd56578f016e4250719b2a46da8652a18578c627100db0b3330414c16"` Sep 10 14:40:33.942 INFO kablam! usermod: no changes Sep 10 14:40:34.158 INFO kablam! Checking iron v0.5.1 Sep 10 14:40:35.301 INFO kablam! Checking router v0.5.1 Sep 10 14:40:36.461 INFO kablam! Checking metrics_distributor v0.5.1 (file:///source) Sep 10 14:40:38.398 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 14:40:38.398 INFO kablam! --> src/collectors/http.rs:51:27 Sep 10 14:40:38.398 INFO kablam! | Sep 10 14:40:38.398 INFO kablam! 51 | Ok(Response::with((Status::Created))) Sep 10 14:40:38.398 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 14:40:38.410 INFO kablam! | Sep 10 14:40:38.410 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 14:40:38.410 INFO kablam! Sep 10 14:40:38.648 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 14:40:38.648 INFO kablam! --> src/collectors/http.rs:51:27 Sep 10 14:40:38.648 INFO kablam! | Sep 10 14:40:38.648 INFO kablam! 51 | Ok(Response::with((Status::Created))) Sep 10 14:40:38.648 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 14:40:38.666 INFO kablam! | Sep 10 14:40:38.666 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 14:40:38.667 INFO kablam! Sep 10 14:40:43.394 INFO kablam! error[E0308]: mismatched types Sep 10 14:40:43.394 INFO kablam! --> benches/lib.rs:30:15 Sep 10 14:40:43.394 INFO kablam! | Sep 10 14:40:43.394 INFO kablam! 30 | Count("a".to_owned(), 1), Sep 10 14:40:43.394 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 10 14:40:43.394 INFO kablam! | Sep 10 14:40:43.394 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 10 14:40:43.394 INFO kablam! found type `std::string::String` Sep 10 14:40:43.394 INFO kablam! Sep 10 14:40:43.521 INFO kablam! error[E0308]: mismatched types Sep 10 14:40:43.521 INFO kablam! --> benches/lib.rs:31:15 Sep 10 14:40:43.521 INFO kablam! | Sep 10 14:40:43.521 INFO kablam! 31 | Count("a".to_owned(), 2), Sep 10 14:40:43.521 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 10 14:40:43.521 INFO kablam! | Sep 10 14:40:43.521 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 10 14:40:43.521 INFO kablam! found type `std::string::String` Sep 10 14:40:43.521 INFO kablam! Sep 10 14:40:43.646 INFO kablam! error[E0308]: mismatched types Sep 10 14:40:43.646 INFO kablam! --> benches/lib.rs:32:15 Sep 10 14:40:43.646 INFO kablam! | Sep 10 14:40:43.646 INFO kablam! 32 | Count("a".to_owned(), 3), Sep 10 14:40:43.646 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 10 14:40:43.646 INFO kablam! | Sep 10 14:40:43.646 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 10 14:40:43.646 INFO kablam! found type `std::string::String` Sep 10 14:40:43.646 INFO kablam! Sep 10 14:40:43.770 INFO kablam! error[E0308]: mismatched types Sep 10 14:40:43.770 INFO kablam! --> benches/lib.rs:33:17 Sep 10 14:40:43.770 INFO kablam! | Sep 10 14:40:43.770 INFO kablam! 33 | Measure("b".to_owned(), 0.1), Sep 10 14:40:43.770 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 10 14:40:43.770 INFO kablam! | Sep 10 14:40:43.770 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 10 14:40:43.770 INFO kablam! found type `std::string::String` Sep 10 14:40:43.770 INFO kablam! Sep 10 14:40:43.870 INFO kablam! error[E0308]: mismatched types Sep 10 14:40:43.870 INFO kablam! --> benches/lib.rs:34:17 Sep 10 14:40:43.870 INFO kablam! | Sep 10 14:40:43.870 INFO kablam! 34 | Measure("b".to_owned(), 0.2), Sep 10 14:40:43.870 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 10 14:40:43.870 INFO kablam! | Sep 10 14:40:43.870 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 10 14:40:43.870 INFO kablam! found type `std::string::String` Sep 10 14:40:43.870 INFO kablam! Sep 10 14:40:43.969 INFO kablam! error[E0308]: mismatched types Sep 10 14:40:43.969 INFO kablam! --> benches/lib.rs:35:17 Sep 10 14:40:43.969 INFO kablam! | Sep 10 14:40:43.969 INFO kablam! 35 | Measure("b".to_owned(), 0.3), Sep 10 14:40:43.969 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 10 14:40:43.969 INFO kablam! | Sep 10 14:40:43.969 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 10 14:40:43.970 INFO kablam! found type `std::string::String` Sep 10 14:40:43.970 INFO kablam! Sep 10 14:40:44.094 INFO kablam! error[E0308]: mismatched types Sep 10 14:40:44.094 INFO kablam! --> benches/lib.rs:36:16 Sep 10 14:40:44.094 INFO kablam! | Sep 10 14:40:44.094 INFO kablam! 36 | Sample("c".to_owned(), 0.4), Sep 10 14:40:44.094 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 10 14:40:44.094 INFO kablam! | Sep 10 14:40:44.094 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 10 14:40:44.094 INFO kablam! found type `std::string::String` Sep 10 14:40:44.094 INFO kablam! Sep 10 14:40:44.230 INFO kablam! error[E0308]: mismatched types Sep 10 14:40:44.230 INFO kablam! --> benches/lib.rs:37:16 Sep 10 14:40:44.230 INFO kablam! | Sep 10 14:40:44.230 INFO kablam! 37 | Sample("c".to_owned(), 0.5), Sep 10 14:40:44.230 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 10 14:40:44.230 INFO kablam! | Sep 10 14:40:44.230 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 10 14:40:44.230 INFO kablam! found type `std::string::String` Sep 10 14:40:44.230 INFO kablam! Sep 10 14:40:44.370 INFO kablam! error[E0308]: mismatched types Sep 10 14:40:44.370 INFO kablam! --> benches/lib.rs:38:16 Sep 10 14:40:44.370 INFO kablam! | Sep 10 14:40:44.370 INFO kablam! 38 | Sample("c".to_owned(), 0.6), Sep 10 14:40:44.370 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `metrics_distributor::metrics::Dimension`, found struct `std::string::String` Sep 10 14:40:44.370 INFO kablam! | Sep 10 14:40:44.370 INFO kablam! = note: expected type `metrics_distributor::metrics::Dimension` Sep 10 14:40:44.370 INFO kablam! found type `std::string::String` Sep 10 14:40:44.370 INFO kablam! Sep 10 14:40:44.377 INFO kablam! error: aborting due to 9 previous errors Sep 10 14:40:44.377 INFO kablam! Sep 10 14:40:44.377 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 10 14:40:44.393 INFO kablam! error: Could not compile `metrics_distributor`. Sep 10 14:40:44.393 INFO kablam! Sep 10 14:40:44.393 INFO kablam! To learn more, run the command again with --verbose. Sep 10 14:40:44.394 INFO kablam! su: No module specific data is present Sep 10 14:40:45.130 INFO running `"docker" "rm" "-f" "9870a98bd56578f016e4250719b2a46da8652a18578c627100db0b3330414c16"` Sep 10 14:40:45.219 INFO blam! 9870a98bd56578f016e4250719b2a46da8652a18578c627100db0b3330414c16