Sep 10 10:37:23.997 INFO checking rustc-test-0.1.5 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 10:37:23.997 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 10:37:23.997 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 10:37:24.144 INFO blam! e161aa99d0aa816e760c0db7659b635ff82dc7aa2d49e26a9e051e1be325c9f1 Sep 10 10:37:24.146 INFO running `"docker" "start" "-a" "e161aa99d0aa816e760c0db7659b635ff82dc7aa2d49e26a9e051e1be325c9f1"` Sep 10 10:37:24.735 INFO kablam! usermod: no changes Sep 10 10:37:24.770 INFO kablam! Compiling rustc-test v0.1.5 (file:///source) Sep 10 10:37:26.016 INFO kablam! error[E0308]: mismatched types Sep 10 10:37:26.016 INFO kablam! --> src/stats.rs:886:5 Sep 10 10:37:26.016 INFO kablam! | Sep 10 10:37:26.016 INFO kablam! 886 | / pub fn sum_three_items(b: &mut Bencher) { Sep 10 10:37:26.016 INFO kablam! 887 | | b.iter(|| { Sep 10 10:37:26.016 INFO kablam! 888 | | [1e20f64, 1.5f64, -1e20f64].sum(); Sep 10 10:37:26.016 INFO kablam! 889 | | }) Sep 10 10:37:26.016 INFO kablam! 890 | | } Sep 10 10:37:26.017 INFO kablam! | |_____^ expected struct `Bencher`, found struct `test::Bencher` Sep 10 10:37:26.017 INFO kablam! | Sep 10 10:37:26.017 INFO kablam! = note: expected type `&mut Bencher` Sep 10 10:37:26.017 INFO kablam! found type `&mut test::Bencher` Sep 10 10:37:26.017 INFO kablam! Sep 10 10:37:26.046 INFO kablam! error[E0308]: mismatched types Sep 10 10:37:26.046 INFO kablam! --> src/stats.rs:892:5 Sep 10 10:37:26.046 INFO kablam! | Sep 10 10:37:26.046 INFO kablam! 892 | / pub fn sum_many_f64(b: &mut Bencher) { Sep 10 10:37:26.046 INFO kablam! 893 | | let nums = [-1e30f64, 1e60, 1e30, 1.0, -1e60]; Sep 10 10:37:26.046 INFO kablam! 894 | | let v = (0..500).map(|i| nums[i % 5]).collect::>(); Sep 10 10:37:26.046 INFO kablam! 895 | | Sep 10 10:37:26.046 INFO kablam! ... | Sep 10 10:37:26.046 INFO kablam! 898 | | }) Sep 10 10:37:26.046 INFO kablam! 899 | | } Sep 10 10:37:26.046 INFO kablam! | |_____^ expected struct `Bencher`, found struct `test::Bencher` Sep 10 10:37:26.046 INFO kablam! | Sep 10 10:37:26.046 INFO kablam! = note: expected type `&mut Bencher` Sep 10 10:37:26.046 INFO kablam! found type `&mut test::Bencher` Sep 10 10:37:26.046 INFO kablam! Sep 10 10:37:26.060 INFO kablam! error: aborting due to 2 previous errors Sep 10 10:37:26.060 INFO kablam! Sep 10 10:37:26.060 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 10 10:37:26.068 INFO kablam! error: Could not compile `rustc-test`. Sep 10 10:37:26.068 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 10:37:26.245 INFO kablam! error: build failed Sep 10 10:37:26.248 INFO kablam! su: No module specific data is present Sep 10 10:37:26.784 INFO running `"docker" "rm" "-f" "e161aa99d0aa816e760c0db7659b635ff82dc7aa2d49e26a9e051e1be325c9f1"` Sep 10 10:37:26.884 INFO blam! e161aa99d0aa816e760c0db7659b635ff82dc7aa2d49e26a9e051e1be325c9f1