Sep 04 02:12:09.723 INFO checking staticfraction-0.0.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 02:12:09.723 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 02:12:09.723 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:09.921 INFO blam! edeecfcc16b5b71924679f7786b49fad17f3ac16eccb94f954644f79a9b03625 Sep 04 02:12:09.923 INFO running `"docker" "start" "-a" "edeecfcc16b5b71924679f7786b49fad17f3ac16eccb94f954644f79a9b03625"` Sep 04 02:12:10.605 INFO kablam! Checking staticfraction v0.0.1 (file:///source) Sep 04 02:12:11.384 INFO kablam! warning: method is never used: `min_numerator` Sep 04 02:12:11.384 INFO kablam! --> src/lib.rs:129:5 Sep 04 02:12:11.384 INFO kablam! | Sep 04 02:12:11.384 INFO kablam! 129 | fn min_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::min_value()) } Sep 04 02:12:11.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:12:11.384 INFO kablam! | Sep 04 02:12:11.384 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 02:12:11.384 INFO kablam! Sep 04 02:12:11.385 INFO kablam! warning: method is never used: `max_numerator` Sep 04 02:12:11.385 INFO kablam! --> src/lib.rs:130:5 Sep 04 02:12:11.385 INFO kablam! | Sep 04 02:12:11.385 INFO kablam! 130 | fn max_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::max_value()) } Sep 04 02:12:11.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:12:11.385 INFO kablam! Sep 04 02:12:11.385 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 04 02:12:11.385 INFO kablam! --> src/lib.rs:28:12 Sep 04 02:12:11.385 INFO kablam! | Sep 04 02:12:11.385 INFO kablam! 28 | #![feature(associated_consts)] Sep 04 02:12:11.385 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 02:12:11.385 INFO kablam! | Sep 04 02:12:11.385 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 02:12:11.385 INFO kablam! Sep 04 02:12:11.480 INFO kablam! warning: method is never used: `min_numerator` Sep 04 02:12:11.480 INFO kablam! --> src/lib.rs:129:5 Sep 04 02:12:11.480 INFO kablam! | Sep 04 02:12:11.480 INFO kablam! 129 | fn min_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::min_value()) } Sep 04 02:12:11.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:12:11.480 INFO kablam! | Sep 04 02:12:11.480 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 02:12:11.480 INFO kablam! Sep 04 02:12:11.480 INFO kablam! warning: method is never used: `max_numerator` Sep 04 02:12:11.480 INFO kablam! --> src/lib.rs:130:5 Sep 04 02:12:11.480 INFO kablam! | Sep 04 02:12:11.480 INFO kablam! 130 | fn max_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::max_value()) } Sep 04 02:12:11.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:12:11.480 INFO kablam! Sep 04 02:12:11.480 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 04 02:12:11.480 INFO kablam! --> src/lib.rs:28:12 Sep 04 02:12:11.480 INFO kablam! | Sep 04 02:12:11.480 INFO kablam! 28 | #![feature(associated_consts)] Sep 04 02:12:11.480 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 02:12:11.480 INFO kablam! | Sep 04 02:12:11.480 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 02:12:11.480 INFO kablam! Sep 04 02:12:11.955 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 04 02:12:11.955 INFO kablam! --> examples/demo_constant_propagation.rs:6:12 Sep 04 02:12:11.955 INFO kablam! | Sep 04 02:12:11.955 INFO kablam! 6 | #![feature(associated_consts)] Sep 04 02:12:11.955 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 02:12:11.955 INFO kablam! | Sep 04 02:12:11.955 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 02:12:11.956 INFO kablam! Sep 04 02:12:12.007 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 04 02:12:12.007 INFO kablam! --> examples/pt100.rs:1:12 Sep 04 02:12:12.007 INFO kablam! | Sep 04 02:12:12.007 INFO kablam! 1 | #![feature(associated_consts)] Sep 04 02:12:12.007 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 02:12:12.007 INFO kablam! | Sep 04 02:12:12.007 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 02:12:12.007 INFO kablam! Sep 04 02:12:12.018 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.47s Sep 04 02:12:12.022 INFO kablam! su: No module specific data is present Sep 04 02:12:12.422 INFO running `"docker" "rm" "-f" "edeecfcc16b5b71924679f7786b49fad17f3ac16eccb94f954644f79a9b03625"` Sep 04 02:12:12.516 INFO blam! edeecfcc16b5b71924679f7786b49fad17f3ac16eccb94f954644f79a9b03625