Sep 04 05:29:01.972 INFO checking staticfraction-0.0.1 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 05:29:01.972 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 05:29:01.972 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 05:29:02.162 INFO blam! e87ce120132a934b51ce2113c1062b02816820cf2c2b470565a3f2fd535eb110 Sep 04 05:29:02.163 INFO running `"docker" "start" "-a" "e87ce120132a934b51ce2113c1062b02816820cf2c2b470565a3f2fd535eb110"` Sep 04 05:29:02.856 INFO kablam! Checking staticfraction v0.0.1 (file:///source) Sep 04 05:29:03.567 INFO kablam! warning: method is never used: `min_numerator` Sep 04 05:29:03.567 INFO kablam! --> src/lib.rs:129:5 Sep 04 05:29:03.567 INFO kablam! | Sep 04 05:29:03.567 INFO kablam! 129 | fn min_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::min_value()) } Sep 04 05:29:03.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:29:03.567 INFO kablam! | Sep 04 05:29:03.567 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 05:29:03.567 INFO kablam! Sep 04 05:29:03.568 INFO kablam! warning: method is never used: `max_numerator` Sep 04 05:29:03.568 INFO kablam! --> src/lib.rs:130:5 Sep 04 05:29:03.568 INFO kablam! | Sep 04 05:29:03.568 INFO kablam! 130 | fn max_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::max_value()) } Sep 04 05:29:03.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:29:03.568 INFO kablam! Sep 04 05:29:03.568 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 04 05:29:03.568 INFO kablam! --> src/lib.rs:28:12 Sep 04 05:29:03.568 INFO kablam! | Sep 04 05:29:03.568 INFO kablam! 28 | #![feature(associated_consts)] Sep 04 05:29:03.568 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 05:29:03.568 INFO kablam! | Sep 04 05:29:03.568 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 05:29:03.568 INFO kablam! Sep 04 05:29:03.678 INFO kablam! warning: method is never used: `min_numerator` Sep 04 05:29:03.678 INFO kablam! --> src/lib.rs:129:5 Sep 04 05:29:03.678 INFO kablam! | Sep 04 05:29:03.678 INFO kablam! 129 | fn min_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::min_value()) } Sep 04 05:29:03.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:29:03.678 INFO kablam! | Sep 04 05:29:03.678 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 05:29:03.678 INFO kablam! Sep 04 05:29:03.678 INFO kablam! warning: method is never used: `max_numerator` Sep 04 05:29:03.678 INFO kablam! --> src/lib.rs:130:5 Sep 04 05:29:03.678 INFO kablam! | Sep 04 05:29:03.678 INFO kablam! 130 | fn max_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::max_value()) } Sep 04 05:29:03.678 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:29:03.678 INFO kablam! Sep 04 05:29:03.678 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 04 05:29:03.678 INFO kablam! --> src/lib.rs:28:12 Sep 04 05:29:03.678 INFO kablam! | Sep 04 05:29:03.678 INFO kablam! 28 | #![feature(associated_consts)] Sep 04 05:29:03.678 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 05:29:03.678 INFO kablam! | Sep 04 05:29:03.678 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 05:29:03.679 INFO kablam! Sep 04 05:29:04.113 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 04 05:29:04.113 INFO kablam! --> examples/demo_constant_propagation.rs:6:12 Sep 04 05:29:04.113 INFO kablam! | Sep 04 05:29:04.114 INFO kablam! 6 | #![feature(associated_consts)] Sep 04 05:29:04.114 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 05:29:04.114 INFO kablam! | Sep 04 05:29:04.114 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 05:29:04.114 INFO kablam! Sep 04 05:29:04.165 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 04 05:29:04.165 INFO kablam! --> examples/pt100.rs:1:12 Sep 04 05:29:04.165 INFO kablam! | Sep 04 05:29:04.165 INFO kablam! 1 | #![feature(associated_consts)] Sep 04 05:29:04.165 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 05:29:04.165 INFO kablam! | Sep 04 05:29:04.165 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 05:29:04.165 INFO kablam! Sep 04 05:29:04.179 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.38s Sep 04 05:29:04.182 INFO kablam! su: No module specific data is present Sep 04 05:29:04.619 INFO running `"docker" "rm" "-f" "e87ce120132a934b51ce2113c1062b02816820cf2c2b470565a3f2fd535eb110"` Sep 04 05:29:04.720 INFO blam! e87ce120132a934b51ce2113c1062b02816820cf2c2b470565a3f2fd535eb110