Sep 04 04:41:31.401 INFO checking rustc-test-0.3.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 04:41:31.401 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 04:41:31.401 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:41:31.538 INFO blam! f5156e937e323bcdfe7010b62d7cde0ac815eca8673646172b9d2ff4cfcb353e Sep 04 04:41:31.540 INFO running `"docker" "start" "-a" "f5156e937e323bcdfe7010b62d7cde0ac815eca8673646172b9d2ff4cfcb353e"` Sep 04 04:41:32.365 INFO kablam! Compiling rustc-test v0.3.0 (file:///source) Sep 04 04:41:34.085 INFO kablam! error[E0308]: mismatched types Sep 04 04:41:34.085 INFO kablam! --> src/stats.rs:886:5 Sep 04 04:41:34.085 INFO kablam! | Sep 04 04:41:34.085 INFO kablam! 886 | / pub fn sum_three_items(b: &mut Bencher) { Sep 04 04:41:34.085 INFO kablam! 887 | | b.iter(|| { Sep 04 04:41:34.085 INFO kablam! 888 | | [1e20f64, 1.5f64, -1e20f64].sum(); Sep 04 04:41:34.085 INFO kablam! 889 | | }) Sep 04 04:41:34.085 INFO kablam! 890 | | } Sep 04 04:41:34.085 INFO kablam! | |_____^ expected struct `Bencher`, found struct `__test::test::Bencher` Sep 04 04:41:34.086 INFO kablam! | Sep 04 04:41:34.086 INFO kablam! = note: expected type `&mut Bencher` Sep 04 04:41:34.086 INFO kablam! found type `&mut __test::test::Bencher` Sep 04 04:41:34.086 INFO kablam! Sep 04 04:41:34.156 INFO kablam! error[E0308]: mismatched types Sep 04 04:41:34.156 INFO kablam! --> src/stats.rs:892:5 Sep 04 04:41:34.156 INFO kablam! | Sep 04 04:41:34.156 INFO kablam! 892 | / pub fn sum_many_f64(b: &mut Bencher) { Sep 04 04:41:34.156 INFO kablam! 893 | | let nums = [-1e30f64, 1e60, 1e30, 1.0, -1e60]; Sep 04 04:41:34.156 INFO kablam! 894 | | let v = (0..500).map(|i| nums[i % 5]).collect::>(); Sep 04 04:41:34.156 INFO kablam! 895 | | Sep 04 04:41:34.156 INFO kablam! ... | Sep 04 04:41:34.157 INFO kablam! 898 | | }) Sep 04 04:41:34.157 INFO kablam! 899 | | } Sep 04 04:41:34.157 INFO kablam! | |_____^ expected struct `Bencher`, found struct `__test::test::Bencher` Sep 04 04:41:34.157 INFO kablam! | Sep 04 04:41:34.157 INFO kablam! = note: expected type `&mut Bencher` Sep 04 04:41:34.157 INFO kablam! found type `&mut __test::test::Bencher` Sep 04 04:41:34.158 INFO kablam! Sep 04 04:41:34.177 INFO kablam! error: aborting due to 2 previous errors Sep 04 04:41:34.178 INFO kablam! Sep 04 04:41:34.178 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 04 04:41:34.190 INFO kablam! error: Could not compile `rustc-test`. Sep 04 04:41:34.191 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 04:41:34.953 INFO kablam! error: build failed Sep 04 04:41:34.954 INFO kablam! su: No module specific data is present Sep 04 04:41:35.613 INFO running `"docker" "rm" "-f" "f5156e937e323bcdfe7010b62d7cde0ac815eca8673646172b9d2ff4cfcb353e"` Sep 04 04:41:35.704 INFO blam! f5156e937e323bcdfe7010b62d7cde0ac815eca8673646172b9d2ff4cfcb353e