Oct 27 15:13:23.075 INFO checking staticfraction-0.0.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 15:13:23.075 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/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 27 15:13:23.298 INFO blam! b77492fdb18f5c1adbbc2cd4078ad1798bbab3868910ff16d00e5c5c4abc658b Oct 27 15:13:23.303 INFO running `"docker" "start" "-a" "b77492fdb18f5c1adbbc2cd4078ad1798bbab3868910ff16d00e5c5c4abc658b"` Oct 27 15:13:23.938 INFO kablam! usermod: no changes Oct 27 15:13:24.004 INFO kablam! Compiling num-complex v0.2.1 Oct 27 15:13:26.654 INFO kablam! Checking num v0.2.0 Oct 27 15:13:27.231 INFO kablam! Checking staticfraction v0.0.1 (/source) Oct 27 15:13:28.343 INFO kablam! warning: method is never used: `min_numerator` Oct 27 15:13:28.343 INFO kablam! --> src/lib.rs:129:5 Oct 27 15:13:28.343 INFO kablam! | Oct 27 15:13:28.343 INFO kablam! 129 | fn min_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::min_value()) } Oct 27 15:13:28.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:13:28.343 INFO kablam! | Oct 27 15:13:28.343 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 15:13:28.343 INFO kablam! Oct 27 15:13:28.343 INFO kablam! warning: method is never used: `max_numerator` Oct 27 15:13:28.343 INFO kablam! --> src/lib.rs:130:5 Oct 27 15:13:28.343 INFO kablam! | Oct 27 15:13:28.343 INFO kablam! 130 | fn max_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::max_value()) } Oct 27 15:13:28.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:13:28.343 INFO kablam! Oct 27 15:13:28.343 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Oct 27 15:13:28.343 INFO kablam! --> src/lib.rs:28:12 Oct 27 15:13:28.343 INFO kablam! | Oct 27 15:13:28.343 INFO kablam! 28 | #![feature(associated_consts)] Oct 27 15:13:28.343 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 15:13:28.343 INFO kablam! | Oct 27 15:13:28.343 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 15:13:28.343 INFO kablam! Oct 27 15:13:28.543 INFO kablam! warning: method is never used: `min_numerator` Oct 27 15:13:28.543 INFO kablam! --> src/lib.rs:129:5 Oct 27 15:13:28.543 INFO kablam! | Oct 27 15:13:28.543 INFO kablam! 129 | fn min_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::min_value()) } Oct 27 15:13:28.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:13:28.543 INFO kablam! | Oct 27 15:13:28.543 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 15:13:28.543 INFO kablam! Oct 27 15:13:28.543 INFO kablam! warning: method is never used: `max_numerator` Oct 27 15:13:28.543 INFO kablam! --> src/lib.rs:130:5 Oct 27 15:13:28.543 INFO kablam! | Oct 27 15:13:28.543 INFO kablam! 130 | fn max_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::max_value()) } Oct 27 15:13:28.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:13:28.543 INFO kablam! Oct 27 15:13:28.543 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Oct 27 15:13:28.543 INFO kablam! --> src/lib.rs:28:12 Oct 27 15:13:28.543 INFO kablam! | Oct 27 15:13:28.543 INFO kablam! 28 | #![feature(associated_consts)] Oct 27 15:13:28.543 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 15:13:28.543 INFO kablam! | Oct 27 15:13:28.543 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 15:13:28.543 INFO kablam! Oct 27 15:13:29.583 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Oct 27 15:13:29.583 INFO kablam! --> examples/pt100.rs:1:12 Oct 27 15:13:29.583 INFO kablam! | Oct 27 15:13:29.583 INFO kablam! 1 | #![feature(associated_consts)] Oct 27 15:13:29.583 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 15:13:29.583 INFO kablam! | Oct 27 15:13:29.583 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 15:13:29.583 INFO kablam! Oct 27 15:13:29.851 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Oct 27 15:13:29.851 INFO kablam! --> examples/demo_constant_propagation.rs:6:12 Oct 27 15:13:29.851 INFO kablam! | Oct 27 15:13:29.851 INFO kablam! 6 | #![feature(associated_consts)] Oct 27 15:13:29.852 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 15:13:29.852 INFO kablam! | Oct 27 15:13:29.852 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 15:13:29.853 INFO kablam! Oct 27 15:13:29.895 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.93s Oct 27 15:13:29.900 INFO kablam! su: No module specific data is present Oct 27 15:13:30.683 INFO running `"docker" "rm" "-f" "b77492fdb18f5c1adbbc2cd4078ad1798bbab3868910ff16d00e5c5c4abc658b"` Oct 27 15:13:31.003 INFO blam! b77492fdb18f5c1adbbc2cd4078ad1798bbab3868910ff16d00e5c5c4abc658b