Sep 21 02:33:05.347 INFO checking statics-0.2.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 02:33:05.347 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 02:33:05.347 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 02:33:05.501 INFO blam! 13102cb4fb55b9d40e4ccd6054f7d8d8981bd42217540052f15580012d141bca Sep 21 02:33:05.509 INFO running `"docker" "start" "-a" "13102cb4fb55b9d40e4ccd6054f7d8d8981bd42217540052f15580012d141bca"` Sep 21 02:33:06.370 INFO kablam! usermod: no changes Sep 21 02:33:06.463 INFO kablam! Checking extra-asserts v0.1.1 Sep 21 02:33:06.464 INFO kablam! Checking statics v0.2.0 (/source) Sep 21 02:33:06.936 INFO kablam! error[E0308]: mismatched types Sep 21 02:33:06.936 INFO kablam! --> src/mass.rs:64:60 Sep 21 02:33:06.936 INFO kablam! | Sep 21 02:33:06.936 INFO kablam! 64 | assert_approx_eq(f64::from(mass.as_gram()), 453.0, 1.0); Sep 21 02:33:06.936 INFO kablam! | ^^^ Sep 21 02:33:06.936 INFO kablam! | | Sep 21 02:33:06.936 INFO kablam! | expected &f64, found floating-point variable Sep 21 02:33:06.936 INFO kablam! | help: consider borrowing here: `&1.0` Sep 21 02:33:06.936 INFO kablam! | Sep 21 02:33:06.936 INFO kablam! = note: expected type `&f64` Sep 21 02:33:06.936 INFO kablam! found type `{float}` Sep 21 02:33:06.936 INFO kablam! Sep 21 02:33:06.937 INFO kablam! error[E0308]: mismatched types Sep 21 02:33:06.937 INFO kablam! --> src/mass.rs:70:56 Sep 21 02:33:06.937 INFO kablam! | Sep 21 02:33:06.937 INFO kablam! 70 | assert_approx_eq(f64::from(mass.as_lb()), 2.2, 1e-1); Sep 21 02:33:06.937 INFO kablam! | ^^^^ Sep 21 02:33:06.937 INFO kablam! | | Sep 21 02:33:06.937 INFO kablam! | expected &f64, found floating-point variable Sep 21 02:33:06.937 INFO kablam! | help: consider borrowing here: `&1e-1` Sep 21 02:33:06.937 INFO kablam! | Sep 21 02:33:06.937 INFO kablam! = note: expected type `&f64` Sep 21 02:33:06.937 INFO kablam! found type `{float}` Sep 21 02:33:06.937 INFO kablam! Sep 21 02:33:06.944 INFO kablam! error[E0308]: mismatched types Sep 21 02:33:06.944 INFO kablam! --> src/vector.rs:91:55 Sep 21 02:33:06.944 INFO kablam! | Sep 21 02:33:06.944 INFO kablam! 91 | assert_approx_eq(vert.mag(), Mass::Lb(171.0), Mass::Lb(1e-1)); Sep 21 02:33:06.944 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 02:33:06.944 INFO kablam! | | Sep 21 02:33:06.944 INFO kablam! | expected &mass::Mass, found enum `mass::Mass` Sep 21 02:33:06.944 INFO kablam! | help: consider borrowing here: `&Mass::Lb(1e-1)` Sep 21 02:33:06.944 INFO kablam! | Sep 21 02:33:06.944 INFO kablam! = note: expected type `&mass::Mass` Sep 21 02:33:06.944 INFO kablam! found type `mass::Mass` Sep 21 02:33:06.944 INFO kablam! Sep 21 02:33:06.945 INFO kablam! error[E0308]: mismatched types Sep 21 02:33:06.945 INFO kablam! --> src/vector.rs:99:56 Sep 21 02:33:06.945 INFO kablam! | Sep 21 02:33:06.945 INFO kablam! 99 | assert_approx_eq(horiz.mag(), Mass::Lb(469.8), Mass::Lb(1e-1)); Sep 21 02:33:06.945 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 02:33:06.945 INFO kablam! | | Sep 21 02:33:06.945 INFO kablam! | expected &mass::Mass, found enum `mass::Mass` Sep 21 02:33:06.945 INFO kablam! | help: consider borrowing here: `&Mass::Lb(1e-1)` Sep 21 02:33:06.945 INFO kablam! | Sep 21 02:33:06.945 INFO kablam! = note: expected type `&mass::Mass` Sep 21 02:33:06.945 INFO kablam! found type `mass::Mass` Sep 21 02:33:06.945 INFO kablam! Sep 21 02:33:06.950 INFO kablam! error: aborting due to 4 previous errors Sep 21 02:33:06.950 INFO kablam! Sep 21 02:33:06.950 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 21 02:33:06.967 INFO kablam! error: Could not compile `statics`. Sep 21 02:33:06.967 INFO kablam! Sep 21 02:33:06.967 INFO kablam! To learn more, run the command again with --verbose. Sep 21 02:33:06.969 INFO kablam! su: No module specific data is present Sep 21 02:33:07.673 INFO running `"docker" "rm" "-f" "13102cb4fb55b9d40e4ccd6054f7d8d8981bd42217540052f15580012d141bca"` Sep 21 02:33:07.736 INFO blam! 13102cb4fb55b9d40e4ccd6054f7d8d8981bd42217540052f15580012d141bca