Oct 15 08:32:05.629 INFO testing MoonL1ght/Rust-Markov-Chain against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:32:05.629 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 08:32:06.084 INFO blam! 1143f7bd85a0697a6ddef952bf9d53654d6ae412084cb3cdb49ecd899a20babe Oct 15 08:32:06.091 INFO running `"docker" "start" "-a" "1143f7bd85a0697a6ddef952bf9d53654d6ae412084cb3cdb49ecd899a20babe"` Oct 15 08:32:07.326 INFO kablam! usermod: no changes Oct 15 08:32:07.395 INFO kablam! Compiling libc v0.2.21 (/source/libs/libc) Oct 15 08:32:08.667 INFO kablam! Compiling rand v0.3.15 (/source/libs/rand) Oct 15 08:32:09.995 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 08:32:09.995 INFO kablam! --> libs/rand/src/distributions/gamma.rs:106:13 Oct 15 08:32:09.996 INFO kablam! | Oct 15 08:32:09.996 INFO kablam! 106 | 1.0 => One(Exp::new(1.0 / scale)), Oct 15 08:32:09.996 INFO kablam! | ^^^ Oct 15 08:32:09.997 INFO kablam! | Oct 15 08:32:09.997 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 15 08:32:09.997 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 15 08:32:09.998 INFO kablam! = note: for more information, see issue #41620 Oct 15 08:32:09.998 INFO kablam! Oct 15 08:32:09.998 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 08:32:09.999 INFO kablam! --> libs/rand/src/distributions/gamma.rs:107:13 Oct 15 08:32:09.999 INFO kablam! | Oct 15 08:32:09.999 INFO kablam! 107 | 0.0 ... 1.0 => Small(GammaSmallShape::new_raw(shape, scale)), Oct 15 08:32:10.000 INFO kablam! | ^^^ Oct 15 08:32:10.000 INFO kablam! | Oct 15 08:32:10.000 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 15 08:32:10.001 INFO kablam! = note: for more information, see issue #41620 Oct 15 08:32:10.001 INFO kablam! Oct 15 08:32:10.001 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 08:32:10.002 INFO kablam! --> libs/rand/src/distributions/gamma.rs:107:21 Oct 15 08:32:10.002 INFO kablam! | Oct 15 08:32:10.002 INFO kablam! 107 | 0.0 ... 1.0 => Small(GammaSmallShape::new_raw(shape, scale)), Oct 15 08:32:10.003 INFO kablam! | ^^^ Oct 15 08:32:10.003 INFO kablam! | Oct 15 08:32:10.003 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 15 08:32:10.004 INFO kablam! = note: for more information, see issue #41620 Oct 15 08:32:10.004 INFO kablam! Oct 15 08:32:10.058 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 08:32:10.058 INFO kablam! --> libs/rand/src/distributions/gamma.rs:106:13 Oct 15 08:32:10.058 INFO kablam! | Oct 15 08:32:10.058 INFO kablam! 106 | 1.0 => One(Exp::new(1.0 / scale)), Oct 15 08:32:10.058 INFO kablam! | ^^^ Oct 15 08:32:10.058 INFO kablam! | Oct 15 08:32:10.059 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 15 08:32:10.059 INFO kablam! = note: for more information, see issue #41620 Oct 15 08:32:10.059 INFO kablam! Oct 15 08:32:10.191 INFO kablam! warning: variable does not need to be mutable Oct 15 08:32:10.191 INFO kablam! --> libs/rand/src/os.rs:56:13 Oct 15 08:32:10.191 INFO kablam! | Oct 15 08:32:10.191 INFO kablam! 56 | fn next_u32(mut fill_buf: &mut FnMut(&mut [u8])) -> u32 { Oct 15 08:32:10.191 INFO kablam! | ----^^^^^^^^ Oct 15 08:32:10.191 INFO kablam! | | Oct 15 08:32:10.191 INFO kablam! | help: remove this `mut` Oct 15 08:32:10.191 INFO kablam! | Oct 15 08:32:10.191 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:32:10.191 INFO kablam! Oct 15 08:32:10.191 INFO kablam! warning: variable does not need to be mutable Oct 15 08:32:10.191 INFO kablam! --> libs/rand/src/os.rs:62:13 Oct 15 08:32:10.191 INFO kablam! | Oct 15 08:32:10.191 INFO kablam! 62 | fn next_u64(mut fill_buf: &mut FnMut(&mut [u8])) -> u64 { Oct 15 08:32:10.191 INFO kablam! | ----^^^^^^^^ Oct 15 08:32:10.191 INFO kablam! | | Oct 15 08:32:10.191 INFO kablam! | help: remove this `mut` Oct 15 08:32:10.191 INFO kablam! Oct 15 08:32:11.071 INFO kablam! Compiling markov_chain v0.1.0 (/source) Oct 15 08:32:13.067 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.70s Oct 15 08:32:13.067 INFO kablam! su: No module specific data is present Oct 15 08:32:13.843 INFO running `"docker" "rm" "-f" "1143f7bd85a0697a6ddef952bf9d53654d6ae412084cb3cdb49ecd899a20babe"` Oct 15 08:32:14.144 INFO blam! 1143f7bd85a0697a6ddef952bf9d53654d6ae412084cb3cdb49ecd899a20babe Oct 15 08:32:14.147 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 08:32:14.610 INFO blam! 86071900bc2fdedf3254e4324a47618e4d9a3a9ca458535d6b311a8a76206595 Oct 15 08:32:14.615 INFO running `"docker" "start" "-a" "86071900bc2fdedf3254e4324a47618e4d9a3a9ca458535d6b311a8a76206595"` Oct 15 08:32:15.953 INFO kablam! usermod: no changes Oct 15 08:32:16.031 INFO kablam! Compiling markov_chain v0.1.0 (/source) Oct 15 08:32:17.117 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 15 08:32:17.119 INFO kablam! su: No module specific data is present Oct 15 08:32:18.091 INFO running `"docker" "rm" "-f" "86071900bc2fdedf3254e4324a47618e4d9a3a9ca458535d6b311a8a76206595"` Oct 15 08:32:18.439 INFO blam! 86071900bc2fdedf3254e4324a47618e4d9a3a9ca458535d6b311a8a76206595 Oct 15 08:32:18.447 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 08:32:18.799 INFO blam! ebfadb79780561187c9ce93b882b471dc0a4c4d8efbe7e1689a6575b6ce16a49 Oct 15 08:32:18.805 INFO running `"docker" "start" "-a" "ebfadb79780561187c9ce93b882b471dc0a4c4d8efbe7e1689a6575b6ce16a49"` Oct 15 08:32:20.126 INFO kablam! usermod: no changes Oct 15 08:32:20.159 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 08:32:20.166 INFO kablam! Running /target/debug/deps/markov_chain-82807ce51f2ee735 Oct 15 08:32:20.166 INFO blam! Oct 15 08:32:20.166 INFO blam! running 0 tests Oct 15 08:32:20.166 INFO blam! Oct 15 08:32:20.166 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:32:20.166 INFO blam! Oct 15 08:32:20.167 INFO kablam! su: No module specific data is present Oct 15 08:32:20.947 INFO running `"docker" "rm" "-f" "ebfadb79780561187c9ce93b882b471dc0a4c4d8efbe7e1689a6575b6ce16a49"` Oct 15 08:32:21.243 INFO blam! ebfadb79780561187c9ce93b882b471dc0a4c4d8efbe7e1689a6575b6ce16a49