Oct 27 10:36:00.010 INFO checking MoonL1ght/Rust-Markov-Chain against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 10:36:00.010 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:36:00.520 INFO blam! bb9ba21d9ca386ab0eaa0e84755a74f355e047bafc1ba616d7b633d3a657d592 Oct 27 10:36:00.522 INFO running `"docker" "start" "-a" "bb9ba21d9ca386ab0eaa0e84755a74f355e047bafc1ba616d7b633d3a657d592"` Oct 27 10:36:01.775 INFO kablam! usermod: no changes Oct 27 10:36:01.839 INFO kablam! Checking libc v0.2.21 (/source/libs/libc) Oct 27 10:36:02.895 INFO kablam! Checking rand v0.3.15 (/source/libs/rand) Oct 27 10:36:04.064 INFO kablam! warning: floating-point types cannot be used in patterns Oct 27 10:36:04.064 INFO kablam! --> libs/rand/src/distributions/gamma.rs:106:13 Oct 27 10:36:04.064 INFO kablam! | Oct 27 10:36:04.064 INFO kablam! 106 | 1.0 => One(Exp::new(1.0 / scale)), Oct 27 10:36:04.064 INFO kablam! | ^^^ Oct 27 10:36:04.064 INFO kablam! | Oct 27 10:36:04.064 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 27 10:36:04.064 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:36:04.064 INFO kablam! = note: for more information, see issue #41620 Oct 27 10:36:04.064 INFO kablam! Oct 27 10:36:04.064 INFO kablam! warning: floating-point types cannot be used in patterns Oct 27 10:36:04.064 INFO kablam! --> libs/rand/src/distributions/gamma.rs:107:13 Oct 27 10:36:04.064 INFO kablam! | Oct 27 10:36:04.064 INFO kablam! 107 | 0.0 ... 1.0 => Small(GammaSmallShape::new_raw(shape, scale)), Oct 27 10:36:04.064 INFO kablam! | ^^^ Oct 27 10:36:04.064 INFO kablam! | Oct 27 10:36:04.064 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:36:04.064 INFO kablam! = note: for more information, see issue #41620 Oct 27 10:36:04.064 INFO kablam! Oct 27 10:36:04.064 INFO kablam! warning: floating-point types cannot be used in patterns Oct 27 10:36:04.064 INFO kablam! --> libs/rand/src/distributions/gamma.rs:107:21 Oct 27 10:36:04.064 INFO kablam! | Oct 27 10:36:04.064 INFO kablam! 107 | 0.0 ... 1.0 => Small(GammaSmallShape::new_raw(shape, scale)), Oct 27 10:36:04.064 INFO kablam! | ^^^ Oct 27 10:36:04.064 INFO kablam! | Oct 27 10:36:04.064 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:36:04.064 INFO kablam! = note: for more information, see issue #41620 Oct 27 10:36:04.064 INFO kablam! Oct 27 10:36:04.123 INFO kablam! warning: floating-point types cannot be used in patterns Oct 27 10:36:04.123 INFO kablam! --> libs/rand/src/distributions/gamma.rs:106:13 Oct 27 10:36:04.123 INFO kablam! | Oct 27 10:36:04.123 INFO kablam! 106 | 1.0 => One(Exp::new(1.0 / scale)), Oct 27 10:36:04.123 INFO kablam! | ^^^ Oct 27 10:36:04.123 INFO kablam! | Oct 27 10:36:04.123 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:36:04.123 INFO kablam! = note: for more information, see issue #41620 Oct 27 10:36:04.123 INFO kablam! Oct 27 10:36:04.264 INFO kablam! warning: variable does not need to be mutable Oct 27 10:36:04.270 INFO kablam! --> libs/rand/src/os.rs:56:13 Oct 27 10:36:04.270 INFO kablam! | Oct 27 10:36:04.271 INFO kablam! 56 | fn next_u32(mut fill_buf: &mut FnMut(&mut [u8])) -> u32 { Oct 27 10:36:04.271 INFO kablam! | ----^^^^^^^^ Oct 27 10:36:04.271 INFO kablam! | | Oct 27 10:36:04.272 INFO kablam! | help: remove this `mut` Oct 27 10:36:04.272 INFO kablam! | Oct 27 10:36:04.272 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 10:36:04.272 INFO kablam! Oct 27 10:36:04.272 INFO kablam! warning: variable does not need to be mutable Oct 27 10:36:04.272 INFO kablam! --> libs/rand/src/os.rs:62:13 Oct 27 10:36:04.272 INFO kablam! | Oct 27 10:36:04.272 INFO kablam! 62 | fn next_u64(mut fill_buf: &mut FnMut(&mut [u8])) -> u64 { Oct 27 10:36:04.272 INFO kablam! | ----^^^^^^^^ Oct 27 10:36:04.272 INFO kablam! | | Oct 27 10:36:04.272 INFO kablam! | help: remove this `mut` Oct 27 10:36:04.272 INFO kablam! Oct 27 10:36:04.350 INFO kablam! Checking markov_chain v0.1.0 (/source) Oct 27 10:36:05.159 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.34s Oct 27 10:36:05.167 INFO kablam! su: No module specific data is present Oct 27 10:36:05.675 INFO running `"docker" "rm" "-f" "bb9ba21d9ca386ab0eaa0e84755a74f355e047bafc1ba616d7b633d3a657d592"` Oct 27 10:36:05.815 INFO blam! bb9ba21d9ca386ab0eaa0e84755a74f355e047bafc1ba616d7b633d3a657d592