Sep 19 19:42:38.975 INFO checking statics-0.2.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 19:42:38.975 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 19:42:38.975 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:42:39.117 INFO blam! 297e65bcfc79e046010755691e49815265073cfd977784849e1d6987f082bd18 Sep 19 19:42:39.119 INFO running `"docker" "start" "-a" "297e65bcfc79e046010755691e49815265073cfd977784849e1d6987f082bd18"` Sep 19 19:42:40.498 INFO kablam! usermod: no changes Sep 19 19:42:40.567 INFO kablam! Checking extra-asserts v0.1.1 Sep 19 19:42:40.567 INFO kablam! Checking statics v0.2.0 (/source) Sep 19 19:42:41.012 INFO kablam! error[E0308]: mismatched types Sep 19 19:42:41.012 INFO kablam! --> src/mass.rs:64:60 Sep 19 19:42:41.012 INFO kablam! | Sep 19 19:42:41.012 INFO kablam! 64 | assert_approx_eq(f64::from(mass.as_gram()), 453.0, 1.0); Sep 19 19:42:41.012 INFO kablam! | ^^^ Sep 19 19:42:41.012 INFO kablam! | | Sep 19 19:42:41.012 INFO kablam! | expected &f64, found floating-point variable Sep 19 19:42:41.012 INFO kablam! | help: consider borrowing here: `&1.0` Sep 19 19:42:41.013 INFO kablam! | Sep 19 19:42:41.013 INFO kablam! = note: expected type `&f64` Sep 19 19:42:41.013 INFO kablam! found type `{float}` Sep 19 19:42:41.013 INFO kablam! Sep 19 19:42:41.013 INFO kablam! error[E0308]: mismatched types Sep 19 19:42:41.013 INFO kablam! --> src/mass.rs:70:56 Sep 19 19:42:41.013 INFO kablam! | Sep 19 19:42:41.013 INFO kablam! 70 | assert_approx_eq(f64::from(mass.as_lb()), 2.2, 1e-1); Sep 19 19:42:41.013 INFO kablam! | ^^^^ Sep 19 19:42:41.013 INFO kablam! | | Sep 19 19:42:41.013 INFO kablam! | expected &f64, found floating-point variable Sep 19 19:42:41.013 INFO kablam! | help: consider borrowing here: `&1e-1` Sep 19 19:42:41.013 INFO kablam! | Sep 19 19:42:41.013 INFO kablam! = note: expected type `&f64` Sep 19 19:42:41.013 INFO kablam! found type `{float}` Sep 19 19:42:41.013 INFO kablam! Sep 19 19:42:41.018 INFO kablam! error[E0308]: mismatched types Sep 19 19:42:41.018 INFO kablam! --> src/vector.rs:91:55 Sep 19 19:42:41.018 INFO kablam! | Sep 19 19:42:41.018 INFO kablam! 91 | assert_approx_eq(vert.mag(), Mass::Lb(171.0), Mass::Lb(1e-1)); Sep 19 19:42:41.018 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 19:42:41.018 INFO kablam! | | Sep 19 19:42:41.018 INFO kablam! | expected &mass::Mass, found enum `mass::Mass` Sep 19 19:42:41.018 INFO kablam! | help: consider borrowing here: `&Mass::Lb(1e-1)` Sep 19 19:42:41.018 INFO kablam! | Sep 19 19:42:41.018 INFO kablam! = note: expected type `&mass::Mass` Sep 19 19:42:41.018 INFO kablam! found type `mass::Mass` Sep 19 19:42:41.018 INFO kablam! Sep 19 19:42:41.019 INFO kablam! error[E0308]: mismatched types Sep 19 19:42:41.019 INFO kablam! --> src/vector.rs:99:56 Sep 19 19:42:41.019 INFO kablam! | Sep 19 19:42:41.019 INFO kablam! 99 | assert_approx_eq(horiz.mag(), Mass::Lb(469.8), Mass::Lb(1e-1)); Sep 19 19:42:41.019 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 19:42:41.019 INFO kablam! | | Sep 19 19:42:41.019 INFO kablam! | expected &mass::Mass, found enum `mass::Mass` Sep 19 19:42:41.019 INFO kablam! | help: consider borrowing here: `&Mass::Lb(1e-1)` Sep 19 19:42:41.019 INFO kablam! | Sep 19 19:42:41.019 INFO kablam! = note: expected type `&mass::Mass` Sep 19 19:42:41.019 INFO kablam! found type `mass::Mass` Sep 19 19:42:41.019 INFO kablam! Sep 19 19:42:41.023 INFO kablam! error: aborting due to 4 previous errors Sep 19 19:42:41.023 INFO kablam! Sep 19 19:42:41.024 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 19 19:42:41.033 INFO kablam! error: Could not compile `statics`. Sep 19 19:42:41.033 INFO kablam! Sep 19 19:42:41.033 INFO kablam! To learn more, run the command again with --verbose. Sep 19 19:42:41.034 INFO kablam! su: No module specific data is present Sep 19 19:42:41.517 INFO running `"docker" "rm" "-f" "297e65bcfc79e046010755691e49815265073cfd977784849e1d6987f082bd18"` Sep 19 19:42:41.590 INFO blam! 297e65bcfc79e046010755691e49815265073cfd977784849e1d6987f082bd18