Oct 15 08:31:56.577 INFO testing MoonL1ght/Rust-Markov-Chain against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 08:31:56.579 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:31:57.059 INFO blam! f65829016ece39f3805d4a2d738733e588e36a480206d9a9099512288a9a8402 Oct 15 08:31:57.065 INFO running `"docker" "start" "-a" "f65829016ece39f3805d4a2d738733e588e36a480206d9a9099512288a9a8402"` Oct 15 08:31:58.359 INFO kablam! usermod: no changes Oct 15 08:31:58.427 INFO kablam! Compiling libc v0.2.21 (/source/libs/libc) Oct 15 08:31:59.830 INFO kablam! Compiling rand v0.3.15 (/source/libs/rand) Oct 15 08:32:01.257 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 08:32:01.257 INFO kablam! --> libs/rand/src/distributions/gamma.rs:106:13 Oct 15 08:32:01.257 INFO kablam! | Oct 15 08:32:01.257 INFO kablam! 106 | 1.0 => One(Exp::new(1.0 / scale)), Oct 15 08:32:01.257 INFO kablam! | ^^^ Oct 15 08:32:01.257 INFO kablam! | Oct 15 08:32:01.257 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 15 08:32:01.257 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:01.257 INFO kablam! = note: for more information, see issue #41620 Oct 15 08:32:01.257 INFO kablam! Oct 15 08:32:01.257 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 08:32:01.257 INFO kablam! --> libs/rand/src/distributions/gamma.rs:107:13 Oct 15 08:32:01.258 INFO kablam! | Oct 15 08:32:01.258 INFO kablam! 107 | 0.0 ... 1.0 => Small(GammaSmallShape::new_raw(shape, scale)), Oct 15 08:32:01.258 INFO kablam! | ^^^ Oct 15 08:32:01.258 INFO kablam! | Oct 15 08:32:01.258 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:01.258 INFO kablam! = note: for more information, see issue #41620 Oct 15 08:32:01.258 INFO kablam! Oct 15 08:32:01.258 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 08:32:01.258 INFO kablam! --> libs/rand/src/distributions/gamma.rs:107:21 Oct 15 08:32:01.258 INFO kablam! | Oct 15 08:32:01.258 INFO kablam! 107 | 0.0 ... 1.0 => Small(GammaSmallShape::new_raw(shape, scale)), Oct 15 08:32:01.258 INFO kablam! | ^^^ Oct 15 08:32:01.258 INFO kablam! | Oct 15 08:32:01.258 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:01.258 INFO kablam! = note: for more information, see issue #41620 Oct 15 08:32:01.258 INFO kablam! Oct 15 08:32:01.327 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 08:32:01.327 INFO kablam! --> libs/rand/src/distributions/gamma.rs:106:13 Oct 15 08:32:01.327 INFO kablam! | Oct 15 08:32:01.327 INFO kablam! 106 | 1.0 => One(Exp::new(1.0 / scale)), Oct 15 08:32:01.327 INFO kablam! | ^^^ Oct 15 08:32:01.327 INFO kablam! | Oct 15 08:32:01.327 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:01.327 INFO kablam! = note: for more information, see issue #41620 Oct 15 08:32:01.327 INFO kablam! Oct 15 08:32:01.463 INFO kablam! warning: variable does not need to be mutable Oct 15 08:32:01.463 INFO kablam! --> libs/rand/src/os.rs:56:13 Oct 15 08:32:01.463 INFO kablam! | Oct 15 08:32:01.463 INFO kablam! 56 | fn next_u32(mut fill_buf: &mut FnMut(&mut [u8])) -> u32 { Oct 15 08:32:01.463 INFO kablam! | ----^^^^^^^^ Oct 15 08:32:01.463 INFO kablam! | | Oct 15 08:32:01.463 INFO kablam! | help: remove this `mut` Oct 15 08:32:01.463 INFO kablam! | Oct 15 08:32:01.463 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:32:01.463 INFO kablam! Oct 15 08:32:01.463 INFO kablam! warning: variable does not need to be mutable Oct 15 08:32:01.463 INFO kablam! --> libs/rand/src/os.rs:62:13 Oct 15 08:32:01.463 INFO kablam! | Oct 15 08:32:01.463 INFO kablam! 62 | fn next_u64(mut fill_buf: &mut FnMut(&mut [u8])) -> u64 { Oct 15 08:32:01.463 INFO kablam! | ----^^^^^^^^ Oct 15 08:32:01.463 INFO kablam! | | Oct 15 08:32:01.463 INFO kablam! | help: remove this `mut` Oct 15 08:32:01.463 INFO kablam! Oct 15 08:32:02.359 INFO kablam! Compiling markov_chain v0.1.0 (/source) Oct 15 08:32:04.152 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.76s Oct 15 08:32:04.159 INFO kablam! su: No module specific data is present Oct 15 08:32:04.967 INFO running `"docker" "rm" "-f" "f65829016ece39f3805d4a2d738733e588e36a480206d9a9099512288a9a8402"` Oct 15 08:32:05.218 INFO blam! f65829016ece39f3805d4a2d738733e588e36a480206d9a9099512288a9a8402 Oct 15 08:32:05.224 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:05.588 INFO blam! 39e08c00f792640b7e81f8a9d1fd947153d20d0d61d2e29376e31f5bd78a1401 Oct 15 08:32:05.594 INFO running `"docker" "start" "-a" "39e08c00f792640b7e81f8a9d1fd947153d20d0d61d2e29376e31f5bd78a1401"` Oct 15 08:32:07.035 INFO kablam! usermod: no changes Oct 15 08:32:07.098 INFO kablam! Compiling markov_chain v0.1.0 (/source) Oct 15 08:32:08.324 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Oct 15 08:32:08.327 INFO kablam! su: No module specific data is present Oct 15 08:32:09.001 INFO running `"docker" "rm" "-f" "39e08c00f792640b7e81f8a9d1fd947153d20d0d61d2e29376e31f5bd78a1401"` Oct 15 08:32:09.283 INFO blam! 39e08c00f792640b7e81f8a9d1fd947153d20d0d61d2e29376e31f5bd78a1401 Oct 15 08:32:09.292 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:09.675 INFO blam! 7fc9b4cfef246015d3c03f78273e7fe2c53c41851d162f73068b5c644118c645 Oct 15 08:32:09.675 INFO running `"docker" "start" "-a" "7fc9b4cfef246015d3c03f78273e7fe2c53c41851d162f73068b5c644118c645"` Oct 15 08:32:11.094 INFO kablam! usermod: no changes Oct 15 08:32:11.155 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 08:32:11.159 INFO kablam! Running /target/debug/deps/markov_chain-b602a2c8b0c96adf Oct 15 08:32:11.175 INFO blam! Oct 15 08:32:11.175 INFO blam! running 0 tests Oct 15 08:32:11.175 INFO blam! Oct 15 08:32:11.175 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:32:11.175 INFO blam! Oct 15 08:32:11.176 INFO kablam! su: No module specific data is present Oct 15 08:32:12.287 INFO running `"docker" "rm" "-f" "7fc9b4cfef246015d3c03f78273e7fe2c53c41851d162f73068b5c644118c645"` Oct 15 08:32:12.539 INFO blam! 7fc9b4cfef246015d3c03f78273e7fe2c53c41851d162f73068b5c644118c645