Sep 21 02:33:11.011 INFO checking staticfraction-0.0.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 02:33:11.012 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 02:33:11.012 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/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:11.242 INFO blam! 937c631d67e59b6e60556eb0463d596c54b9de5f49c991408b410a6351db9c58 Sep 21 02:33:11.243 INFO running `"docker" "start" "-a" "937c631d67e59b6e60556eb0463d596c54b9de5f49c991408b410a6351db9c58"` Sep 21 02:33:12.376 INFO kablam! usermod: no changes Sep 21 02:33:12.474 INFO kablam! Checking staticfraction v0.0.1 (/source) Sep 21 02:33:12.796 INFO kablam! warning: method is never used: `min_numerator` Sep 21 02:33:12.796 INFO kablam! --> src/lib.rs:129:5 Sep 21 02:33:12.796 INFO kablam! | Sep 21 02:33:12.796 INFO kablam! 129 | fn min_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::min_value()) } Sep 21 02:33:12.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:33:12.796 INFO kablam! | Sep 21 02:33:12.796 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 02:33:12.796 INFO kablam! Sep 21 02:33:12.796 INFO kablam! warning: method is never used: `max_numerator` Sep 21 02:33:12.797 INFO kablam! --> src/lib.rs:130:5 Sep 21 02:33:12.797 INFO kablam! | Sep 21 02:33:12.797 INFO kablam! 130 | fn max_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::max_value()) } Sep 21 02:33:12.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:33:12.797 INFO kablam! Sep 21 02:33:12.797 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 21 02:33:12.797 INFO kablam! --> src/lib.rs:28:12 Sep 21 02:33:12.797 INFO kablam! | Sep 21 02:33:12.797 INFO kablam! 28 | #![feature(associated_consts)] Sep 21 02:33:12.797 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 02:33:12.797 INFO kablam! | Sep 21 02:33:12.797 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 02:33:12.797 INFO kablam! Sep 21 02:33:12.833 INFO kablam! warning: method is never used: `min_numerator` Sep 21 02:33:12.833 INFO kablam! --> src/lib.rs:129:5 Sep 21 02:33:12.833 INFO kablam! | Sep 21 02:33:12.833 INFO kablam! 129 | fn min_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::min_value()) } Sep 21 02:33:12.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:33:12.833 INFO kablam! | Sep 21 02:33:12.833 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 02:33:12.833 INFO kablam! Sep 21 02:33:12.833 INFO kablam! warning: method is never used: `max_numerator` Sep 21 02:33:12.833 INFO kablam! --> src/lib.rs:130:5 Sep 21 02:33:12.833 INFO kablam! | Sep 21 02:33:12.833 INFO kablam! 130 | fn max_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::max_value()) } Sep 21 02:33:12.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 02:33:12.833 INFO kablam! Sep 21 02:33:12.833 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 21 02:33:12.833 INFO kablam! --> src/lib.rs:28:12 Sep 21 02:33:12.833 INFO kablam! | Sep 21 02:33:12.833 INFO kablam! 28 | #![feature(associated_consts)] Sep 21 02:33:12.833 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 02:33:12.833 INFO kablam! | Sep 21 02:33:12.833 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 02:33:12.833 INFO kablam! Sep 21 02:33:13.059 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 21 02:33:13.059 INFO kablam! --> examples/demo_constant_propagation.rs:6:12 Sep 21 02:33:13.059 INFO kablam! | Sep 21 02:33:13.059 INFO kablam! 6 | #![feature(associated_consts)] Sep 21 02:33:13.059 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 02:33:13.059 INFO kablam! | Sep 21 02:33:13.059 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 02:33:13.059 INFO kablam! Sep 21 02:33:13.082 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 21 02:33:13.082 INFO kablam! --> examples/pt100.rs:1:12 Sep 21 02:33:13.082 INFO kablam! | Sep 21 02:33:13.082 INFO kablam! 1 | #![feature(associated_consts)] Sep 21 02:33:13.082 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 21 02:33:13.082 INFO kablam! | Sep 21 02:33:13.082 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 02:33:13.082 INFO kablam! Sep 21 02:33:13.098 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.70s Sep 21 02:33:13.098 INFO kablam! su: No module specific data is present Sep 21 02:33:13.795 INFO running `"docker" "rm" "-f" "937c631d67e59b6e60556eb0463d596c54b9de5f49c991408b410a6351db9c58"` Sep 21 02:33:13.881 INFO blam! 937c631d67e59b6e60556eb0463d596c54b9de5f49c991408b410a6351db9c58