Sep 04 02:12:09.460 INFO checking staticfraction-0.0.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 02:12:09.460 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 02:12:09.460 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-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.622 INFO blam! 897e10f25047964aea51200d86fede5dffdae00f15acb06176be475cbc19be89 Sep 04 02:12:09.623 INFO running `"docker" "start" "-a" "897e10f25047964aea51200d86fede5dffdae00f15acb06176be475cbc19be89"` Sep 04 02:12:10.212 INFO kablam! Checking staticfraction v0.0.1 (file:///source) Sep 04 02:12:10.840 INFO kablam! warning: method is never used: `min_numerator` Sep 04 02:12:10.840 INFO kablam! --> src/lib.rs:129:5 Sep 04 02:12:10.840 INFO kablam! | Sep 04 02:12:10.840 INFO kablam! 129 | fn min_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::min_value()) } Sep 04 02:12:10.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:12:10.840 INFO kablam! | Sep 04 02:12:10.840 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 02:12:10.840 INFO kablam! Sep 04 02:12:10.841 INFO kablam! warning: method is never used: `max_numerator` Sep 04 02:12:10.841 INFO kablam! --> src/lib.rs:130:5 Sep 04 02:12:10.841 INFO kablam! | Sep 04 02:12:10.841 INFO kablam! 130 | fn max_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::max_value()) } Sep 04 02:12:10.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:12:10.841 INFO kablam! Sep 04 02:12:10.841 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:10.841 INFO kablam! --> src/lib.rs:28:12 Sep 04 02:12:10.841 INFO kablam! | Sep 04 02:12:10.841 INFO kablam! 28 | #![feature(associated_consts)] Sep 04 02:12:10.841 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 02:12:10.841 INFO kablam! | Sep 04 02:12:10.841 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 02:12:10.841 INFO kablam! Sep 04 02:12:11.015 INFO kablam! warning: method is never used: `min_numerator` Sep 04 02:12:11.015 INFO kablam! --> src/lib.rs:129:5 Sep 04 02:12:11.015 INFO kablam! | Sep 04 02:12:11.015 INFO kablam! 129 | fn min_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::min_value()) } Sep 04 02:12:11.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:12:11.015 INFO kablam! | Sep 04 02:12:11.015 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 02:12:11.015 INFO kablam! Sep 04 02:12:11.015 INFO kablam! warning: method is never used: `max_numerator` Sep 04 02:12:11.016 INFO kablam! --> src/lib.rs:130:5 Sep 04 02:12:11.016 INFO kablam! | Sep 04 02:12:11.016 INFO kablam! 130 | fn max_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::max_value()) } Sep 04 02:12:11.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:12:11.016 INFO kablam! Sep 04 02:12:11.016 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.016 INFO kablam! --> src/lib.rs:28:12 Sep 04 02:12:11.016 INFO kablam! | Sep 04 02:12:11.016 INFO kablam! 28 | #![feature(associated_consts)] Sep 04 02:12:11.016 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 02:12:11.016 INFO kablam! | Sep 04 02:12:11.017 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 02:12:11.017 INFO kablam! Sep 04 02:12:11.607 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.607 INFO kablam! --> examples/demo_constant_propagation.rs:6:12 Sep 04 02:12:11.607 INFO kablam! | Sep 04 02:12:11.608 INFO kablam! 6 | #![feature(associated_consts)] Sep 04 02:12:11.608 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 02:12:11.608 INFO kablam! | Sep 04 02:12:11.608 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 02:12:11.608 INFO kablam! Sep 04 02:12:11.650 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.650 INFO kablam! --> examples/pt100.rs:1:12 Sep 04 02:12:11.650 INFO kablam! | Sep 04 02:12:11.650 INFO kablam! 1 | #![feature(associated_consts)] Sep 04 02:12:11.650 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 02:12:11.650 INFO kablam! | Sep 04 02:12:11.650 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 02:12:11.650 INFO kablam! Sep 04 02:12:11.663 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.52s Sep 04 02:12:11.667 INFO kablam! su: No module specific data is present Sep 04 02:12:12.155 INFO running `"docker" "rm" "-f" "897e10f25047964aea51200d86fede5dffdae00f15acb06176be475cbc19be89"` Sep 04 02:12:12.253 INFO blam! 897e10f25047964aea51200d86fede5dffdae00f15acb06176be475cbc19be89