Sep 02 01:20:13.444 INFO checking rustc-test-0.3.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 01:20:13.444 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 01:20:13.444 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-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:13.597 INFO blam! b7e986a1f32bada5254e2570dee3b11931881c805fa9c92fa7668babe918e553 Sep 02 01:20:13.599 INFO running `"docker" "start" "-a" "b7e986a1f32bada5254e2570dee3b11931881c805fa9c92fa7668babe918e553"` Sep 02 01:20:14.287 INFO kablam! Compiling rustc-test v0.3.0 (file:///source) Sep 02 01:20:15.960 INFO kablam! error[E0308]: mismatched types Sep 02 01:20:15.960 INFO kablam! --> src/stats.rs:886:5 Sep 02 01:20:15.960 INFO kablam! | Sep 02 01:20:15.960 INFO kablam! 886 | / pub fn sum_three_items(b: &mut Bencher) { Sep 02 01:20:15.960 INFO kablam! 887 | | b.iter(|| { Sep 02 01:20:15.960 INFO kablam! 888 | | [1e20f64, 1.5f64, -1e20f64].sum(); Sep 02 01:20:15.960 INFO kablam! 889 | | }) Sep 02 01:20:15.961 INFO kablam! 890 | | } Sep 02 01:20:15.961 INFO kablam! | |_____^ expected struct `Bencher`, found struct `__test::test::Bencher` Sep 02 01:20:15.961 INFO kablam! | Sep 02 01:20:15.961 INFO kablam! = note: expected type `&mut Bencher` Sep 02 01:20:15.961 INFO kablam! found type `&mut __test::test::Bencher` Sep 02 01:20:15.961 INFO kablam! Sep 02 01:20:16.031 INFO kablam! error[E0308]: mismatched types Sep 02 01:20:16.031 INFO kablam! --> src/stats.rs:892:5 Sep 02 01:20:16.031 INFO kablam! | Sep 02 01:20:16.031 INFO kablam! 892 | / pub fn sum_many_f64(b: &mut Bencher) { Sep 02 01:20:16.031 INFO kablam! 893 | | let nums = [-1e30f64, 1e60, 1e30, 1.0, -1e60]; Sep 02 01:20:16.031 INFO kablam! 894 | | let v = (0..500).map(|i| nums[i % 5]).collect::>(); Sep 02 01:20:16.031 INFO kablam! 895 | | Sep 02 01:20:16.031 INFO kablam! ... | Sep 02 01:20:16.031 INFO kablam! 898 | | }) Sep 02 01:20:16.032 INFO kablam! 899 | | } Sep 02 01:20:16.032 INFO kablam! | |_____^ expected struct `Bencher`, found struct `__test::test::Bencher` Sep 02 01:20:16.032 INFO kablam! | Sep 02 01:20:16.032 INFO kablam! = note: expected type `&mut Bencher` Sep 02 01:20:16.032 INFO kablam! found type `&mut __test::test::Bencher` Sep 02 01:20:16.032 INFO kablam! Sep 02 01:20:16.050 INFO kablam! error: aborting due to 2 previous errors Sep 02 01:20:16.050 INFO kablam! Sep 02 01:20:16.050 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 02 01:20:16.058 INFO kablam! error: Could not compile `rustc-test`. Sep 02 01:20:16.059 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 01:20:16.373 INFO kablam! error: build failed Sep 02 01:20:16.375 INFO kablam! su: No module specific data is present Sep 02 01:20:16.772 INFO running `"docker" "rm" "-f" "b7e986a1f32bada5254e2570dee3b11931881c805fa9c92fa7668babe918e553"` Sep 02 01:20:16.929 INFO blam! b7e986a1f32bada5254e2570dee3b11931881c805fa9c92fa7668babe918e553