Nov 30 09:38:22.610 INFO checking MoonL1ght/Rust-Markov-Chain against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 30 09:38:22.610 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-4/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/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 +32252761328f59ccfadb1bafb8148c685bc830b3-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"` Nov 30 09:38:23.087 INFO [stdout] 935954530cfe801435d5ded5eee1348d52ebdcffc6aa6e55ee5603f94551b19a Nov 30 09:38:23.089 INFO running `"docker" "start" "-a" "935954530cfe801435d5ded5eee1348d52ebdcffc6aa6e55ee5603f94551b19a"` Nov 30 09:38:23.804 INFO [stderr] usermod: no changes Nov 30 09:38:23.840 INFO [stderr] Checking libc v0.2.21 (/source/libs/libc) Nov 30 09:38:24.735 INFO [stderr] Checking rand v0.3.15 (/source/libs/rand) Nov 30 09:38:25.834 INFO [stderr] warning: floating-point types cannot be used in patterns Nov 30 09:38:25.834 INFO [stderr] --> libs/rand/src/distributions/gamma.rs:106:13 Nov 30 09:38:25.834 INFO [stderr] | Nov 30 09:38:25.834 INFO [stderr] 106 | 1.0 => One(Exp::new(1.0 / scale)), Nov 30 09:38:25.834 INFO [stderr] | ^^^ Nov 30 09:38:25.834 INFO [stderr] | Nov 30 09:38:25.834 INFO [stderr] = note: #[warn(illegal_floating_point_literal_pattern)] on by default Nov 30 09:38:25.834 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 09:38:25.834 INFO [stderr] = note: for more information, see issue #41620 Nov 30 09:38:25.834 INFO [stderr] Nov 30 09:38:25.834 INFO [stderr] warning: floating-point types cannot be used in patterns Nov 30 09:38:25.834 INFO [stderr] --> libs/rand/src/distributions/gamma.rs:107:13 Nov 30 09:38:25.834 INFO [stderr] | Nov 30 09:38:25.834 INFO [stderr] 107 | 0.0 ... 1.0 => Small(GammaSmallShape::new_raw(shape, scale)), Nov 30 09:38:25.834 INFO [stderr] | ^^^ Nov 30 09:38:25.834 INFO [stderr] | Nov 30 09:38:25.835 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 09:38:25.835 INFO [stderr] = note: for more information, see issue #41620 Nov 30 09:38:25.835 INFO [stderr] Nov 30 09:38:25.835 INFO [stderr] warning: floating-point types cannot be used in patterns Nov 30 09:38:25.835 INFO [stderr] --> libs/rand/src/distributions/gamma.rs:107:21 Nov 30 09:38:25.835 INFO [stderr] | Nov 30 09:38:25.835 INFO [stderr] 107 | 0.0 ... 1.0 => Small(GammaSmallShape::new_raw(shape, scale)), Nov 30 09:38:25.835 INFO [stderr] | ^^^ Nov 30 09:38:25.835 INFO [stderr] | Nov 30 09:38:25.835 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 09:38:25.835 INFO [stderr] = note: for more information, see issue #41620 Nov 30 09:38:25.835 INFO [stderr] Nov 30 09:38:25.902 INFO [stderr] warning: floating-point types cannot be used in patterns Nov 30 09:38:25.902 INFO [stderr] --> libs/rand/src/distributions/gamma.rs:106:13 Nov 30 09:38:25.902 INFO [stderr] | Nov 30 09:38:25.902 INFO [stderr] 106 | 1.0 => One(Exp::new(1.0 / scale)), Nov 30 09:38:25.902 INFO [stderr] | ^^^ Nov 30 09:38:25.902 INFO [stderr] | Nov 30 09:38:25.902 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 30 09:38:25.902 INFO [stderr] = note: for more information, see issue #41620 Nov 30 09:38:25.902 INFO [stderr] Nov 30 09:38:26.044 INFO [stderr] warning: variable does not need to be mutable Nov 30 09:38:26.044 INFO [stderr] --> libs/rand/src/os.rs:56:13 Nov 30 09:38:26.044 INFO [stderr] | Nov 30 09:38:26.044 INFO [stderr] 56 | fn next_u32(mut fill_buf: &mut FnMut(&mut [u8])) -> u32 { Nov 30 09:38:26.044 INFO [stderr] | ----^^^^^^^^ Nov 30 09:38:26.044 INFO [stderr] | | Nov 30 09:38:26.044 INFO [stderr] | help: remove this `mut` Nov 30 09:38:26.044 INFO [stderr] | Nov 30 09:38:26.044 INFO [stderr] = note: #[warn(unused_mut)] on by default Nov 30 09:38:26.044 INFO [stderr] Nov 30 09:38:26.044 INFO [stderr] warning: variable does not need to be mutable Nov 30 09:38:26.044 INFO [stderr] --> libs/rand/src/os.rs:62:13 Nov 30 09:38:26.044 INFO [stderr] | Nov 30 09:38:26.044 INFO [stderr] 62 | fn next_u64(mut fill_buf: &mut FnMut(&mut [u8])) -> u64 { Nov 30 09:38:26.044 INFO [stderr] | ----^^^^^^^^ Nov 30 09:38:26.044 INFO [stderr] | | Nov 30 09:38:26.044 INFO [stderr] | help: remove this `mut` Nov 30 09:38:26.044 INFO [stderr] Nov 30 09:38:26.112 INFO [stderr] Checking markov_chain v0.1.0 (/source) Nov 30 09:38:26.776 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.95s Nov 30 09:38:26.779 INFO [stderr] su: No module specific data is present Nov 30 09:38:27.078 INFO running `"docker" "inspect" "935954530cfe801435d5ded5eee1348d52ebdcffc6aa6e55ee5603f94551b19a"` Nov 30 09:38:27.260 INFO running `"docker" "rm" "-f" "935954530cfe801435d5ded5eee1348d52ebdcffc6aa6e55ee5603f94551b19a"` Nov 30 09:38:27.444 INFO [stdout] 935954530cfe801435d5ded5eee1348d52ebdcffc6aa6e55ee5603f94551b19a