Sep 02 01:20:12.125 INFO checking rustc-test-0.3.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 01:20:12.125 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 01:20:12.125 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 01:20:12.289 INFO blam! 055d7cf9d234bc77ebc298ca7bf5459588fe20578ccecc1a16b1995d93caa7bf Sep 02 01:20:12.291 INFO running `"docker" "start" "-a" "055d7cf9d234bc77ebc298ca7bf5459588fe20578ccecc1a16b1995d93caa7bf"` Sep 02 01:20:13.007 INFO kablam! Compiling rustc-test v0.3.0 (file:///source) Sep 02 01:20:14.657 INFO kablam! error[E0308]: mismatched types Sep 02 01:20:14.657 INFO kablam! --> src/stats.rs:886:5 Sep 02 01:20:14.657 INFO kablam! | Sep 02 01:20:14.657 INFO kablam! 886 | / pub fn sum_three_items(b: &mut Bencher) { Sep 02 01:20:14.657 INFO kablam! 887 | | b.iter(|| { Sep 02 01:20:14.657 INFO kablam! 888 | | [1e20f64, 1.5f64, -1e20f64].sum(); Sep 02 01:20:14.657 INFO kablam! 889 | | }) Sep 02 01:20:14.657 INFO kablam! 890 | | } Sep 02 01:20:14.657 INFO kablam! | |_____^ expected struct `Bencher`, found struct `__test::test::Bencher` Sep 02 01:20:14.657 INFO kablam! | Sep 02 01:20:14.657 INFO kablam! = note: expected type `&mut Bencher` Sep 02 01:20:14.657 INFO kablam! found type `&mut __test::test::Bencher` Sep 02 01:20:14.657 INFO kablam! Sep 02 01:20:14.690 INFO kablam! error[E0308]: mismatched types Sep 02 01:20:14.690 INFO kablam! --> src/stats.rs:892:5 Sep 02 01:20:14.690 INFO kablam! | Sep 02 01:20:14.691 INFO kablam! 892 | / pub fn sum_many_f64(b: &mut Bencher) { Sep 02 01:20:14.691 INFO kablam! 893 | | let nums = [-1e30f64, 1e60, 1e30, 1.0, -1e60]; Sep 02 01:20:14.691 INFO kablam! 894 | | let v = (0..500).map(|i| nums[i % 5]).collect::>(); Sep 02 01:20:14.691 INFO kablam! 895 | | Sep 02 01:20:14.691 INFO kablam! ... | Sep 02 01:20:14.691 INFO kablam! 898 | | }) Sep 02 01:20:14.691 INFO kablam! 899 | | } Sep 02 01:20:14.691 INFO kablam! | |_____^ expected struct `Bencher`, found struct `__test::test::Bencher` Sep 02 01:20:14.691 INFO kablam! | Sep 02 01:20:14.691 INFO kablam! = note: expected type `&mut Bencher` Sep 02 01:20:14.691 INFO kablam! found type `&mut __test::test::Bencher` Sep 02 01:20:14.691 INFO kablam! Sep 02 01:20:14.702 INFO kablam! error: aborting due to 2 previous errors Sep 02 01:20:14.702 INFO kablam! Sep 02 01:20:14.702 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 02 01:20:14.709 INFO kablam! error: Could not compile `rustc-test`. Sep 02 01:20:14.709 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 01:20:15.053 INFO kablam! error: build failed Sep 02 01:20:15.055 INFO kablam! su: No module specific data is present Sep 02 01:20:15.484 INFO running `"docker" "rm" "-f" "055d7cf9d234bc77ebc298ca7bf5459588fe20578ccecc1a16b1995d93caa7bf"` Sep 02 01:20:15.627 INFO blam! 055d7cf9d234bc77ebc298ca7bf5459588fe20578ccecc1a16b1995d93caa7bf