Sep 04 02:12:06.931 INFO checking statics-0.2.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 02:12:06.931 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 02:12:06.931 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/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 02:12:07.119 INFO blam! b4579681afe4d4d66ee312a0f538a9ec560f76f7cc2f7e82669d282cfef14f93 Sep 04 02:12:07.121 INFO running `"docker" "start" "-a" "b4579681afe4d4d66ee312a0f538a9ec560f76f7cc2f7e82669d282cfef14f93"` Sep 04 02:12:07.873 INFO kablam! Checking extra-asserts v0.1.1 Sep 04 02:12:07.873 INFO kablam! Checking statics v0.2.0 (file:///source) Sep 04 02:12:08.872 INFO kablam! error[E0308]: mismatched types Sep 04 02:12:08.872 INFO kablam! --> src/mass.rs:64:60 Sep 04 02:12:08.872 INFO kablam! | Sep 04 02:12:08.872 INFO kablam! 64 | assert_approx_eq(f64::from(mass.as_gram()), 453.0, 1.0); Sep 04 02:12:08.872 INFO kablam! | ^^^ Sep 04 02:12:08.872 INFO kablam! | | Sep 04 02:12:08.872 INFO kablam! | expected &f64, found floating-point variable Sep 04 02:12:08.872 INFO kablam! | help: consider borrowing here: `&1.0` Sep 04 02:12:08.872 INFO kablam! | Sep 04 02:12:08.872 INFO kablam! = note: expected type `&f64` Sep 04 02:12:08.872 INFO kablam! found type `{float}` Sep 04 02:12:08.872 INFO kablam! Sep 04 02:12:08.872 INFO kablam! error[E0308]: mismatched types Sep 04 02:12:08.872 INFO kablam! --> src/mass.rs:70:56 Sep 04 02:12:08.872 INFO kablam! | Sep 04 02:12:08.872 INFO kablam! 70 | assert_approx_eq(f64::from(mass.as_lb()), 2.2, 1e-1); Sep 04 02:12:08.873 INFO kablam! | ^^^^ Sep 04 02:12:08.873 INFO kablam! | | Sep 04 02:12:08.873 INFO kablam! | expected &f64, found floating-point variable Sep 04 02:12:08.873 INFO kablam! | help: consider borrowing here: `&1e-1` Sep 04 02:12:08.873 INFO kablam! | Sep 04 02:12:08.873 INFO kablam! = note: expected type `&f64` Sep 04 02:12:08.873 INFO kablam! found type `{float}` Sep 04 02:12:08.873 INFO kablam! Sep 04 02:12:08.891 INFO kablam! error[E0308]: mismatched types Sep 04 02:12:08.892 INFO kablam! --> src/vector.rs:91:55 Sep 04 02:12:08.892 INFO kablam! | Sep 04 02:12:08.892 INFO kablam! 91 | assert_approx_eq(vert.mag(), Mass::Lb(171.0), Mass::Lb(1e-1)); Sep 04 02:12:08.892 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 02:12:08.892 INFO kablam! | | Sep 04 02:12:08.892 INFO kablam! | expected &mass::Mass, found enum `mass::Mass` Sep 04 02:12:08.892 INFO kablam! | help: consider borrowing here: `&Mass::Lb(1e-1)` Sep 04 02:12:08.892 INFO kablam! | Sep 04 02:12:08.892 INFO kablam! = note: expected type `&mass::Mass` Sep 04 02:12:08.892 INFO kablam! found type `mass::Mass` Sep 04 02:12:08.892 INFO kablam! Sep 04 02:12:08.895 INFO kablam! error[E0308]: mismatched types Sep 04 02:12:08.895 INFO kablam! --> src/vector.rs:99:56 Sep 04 02:12:08.895 INFO kablam! | Sep 04 02:12:08.895 INFO kablam! 99 | assert_approx_eq(horiz.mag(), Mass::Lb(469.8), Mass::Lb(1e-1)); Sep 04 02:12:08.895 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 02:12:08.895 INFO kablam! | | Sep 04 02:12:08.895 INFO kablam! | expected &mass::Mass, found enum `mass::Mass` Sep 04 02:12:08.896 INFO kablam! | help: consider borrowing here: `&Mass::Lb(1e-1)` Sep 04 02:12:08.896 INFO kablam! | Sep 04 02:12:08.896 INFO kablam! = note: expected type `&mass::Mass` Sep 04 02:12:08.896 INFO kablam! found type `mass::Mass` Sep 04 02:12:08.896 INFO kablam! Sep 04 02:12:08.904 INFO kablam! error: aborting due to 4 previous errors Sep 04 02:12:08.904 INFO kablam! Sep 04 02:12:08.904 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 04 02:12:08.918 INFO kablam! error: Could not compile `statics`. Sep 04 02:12:08.918 INFO kablam! Sep 04 02:12:08.918 INFO kablam! To learn more, run the command again with --verbose. Sep 04 02:12:08.920 INFO kablam! su: No module specific data is present Sep 04 02:12:09.315 INFO running `"docker" "rm" "-f" "b4579681afe4d4d66ee312a0f538a9ec560f76f7cc2f7e82669d282cfef14f93"` Sep 04 02:12:09.418 INFO blam! b4579681afe4d4d66ee312a0f538a9ec560f76f7cc2f7e82669d282cfef14f93