Oct 27 10:14:40.352 INFO checking Peternator7/toy-lang against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 10:14:40.353 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 10:14:40.857 INFO blam! 3a9b60245bdc9f2784f0379816d9cd19c1171ec21dfb17ea44d5d19414d133ea Oct 27 10:14:40.859 INFO running `"docker" "start" "-a" "3a9b60245bdc9f2784f0379816d9cd19c1171ec21dfb17ea44d5d19414d133ea"` Oct 27 10:14:41.490 INFO kablam! usermod: no changes Oct 27 10:14:41.518 INFO kablam! Checking toy-lang v0.1.0 (/source) Oct 27 10:14:41.965 INFO kablam! warning: unused import: `super::*` Oct 27 10:14:41.965 INFO kablam! --> src/matrix/tests/matrix_tests.rs:1:5 Oct 27 10:14:41.965 INFO kablam! | Oct 27 10:14:41.965 INFO kablam! 1 | use super::*; Oct 27 10:14:41.965 INFO kablam! | ^^^^^^^^ Oct 27 10:14:41.965 INFO kablam! | Oct 27 10:14:41.965 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:14:41.965 INFO kablam! Oct 27 10:14:42.070 INFO kablam! warning: floating-point types cannot be used in patterns Oct 27 10:14:42.070 INFO kablam! --> src/matrix/complex.rs:229:14 Oct 27 10:14:42.070 INFO kablam! | Oct 27 10:14:42.070 INFO kablam! 229 | (0.0, i) if i != 0.0 => write!(f, "{}i", i), Oct 27 10:14:42.070 INFO kablam! | ^^^ Oct 27 10:14:42.070 INFO kablam! | Oct 27 10:14:42.070 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 27 10:14:42.070 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 27 10:14:42.070 INFO kablam! = note: for more information, see issue #41620 Oct 27 10:14:42.070 INFO kablam! Oct 27 10:14:42.070 INFO kablam! warning: floating-point types cannot be used in patterns Oct 27 10:14:42.070 INFO kablam! --> src/matrix/complex.rs:230:17 Oct 27 10:14:42.070 INFO kablam! | Oct 27 10:14:42.070 INFO kablam! 230 | (r, 0.0) if r != 0.0 => write!(f, "{}", r), Oct 27 10:14:42.070 INFO kablam! | ^^^ Oct 27 10:14:42.070 INFO kablam! | Oct 27 10:14:42.071 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 27 10:14:42.071 INFO kablam! = note: for more information, see issue #41620 Oct 27 10:14:42.071 INFO kablam! Oct 27 10:14:42.071 INFO kablam! warning: floating-point types cannot be used in patterns Oct 27 10:14:42.071 INFO kablam! --> src/matrix/complex.rs:231:14 Oct 27 10:14:42.071 INFO kablam! | Oct 27 10:14:42.071 INFO kablam! 231 | (0.0, 0.0) => write!(f, "0"), Oct 27 10:14:42.071 INFO kablam! | ^^^ Oct 27 10:14:42.071 INFO kablam! | Oct 27 10:14:42.071 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 27 10:14:42.071 INFO kablam! = note: for more information, see issue #41620 Oct 27 10:14:42.071 INFO kablam! Oct 27 10:14:42.071 INFO kablam! warning: floating-point types cannot be used in patterns Oct 27 10:14:42.071 INFO kablam! --> src/matrix/complex.rs:231:19 Oct 27 10:14:42.071 INFO kablam! | Oct 27 10:14:42.071 INFO kablam! 231 | (0.0, 0.0) => write!(f, "0"), Oct 27 10:14:42.071 INFO kablam! | ^^^ Oct 27 10:14:42.071 INFO kablam! | Oct 27 10:14:42.071 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 27 10:14:42.071 INFO kablam! = note: for more information, see issue #41620 Oct 27 10:14:42.071 INFO kablam! Oct 27 10:14:42.111 INFO kablam! warning: floating-point types cannot be used in patterns Oct 27 10:14:42.111 INFO kablam! --> src/matrix/complex.rs:229:14 Oct 27 10:14:42.111 INFO kablam! | Oct 27 10:14:42.111 INFO kablam! 229 | (0.0, i) if i != 0.0 => write!(f, "{}i", i), Oct 27 10:14:42.111 INFO kablam! | ^^^ Oct 27 10:14:42.111 INFO kablam! | Oct 27 10:14:42.111 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 27 10:14:42.111 INFO kablam! = note: for more information, see issue #41620 Oct 27 10:14:42.111 INFO kablam! Oct 27 10:14:42.136 INFO kablam! warning: static variable `depth` should have an upper case name such as `DEPTH` Oct 27 10:14:42.136 INFO kablam! --> src/main.rs:9:1 Oct 27 10:14:42.136 INFO kablam! | Oct 27 10:14:42.136 INFO kablam! 9 | static mut depth: u32 = 0; Oct 27 10:14:42.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:14:42.136 INFO kablam! | Oct 27 10:14:42.136 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 27 10:14:42.136 INFO kablam! Oct 27 10:14:42.183 INFO kablam! warning: floating-point types cannot be used in patterns Oct 27 10:14:42.183 INFO kablam! --> src/matrix/complex.rs:229:14 Oct 27 10:14:42.183 INFO kablam! | Oct 27 10:14:42.183 INFO kablam! 229 | (0.0, i) if i != 0.0 => write!(f, "{}i", i), Oct 27 10:14:42.183 INFO kablam! | ^^^ Oct 27 10:14:42.183 INFO kablam! | Oct 27 10:14:42.183 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 27 10:14:42.183 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 27 10:14:42.183 INFO kablam! = note: for more information, see issue #41620 Oct 27 10:14:42.183 INFO kablam! Oct 27 10:14:42.183 INFO kablam! warning: floating-point types cannot be used in patterns Oct 27 10:14:42.183 INFO kablam! --> src/matrix/complex.rs:230:17 Oct 27 10:14:42.183 INFO kablam! | Oct 27 10:14:42.183 INFO kablam! 230 | (r, 0.0) if r != 0.0 => write!(f, "{}", r), Oct 27 10:14:42.183 INFO kablam! | ^^^ Oct 27 10:14:42.183 INFO kablam! | Oct 27 10:14:42.183 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 27 10:14:42.183 INFO kablam! = note: for more information, see issue #41620 Oct 27 10:14:42.183 INFO kablam! Oct 27 10:14:42.183 INFO kablam! warning: floating-point types cannot be used in patterns Oct 27 10:14:42.183 INFO kablam! --> src/matrix/complex.rs:231:14 Oct 27 10:14:42.183 INFO kablam! | Oct 27 10:14:42.183 INFO kablam! 231 | (0.0, 0.0) => write!(f, "0"), Oct 27 10:14:42.183 INFO kablam! | ^^^ Oct 27 10:14:42.183 INFO kablam! | Oct 27 10:14:42.183 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 27 10:14:42.183 INFO kablam! = note: for more information, see issue #41620 Oct 27 10:14:42.184 INFO kablam! Oct 27 10:14:42.184 INFO kablam! warning: floating-point types cannot be used in patterns Oct 27 10:14:42.184 INFO kablam! --> src/matrix/complex.rs:231:19 Oct 27 10:14:42.184 INFO kablam! | Oct 27 10:14:42.184 INFO kablam! 231 | (0.0, 0.0) => write!(f, "0"), Oct 27 10:14:42.184 INFO kablam! | ^^^ Oct 27 10:14:42.184 INFO kablam! | Oct 27 10:14:42.184 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 27 10:14:42.184 INFO kablam! = note: for more information, see issue #41620 Oct 27 10:14:42.184 INFO kablam! Oct 27 10:14:42.223 INFO kablam! warning: floating-point types cannot be used in patterns Oct 27 10:14:42.223 INFO kablam! --> src/matrix/complex.rs:229:14 Oct 27 10:14:42.223 INFO kablam! | Oct 27 10:14:42.223 INFO kablam! 229 | (0.0, i) if i != 0.0 => write!(f, "{}i", i), Oct 27 10:14:42.223 INFO kablam! | ^^^ Oct 27 10:14:42.223 INFO kablam! | Oct 27 10:14:42.223 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 27 10:14:42.223 INFO kablam! = note: for more information, see issue #41620 Oct 27 10:14:42.223 INFO kablam! Oct 27 10:14:42.287 INFO kablam! warning: static variable `depth` should have an upper case name such as `DEPTH` Oct 27 10:14:42.287 INFO kablam! --> src/main.rs:9:1 Oct 27 10:14:42.287 INFO kablam! | Oct 27 10:14:42.287 INFO kablam! 9 | static mut depth: u32 = 0; Oct 27 10:14:42.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:14:42.287 INFO kablam! Oct 27 10:14:42.315 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.82s Oct 27 10:14:42.321 INFO kablam! su: No module specific data is present Oct 27 10:14:42.629 INFO running `"docker" "rm" "-f" "3a9b60245bdc9f2784f0379816d9cd19c1171ec21dfb17ea44d5d19414d133ea"` Oct 27 10:14:42.829 INFO blam! 3a9b60245bdc9f2784f0379816d9cd19c1171ec21dfb17ea44d5d19414d133ea