Oct 12 23:16:18.179 INFO checking cristicbz/diff-rs against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 23:16:18.180 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 23:16:18.740 INFO blam! 406a67f1cfd74baec898e950922024fb2ced8a63f3fb57317f44d9fcc3dc0eac Oct 12 23:16:18.748 INFO running `"docker" "start" "-a" "406a67f1cfd74baec898e950922024fb2ced8a63f3fb57317f44d9fcc3dc0eac"` Oct 12 23:16:19.956 INFO kablam! usermod: no changes Oct 12 23:16:20.052 INFO kablam! Checking ordered-float v0.4.0 Oct 12 23:16:20.917 INFO kablam! Checking diff v0.1.0 (/source) Oct 12 23:16:21.838 INFO kablam! warning: floating-point types cannot be used in patterns Oct 12 23:16:21.838 INFO kablam! --> src/main.rs:202:53 Oct 12 23:16:21.838 INFO kablam! | Oct 12 23:16:21.838 INFO kablam! 202 | (NodeDef::Constant(OrderedFloat(0.0)), rhs_def) => { Oct 12 23:16:21.838 INFO kablam! | ^^^ Oct 12 23:16:21.840 INFO kablam! | Oct 12 23:16:21.840 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 12 23:16:21.840 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 23:16:21.840 INFO kablam! = note: for more information, see issue #41620 Oct 12 23:16:21.840 INFO kablam! Oct 12 23:16:21.840 INFO kablam! warning: floating-point types cannot be used in patterns Oct 12 23:16:21.840 INFO kablam! --> src/main.rs:210:53 Oct 12 23:16:21.840 INFO kablam! | Oct 12 23:16:21.840 INFO kablam! 210 | (NodeDef::Constant(OrderedFloat(1.0)), rhs_def) if op == Binary::Mul || Oct 12 23:16:21.840 INFO kablam! | ^^^ Oct 12 23:16:21.840 INFO kablam! | Oct 12 23:16:21.840 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 23:16:21.840 INFO kablam! = note: for more information, see issue #41620 Oct 12 23:16:21.840 INFO kablam! Oct 12 23:16:21.840 INFO kablam! warning: floating-point types cannot be used in patterns Oct 12 23:16:21.840 INFO kablam! --> src/main.rs:218:54 Oct 12 23:16:21.840 INFO kablam! | Oct 12 23:16:21.840 INFO kablam! 218 | (NodeDef::Constant(OrderedFloat(-1.0)), _) if op == Binary::Mul || Oct 12 23:16:21.840 INFO kablam! | ^^^ Oct 12 23:16:21.840 INFO kablam! | Oct 12 23:16:21.840 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 23:16:21.840 INFO kablam! = note: for more information, see issue #41620 Oct 12 23:16:21.840 INFO kablam! Oct 12 23:16:21.840 INFO kablam! warning: floating-point types cannot be used in patterns Oct 12 23:16:21.840 INFO kablam! --> src/main.rs:234:62 Oct 12 23:16:21.840 INFO kablam! | Oct 12 23:16:21.840 INFO kablam! 234 | (lhs_def, NodeDef::Constant(OrderedFloat(0.0))) => { Oct 12 23:16:21.840 INFO kablam! | ^^^ Oct 12 23:16:21.840 INFO kablam! | Oct 12 23:16:21.841 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 23:16:21.841 INFO kablam! = note: for more information, see issue #41620 Oct 12 23:16:21.841 INFO kablam! Oct 12 23:16:21.841 INFO kablam! warning: floating-point types cannot be used in patterns Oct 12 23:16:21.841 INFO kablam! --> src/main.rs:242:62 Oct 12 23:16:21.841 INFO kablam! | Oct 12 23:16:21.841 INFO kablam! 242 | (lhs_def, NodeDef::Constant(OrderedFloat(1.0))) if op == Binary::Mul || Oct 12 23:16:21.841 INFO kablam! | ^^^ Oct 12 23:16:21.842 INFO kablam! | Oct 12 23:16:21.842 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 23:16:21.842 INFO kablam! = note: for more information, see issue #41620 Oct 12 23:16:21.843 INFO kablam! Oct 12 23:16:21.843 INFO kablam! warning: floating-point types cannot be used in patterns Oct 12 23:16:21.843 INFO kablam! --> src/main.rs:245:57 Oct 12 23:16:21.843 INFO kablam! | Oct 12 23:16:21.844 INFO kablam! 245 | (_, NodeDef::Constant(OrderedFloat(-1.0))) if op == Binary::Mul || Oct 12 23:16:21.844 INFO kablam! | ^^^ Oct 12 23:16:21.844 INFO kablam! | Oct 12 23:16:21.844 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 23:16:21.845 INFO kablam! = note: for more information, see issue #41620 Oct 12 23:16:21.845 INFO kablam! Oct 12 23:16:21.876 INFO kablam! warning: floating-point types cannot be used in patterns Oct 12 23:16:21.876 INFO kablam! --> src/main.rs:202:53 Oct 12 23:16:21.876 INFO kablam! | Oct 12 23:16:21.876 INFO kablam! 202 | (NodeDef::Constant(OrderedFloat(0.0)), rhs_def) => { Oct 12 23:16:21.876 INFO kablam! | ^^^ Oct 12 23:16:21.876 INFO kablam! | Oct 12 23:16:21.876 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 23:16:21.876 INFO kablam! = note: for more information, see issue #41620 Oct 12 23:16:21.876 INFO kablam! Oct 12 23:16:22.356 INFO kablam! warning: floating-point types cannot be used in patterns Oct 12 23:16:22.356 INFO kablam! --> src/main.rs:202:53 Oct 12 23:16:22.356 INFO kablam! | Oct 12 23:16:22.356 INFO kablam! 202 | (NodeDef::Constant(OrderedFloat(0.0)), rhs_def) => { Oct 12 23:16:22.356 INFO kablam! | ^^^ Oct 12 23:16:22.356 INFO kablam! | Oct 12 23:16:22.356 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 12 23:16:22.357 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 23:16:22.357 INFO kablam! = note: for more information, see issue #41620 Oct 12 23:16:22.357 INFO kablam! Oct 12 23:16:22.357 INFO kablam! warning: floating-point types cannot be used in patterns Oct 12 23:16:22.357 INFO kablam! --> src/main.rs:210:53 Oct 12 23:16:22.357 INFO kablam! | Oct 12 23:16:22.357 INFO kablam! 210 | (NodeDef::Constant(OrderedFloat(1.0)), rhs_def) if op == Binary::Mul || Oct 12 23:16:22.357 INFO kablam! | ^^^ Oct 12 23:16:22.357 INFO kablam! | Oct 12 23:16:22.357 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 23:16:22.357 INFO kablam! = note: for more information, see issue #41620 Oct 12 23:16:22.357 INFO kablam! Oct 12 23:16:22.357 INFO kablam! warning: floating-point types cannot be used in patterns Oct 12 23:16:22.357 INFO kablam! --> src/main.rs:218:54 Oct 12 23:16:22.357 INFO kablam! | Oct 12 23:16:22.357 INFO kablam! 218 | (NodeDef::Constant(OrderedFloat(-1.0)), _) if op == Binary::Mul || Oct 12 23:16:22.357 INFO kablam! | ^^^ Oct 12 23:16:22.357 INFO kablam! | Oct 12 23:16:22.357 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 23:16:22.357 INFO kablam! = note: for more information, see issue #41620 Oct 12 23:16:22.357 INFO kablam! Oct 12 23:16:22.357 INFO kablam! warning: floating-point types cannot be used in patterns Oct 12 23:16:22.357 INFO kablam! --> src/main.rs:234:62 Oct 12 23:16:22.357 INFO kablam! | Oct 12 23:16:22.357 INFO kablam! 234 | (lhs_def, NodeDef::Constant(OrderedFloat(0.0))) => { Oct 12 23:16:22.357 INFO kablam! | ^^^ Oct 12 23:16:22.357 INFO kablam! | Oct 12 23:16:22.357 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 23:16:22.357 INFO kablam! = note: for more information, see issue #41620 Oct 12 23:16:22.357 INFO kablam! Oct 12 23:16:22.357 INFO kablam! warning: floating-point types cannot be used in patterns Oct 12 23:16:22.357 INFO kablam! --> src/main.rs:242:62 Oct 12 23:16:22.357 INFO kablam! | Oct 12 23:16:22.357 INFO kablam! 242 | (lhs_def, NodeDef::Constant(OrderedFloat(1.0))) if op == Binary::Mul || Oct 12 23:16:22.357 INFO kablam! | ^^^ Oct 12 23:16:22.357 INFO kablam! | Oct 12 23:16:22.357 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 23:16:22.357 INFO kablam! = note: for more information, see issue #41620 Oct 12 23:16:22.357 INFO kablam! Oct 12 23:16:22.357 INFO kablam! warning: floating-point types cannot be used in patterns Oct 12 23:16:22.357 INFO kablam! --> src/main.rs:245:57 Oct 12 23:16:22.357 INFO kablam! | Oct 12 23:16:22.357 INFO kablam! 245 | (_, NodeDef::Constant(OrderedFloat(-1.0))) if op == Binary::Mul || Oct 12 23:16:22.357 INFO kablam! | ^^^ Oct 12 23:16:22.357 INFO kablam! | Oct 12 23:16:22.357 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 23:16:22.357 INFO kablam! = note: for more information, see issue #41620 Oct 12 23:16:22.357 INFO kablam! Oct 12 23:16:22.380 INFO kablam! warning: floating-point types cannot be used in patterns Oct 12 23:16:22.380 INFO kablam! --> src/main.rs:202:53 Oct 12 23:16:22.380 INFO kablam! | Oct 12 23:16:22.380 INFO kablam! 202 | (NodeDef::Constant(OrderedFloat(0.0)), rhs_def) => { Oct 12 23:16:22.380 INFO kablam! | ^^^ Oct 12 23:16:22.380 INFO kablam! | Oct 12 23:16:22.380 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 23:16:22.380 INFO kablam! = note: for more information, see issue #41620 Oct 12 23:16:22.380 INFO kablam! Oct 12 23:16:22.506 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.52s Oct 12 23:16:22.511 INFO kablam! su: No module specific data is present Oct 12 23:16:23.533 INFO running `"docker" "rm" "-f" "406a67f1cfd74baec898e950922024fb2ced8a63f3fb57317f44d9fcc3dc0eac"` Oct 12 23:16:23.852 INFO blam! 406a67f1cfd74baec898e950922024fb2ced8a63f3fb57317f44d9fcc3dc0eac