Oct 27 15:13:21.110 INFO checking staticfraction-0.0.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 15:13:21.111 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:21.427 INFO blam! e9db0067b8575a895e0fe3a38a99695d338025ed7dc8f182ebd6928275a98951 Oct 27 15:13:21.439 INFO running `"docker" "start" "-a" "e9db0067b8575a895e0fe3a38a99695d338025ed7dc8f182ebd6928275a98951"` Oct 27 15:13:22.350 INFO kablam! usermod: no changes Oct 27 15:13:22.407 INFO kablam! Compiling num-complex v0.2.1 Oct 27 15:13:22.407 INFO kablam! Checking num-integer v0.1.39 Oct 27 15:13:23.257 INFO kablam! Checking num-bigint v0.2.0 Oct 27 15:13:23.257 INFO kablam! Checking num-iter v0.1.37 Oct 27 15:13:25.594 INFO kablam! Checking num-rational v0.2.1 Oct 27 15:13:26.727 INFO kablam! Checking num v0.2.0 Oct 27 15:13:27.315 INFO kablam! Checking staticfraction v0.0.1 (/source) Oct 27 15:13:28.411 INFO kablam! warning: method is never used: `min_numerator` Oct 27 15:13:28.411 INFO kablam! --> src/lib.rs:129:5 Oct 27 15:13:28.411 INFO kablam! | Oct 27 15:13:28.411 INFO kablam! 129 | fn min_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::min_value()) } Oct 27 15:13:28.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:13:28.411 INFO kablam! | Oct 27 15:13:28.411 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 15:13:28.411 INFO kablam! Oct 27 15:13:28.411 INFO kablam! warning: method is never used: `max_numerator` Oct 27 15:13:28.411 INFO kablam! --> src/lib.rs:130:5 Oct 27 15:13:28.411 INFO kablam! | Oct 27 15:13:28.411 INFO kablam! 130 | fn max_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::max_value()) } Oct 27 15:13:28.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:13:28.411 INFO kablam! Oct 27 15:13:28.411 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.411 INFO kablam! --> src/lib.rs:28:12 Oct 27 15:13:28.411 INFO kablam! | Oct 27 15:13:28.411 INFO kablam! 28 | #![feature(associated_consts)] Oct 27 15:13:28.411 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 15:13:28.411 INFO kablam! | Oct 27 15:13:28.411 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 15:13:28.411 INFO kablam! Oct 27 15:13:28.727 INFO kablam! warning: method is never used: `min_numerator` Oct 27 15:13:28.727 INFO kablam! --> src/lib.rs:129:5 Oct 27 15:13:28.727 INFO kablam! | Oct 27 15:13:28.727 INFO kablam! 129 | fn min_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::min_value()) } Oct 27 15:13:28.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:13:28.727 INFO kablam! | Oct 27 15:13:28.727 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 15:13:28.727 INFO kablam! Oct 27 15:13:28.727 INFO kablam! warning: method is never used: `max_numerator` Oct 27 15:13:28.727 INFO kablam! --> src/lib.rs:130:5 Oct 27 15:13:28.727 INFO kablam! | Oct 27 15:13:28.727 INFO kablam! 130 | fn max_numerator(&self) -> C { D::NUM_OFFSET + D::NUM_FACTOR * C::from(S::max_value()) } Oct 27 15:13:28.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:13:28.727 INFO kablam! Oct 27 15:13:28.727 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.727 INFO kablam! --> src/lib.rs:28:12 Oct 27 15:13:28.727 INFO kablam! | Oct 27 15:13:28.727 INFO kablam! 28 | #![feature(associated_consts)] Oct 27 15:13:28.727 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 15:13:28.727 INFO kablam! | Oct 27 15:13:28.727 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 15:13:28.727 INFO kablam! Oct 27 15:13:29.675 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.676 INFO kablam! --> examples/demo_constant_propagation.rs:6:12 Oct 27 15:13:29.676 INFO kablam! | Oct 27 15:13:29.676 INFO kablam! 6 | #![feature(associated_consts)] Oct 27 15:13:29.676 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 15:13:29.677 INFO kablam! | Oct 27 15:13:29.677 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 15:13:29.677 INFO kablam! Oct 27 15:13:29.724 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.724 INFO kablam! --> examples/pt100.rs:1:12 Oct 27 15:13:29.724 INFO kablam! | Oct 27 15:13:29.724 INFO kablam! 1 | #![feature(associated_consts)] Oct 27 15:13:29.724 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 15:13:29.725 INFO kablam! | Oct 27 15:13:29.725 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 15:13:29.725 INFO kablam! Oct 27 15:13:29.759 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.39s Oct 27 15:13:29.779 INFO kablam! su: No module specific data is present Oct 27 15:13:30.378 INFO running `"docker" "rm" "-f" "e9db0067b8575a895e0fe3a38a99695d338025ed7dc8f182ebd6928275a98951"` Oct 27 15:13:30.703 INFO blam! e9db0067b8575a895e0fe3a38a99695d338025ed7dc8f182ebd6928275a98951