Oct 21 23:21:33.036 INFO checking staticfraction-0.0.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:21:33.036 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 23:21:33.205 INFO blam! 06306c3f9272aee088d1aeef9d5c65263bb7c3654f3c41712f1c84e77d9bc99d Oct 21 23:21:33.206 INFO running `"docker" "start" "-a" "06306c3f9272aee088d1aeef9d5c65263bb7c3654f3c41712f1c84e77d9bc99d"` Oct 21 23:21:33.771 INFO kablam! usermod: no changes Oct 21 23:21:33.858 INFO kablam! Checking staticfraction v0.0.1 (/source) Oct 21 23:21:34.768 INFO kablam! warning: method is never used: `min_numerator` Oct 21 23:21:34.768 INFO kablam! --> src/lib.rs:129:5 Oct 21 23:21:34.768 INFO kablam! | Oct 21 23:21:34.768 INFO kablam! 129 | fn min_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::min_value()) } Oct 21 23:21:34.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:21:34.768 INFO kablam! | Oct 21 23:21:34.768 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 23:21:34.768 INFO kablam! Oct 21 23:21:34.768 INFO kablam! warning: method is never used: `max_numerator` Oct 21 23:21:34.768 INFO kablam! --> src/lib.rs:130:5 Oct 21 23:21:34.768 INFO kablam! | Oct 21 23:21:34.768 INFO kablam! 130 | fn max_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::max_value()) } Oct 21 23:21:34.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:21:34.768 INFO kablam! Oct 21 23:21:34.768 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Oct 21 23:21:34.768 INFO kablam! --> src/lib.rs:28:12 Oct 21 23:21:34.768 INFO kablam! | Oct 21 23:21:34.768 INFO kablam! 28 | #![feature(associated_consts)] Oct 21 23:21:34.768 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 23:21:34.768 INFO kablam! | Oct 21 23:21:34.768 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 23:21:34.768 INFO kablam! Oct 21 23:21:34.869 INFO kablam! warning: method is never used: `min_numerator` Oct 21 23:21:34.869 INFO kablam! --> src/lib.rs:129:5 Oct 21 23:21:34.869 INFO kablam! | Oct 21 23:21:34.869 INFO kablam! 129 | fn min_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::min_value()) } Oct 21 23:21:34.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:21:34.869 INFO kablam! | Oct 21 23:21:34.869 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 23:21:34.869 INFO kablam! Oct 21 23:21:34.869 INFO kablam! warning: method is never used: `max_numerator` Oct 21 23:21:34.869 INFO kablam! --> src/lib.rs:130:5 Oct 21 23:21:34.869 INFO kablam! | Oct 21 23:21:34.869 INFO kablam! 130 | fn max_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::max_value()) } Oct 21 23:21:34.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:21:34.869 INFO kablam! Oct 21 23:21:34.869 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Oct 21 23:21:34.869 INFO kablam! --> src/lib.rs:28:12 Oct 21 23:21:34.869 INFO kablam! | Oct 21 23:21:34.869 INFO kablam! 28 | #![feature(associated_consts)] Oct 21 23:21:34.869 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 23:21:34.869 INFO kablam! | Oct 21 23:21:34.869 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 23:21:34.869 INFO kablam! Oct 21 23:21:35.701 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Oct 21 23:21:35.701 INFO kablam! --> examples/demo_constant_propagation.rs:6:12 Oct 21 23:21:35.701 INFO kablam! | Oct 21 23:21:35.701 INFO kablam! 6 | #![feature(associated_consts)] Oct 21 23:21:35.701 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 23:21:35.701 INFO kablam! | Oct 21 23:21:35.701 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 23:21:35.701 INFO kablam! Oct 21 23:21:35.840 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Oct 21 23:21:35.840 INFO kablam! --> examples/pt100.rs:1:12 Oct 21 23:21:35.840 INFO kablam! | Oct 21 23:21:35.840 INFO kablam! 1 | #![feature(associated_consts)] Oct 21 23:21:35.840 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 23:21:35.840 INFO kablam! | Oct 21 23:21:35.840 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 23:21:35.840 INFO kablam! Oct 21 23:21:35.860 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.07s Oct 21 23:21:35.876 INFO kablam! su: No module specific data is present Oct 21 23:21:36.367 INFO running `"docker" "rm" "-f" "06306c3f9272aee088d1aeef9d5c65263bb7c3654f3c41712f1c84e77d9bc99d"` Oct 21 23:21:36.741 INFO blam! 06306c3f9272aee088d1aeef9d5c65263bb7c3654f3c41712f1c84e77d9bc99d