Oct 15 16:45:25.273 INFO testing tester-0.4.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:45:25.273 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.618 INFO blam! b528abf2cb29079f2ec030d22e4da6e64a495f650b4ee0d2255b8db619e9e8ca Oct 15 16:45:25.623 INFO running `"docker" "start" "-a" "b528abf2cb29079f2ec030d22e4da6e64a495f650b4ee0d2255b8db619e9e8ca"` Oct 15 16:45:26.390 INFO kablam! usermod: no changes Oct 15 16:45:26.443 INFO kablam! Compiling tester v0.4.1 (/source) Oct 15 16:45:31.190 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.77s Oct 15 16:45:31.193 INFO kablam! su: No module specific data is present Oct 15 16:45:31.601 INFO running `"docker" "rm" "-f" "b528abf2cb29079f2ec030d22e4da6e64a495f650b4ee0d2255b8db619e9e8ca"` Oct 15 16:45:31.887 INFO blam! b528abf2cb29079f2ec030d22e4da6e64a495f650b4ee0d2255b8db619e9e8ca Oct 15 16:45:31.889 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:32.362 INFO blam! 26eb9a328acd1652587c6169f9c62a715621af4f4b1b72e05d95e13881114d33 Oct 15 16:45:32.367 INFO running `"docker" "start" "-a" "26eb9a328acd1652587c6169f9c62a715621af4f4b1b72e05d95e13881114d33"` Oct 15 16:45:33.307 INFO kablam! usermod: no changes Oct 15 16:45:33.351 INFO kablam! Compiling tester v0.4.1 (/source) Oct 15 16:45:34.162 INFO kablam! error[E0308]: mismatched types Oct 15 16:45:34.163 INFO kablam! --> src/stats.rs:913:5 Oct 15 16:45:34.163 INFO kablam! | Oct 15 16:45:34.163 INFO kablam! 913 | / pub fn sum_three_items(b: &mut Bencher) { Oct 15 16:45:34.163 INFO kablam! 914 | | b.iter(|| { [1e20f64, 1.5f64, -1e20f64].sum(); }) Oct 15 16:45:34.164 INFO kablam! 915 | | } Oct 15 16:45:34.164 INFO kablam! | |_____^ expected struct `Bencher`, found struct `test::Bencher` Oct 15 16:45:34.164 INFO kablam! | Oct 15 16:45:34.164 INFO kablam! = note: expected type `&mut Bencher` Oct 15 16:45:34.165 INFO kablam! found type `&mut test::Bencher` Oct 15 16:45:34.165 INFO kablam! Oct 15 16:45:34.195 INFO kablam! error[E0308]: mismatched types Oct 15 16:45:34.196 INFO kablam! --> src/stats.rs:917:5 Oct 15 16:45:34.196 INFO kablam! | Oct 15 16:45:34.196 INFO kablam! 917 | / pub fn sum_many_f64(b: &mut Bencher) { Oct 15 16:45:34.196 INFO kablam! 918 | | let nums = [-1e30f64, 1e60, 1e30, 1.0, -1e60]; Oct 15 16:45:34.197 INFO kablam! 919 | | let v = (0..500).map(|i| nums[i % 5]).collect::>(); Oct 15 16:45:34.197 INFO kablam! 920 | | Oct 15 16:45:34.197 INFO kablam! 921 | | b.iter(|| { v.sum(); }) Oct 15 16:45:34.198 INFO kablam! 922 | | } Oct 15 16:45:34.198 INFO kablam! | |_____^ expected struct `Bencher`, found struct `test::Bencher` Oct 15 16:45:34.198 INFO kablam! | Oct 15 16:45:34.198 INFO kablam! = note: expected type `&mut Bencher` Oct 15 16:45:34.199 INFO kablam! found type `&mut test::Bencher` Oct 15 16:45:34.199 INFO kablam! Oct 15 16:45:34.222 INFO kablam! error[E0308]: mismatched types Oct 15 16:45:34.222 INFO kablam! --> src/stats.rs:925:5 Oct 15 16:45:34.222 INFO kablam! | Oct 15 16:45:34.222 INFO kablam! 925 | pub fn no_iter(_: &mut Bencher) {} Oct 15 16:45:34.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `Bencher`, found struct `test::Bencher` Oct 15 16:45:34.223 INFO kablam! | Oct 15 16:45:34.223 INFO kablam! = note: expected type `&mut Bencher` Oct 15 16:45:34.223 INFO kablam! found type `&mut test::Bencher` Oct 15 16:45:34.223 INFO kablam! Oct 15 16:45:34.239 INFO kablam! error: aborting due to 3 previous errors Oct 15 16:45:34.240 INFO kablam! Oct 15 16:45:34.241 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 15 16:45:34.247 INFO kablam! error: Could not compile `tester`. Oct 15 16:45:34.247 INFO kablam! Oct 15 16:45:34.247 INFO kablam! To learn more, run the command again with --verbose. Oct 15 16:45:34.248 INFO kablam! su: No module specific data is present Oct 15 16:45:34.543 INFO running `"docker" "rm" "-f" "26eb9a328acd1652587c6169f9c62a715621af4f4b1b72e05d95e13881114d33"` Oct 15 16:45:34.625 INFO blam! 26eb9a328acd1652587c6169f9c62a715621af4f4b1b72e05d95e13881114d33