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