Sep 04 07:50:54.110 INFO checking rustc-test-0.3.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 07:50:54.110 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 07:50:54.111 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:50:54.307 INFO blam! 00247d53f2f088bcc85693264f7bc5354e246bf2b954e94dbb1f69dd891f8f3d Sep 04 07:50:54.308 INFO running `"docker" "start" "-a" "00247d53f2f088bcc85693264f7bc5354e246bf2b954e94dbb1f69dd891f8f3d"` Sep 04 07:50:55.176 INFO kablam! Compiling rustc-test v0.3.0 (file:///source) Sep 04 07:50:56.836 INFO kablam! error[E0308]: mismatched types Sep 04 07:50:56.836 INFO kablam! --> src/stats.rs:886:5 Sep 04 07:50:56.836 INFO kablam! | Sep 04 07:50:56.836 INFO kablam! 886 | / pub fn sum_three_items(b: &mut Bencher) { Sep 04 07:50:56.836 INFO kablam! 887 | | b.iter(|| { Sep 04 07:50:56.836 INFO kablam! 888 | | [1e20f64, 1.5f64, -1e20f64].sum(); Sep 04 07:50:56.836 INFO kablam! 889 | | }) Sep 04 07:50:56.836 INFO kablam! 890 | | } Sep 04 07:50:56.836 INFO kablam! | |_____^ expected struct `Bencher`, found struct `__test::test::Bencher` Sep 04 07:50:56.837 INFO kablam! | Sep 04 07:50:56.837 INFO kablam! = note: expected type `&mut Bencher` Sep 04 07:50:56.837 INFO kablam! found type `&mut __test::test::Bencher` Sep 04 07:50:56.837 INFO kablam! Sep 04 07:50:56.894 INFO kablam! error[E0308]: mismatched types Sep 04 07:50:56.895 INFO kablam! --> src/stats.rs:892:5 Sep 04 07:50:56.895 INFO kablam! | Sep 04 07:50:56.895 INFO kablam! 892 | / pub fn sum_many_f64(b: &mut Bencher) { Sep 04 07:50:56.895 INFO kablam! 893 | | let nums = [-1e30f64, 1e60, 1e30, 1.0, -1e60]; Sep 04 07:50:56.895 INFO kablam! 894 | | let v = (0..500).map(|i| nums[i % 5]).collect::>(); Sep 04 07:50:56.895 INFO kablam! 895 | | Sep 04 07:50:56.895 INFO kablam! ... | Sep 04 07:50:56.895 INFO kablam! 898 | | }) Sep 04 07:50:56.895 INFO kablam! 899 | | } Sep 04 07:50:56.895 INFO kablam! | |_____^ expected struct `Bencher`, found struct `__test::test::Bencher` Sep 04 07:50:56.895 INFO kablam! | Sep 04 07:50:56.895 INFO kablam! = note: expected type `&mut Bencher` Sep 04 07:50:56.895 INFO kablam! found type `&mut __test::test::Bencher` Sep 04 07:50:56.895 INFO kablam! Sep 04 07:50:56.907 INFO kablam! error: aborting due to 2 previous errors Sep 04 07:50:56.907 INFO kablam! Sep 04 07:50:56.907 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 04 07:50:56.915 INFO kablam! error: Could not compile `rustc-test`. Sep 04 07:50:56.915 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 07:50:57.225 INFO kablam! error: build failed Sep 04 07:50:57.226 INFO kablam! su: No module specific data is present Sep 04 07:50:57.845 INFO running `"docker" "rm" "-f" "00247d53f2f088bcc85693264f7bc5354e246bf2b954e94dbb1f69dd891f8f3d"` Sep 04 07:50:57.962 INFO blam! 00247d53f2f088bcc85693264f7bc5354e246bf2b954e94dbb1f69dd891f8f3d