Oct 15 16:45:25.006 INFO testing tester-0.4.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 16:45:25.008 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 16:45:25.453 INFO blam! 5e520d126705254a99d68f54d377401d9344ce91ada13bd72514e81280e44195 Oct 15 16:45:25.459 INFO running `"docker" "start" "-a" "5e520d126705254a99d68f54d377401d9344ce91ada13bd72514e81280e44195"` Oct 15 16:45:26.399 INFO kablam! usermod: no changes Oct 15 16:45:26.458 INFO kablam! Compiling tester v0.4.1 (/source) Oct 15 16:45:30.759 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.33s Oct 15 16:45:30.773 INFO kablam! su: No module specific data is present Oct 15 16:45:31.303 INFO running `"docker" "rm" "-f" "5e520d126705254a99d68f54d377401d9344ce91ada13bd72514e81280e44195"` Oct 15 16:45:31.561 INFO blam! 5e520d126705254a99d68f54d377401d9344ce91ada13bd72514e81280e44195 Oct 15 16:45:31.574 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 16:45:31.951 INFO blam! d09768e54fa717d789fc1fb9e417e36e2b20d33e0311b2c1698af6f264d8b8f9 Oct 15 16:45:31.959 INFO running `"docker" "start" "-a" "d09768e54fa717d789fc1fb9e417e36e2b20d33e0311b2c1698af6f264d8b8f9"` Oct 15 16:45:32.663 INFO kablam! usermod: no changes Oct 15 16:45:32.748 INFO kablam! Compiling tester v0.4.1 (/source) Oct 15 16:45:33.595 INFO kablam! error[E0308]: mismatched types Oct 15 16:45:33.596 INFO kablam! --> src/stats.rs:913:5 Oct 15 16:45:33.596 INFO kablam! | Oct 15 16:45:33.597 INFO kablam! 913 | / pub fn sum_three_items(b: &mut Bencher) { Oct 15 16:45:33.597 INFO kablam! 914 | | b.iter(|| { [1e20f64, 1.5f64, -1e20f64].sum(); }) Oct 15 16:45:33.598 INFO kablam! 915 | | } Oct 15 16:45:33.598 INFO kablam! | |_____^ expected struct `Bencher`, found struct `test::Bencher` Oct 15 16:45:33.598 INFO kablam! | Oct 15 16:45:33.598 INFO kablam! = note: expected type `&mut Bencher` Oct 15 16:45:33.599 INFO kablam! found type `&mut test::Bencher` Oct 15 16:45:33.599 INFO kablam! Oct 15 16:45:33.614 INFO kablam! error[E0308]: mismatched types Oct 15 16:45:33.615 INFO kablam! --> src/stats.rs:917:5 Oct 15 16:45:33.615 INFO kablam! | Oct 15 16:45:33.615 INFO kablam! 917 | / pub fn sum_many_f64(b: &mut Bencher) { Oct 15 16:45:33.615 INFO kablam! 918 | | let nums = [-1e30f64, 1e60, 1e30, 1.0, -1e60]; Oct 15 16:45:33.616 INFO kablam! 919 | | let v = (0..500).map(|i| nums[i % 5]).collect::>(); Oct 15 16:45:33.616 INFO kablam! 920 | | Oct 15 16:45:33.616 INFO kablam! 921 | | b.iter(|| { v.sum(); }) Oct 15 16:45:33.616 INFO kablam! 922 | | } Oct 15 16:45:33.617 INFO kablam! | |_____^ expected struct `Bencher`, found struct `test::Bencher` Oct 15 16:45:33.617 INFO kablam! | Oct 15 16:45:33.617 INFO kablam! = note: expected type `&mut Bencher` Oct 15 16:45:33.617 INFO kablam! found type `&mut test::Bencher` Oct 15 16:45:33.618 INFO kablam! Oct 15 16:45:33.647 INFO kablam! error[E0308]: mismatched types Oct 15 16:45:33.648 INFO kablam! --> src/stats.rs:925:5 Oct 15 16:45:33.648 INFO kablam! | Oct 15 16:45:33.648 INFO kablam! 925 | pub fn no_iter(_: &mut Bencher) {} Oct 15 16:45:33.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `Bencher`, found struct `test::Bencher` Oct 15 16:45:33.648 INFO kablam! | Oct 15 16:45:33.648 INFO kablam! = note: expected type `&mut Bencher` Oct 15 16:45:33.648 INFO kablam! found type `&mut test::Bencher` Oct 15 16:45:33.648 INFO kablam! Oct 15 16:45:33.664 INFO kablam! error: aborting due to 3 previous errors Oct 15 16:45:33.665 INFO kablam! Oct 15 16:45:33.665 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 15 16:45:33.675 INFO kablam! error: Could not compile `tester`. Oct 15 16:45:33.675 INFO kablam! Oct 15 16:45:33.675 INFO kablam! To learn more, run the command again with --verbose. Oct 15 16:45:33.675 INFO kablam! su: No module specific data is present Oct 15 16:45:34.135 INFO running `"docker" "rm" "-f" "d09768e54fa717d789fc1fb9e417e36e2b20d33e0311b2c1698af6f264d8b8f9"` Oct 15 16:45:34.312 INFO blam! d09768e54fa717d789fc1fb9e417e36e2b20d33e0311b2c1698af6f264d8b8f9